HomeSort by relevance Sort by last modified time
    Searched refs:BITS (Results 76 - 100 of 159) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/libjpeg_turbo/simd/
jcgrass2-64.asm 45 BITS 64
jcgrass2.asm 45 BITS 32
jdcolmmx.asm 52 BITS 32
jdcolss2-64.asm 52 BITS 64
jdcolss2.asm 52 BITS 32
jdmermmx.asm 52 BITS 32
jdmerss2-64.asm 52 BITS 64
jdmerss2.asm 52 BITS 32
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 26 [BITS 32]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.asm 26 [BITS 32]
elfso.asm 29 BITS 32
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.asm 25 [BITS 32]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 26 [BITS 64]
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 7 BITS 32
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 24 [BITS 64]
  /external/pixman/pixman/
pixman-edge.c 166 uint32_t *buf = (image)->bits.bits;
167 int stride = (image)->bits.rowstride;
168 int width = (image)->bits.width;
348 switch (PIXMAN_FORMAT_BPP (image->bits.format))
376 return_if_fail (image->type == BITS);
377 return_if_fail (PIXMAN_FORMAT_TYPE (image->bits.format) == PIXMAN_TYPE_A);
379 if (image->bits.read_func || image->bits.write_func)
pixman-trap.c 249 height = image->bits.height;
250 bpp = PIXMAN_FORMAT_BPP (image->bits.format);
296 if (!image->type == BITS)
299 if (!image->bits.format == PIXMAN_a8)
304 for (i = 0; i < image->bits.height; ++i)
307 (uint8_t *)&(image->bits.bits[i * image->bits.rowstride]);
309 for (j = 0; j < image->bits.width; ++j)
358 return_if_fail (image->type == BITS);
    [all...]
pixman.c 248 region->extents.x2 = MIN (region->extents.x2, dest_image->bits.width);
249 region->extents.y2 = MIN (region->extents.y2, dest_image->bits.height);
418 * extents in destination space fits in 16 bits
429 if (image->common.type == BITS)
433 * them to be smaller than 16 bits.
435 if (image->bits.width >= 0x7fff || image->bits.height >= 0x7fff)
441 extents->x2 <= image->bits.width &&
442 extents->y2 <= image->bits.height)
507 if (image->common.type == BITS)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86regtmod.gperf 67 /* REG: required bits setting
68 * SEGREG: BITS in which the segment is ignored
71 unsigned int bits:8;
264 unsigned int bits;
278 bits = pdata->bits;
280 if (type == YASM_ARCH_REG && bits != 0 && arch_x86->mode_bits != bits) {
282 N_("`%s' is a register in %u-bit mode"), id, bits);
286 if (type == YASM_ARCH_SEGREG && bits != 0 && arch_x86->mode_bits == bits)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 0 BITS 64
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 108 BITS 64
xdfprotect.asm 75 BITS 32
  /external/tremolo/Tremolo/
bitwise.c 38 /* We're 'LSb' endian; if we write a word but read individual bits,
73 extern long oggpack_lookARM(oggpack_buffer *b,int bits);
75 long oggpack_look(oggpack_buffer *b,int bits){
78 //fprintf(stderr, "PreLook: buffer=(%x,%x,%x) %08x%08x (%d bits)\n",
80 // b->ptr[1], b->ptr[0], bits);
82 l = oggpack_lookARM(b,bits);
83 //fprintf(stderr, "Look: buffer=(%d,%x,%d,%d) %08x%08x (%d bits) (result=%x)\n",
85 // b->ptr[1], b->ptr[0], bits, l);
91 extern void oggpack_advARM(oggpack_buffer *b,int bits);
93 void oggpack_adv(oggpack_buffer *b,int bits){
    [all...]
  /ndk/build/tools/
common-build-host-funcs.sh 425 # Return: success iff the compiler generates $2-bits code
429 local BITS="$2"
430 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c
435 /* this program will fail to compile if the compiler doesn't generate BITS-bits code */
436 int tab[1-2*(sizeof(void*)*8 != BITS)];
438 dump_n "$(bh_host_text) Checking that the compiler generates $BITS-bits code ($@)... "
439 $CC -c -DBITS=$BITS -o /dev/null $TMPC $HOST_CFLAGS "$@" > $TMPL 2>&1
  /prebuilts/devtools/tools/lib/
chimpchat.jar 

Completed in 460 milliseconds

1 2 34 5 6 7