HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 101 - 125 of 1461) sorted by null

1 2 3 45 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/chromium_org/third_party/openssl/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);
  /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);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
PercentEscaper.java 228 dest[4] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
244 dest[7] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
248 dest[4] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
263 dest[10] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
267 dest[7] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
271 dest[4] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
PercentEscaper.java 229 dest[4] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
245 dest[7] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
249 dest[4] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
264 dest[10] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
268 dest[7] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
272 dest[4] = UPPER_HEX_DIGITS[0x8 | (cp & 0x3)];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
467 x3 = data[4];
471 map_if_relative(ox, oy, relative, &x3, &y3);
472 ox = x3;
480 matrix_map_point(matrix, x3, y3, &x3, &y3);
482 x2, y2, x3, y3);
493 x3 = data[2];
496 map_if_relative(ox, oy, relative, &x3, &y3);
500 x2 = (x3 + 2*x1) / 3.f
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
467 x3 = data[4];
471 map_if_relative(ox, oy, relative, &x3, &y3);
472 ox = x3;
480 matrix_map_point(matrix, x3, y3, &x3, &y3);
482 x2, y2, x3, y3);
493 x3 = data[2];
496 map_if_relative(ox, oy, relative, &x3, &y3);
500 x2 = (x3 + 2*x1) / 3.f
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_copy_tmp.h 54 COPY_FUNC( 0x3 )
73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3);
  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 54 COPY_FUNC( 0x3 )
73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3);
  /bionic/libc/arch-arm/generic/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'}}
  /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)

Completed in 807 milliseconds

1 2 3 45 6 7 8 91011>>