HomeSort by relevance Sort by last modified time
    Searched refs:bpl (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 10 bpl lbl
  /external/qemu/android/
multitouch-port.h 65 int bpl; member in struct:MTFrameHeader
multitouch-screen.c 342 mts_state->fb_header.bpl = surface->linesize;
368 mts_state->fb_header.bpl = 4 * w;
454 mts_state->fb_header.bpl = ds->surface->linesize;
multitouch-port.c 421 fmt->h, fmt->disp_height, fmt->bpp, fmt->bpl,
  /external/qemu/android/utils/
jpeg-compress.h 86 * bpl - Number of bytes per line in the framebuffer.
98 int bpp, int bpl,
jpeg-compress.c 155 int bpp, int bpl,
193 JSAMPROW rgb = (JSAMPROW)(fb + (cinfo.next_scanline + y) * bpl + x_shift);
199 JSAMPROW rgb = (JSAMPROW)(fb + (y_shift - cinfo.next_scanline) * bpl + x_shift);
  /bionic/libc/arch-arm/denver/bionic/
memcpy_base.S 80 bpl 1f
166 bpl 1f
175 bpl 1f
204 bpl .L_memcpy_lt_32bytes
214 bpl 1f
memset.S 157 bpl 1f
167 bpl 1f
memmove.S 91 bpl 3f
104 bpl 5f
243 bpl 4f
257 bpl 2f
  /external/pixman/pixman/
pixman-arm-simd-asm-scaled.S 98 bpl 9b
105 bpl 9b
112 bpl 9b
pixman-arm-neon-asm.h 217 bpl 5b
222 bpl 5b
228 bpl 5b
234 bpl 5b
242 bpl 5b
247 bpl 5b
285 bpl 5b
292 bpl 5b
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
memset.S 124 bpl .L_set_less_than_16
140 bpl .L_set_less_than_4
  /dalvik/dexgen/src/com/android/dexgen/util/
Hex.java 244 * @param bpl {@code >= 0;} number of bytes of output per line
250 int outOffset, int bpl, int addressLength) {
290 if (col == bpl) {
  /dalvik/dx/src/com/android/dx/util/
Hex.java 244 * @param bpl {@code >= 0;} number of bytes of output per line
250 int outOffset, int bpl, int addressLength) {
290 if (col == bpl) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
Hex.java 244 * @param bpl {@code >= 0;} number of bytes of output per line
250 int outOffset, int bpl, int addressLength) {
290 if (col == bpl) {
  /external/smali/util/src/main/java/org/jf/util/
Hex.java 256 * @param bpl >= 0; number of bytes of output per line
262 int outOffset, int bpl, int addressLength) {
302 if (col == bpl) {
  /external/linux-tools-perf/perf-3.12.0/arch/h8300/lib/
memcpy.S 80 bpl 1b
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 92 bpl token_high_bit_not_set
168 bpl token_high_bit_not_set_se
262 bpl token_high_bit_not_set_ev
vp8_packtokens_partitions_armv5.asm 167 bpl token_high_bit_not_set
265 bpl extra_high_bit_not_set
395 bpl token_high_bit_not_set_se
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 92 bpl token_high_bit_not_set
168 bpl token_high_bit_not_set_se
262 bpl token_high_bit_not_set_ev
vp8_packtokens_partitions_armv5.asm 167 bpl token_high_bit_not_set
265 bpl extra_high_bit_not_set
395 bpl token_high_bit_not_set_se
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 92 bpl token_high_bit_not_set
168 bpl token_high_bit_not_set_se
262 bpl token_high_bit_not_set_ev
  /art/runtime/arch/arm/
memcmp16_arm.S 52 bpl 0f
  /external/chromium_org/third_party/boringssl/linux-x86_64/crypto/rc4/
rc4-md5-x86_64.S 28 movb -8(%rdi),%bpl
31 incb %bpl
621 addb $32,%bpl
1198 addb $32,%bpl
1219 movb %sil,%bpl
1247 subb $1,%bpl
  /external/chromium_org/third_party/boringssl/mac-x86_64/crypto/rc4/
rc4-md5-x86_64.S 28 movb -8(%rdi),%bpl
31 incb %bpl
621 addb $32,%bpl
1198 addb $32,%bpl
1219 movb %sil,%bpl
1247 subb $1,%bpl

Completed in 793 milliseconds

1 2 3