HomeSort by relevance Sort by last modified time
    Searched refs:bl (Results 176 - 200 of 316) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/zlib/src/contrib/iostream/
zfstream.cpp 192 int bl = blen(); local
193 setp( base(), base() + bl);
  /external/openssl/crypto/modes/asm/
ghash-x86_64.S 17 movb %r8b,%bl
22 andb $240,%bl
36 movb %al,%bl
51 andb $240,%bl
66 andb $240,%bl
120 movb %bl,%dl
144 movb %bl,%dl
168 movb %bl,%dl
192 movb %bl,%dl
216 movb %bl,%d
    [all...]
  /external/icu4c/i18n/
alphaindex.cpp 548 BucketList *bl = new BucketList(bucketList.getAlias(), bucketList.getAlias()); local
549 if (bl == NULL) {
554 return bl;
580 BucketList *bl = new BucketList(bucketList.getAlias(), bucketList.getAlias()); local
581 if (bl == NULL) {
586 return bl;
620 BucketList *bl = new BucketList(bucketList.getAlias(), publicBucketList.getAlias()); local
621 if (bl == NULL) {
627 return bl;
    [all...]
  /external/libffi/src/pa/
hpux32.S 90 bl ffi_prep_args_pa32,%r2
107 bl $$dyncall, %r31 ; Call the user function
289 bl ffi_closure_inner_pa32, %r2
linux.S 84 bl ffi_prep_args_pa32,%r2
101 bl $$dyncall, %r31 /* Call the user function */
281 bl ffi_closure_inner_pa32, %r2
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 197 bl Lsha1_block_private
216 bl Lsha1_block_private
238 bl Lsha1_block_private
  /external/javasqlite/src/main/native/
sqlite_jni.c 781 hbl *bl; local
844 while ((bl = h->blobs)) {
845 h->blobs = bl->next;
846 bl->next = 0;
847 bl->h = 0;
848 if (bl->blob) {
849 sqlite3_blob_close(bl->blob);
851 bl->blob = 0;
2544 hbl *bl = gethbl(env, obj); local
4358 hbl *bl; local
4438 hbl *bl = gethbl(env, obj); local
4479 hbl *bl = gethbl(env, obj); local
    [all...]
  /dalvik/vm/mterp/x86/
header.S 57 rINSTbl bl opcode portion of instruction word
74 #define rINSTbl %bl
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 319 Point bl = new Point(0, 0); local
326 recordingRegion = new Quad(bl, br, tl, tr);
332 recordingRegion = new Quad(br, bl, tr, tl);
335 recordingRegion = new Quad(tl, tr, bl, br);
    [all...]
  /external/openssl/crypto/
x86_64cpuid.pl 112 cmp %r10b,%bl
149 cmp \$1,%bl # see if cache is shared
  /external/quake/quake/src/QW/client/
snd_mixa.asm 266 mov bl,ds:byte ptr[-1+esi+ecx*1]
275 mov bl,ds:byte ptr[-2+esi+ecx*1]
283 mov bl,ds:byte ptr[-2+esi+ecx*1]
288 mov bl,ds:byte ptr[-3+esi+ecx*1]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 194 Point bl = new Point(0, 0); local
198 mSourceRegion = new Quad(bl, br, tl, tr);
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 81 # define memmem(a,al,b,bl) \
85 memmem (a, al, b, bl))
  /external/libyuv/files/source/
row_common.cc     [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s 273 // CHECK: seto %bl
274 seto %bl
279 // CHECK: setno %bl
280 setno %bl
285 // CHECK: setb %bl
286 setb %bl
291 // CHECK: setae %bl
292 setae %bl
297 // CHECK: sete %bl
298 sete %bl
    [all...]
  /external/openssl/crypto/evp/
e_aes.c 276 size_t bl = ctx->cipher->block_size; local
278 if (len<bl) return 1;
592 size_t bl = ctx->cipher->block_size; local
596 if (len<bl) return 1;
598 for (i=0,len-=bl;i<=len;i+=bl)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_16.asm 422 mov bl,[esi+1]
432 mov bl,[esi+5]
450 mov bl,[esi+1] ; greens
  /external/libffi/src/powerpc/
ppc_closure.S 88 bl ffi_closure_helper_SYSV@local
206 bl .Luint128
aix_closure.S 158 bl .ffi_closure_helper_DARWIN
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 128 r.h.bl = intno;
165 r.h.bl = intno;
  /frameworks/base/services/java/com/android/server/
MountService.java 692 MountServiceBinderListener bl = mListeners.get(i); local
694 bl.mListener.onStorageStateChanged(path, oldState, state);
1093 MountServiceBinderListener bl = mListeners.get(i); local
1370 MountServiceBinderListener bl = new MountServiceBinderListener(listener); local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 419 bl printf
  /external/dhcpcd/
dhcp.c 314 int bl = 0; local
333 bl += ol;
363 if (valid_length(opt, bl, type) == -1) {
368 *len = bl;
    [all...]
  /external/libffi/src/arm/
sysv.S 243 bl ffi_closure_SYSV_inner

Completed in 599 milliseconds

1 2 3 4 5 6 78 91011>>