Home
last modified time | relevance | path

Searched defs:blo (Results 1 – 12 of 12) sorted by relevance

/external/musl/src/math/
Dsqrtl.c70 uint64_t blo = b&0xffffffff; in mul64() local
151 uint64_t blo = b&0xffffffff; in mul64_128() local
Dsqrt.c20 uint64_t blo = b&0xffffffff; 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/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.cc253 int32_t blo, bhi; in Encode() local
/external/XNNPACK/src/xnnpack/
Daarch32-assembler.h380 void blo(Label& l) { b(kLO, l); } in blo() function
/external/cronet/third_party/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S2031 blo ._invertloop label
/external/rust/crates/ring/crypto/curve25519/asm/
Dx25519-asm-arm.S2029 blo ._invertloop label
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S2031 blo ._invertloop label
/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S2031 blo ._invertloop label
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp2667 cl_ulong blo = b & 0xffffffffULL; in mul128() local
/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