Home
last modified time | relevance | path

Searched refs:gmp (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/misc/gpio/
HDgpio.c185 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 …]
HDgpio.h144 void gpio_unmap(struct gpio_mapping *gmp);
/dragonfly/contrib/gmp/
HDREADME.DRAGONFLY6 ftp://ftp.gmplib.org/pub/gmp-5.0.5/
8 file = gmp-5.0.5.tar.bz2
HDREADME80 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
HDREADME.DELETED22 gmp-h.in
/dragonfly/gnu/usr.bin/
HDMakefile20 SUBDIR+= gmp
37 .ORDER: ${BU_PRIMARY} gmp mpfr mpc ${_compiler_dir} ${_altcompiler_dirs}
/dragonfly/gnu/usr.bin/mpfr/
HDMakefile17 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/
HDMakefile.inc30 CFLAGS+= -I${CCDIR}/../gmp
/dragonfly/gnu/lib/gcc47/
HDMakefile.inc41 CFLAGS+= -I${CCDIR}/../gmp
/dragonfly/contrib/binutils-2.27/
HDREADME.DRAGONFLY24 ./configure --with-system-zlib --with-gmp=/usr/local --with-mpfr=/usr/local \
/dragonfly/gnu/usr.bin/mpc/
HDMakefile16 CFLAGS+= -I${.CURDIR}/../gmp
/dragonfly/gnu/usr.bin/gmp/
HDMakefile8 LIB= gmp
11 CONTRIBDIR= ${.CURDIR}/../../../contrib/gmp
129 libgmp_la_SOURCES = gmp-impl.h longlong.h randmt.h \
/dragonfly/contrib/file/magic/Magdir/
HDmap194 !:ext gmp
/dragonfly/
HDMakefile.inc11047 _gcc_common_cross= lib/libz gnu/usr.bin/gmp gnu/usr.bin/mpfr gnu/usr.bin/mpc
HDMakefile_upgrade.inc184 TO_REMOVE+=/usr/include/gmp
593 TO_REMOVE+=/usr/share/info/gmp.info.gz
/dragonfly/contrib/mpfr/doc/
HDmpfr.info377 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,