Home
last modified time | relevance | path

Searched refs:one (Results 1001 - 1025 of 2387) sorted by relevance

1...<<41424344454647484950>>...96

/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Docsp.h364 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py522 global one, two, three, four, five, six, seven, eight, nine, ten
744 x = {'one': 1}
745 x = {'one': 1,}
746 x = {'one' or 'two': 1 or 2}
747 x = {'one': 1, 'two': 2}
748 x = {'one': 1, 'two': 2,}
749 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
751 x = {'one'}
752 x = {'one', 1,}
753 x = {'one', 'tw
[all...]
H A Dpy2_test_grammar.py516 global one, two, three, four, five, six, seven, eight, nine, ten
765 x = {'one': 1}
766 x = {'one': 1,}
767 x = {'one' or 'two': 1 or 2}
768 x = {'one': 1, 'two': 2}
769 x = {'one': 1, 'two': 2,}
770 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctflt-sse.asm53 ; Perform the forward DCT on one block of samples.
H A Djfdctfst-mmx.asm68 ; Perform the forward DCT on one block of samples.
H A Djfdctfst-sse2.asm68 ; Perform the forward DCT on one block of samples.
H A Djidctflt-3dn.asm45 ; Perform dequantization and inverse DCT on one block of coefficients.
H A Djidctfst-mmx.asm76 ; Perform dequantization and inverse DCT on one block of coefficients.
H A Djidctfst-sse2.asm76 ; Perform dequantization and inverse DCT on one block of coefficients.
H A Djidctint-avx2.asm278 ; Perform dequantization and inverse DCT on one block of coefficients.
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctfst-sse2.asm68 ; Perform the forward DCT on one block of samples.
H A Djidctflt-sse2.asm56 ; Perform dequantization and inverse DCT on one block of coefficients.
H A Djidctfst-sse2.asm77 ; Perform dequantization and inverse DCT on one block of coefficients.
/third_party/vulkan-loader/loader/
H A Dunknown_ext_chain_gas_x86.S99 mov [esp + 4], ecx # Overwrite the wrapped VkPhysicalDevice with the unwrapped one (on the stack)
H A Dunknown_ext_chain_masm.asm80 mov [esp + 4], ecx ; Overwrite the wrapped VkPhysicalDevice with the unwrapped one (on the stack)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/chacha/
H A Dchacha-x86_64.s8 L$one:
71 movdqa L$one(%rip),%xmm4
354 movdqa L$one(%rip),%xmm3
475 movdqa L$one(%rip),%xmm1
582 paddd L$one(%rip),%xmm1
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c945 out = lp_build_clamp(&bld, out, bld.zero, bld.one); in do_clamp_vertex_color()
1677 LLVMValueRef one = lp_build_const_vec(gallivm, f32_type, 1.0); in generate_clipmask() local
1679 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_EQUAL, one, edgeflag); in generate_clipmask()
1691 * Used zero/one i8 value to represent boolean
2067 fetch_max = LLVMBuildSub(builder, count, bld.one, "fetch_max"); in draw_llvm_generate()
2109 tmp = lp_build_sub(&bld, bsize, bld.one); in draw_llvm_generate()
2200 * same location as the last valid one, but noone should really care. in draw_llvm_generate()
2211 * There used to be one here but it was incorrect: overflow was in draw_llvm_generate()

Completed in 30 milliseconds

1...<<41424344454647484950>>...96