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

1 2 34 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/mfd/
timpani-audio.h 7 #define TIMPANI_A_MREF (0x3)
65 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_REF_BUFF_CUR_V_9UA 0x3
76 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_BIAS_CUR_V_10_0UA_NORMAL_OP 0x3
83 #define TIMPANI_CDAC_IDAC_REF_CUR_IDAC_REF_CUR_M 0x3
87 #define TIMPANI_CDAC_IDAC_REF_CUR_IDAC_REF_CUR_V_8UA 0x3
103 #define TIMPANI_TXADC12_REF_CURR_TXADC1_REF_BUFF_CUR_V_35UA 0x3
110 #define TIMPANI_TXADC12_REF_CURR_TXADC2_REF_BUFF_CUR_V_35UA 0x3
252 #define TIMPANI_TXFE1_TXFE1_GAIN_V_24DB_2 0x3
298 #define TIMPANI_TXFE2_TXFE2_GAIN_V_24DB_2 0x3
388 #define TIMPANI_TXFE_CLT_TXFE_OUT_CM_VOLT_V_1_050V_NORMAL_OP 0x3
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 666 int x2 = src[1], x3 = src[7]; local
670 x1 = x2 + x3; x2 -= x3;
671 x3 = x1 + x4; x1 -= x4;
678 x0 -= x3;
682 work[7] = x3; work[6] = x0;
686 x2 = src[2]; x3 = src[6];
689 x4 = x2 + x3;
690 x2 = descale((x2-x3)*C1_414, fixb) - x4;
692 x3 = x0 + x1; x0 -= x1
718 int x2 = work[8*1], x3 = work[8*7]; local
1523 int x2 = src[3], x3 = src[4]; local
1570 int x2 = work[8*3], x3 = work[8*4]; local
    [all...]
  /external/iproute2/examples/diffserv/
Edge1 38 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
41 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
44 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
  /external/openssl/crypto/rc2/
rc2_locl.h 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
155 x3=(t<<5)|(t>>11);
  /bionic/libc/arch-arm/bionic/
strlen.c 51 while (u.i & 0x3) {
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
p1.cpp 13 X x3 = y; // expected-error{{no viable conversion from 'const ExplicitConv::Y' to 'ExplicitConv::X'}} local
  /external/clang/test/Sema/
tentative-decls.c 6 struct a x3[10]; // expected-error{{array has incomplete element type 'struct a'}} variable in typeref:struct:a
  /external/clang/test/SemaCXX/
default-constructor-initializers.cpp 11 struct X3 : public X2 { // expected-error {{implicit default constructor for 'X3' must explicitly initialize the base class 'X2' which does not have a default constructor}}
13 X3 x3; // expected-note {{first required here}} variable
direct-initializer.cpp 31 X x3(1.0, 1.0); // expected-error{{no matching constructor for initialization of 'X'}}
switch.cpp 39 void x3(C &c) { function
  /external/compiler-rt/lib/
ctzsi2.c 37 t = ((x & 0x3) == 0) << 1;
  /external/grub/stage2/
mb_header.h 59 (! ((addr) & 0x3) \
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 36 if ((Align & 0x3) == 0) {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d2_11pf.cpp 177 j = index & 0x3;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc_semaphore.cpp 139 int postmode = 0x3;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextColor.java 29 DARK_YELLOW(0x3),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
debugreg.h 36 #define DR_RW_READ (0x3)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
debugreg.h 54 #define DR_RW_READ (0x3)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
debugreg.h 36 #define DR_RW_READ (0x3)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
debugreg.h 54 #define DR_RW_READ (0x3)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
debugreg.h 36 #define DR_RW_READ (0x3)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
debugreg.h 54 #define DR_RW_READ (0x3)
  /system/core/sh/
parser.h 59 #define VSPLUS 0x3 /* ${var+text} */
  /external/llvm/test/MC/AArch64/
basic-a64-instructions.s 21 add x20, x3, x13, uxtx
25 add x3, x5, x9, sxtx
29 // CHECK: add x20, x3, x13, uxtx // encoding: [0x74,0x60,0x2d,0x8b]
33 // CHECK: add x3, x5, x9, sxtx // encoding: [0xa3,0xe0,0x29,0x8b]
54 add x2, x3, w5, sxtb #0
58 // CHECK: add x2, x3, w5, sxtb // encoding: [0x62,0x80,0x25,0x8b]
67 sub x20, x3, x13, uxtx #0
71 sub x3, x5, x9, sxtx
75 // CHECK: sub x20, x3, x13, uxtx // encoding: [0x74,0x60,0x2d,0xcb]
79 // CHECK: sub x3, x5, x9, sxtx // encoding: [0xa3,0xe0,0x29,0xcb
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
segment_32.h 70 #define SEGMENT_RPL_MASK 0x3
72 #define USER_RPL 0x3

Completed in 3881 milliseconds

1 2 34 5 6 7 8 91011>>