Home
last modified time | relevance | path

Searched defs:x64 (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-process-release.js22 x64: { libUrl: 'https://nodejs.org/dist/v0.8.20/x64/node.lib', libPath: 'x64/node.lib' }, property
43 x64: { libUrl: 'https://nodejs.org/dist/v0.10.21/x64/node.lib', libPath: 'x64/node.lib' }, property
65 x64: { libUrl: 'https://nodejs.org/dist/v0.12.9/x64/node.lib', libPath: 'x64/node.lib' }, property
87 x64: { libUrl: 'https://nodejs.org/dist/v0.10.41/x64/node.lib', libPath: 'x64/node.lib' }, property
109 x64: { libUrl: 'https://nodejs.org/dist/v0.10.42/x64/node.lib', libPath: 'x64/node.lib' }, property
131 x64: { libUrl: 'https://nodejs.org/dist/v0.12.10/x64/node.lib', libPath: 'x64/node.lib' }, property
155x64: { libUrl: 'https://nodejs.org/dist/v4.1.23/win-x64/node.lib', libPath: 'win-x64/node.lib' }, property
179 x64: { libUrl: 'https://some.custom.location/win-x64/node.lib', libPath: 'win-x64/node.lib' }, property
205x64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib', libPath: 'win-x64/n… property
231x64: { libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-x64/node.lib', l… property
[all …]
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_image_loader.c124 uint64_t *x64 = efi_reloc + offset; in efi_loader_relocate() local
/third_party/curl/projects/
Dbuild-wolfssl.bat170 :x64 label
Dbuild-openssl.bat275 :x64 label
/third_party/boringssl/src/third_party/fiat/
Dcurve25519_32.h174 uint64_t x64 = ((uint64_t)(arg1[4]) * (arg2[2])); in fiat_25519_carry_mul() local
340 uint64_t x64 = ((uint64_t)(arg1[0]) * x3); in fiat_25519_carry_square() local
737 uint32_t x64 = (x63 >> 8); in fiat_25519_to_bytes() local
896 uint32_t x64 = (x62 + x37); in fiat_25519_from_bytes() local
Dp256_64.h192 fiat_p256_uint1 x64; in fiat_p256_mul() local
505 fiat_p256_uint1 x64; in fiat_p256_square() local
948 uint64_t x64; in fiat_p256_from_montgomery() local
Dcurve25519_64.h435 fiat_25519_uint1 x64 = (fiat_25519_uint1)(x62 >> 8); in fiat_25519_to_bytes() local
Dp256_32.h188 fiat_p256_uint1 x64; in fiat_p256_mul() local
1237 fiat_p256_uint1 x64; in fiat_p256_square() local
2510 uint32_t x64; in fiat_p256_from_montgomery() local
/third_party/ffmpeg/libavcodec/ppc/
Dfft_vsx.h373 vec_f x64, x65, x66, x67; in fft16_vsx_interleave() local
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgeneratedContextualTyping.ts71 class x64 { private static member: { (): Base[]; } = () => [d1, d2] } class