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

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-shared-7.d 15 [0-9a-f ]+: 80 fc 00 0c setlos 0xc,gr0
16 [0-9a-f ]+: 80 f4 00 0c setlo 0xc,gr0
fdpic-static-1.d 15 [0-9a-f ]+: 80 fc 00 0c setlos 0xc,gr0
16 [0-9a-f ]+: 80 f4 00 0c setlo 0xc,gr0
fdpic-static-7.d 15 [0-9a-f ]+: 80 fc 00 0c setlos 0xc,gr0
16 [0-9a-f ]+: 80 f4 00 0c setlo 0xc,gr0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
cmpbr_insn.s 68 cmpbltb $0xc, r3, -0x800000
139 cmpbltw $0xc, r3, -0x800000
210 cmpbltd $0xc, r3, -0x800000
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t07_ari3.s 46 neg.l @(0xc:2,er1) ;0107691817b0
84 extu.l @(0xc:2,er1) ;010769181770
102 extu.l #2,@(0xc:2,er1) ;010769181760
138 exts.l @(0xc:2,er1) ;0107691817f0
156 exts.l #2,@(0xc:2,er1) ;0107691817e0
t03_add.s     [all...]
t04_sub.s     [all...]
  /external/boringssl/src/crypto/sha/
sha1.c 150 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \
151 Xupdate(f, xi, xa, xb, xc, xd); \
155 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \
156 Xupdate(f, xi, xa, xb, xc, xd); \
160 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \
161 Xupdate(f, xa, xa, xb, xc, xd); \
165 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \
166 Xupdate(f, xa, xa, xb, xc, xd); \
170 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \
171 Xupdate(f, xa, xa, xb, xc, xd);
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 917 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
950 xc = xc0;
953 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
955 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
957 Storeinc(xc, z2, z);
960 *xc = carry;
964 xc = xc0;
966 z2 = *xc;
968 z = (*x & 0xffff) * y + (*xc >> 16) + carry;
970 Storeinc(xc, z, z2)
1177 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/valgrind/memcheck/tests/
unit_libcbase.c 99 CHECK( VG_IS_2_ALIGNED(0xc) );
116 CHECK( VG_IS_4_ALIGNED(0xc) );
133 CHECK( ! VG_IS_8_ALIGNED(0xc) );
150 CHECK( ! VG_IS_16_ALIGNED(0xc) );
167 // 0xc case below
173 CHECK( VG_IS_WORD_ALIGNED(0xc) );
176 CHECK( ! VG_IS_WORD_ALIGNED(0xc) );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluscfgguids.h 31 DEFINE_GUID(RESTYPE_IPAddress,0xe61ade71,0xc79a,0x4fda,0xb1,0xdb,0xa9,0xb8,0xd2,0xc,0x8b,0x14);
33 DEFINE_GUID(RESTYPE_GenericApplication,0xd495b46c,0x9e0a,0x4c2b,0x87,0xb7,0xfe,0xc,0x8f,0xa1,0xb3,0x2a);
48 DEFINE_GUID(RESCLASSTYPE_IPAddress,0x57a80e0f,0x6f18,0x458b,0xa7,0x2a,0xd1,0x17,0xc,0x47,0x93,0x90);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
crypto.d 49 9c: 81 b0 29 0c mpmul 0xc
81 11c: 81 b0 29 2c montmul 0xc
113 19c: 81 b0 29 4c montsqr 0xc
  /toolchain/binutils/binutils-2.25/opcodes/
sh-dis.c 128 if (((insn & 0xc) == 0 && (insn & 0x2a0))
337 if ((nib4 & 0xc) != 0)
341 if ((nib4 & 0xc) != 4)
647 rn = (nibs[n] & 0xc) >> 2;
650 rn = (nibs[n] & 0xc) >> 2;
659 if ((rn & 0xc) != 4)
  /external/opencv/cv/src/
cvcamshift.cpp 173 double a, b, c, xc, yc; local
225 xc = cvRound( m10 * inv_m00 + windowIn.x );
260 int _xc = cvRound( xc );
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PictureDrawableTest.java 40 recodingCanvas.drawARGB(255, 0xa, 0xc, 0xb);
  /external/elfutils/backends/
i386_corenote.c 118 { .type = ELF_T_WORD, .offset = 0xc, .format = 'x', .name = "flags" },
  /external/libmpeg2/common/
impeg2_defs.h 171 #define MPG1_PAL_4_3 0xc
  /external/toybox/scripts/
genconfig.sh 12 ${CROSS_COMPILE}${CC} $CFLAGS -xc -o /dev/null $1 -
  /external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.S 106 .byte 0xc
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_polyphase_filter_window_gcc.s 53 ldr r2,[sp,#0xc]
85 ldr r5,[r1,#0xc]
167 ldr r12,[sp,#0xc]
196 ldr r7,[r1,#0xc]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 358 const GLint xc = (mWidth - mAndroid[0].w) / 2; local
360 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
375 GLint x = xc - offset;
388 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
819 const int xc = animationX + frame.trimX; local
822 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight));
836 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight),
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequest.java 42 protected static final byte OAP_TAGID_RETRY = 0xc;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
dw2-1.S 167 .uleb128 0xc /* DW_FORM_flag */
dw2-2.S 164 .uleb128 0xc /* DW_FORM_flag */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-1.s 168 .uleb128 0xc /* DW_FORM_flag */

Completed in 474 milliseconds

1 2 3 4 5 6 7 891011>>