Home
last modified time | relevance | path

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

12

/external/oss-fuzz/projects/nettle/
Dbuild.sh40 lzip -d gmp-6.2.0.tar.lz
41 tar xf gmp-6.2.0.tar
43 cd gmp-6.2.0/
114 mkdir $SRC/nettle-with-mini-gmp-install/
115 cp -R $SRC/nettle $SRC/nettle-with-mini-gmp/
116 cd $SRC/nettle-with-mini-gmp/
118 export NETTLE_LIBDIR=`realpath ../nettle-with-mini-gmp-install`/lib
121 …./configure --enable-mini-gmp --disable-documentation --disable-openssl --prefix=`realpath ../nett…
123 …nfigure --enable-mini-gmp --disable-documentation --disable-openssl --disable-assembler --prefix=`…
130 export NETTLE_INCLUDE_PATH=`realpath ../nettle-with-mini-gmp-install/include`
[all …]
DDockerfile24 RUN wget https://gmplib.org/download/gmp/gmp-6.2.0.tar.lz
/external/oss-fuzz/projects/solidity/
DDockerfile64 # gmp
69 wget -q 'https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz' -O gmp.tar.xz; \
70 …test "$(sha256sum gmp.tar.xz)" = "fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2…
71 tar -xf gmp.tar.xz; \
72 cd gmp-6.2.1; \
76 rm -rf $SRC/gmp-6.2.1; \
77 rm -f $SRC/gmp.tar.xz
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile42 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
66 --with-gmp \
86 --with-gmp \
97 --with-gmp \
118 --with-gmp \
129 --with-gmp \
150 --with-gmp \
161 --with-gmp \
182 --with-gmp \
193 --with-gmp \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile42 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
66 --with-gmp \
86 --with-gmp \
97 --with-gmp \
118 --with-gmp \
129 --with-gmp \
150 --with-gmp \
161 --with-gmp \
182 --with-gmp \
193 --with-gmp \
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile44 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
68 --with-gmp \
80 --with-gmp \
101 --with-gmp \
113 --with-gmp \
/external/rust/crates/num-bigint/
DREADME.md57 | [`rug`] | LGPL-3.0+ | 1.37 | bundles [GMP] via [`gmp-mpfr-sys`] |
58 | [`rust-gmp`] | MIT | stable? | links to [GMP] |
62 [`gmp-mpfr-sys`]: https://crates.io/crates/gmp-mpfr-sys
64 [`rust-gmp`]: https://crates.io/crates/rust-gmp
/external/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile44 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
68 --with-gmp \
80 --with-gmp \
101 --with-gmp \
113 --with-gmp \
/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c103 struct mem_block *gmp; member
157 uint32_t *gmp = file->gmp_vaddr; in set_gmp_flags() local
163 gmp[i / 16] &= ~(0x3 << bitshift); in set_gmp_flags()
164 gmp[i / 16] |= flag << bitshift; in set_gmp_flags()
373 v3d41_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); in v3d_simulator_submit_cl_ioctl()
375 v3d33_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); in v3d_simulator_submit_cl_ioctl()
535 file->gmp->ofs); in v3d_simulator_submit_csd_ioctl()
659 sim_file->gmp = u_mmAllocMem(sim_state.heap, 8096, GMP_ALIGN2, 0); in v3d_simulator_init()
660 sim_file->gmp_vaddr = (sim_state.mem + sim_file->gmp->ofs - in v3d_simulator_init()
/external/grpc-grpc/templates/tools/dockerfile/
Dphp7_deps.include26 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
41 --with-gmp ${'\\'}
/external/eigen/cmake/
DFindGMP.cmake10 gmp.h
16 find_library(GMP_LIBRARIES gmp PATHS $ENV{GMPDIR} ${LIB_INSTALL_DIR})
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_php7/
DDockerfile43 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
58 --with-gmp \
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php7/
DDockerfile42 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
57 --with-gmp \
/external/grpc-grpc/tools/dockerfile/test/php7_jessie_x64/
DDockerfile42 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
57 --with-gmp \
/external/oss-fuzz/projects/ecc-diff-fuzzer/
DDockerfile37 ADD https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2 gmp-6.1.2.tar.bz2
Dbuild.sh22 tar -xvf ../gmp-6.1.2.tar.bz2
23 cd gmp-6.1.2
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/php7_jessie_x64/
DDockerfile43 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
58 --with-gmp \
/external/oss-fuzz/projects/bls-signatures/
DDockerfile25 RUN wget https://gmplib.org/download/gmp/gmp-6.2.1.tar.lz
Dbuild.sh83 tar xf gmp-6.2.1.tar.lz
84 cd $SRC/gmp-6.2.1/
/external/oss-fuzz/projects/gnutls/
DDockerfile40 RUN hg clone https://gmplib.org/repo/gmp/ gmp
Dbuild.sh43 cd $SRC/gmp
/external/oss-fuzz/projects/bignum-fuzzer/
DDockerfile23 RUN hg clone https://gmplib.org/repo/gmp/ libgmp/
/external/oss-fuzz/projects/knot-dns/
Dbuild.sh44 ./configure --enable-mini-gmp --enable-static --disable-shared --disable-documentation --prefix=$DE…
/external/oss-fuzz/projects/wget2/
Dbuild.sh55 ./configure --enable-mini-gmp --enable-static --disable-shared --disable-documentation --prefix=$WG…
/external/oss-fuzz/projects/wget/
Dbuild.sh55 ./configure --enable-mini-gmp --enable-static --disable-shared --disable-documentation --prefix=$WG…

12