Home
last modified time | relevance | path

Searched defs:bhi (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S1134 bhi ._mainloop2 label
1503 bhi ._mainloop label
/external/cronet/third_party/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S1134 bhi ._mainloop2 label
1503 bhi ._mainloop label
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S1134 bhi ._mainloop2 label
1503 bhi ._mainloop label
/external/rust/crates/ring/crypto/poly1305/
Dpoly1305_arm_asm.S1134 bhi ._mainloop2 label
1503 bhi ._mainloop label
/external/musl/src/math/
Dsqrtl.c69 uint64_t bhi = b>>32; in mul64() local
150 uint64_t bhi = b>>32; in mul64_128() local
Dsqrt.c19 uint64_t bhi = b>>32; in mul64() local
/external/python/cpython2/Lib/
Ddifflib.py348 def find_longest_match(self, alo, ahi, blo, bhi): argument
928 def _plain_replace(self, a, alo, ahi, b, blo, bhi): argument
943 def _fancy_replace(self, a, alo, ahi, b, blo, bhi): argument
1041 def _fancy_helper(self, a, alo, ahi, b, blo, bhi): argument
/external/python/cpython3/Lib/
Ddifflib.py305 def find_longest_match(self, alo=0, ahi=None, blo=0, bhi=None): argument
879 def _plain_replace(self, a, alo, ahi, b, blo, bhi): argument
893 def _fancy_replace(self, a, alo, ahi, b, blo, bhi): argument
987 def _fancy_helper(self, a, alo, ahi, b, blo, bhi): argument
/external/cronet/base/test/
Dtest_file_util_win.cc134 BY_HANDLE_FILE_INFORMATION bhi = {0}; in EvictFileFromSystemCache() local
/external/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.cc253 int32_t blo, bhi; in Encode() local
/external/llvm/test/MC/Lanai/
Dv11.s51 bhi 0x123454 label
/external/XNNPACK/src/xnnpack/
Daarch32-assembler.h378 void bhi(Label& l) { b(kHI, l); } in bhi() function
/external/cronet/third_party/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S1817 bhi ._squaringloop label
/external/rust/crates/ring/crypto/curve25519/asm/
Dx25519-asm-arm.S1815 bhi ._squaringloop label
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S1817 bhi ._squaringloop label
/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S1817 bhi ._squaringloop label
/external/libpng/contrib/libtests/
Dpngvalid.c7927 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; in image_transform_png_set_rgb_to_gray_mod() local
8149 double rhi, ghi, bhi, grayhi; in image_transform_png_set_rgb_to_gray_mod() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp2668 cl_ulong bhi = b >> 32; in mul128() local