Searched refs:gmp (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/sys/dev/misc/gpio/ |
| HD | gpio.c | 185 struct gpio_mapping *gmp; in gpio_map() local 201 gmp = kmalloc(sizeof(struct gpio_mapping), M_TEMP, M_WAITOK); in gpio_map() 202 gmp->gp = gp; in gpio_map() 204 gmp->map = map; in gpio_map() 205 gmp->map_alloced = 0; in gpio_map() 207 gmp->map = kmalloc(sizeof(int) * npins, M_TEMP, M_WAITOK); in gpio_map() 208 gmp->map_alloced = 1; in gpio_map() 217 kfree(gmp->map, M_TEMP); in gpio_map() 218 kfree(gmp, M_TEMP); in gpio_map() 225 gmp->map[npins++] = pin; in gpio_map() [all …]
|
| HD | gpio.h | 144 void gpio_unmap(struct gpio_mapping *gmp);
|
| /dragonfly/contrib/gmp/ |
| HD | README.DRAGONFLY | 6 ftp://ftp.gmplib.org/pub/gmp-5.0.5/ 8 file = gmp-5.0.5.tar.bz2
|
| HD | README | 80 It is composed from the file doc/gmp.texi, and can be displayed on the screen 94 Report bugs to gmp-bugs@gmplib.org. What information is needed in a useful bug
|
| HD | README.DELETED | 22 gmp-h.in
|
| /dragonfly/gnu/usr.bin/ |
| HD | Makefile | 20 SUBDIR+= gmp 37 .ORDER: ${BU_PRIMARY} gmp mpfr mpc ${_compiler_dir} ${_altcompiler_dirs}
|
| /dragonfly/gnu/usr.bin/mpfr/ |
| HD | Makefile | 17 CFLAGS+= -I${.CURDIR}/../gmp 31 SRCS = mpfr.h mpf2mpfr.h mpfr-gmp.h mpfr-impl.h mpfr-intmax.h \ 53 sgn.c check.c sub1sp.c version.c mpn_exp.c mpfr-gmp.c \
|
| /dragonfly/gnu/lib/gcc80/ |
| HD | Makefile.inc | 30 CFLAGS+= -I${CCDIR}/../gmp
|
| /dragonfly/gnu/lib/gcc47/ |
| HD | Makefile.inc | 41 CFLAGS+= -I${CCDIR}/../gmp
|
| /dragonfly/contrib/binutils-2.27/ |
| HD | README.DRAGONFLY | 24 ./configure --with-system-zlib --with-gmp=/usr/local --with-mpfr=/usr/local \
|
| /dragonfly/gnu/usr.bin/mpc/ |
| HD | Makefile | 16 CFLAGS+= -I${.CURDIR}/../gmp
|
| /dragonfly/gnu/usr.bin/gmp/ |
| HD | Makefile | 8 LIB= gmp 11 CONTRIBDIR= ${.CURDIR}/../../../contrib/gmp 129 libgmp_la_SOURCES = gmp-impl.h longlong.h randmt.h \
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | map | 194 !:ext gmp
|
| /dragonfly/ |
| HD | Makefile.inc1 | 1047 _gcc_common_cross= lib/libz gnu/usr.bin/gmp gnu/usr.bin/mpfr gnu/usr.bin/mpc
|
| HD | Makefile_upgrade.inc | 184 TO_REMOVE+=/usr/include/gmp 593 TO_REMOVE+=/usr/share/info/gmp.info.gz
|
| /dragonfly/contrib/mpfr/doc/ |
| HD | mpfr.info | 377 Note: If `mpfr.h' and/or `gmp.h' (used by `mpfr.h') are included 380 inclusion* of `mpfr.h' or `gmp.h'. Alternatively, you can define 930 `--with-gmp-build', and when the compiler or system provides the 1218 Allocation: (gmp.info)Custom Allocation. 1890 (gmp.info)Formatted Output Strings. In particular, the `type' 2383 (that is, MPFR was built with either `--with-gmp-build' or 2384 `--enable-gmp-internals' configure option), return zero otherwise. 2541 two lines after the `#include <gmp.h>' line,
|