HomeSort by: relevance | last modified time | path
    Searched defs:gmp (Results 1 - 3 of 3) sorted by relevancy

  /src/tools/gmp/
Makefile 4 GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/gmp/dist
12 # GMP uses 8-byte alignment for 16-byte align-requiring things that break
31 # mknative-gmp support
35 native-gmp: .native/.configure_done
36 @echo 'Extracting GNU GMP configury for a native toolchain.'
38 ${MAKE} -f ${.CURDIR}/../../external/lgpl3/gmp/Makefile.netbsd-gmp copy-files)
44 ${MAKE} -f ${.CURDIR}/../../external/lgpl3/gmp/Makefile.netbsd-gmp all)
  /src/sys/dev/ic/
dw_hdmi.h 62 uint32_t gmp; member in struct:dwhdmi_mpll_config
  /src/libexec/identd/
identd.c 944 char **gmp; local in function:change_format
979 for (gmp = gr->gr_mem; *gmp && **gmp; gmp++) {
980 if (strcmp(*gmp, pw->pw_name) == 0) {
1002 for (gmp = gr->gr_mem; *gmp && **gmp; gmp++)
    [all...]

Completed in 13 milliseconds