HomeSort by relevance Sort by last modified time
    Searched refs:ands (Results 1 - 17 of 17) sorted by null

  /bionic/libc/arch-arm/bionic/
ffs.S 49 ands r0, r0, r1
memset.S 56 ands r3, r3, #3
82 ands r3, r3, #0x1C
memcmp.S 80 ands r3, r3, #3
99 ands r0, r0, #3
memcpy.S 59 ands r3, r3, #0xF
191 ands r3, r3, #3
221 ands r3, r3, #0x1C
memcmp16.S 108 ands r0, r0, #2
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse.c 40 /* For some reason when creating a windows cursor, the ands and xors memory
47 Uint8 *ands; member in struct:WMcursor
97 if ( cursor->ands != NULL )
98 SDL_free(cursor->ands);
140 cursor->ands = NULL;
146 aptr = cursor->ands = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
177 cursor->ands, cursor->xors);
  /bootable/bootloader/legacy/usbloader/
init.S 53 ands r4, pc, r5
  /frameworks/base/opengl/libagl/
fixed_asm.S 64 0: ands r0, r0, #0x80000000 /* keep only the sign bit */
  /external/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 29 ands r4, r0, #15
32 ands r4, r0, #7
35 ands r4, r0, #3
copymem8x4_v6.asm 29 ands r4, r0, #7
32 ands r4, r0, #3
copymem8x8_v6.asm 29 ands r4, r0, #7
32 ands r4, r0, #3
  /system/core/libcutils/
memset32.S 61 ands r3, r3, #0x1C
  /external/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 55 ands r3, r2, #0xff ;extra copy
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 86 ands r10, r5, #0x7f ;check to see if extra copy is needed
136 ands r10, r5, #0x3f ;check to see if extra copy is needed
vp8_vpxyv12_copyframeyonly_neon.asm 76 ands r10, r5, #0x7f ;check to see if extra copy is needed
190 ands r7, r7, #0x7
320 ands r7, r7, #0x7
453 ands r10, r5, #0x7f ;check to see if extra copy is needed
vp8_vpxyv12_extendframeborders_neon.asm 132 ands r7, r7, #0x7
234 ands r7, r7, #0x7
403 ands r7, r7, #0x7
505 ands r7, r7, #0x7
  /system/core/libpixelflinger/
col32cb16blend_neon.S 115 ands r3, r2, #15 // calc. single iterations

Completed in 171 milliseconds