HomeSort by relevance Sort by last modified time
    Searched refs:bhi (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 13 bhi lbl
  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy.S 67 bhi __memcpy_chk_fail
__strcat_chk.S 182 bhi __strcat_chk_failed
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 45 bhi __memcpy_chk_fail
__strcat_chk.S 185 bhi __strcat_chk_fail
memset.S 72 bhi __memset_large_copy
  /bionic/libc/arch-arm/denver/bionic/
memcpy.S 67 bhi __memcpy_chk_fail
__strcat_chk.S 182 bhi __strcat_chk_failed
memcpy_base.S 103 bhi .L_memcpy_neon_unalign_src_pld
memmove.S 51 bhi .L_reversed_memcpy
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 48 bhi __memcpy_chk_fail
__strcat_chk.S 182 bhi __strcat_chk_failed
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
jsdifflib.js 167 this.find_longest_match = function (alo, ahi, blo, bhi) {
186 if (j >= bhi) break;
204 while (besti + bestsize < ahi && bestj + bestsize < bhi &&
216 while (besti + bestsize < ahi && bestj + bestsize < bhi && isbjunk(b[bestj + bestsize]) &&
231 var alo, ahi, blo, bhi, qi, i, j, k, x;
237 bhi = qi[3];
238 x = this.find_longest_match(alo, ahi, blo, bhi);
247 if (i+k < ahi && j+k < bhi)
248 queue.push([i + k, ahi, j + k, bhi]);
  /external/chromium_org/base/test/
test_file_util_win.cc 143 BY_HANDLE_FILE_INFORMATION bhi = {0};
144 CHECK(::GetFileInformationByHandle(file_handle, &bhi));
211 CHECK(::SetFileTime(file_handle, &bhi.ftCreationTime, &bhi.ftLastAccessTime,
212 &bhi.ftLastWriteTime));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 135 find_longest_match(alo, ahi, blo, bhi)
136 Find longest matching block in a[alo:ahi] and b[blo:bhi].
350 def find_longest_match(self, alo, ahi, blo, bhi):
351 """Find longest matching block in a[alo:ahi] and b[blo:bhi].
357 blo <= j <= j+k <= bhi
422 if j >= bhi:
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
453 while besti+bestsize < ahi and bestj+bestsize < bhi and \
492 alo, ahi, blo, bhi = queue.pop()
493 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 135 find_longest_match(alo, ahi, blo, bhi)
136 Find longest matching block in a[alo:ahi] and b[blo:bhi].
350 def find_longest_match(self, alo, ahi, blo, bhi):
351 """Find longest matching block in a[alo:ahi] and b[blo:bhi].
357 blo <= j <= j+k <= bhi
422 if j >= bhi:
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
453 while besti+bestsize < ahi and bestj+bestsize < bhi and \
492 alo, ahi, blo, bhi = queue.pop()
493 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 248 int32_t blo, bhi; local
314 bhi = ((blo >> 16) & 0xffff)
316 blo = (blo & 0xffff) | ((bhi & 0xffff) << 16);
318 *bptr = (((bhi >> 16) & 0x7fff) << 17) | ((uint32_t) blo >> 15);
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy.S 161 bhi .Lcpy_body_huge
  /external/chromium_org/third_party/openssl/openssl/crypto/
armv4cpuid.S 69 bhi .Little
  /bionic/libc/arch-arm/bionic/
strcmp.S 171 bhi 3f
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 171 bhi 3f
  /external/openssl/crypto/
armv4cpuid.S 101 bhi .Little
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
Radix4FFT_v5.s 154 bhi Radix4FFT_LOOP2
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
Radix4FFT_v7.s 135 bhi Radix4FFT_LOOP2
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-parisc.pl 363 @V=( $Ahi, $Alo, $Bhi, $Blo, $Chi, $Clo, $Dhi, $Dlo,
380 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
426 and $ahi,$bhi,$a1
438 and $bhi,$chi,$a3
501 ldw `2*4`($ctx),$Bhi
622 addc $t3,$Bhi,$Bhi
639 stw $Bhi,`2*4`($ctx)

Completed in 487 milliseconds

1 2