HomeSort by relevance Sort by last modified time
    Searched refs:bx (Results 201 - 225 of 377) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 319 byte[] bx = (byte[]) x;
322 SQLite.StringEncoder.encodeX(bx);
326 args[parameterIndex - 1] = SQLite.StringEncoder.encode(bx);
343 byte[] bx = (byte[]) x;
346 SQLite.StringEncoder.encodeX(bx);
350 args[parameterIndex - 1] = SQLite.StringEncoder.encode(bx);
366 byte[] bx = (byte[]) x;
369 SQLite.StringEncoder.encodeX(bx);
373 args[parameterIndex - 1] = SQLite.StringEncoder.encode(bx);
  /bionic/libc/arch-arm/bionic/
memset.S 123 bx lr
199 bx lr
  /bionic/libc/arch-arm/cortex-a9/bionic/
memset.S 117 bx lr
198 bx lr
  /dalvik/vm/arch/arm/
CallEABI.S 261 bx ip
286 bx lr
424 bx lr
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NO_OPT.S 60 bx r10 @ dvmJitToInterpTraceSelectNoChain
footer.S 71 bx r1
88 bx r1 @ branch to dvmMterpCommonExceptionThrown
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 64 bx lr
  /external/libvpx/libvpx/vp8/common/arm/neon/
variance_neon.asm 90 bx lr
152 bx lr
207 bx lr
272 bx lr
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 67 bx lr
  /external/llvm/test/MC/ARM/
eh-directive-section-multiple-func.s 24 bx lr
34 bx lr
52 @ Check the .TEST1 section. There should be two "bx lr" instructions.
eh-directive-section.s 25 bx lr
40 bx lr
eh-directive-text-section.s 18 bx lr
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 100 call __i686.get_pc_thunk.bx; \
109 .section .gnu.linkonce.t.__i686.get_pc_thunk.bx,"ax",@progbits
110 .globl __i686.get_pc_thunk.bx
111 .hidden __i686.get_pc_thunk.bx
113 .type __i686.get_pc_thunk.bx,@function
114 __i686.get_pc_thunk.bx:
348 call __i686.get_pc_thunk.bx
367 call __i686.get_pc_thunk.bx
  /bionic/libc/stdlib/
strtod.c 1920 ULong *bx, *bxe, *sx, *sxe; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 923 int by, bx;
932 for (bx = 0; bx < 16; bx += 4) {
939 vp9_blend_b(yl + bx, ul + (bx >> 1), vl + (bx >> 1), Y, U, V,
  /dalvik/vm/mterp/armv5te/
footer.S 108 bx r0 @ resume translation
409 bx r10 @ jump to the translation
465 bx lr
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
armv4-gf2m.pl 62 bx lr
209 bx r12
261 bx lr @ interoperable with Thumb ISA:-)
  /external/opencv/cv/src/
cvrotcalipers.cpp 155 double bx = vect[i].x; local
158 double convexity = ax * by - ay * bx;
165 ax = bx;
  /external/openssl/crypto/bn/asm/
armv4-gf2m.pl 62 bx lr
209 bx r12
261 bx lr @ interoperable with Thumb ISA:-)
  /bionic/libc/arch-arm/generic/bionic/
memset.S 128 bx lr
  /dalvik/vm/mterp/x86/
header.S 56 rINSTw bx first 16-bit code of current instruction
72 #define rINSTw %bx
  /external/chromium_org/third_party/skia/src/core/
SkEdge.h 43 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 93 int bx, si, di, bp; /* total multiplier for each reg */ member in struct:x86_checkea_reg16_data
103 /* in order: ax,cx,dx,bx,sp,bp,si,di */
108 reg16[3] = &data->bx;
120 /* only allow BX, SI, DI, BP */
138 * like: (bx+di)*(bx+di)-bx*bx-2*bx*di-di*di+di? Probably not: NASM never
    [all...]
  /external/pixman/pixman/
pixman-arm-simd-asm-scaled.S 157 bx lr
  /external/skia/src/core/
SkEdge.h 43 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);

Completed in 1877 milliseconds

1 2 3 4 5 6 7 891011>>