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

<<111213

  /external/quake/quake/src/WinQuake/
d_draw.s 332 movb (%esi),%bl // get first source texel
338 movb %bl,(%edi) // store first dest pixel
d_draw16.s 335 movb (%esi),%bl // get first source texel
341 movb %bl,(%edi) // store first dest pixel
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 67 mov %al, %bl # move in the flags
295 cmpb $2,%bl
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 59 mov %al, %bl # move in the flags
295 cmpb $2,%bl
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 108 BookmarksLoader bl = new BookmarksLoader(getActivity(), local
110 return bl;
  /external/ipsec-tools/src/racoon/
oakley.c 850 int len, bl; local
902 bl = sizeof(cookie_t);
903 memcpy(p, bp2, bl);
904 p += bl;
912 bl = sizeof(cookie_t);
913 memcpy(p, bp2, bl);
914 p += bl;
    [all...]
pfkey.c 292 size_t bl, ml; local
331 bl = buf ? buf->l : 0;
332 buf = vrealloc(buf, bl + ml);
338 memcpy(buf->v + bl, msg, ml);
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-memcmp3-new.S     [all...]
  /frameworks/native/opengl/libagl/
state.cpp 390 params[0] = formats[index].bh - formats[index].bl;
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 36 bl vp8_validate_buffer_arm
vp8_packtokens_armv5.asm 34 bl vp8_validate_buffer_arm
vp8_packtokens_mbrow_armv5.asm 34 bl vp8_validate_buffer_arm
vp8_packtokens_partitions_armv5.asm 33 bl vp8_validate_buffer_arm
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 100 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
101 { return border(ls, rs, ts, bs, tl, tr, bl, br); }
    [all...]
curses.h     [all...]
ncurses.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 100 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
101 { return border(ls, rs, ts, bs, tl, tr, bl, br); }
    [all...]
curses.h     [all...]
ncurses.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 100 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
101 { return border(ls, rs, ts, bs, tl, tr, bl, br); }
    [all...]
  /external/openssh/
config.sub 253 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
304 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
402 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.S 299 movzbl %bl,%esi
321 movzbl %bl,%esi
335 movzbl %bl,%esi
1426 movzbl %bl,%esi
1450 movzbl %bl,%esi
1457 movzbl %bl,%esi
    [all...]
aes-armv4.S 163 bl _armv4_AES_encrypt
636 bl _armv4_AES_set_encrypt_key
874 bl _armv4_AES_decrypt
aes-armv4.pl 216 bl _armv4_AES_encrypt
689 bl _armv4_AES_set_encrypt_key
932 bl _armv4_AES_decrypt
  /external/opencv/cxcore/src/
cxdatastructs.cpp 1883 int bl = MIN( count, length ); local
    [all...]

Completed in 1833 milliseconds

<<111213