/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_statistic.h | 14 XT_STATISTIC_INVERT = 0x1, 16 #define XT_STATISTIC_MASK 0x1
|
/external/libopus/silk/ |
interpolate.c | 38 const opus_int16 x1[ MAX_LPC_ORDER ], /* I second vector */ 49 xi[ i ] = (opus_int16)silk_ADD_RSHIFT( x0[ i ], silk_SMULBB( x1[ i ] - x0[ i ], ifact_Q2 ), 2 );
|
/external/llvm/lib/Target/R600/ |
SIDefines.h | 52 #define S_00B848_PRIV(x) (((x) & 0x1) << 20) 53 #define G_00B848_PRIV(x) (((x) >> 20) & 0x1) 55 #define S_00B848_DX10_CLAMP(x) (((x) & 0x1) << 21) 56 #define G_00B848_DX10_CLAMP(x) (((x) >> 21) & 0x1) 58 #define S_00B848_DEBUG_MODE(x) (((x) & 0x1) << 22) 59 #define G_00B848_DEBUG_MODE(x) (((x) >> 22) & 0x1) 61 #define S_00B848_IEEE_MODE(x) (((x) & 0x1) << 23) 62 #define G_00B848_IEEE_MODE(x) (((x) >> 23) & 0x1)
|
/external/compiler-rt/test/builtins/Unit/ |
fixunssfdi_test.c | 78 if (test__fixunssfdi(0x1.FFFFFEp+63F, 0xFFFFFF0000000000LL)) 80 if (test__fixunssfdi(0x1.000000p+63F, 0x8000000000000000LL)) 82 if (test__fixunssfdi(0x1.FFFFFEp+62F, 0x7FFFFF8000000000LL)) 84 if (test__fixunssfdi(0x1.FFFFFCp+62F, 0x7FFFFF0000000000LL)) 88 if (test__fixunssfdi(-0x1.FFFFFEp+62F, 0x0000000000000000LL)) 90 if (test__fixunssfdi(-0x1.FFFFFCp+62F, 0x0000000000000000LL))
|
fixunssfsi_test.c | 76 if (test__fixunssfsi(0x1.000000p+31F, 0x80000000)) 78 if (test__fixunssfsi(0x1.FFFFFEp+31F, 0xFFFFFF00)) 80 if (test__fixunssfsi(0x1.FFFFFEp+30F, 0x7FFFFF80)) 82 if (test__fixunssfsi(0x1.FFFFFCp+30F, 0x7FFFFF00)) 86 if (test__fixunssfsi(-0x1.FFFFFEp+30F, 0)) 88 if (test__fixunssfsi(-0x1.FFFFFCp+30F, 0))
|
/external/libgsm/src/ |
gsm_print.c | 38 bc[0] = (*c++ & 0x1) << 1; 39 bc[0] |= (*c >> 7) & 0x1; 42 xmaxc[0] |= (*c >> 7) & 0x1; 45 xmc[2] = (*c++ & 0x1) << 2; 52 xmc[7] |= (*c >> 7) & 0x1; 55 xmc[10] = (*c++ & 0x1) << 2; 61 bc[1] = (*c++ & 0x1) << 1; 62 bc[1] |= (*c >> 7) & 0x1; 65 xmaxc[1] |= (*c >> 7) & 0x1; 68 xmc[15] = (*c++ & 0x1) << 2 [all...] |
/external/llvm/test/MC/AArch64/ |
arm64-logical-encoding.s | 11 and x1, x2, #15 16 ands x1, x2, #15 18 ; CHECK: and w0, w0, #0x1 ; encoding: [0x00,0x00,0x00,0x12] 19 ; CHECK: and x0, x0, #0x1 ; encoding: [0x00,0x00,0x40,0x92] 21 ; CHECK: and x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0x92] 23 ; CHECK: ands w0, w0, #0x1 ; encoding: [0x00,0x00,0x00,0x72] 24 ; CHECK: ands x0, x0, #0x1 ; encoding: [0x00,0x00,0x40,0xf2] 26 ; CHECK: ands x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0xf2] 29 eor x1, x2, #0x8000 32 ; CHECK: eor x1, x2, #0x8000 ; encoding: [0x41,0x00,0x71,0xd2 [all...] |
/external/openssl/crypto/rc2/ |
rc2_cbc.c | 140 register RC2_INT x0,x1,x2,x3,t; local 145 x1=(RC2_INT)(l>>16L); 156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; 158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; 159 x1=(t<<2)|(t>>14); 160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; 162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; 171 x1+=p1[x0&0x3f]; 172 x2+=p1[x1&0x3f] 185 register RC2_INT x0,x1,x2,x3,t; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r700_sq.h | 49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21) 50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1) 52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 22) 53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1) 58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30) 59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1) 61 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31) 62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1) 64 #define S_SQ_CF_WORD1_COUNT_3(x) (((x) & 0x1) << 19) 65 #define G_SQ_CF_WORD1_COUNT_3(x) (((x) >> 19) & 0x1) [all...] |
r600_sq.h | 49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21) 50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1) 52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 22) 53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1) 58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30) 59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1) 61 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31) 62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1) 94 #define S_SQ_CF_ALU_WORD1_USES_WATERFALL(x) (((x) & 0x1) << 25) 95 #define G_SQ_CF_ALU_WORD1_USES_WATERFALL(x) (((x) >> 25) & 0x1) [all...] |
eg_sq.h | 49 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 20) 50 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 20) & 0x1) 52 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21) 53 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1) 60 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30) 61 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1) 63 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31) 64 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1) 98 #define S_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) & 0x1) << 25) 99 #define G_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) >> 25) & 0x1) [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r700_sq.h | 49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21) 50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1) 52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 22) 53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1) 58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30) 59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1) 61 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31) 62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1) 64 #define S_SQ_CF_WORD1_COUNT_3(x) (((x) & 0x1) << 19) 65 #define G_SQ_CF_WORD1_COUNT_3(x) (((x) >> 19) & 0x1) [all...] |
r600_sq.h | 49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21) 50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1) 52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 22) 53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1) 58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30) 59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1) 61 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31) 62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1) 94 #define S_SQ_CF_ALU_WORD1_USES_WATERFALL(x) (((x) & 0x1) << 25) 95 #define G_SQ_CF_ALU_WORD1_USES_WATERFALL(x) (((x) >> 25) & 0x1) [all...] |
eg_sq.h | 49 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 20) 50 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 20) & 0x1) 52 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21) 53 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1) 60 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30) 61 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1) 63 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31) 64 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1) 98 #define S_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) & 0x1) << 25) 99 #define G_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) >> 25) & 0x1) [all...] |
/external/ceres-solver/examples/ |
more_garbow_hillstrom.cc | 85 const T x1 = x[0]; member in namespace:ceres::examples 87 residual[0] = T(10.0) * (x2 - x1 * x1); 88 residual[1] = T(1.0) - x1; 100 const T x1 = x[0]; member in namespace:ceres::examples 102 residual[0] = T(-13.0) + x1 + ((T(5.0) - x2) * x2 - T(2.0)) * x2; 103 residual[1] = T(-29.0) + x1 + ((x2 + T(1.0)) * x2 - T(14.0)) * x2; 115 const T x1 = x[0]; member in namespace:ceres::examples 117 residual[0] = T(10000.0) * x1 * x2 - T(1.0); 118 residual[1] = exp(-x1) + exp(-x2) - T(1.0001) 129 const T x1 = x[0]; member in namespace:ceres::examples 144 const T x1 = x[0]; member in namespace:ceres::examples 159 const T x1 = x[0]; member in namespace:ceres::examples 177 const T x1 = x[0]; member in namespace:ceres::examples 195 const T x1 = x[0]; member in namespace:ceres::examples 222 const T x1 = x[0]; member in namespace:ceres::examples 244 const T x1 = x[0]; member in namespace:ceres::examples [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
textblit.c | 61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) 63 int steep = abs(y1 - y0) > abs(x1 - x0); 74 t = x1; 75 x1 = y1; 79 if (x0 > x1) 83 x0 = x1; 84 x1 = t; 91 deltax = x1 - x0; 104 for (x = x0; x <= x1; x++) 118 for (x = x0; x <= x1; x++ [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_textblit.c | 60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, 62 int steep = abs(y1 - y0) > abs(x1 - x0); 72 t = x1; 73 x1 = y1; 77 if (x0 > x1) { 80 x0 = x1; 81 x1 = t; 88 deltax = x1 - x0; 100 for (x = x0; x <= x1; x++) { 110 for (x = x0; x <= x1; x++) [all...] |
/external/libvpx/libvpx/vp8/common/ |
textblit.c | 61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) 63 int steep = abs(y1 - y0) > abs(x1 - x0); 74 t = x1; 75 x1 = y1; 79 if (x0 > x1) 83 x0 = x1; 84 x1 = t; 91 deltax = x1 - x0; 104 for (x = x0; x <= x1; x++) 118 for (x = x0; x <= x1; x++ [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_textblit.c | 60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, 62 int steep = abs(y1 - y0) > abs(x1 - x0); 72 t = x1; 73 x1 = y1; 77 if (x0 > x1) { 80 x0 = x1; 81 x1 = t; 88 deltax = x1 - x0; 100 for (x = x0; x <= x1; x++) { 110 for (x = x0; x <= x1; x++) [all...] |
/external/libvorbis/lib/ |
mdct.c | 221 DATA_TYPE *x1 = x + points - 8; local 228 r0 = x1[6] - x2[6]; 229 r1 = x1[7] - x2[7]; 230 x1[6] += x2[6]; 231 x1[7] += x2[7]; 235 r0 = x1[4] - x2[4]; 236 r1 = x1[5] - x2[5]; 237 x1[4] += x2[4]; 238 x1[5] += x2[5]; 242 r0 = x1[2] - x2[2] 269 DATA_TYPE *x1 = x + points - 8; local 357 DATA_TYPE *x1 = x+bit[1]; local 508 DATA_TYPE *x1=x0+1; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
sid.h | 52 #define PREDICATION_OP_ZPASS 0x1 110 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1) 115 #define S_0084FC_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0) 117 #define S_0085F0_DEST_BASE_0_ENA(x) (((x) & 0x1) << 0) 118 #define G_0085F0_DEST_BASE_0_ENA(x) (((x) >> 0) & 0x1) 120 #define S_0085F0_DEST_BASE_1_ENA(x) (((x) & 0x1) << 1) 121 #define G_0085F0_DEST_BASE_1_ENA(x) (((x) >> 1) & 0x1) 124 #define S_0085F0_CB0_DEST_BASE_ENA(x) (((x) & 0x1) << 6) 125 #define G_0085F0_CB0_DEST_BASE_ENA(x) (((x) >> 6) & 0x1) 127 #define S_0085F0_CB1_DEST_BASE_ENA(x) (((x) & 0x1) << 7 [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
sid.h | 52 #define PREDICATION_OP_ZPASS 0x1 110 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1) 115 #define S_0084FC_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0) 117 #define S_0085F0_DEST_BASE_0_ENA(x) (((x) & 0x1) << 0) 118 #define G_0085F0_DEST_BASE_0_ENA(x) (((x) >> 0) & 0x1) 120 #define S_0085F0_DEST_BASE_1_ENA(x) (((x) & 0x1) << 1) 121 #define G_0085F0_DEST_BASE_1_ENA(x) (((x) >> 1) & 0x1) 124 #define S_0085F0_CB0_DEST_BASE_ENA(x) (((x) & 0x1) << 6) 125 #define G_0085F0_CB0_DEST_BASE_ENA(x) (((x) >> 6) & 0x1) 127 #define S_0085F0_CB1_DEST_BASE_ENA(x) (((x) & 0x1) << 7 [all...] |
/external/eigen/test/ |
smallvectors.cpp | 19 Scalar x1 = internal::random<Scalar>(), local 23 V2 v2(x1, x2); 24 V3 v3(x1, x2, x3); 25 V4 v4(x1, x2, x3, x4); 26 VERIFY_IS_APPROX(x1, v2.x()); 27 VERIFY_IS_APPROX(x1, v3.x()); 28 VERIFY_IS_APPROX(x1, v4.x());
|
/external/libhevc/common/arm64/ |
ihevc_padding.s | 84 // x1 => src_strd 102 add x0,x0,x1 104 add x0,x0,x1 106 add x0,x0,x1 108 add x0,x0,x1 115 add x5,x4,x1 123 add x6,x5,x1 131 add x7,x6,x1 202 // x1 => src_strd 220 add x0,x0,x1 [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/pci/ |
bridge.h | 326 #define BRIDGE_REV_A 0x1 334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6) 335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5) 339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30) 340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29) 341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28) 345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x))) 346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23) 347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22) 349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21 [all...] |