/external/chromium_org/third_party/libjpeg_turbo/simd/ |
jdsamss2-64.asm | 40 BITS 64 210 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jdsamss2.asm | 39 BITS 32 223 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jfmmxint.asm | 89 BITS 32 110 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
|
jfss2int-64.asm | 90 BITS 64 110 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jfss2int.asm | 89 BITS 32 110 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jimmxred.asm | 96 BITS 32 124 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
|
jiss2flt.asm | 55 BITS 32 82 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jiss2red-64.asm | 97 BITS 64 123 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jiss2red.asm | 96 BITS 32 122 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jisseflt.asm | 55 BITS 32 82 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jimmxint.asm | 89 BITS 32 116 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
|
jiss2int-64.asm | 90 BITS 64 115 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
jiss2int.asm | 89 BITS 32 114 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
commons-codec-1.4.jar | |
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
x86p_32.asm | 12 BITS 32
|
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.commons.codec_1.4.0.v201209201156.jar | |
/prebuilts/tools/common/http-client/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.commons.codec_1.4.0.v201209201156.jar | |
/external/pixman/pixman/ |
pixman-access.c | 169 uint32_t *bits = __bits_image->bits; \ 185 ((uint8_t *) ((bits) + (stride) * (line))) 188 ((uint8_t *) ((bits) + offset1 + \ 192 ((uint8_t *) ((bits) + offset0 + \ 304 return image->bits.indexed->rgba[pixel]; 320 return image->bits.indexed->ent[pixel & 0x7fff]; 326 return image->bits.indexed->ent[pixel & 0x7fff]; 336 const uint8_t * bits, 345 pixel = FETCH_1 (image, bits, offset) 593 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local 622 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local 653 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local 683 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local 714 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local 743 const uint32_t *bits = image->bits.bits + image->bits.rowstride * line; local 813 uint32_t *bits = image->bits + line * image->rowstride; local 833 uint32_t *bits = image->bits + line * image->rowstride; local 854 uint32_t *bits = image->bits + line * image->rowstride; local 875 uint32_t *bits = image->bits + line * image->rowstride; local 895 uint32_t *bits = image->bits + line * image->rowstride; local 913 const uint32_t *bits = image->bits + image->rowstride * line; local 972 uint32_t *bits = image->bits + image->rowstride * y; local 998 uint32_t *bits = image->bits + image->rowstride * y; local 1023 uint32_t *bits = image->bits + image->rowstride * y; local 1049 uint32_t *bits = image->bits + image->rowstride * y; local 1074 uint32_t *bits = image->bits + image->rowstride * y; local 1147 const uint32_t *bits = image->bits.bits + y * image->bits.rowstride; local 1176 uint32_t *bits = image->bits + line * image->rowstride; local 1199 uint32_t *bits = image->bits + image->rowstride * y; local [all...] |
pixman-bits-image.c | 151 bits_image_t *bits = &ima->bits; local 171 if (!pixman_transform_point_3d (bits->common.transform, &v)) 174 ux = ux_top = ux_bottom = bits->common.transform->matrix[0][0]; 194 if (y1 < 0 || y1 >= bits->height) 202 top_row = bits->bits + y1 * bits->rowstride; 207 if (y2 < 0 || y2 >= bits->height) 215 bottom_row = bits->bits + y2 * bits->rowstride 737 bits_image_t *bits = &image->bits; local 886 bits_image_t *bits = &image->bits; local 1040 bits_image_t *bits = &image->bits; local [all...] |
pixman-region.c | [all...] |
/external/robolectric/lib/main/ |
commons-codec-1.6.jar | |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 447 /// <summary> Grows the set to a larger number of bits.</summary> 461 /// <summary>return how much space is being used by the bits array not 462 /// how many actually have member bits on. [all...] |