Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dflowgraph_generator1.go106 func makeFunctionFromFlowGraph(blocks []blo, fname string) string {
190 type blo struct { struct
191 inc int64 // increment amount
192 cond bool // block ends in conditional
193 succs [2]int64
224 func fmtBlocks(bs []blo) string {
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderLatencyObserverTest.java60 TestBinderLatencyObserver blo = new TestBinderLatencyObserver(); in testLatencyCollectionWithMultipleClasses() local
90 TestBinderLatencyObserver blo = new TestBinderLatencyObserver(); in testSampling() local
114 TestBinderLatencyObserver blo = new TestBinderLatencyObserver(); in testTooCallLengthOverflow() local
133 TestBinderLatencyObserver blo = new TestBinderLatencyObserver(); in testHistogramBucketOverflow() local
158 TestBinderLatencyObserver blo = new TestBinderLatencyObserver(); in testSingleAtomPush() local
191 TestBinderLatencyObserver blo = new TestBinderLatencyObserver(); in testMultipleAtomPush() local
253 TestBinderLatencyObserver blo = new TestBinderLatencyObserver(); in testSharding() local
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
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
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
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
/aosp_15_r20/external/musl/src/math/
H A Dsqrtl.c70 uint64_t blo = b&0xffffffff; in mul64() local
151 uint64_t blo = b&0xffffffff; in mul64_128() local
H A Dsqrt.c20 uint64_t blo = b&0xffffffff; in mul64() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Ddiv.rs270 let blo: u32 = (CastInto::<u32>::cast(b_uq1)) & lo_mask; in div32() localVariable
720 let blo: u64 = (CastInto::<u64>::cast(b_uq1)) & lo_mask; in div64() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Ddiv.rs270 let blo: u32 = (CastInto::<u32>::cast(b_uq1)) & lo_mask; in div32() localVariable
720 let blo: u64 = (CastInto::<u64>::cast(b_uq1)) & lo_mask; in div64() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Ddiv.rs270 let blo: u32 = (CastInto::<u32>::cast(b_uq1)) & lo_mask; in div32() localVariable
720 let blo: u64 = (CastInto::<u64>::cast(b_uq1)) & lo_mask; in div64() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Ddiv.rs270 let blo: u32 = (CastInto::<u32>::cast(b_uq1)) & lo_mask; in div32() localVariable
720 let blo: u64 = (CastInto::<u64>::cast(b_uq1)) & lo_mask; in div64() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Ddiv.rs270 let blo: u32 = (CastInto::<u32>::cast(b_uq1)) & lo_mask; in div32() localVariable
720 let blo: u64 = (CastInto::<u64>::cast(b_uq1)) & lo_mask; in div64() localVariable
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.cc253 int32_t blo, bhi; in Encode() local
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Daarch32-assembler.h380 void blo(Label& l) { b(kLO, l); } in blo() function
/aosp_15_r20/external/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S2023 blo ._invertloop label
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S2031 blo ._invertloop label
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S2023 blo ._invertloop label
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/curve25519/asm/
Dx25519-asm-arm.S2023 blo ._invertloop label
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S2031 blo ._invertloop label
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp1991 for (auto blo : bailouts) { in TEST() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dreference_math.cpp2667 cl_ulong blo = b & 0xffffffffULL; in mul128() local

12