/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter/ |
xt_statistic.h | 23 XT_STATISTIC_INVERT = 0x1, 25 #define XT_STATISTIC_MASK 0x1
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter/ |
xt_statistic.h | 23 XT_STATISTIC_INVERT = 0x1, 25 #define XT_STATISTIC_MASK 0x1
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter/ |
xt_statistic.h | 23 XT_STATISTIC_INVERT = 0x1, 25 #define XT_STATISTIC_MASK 0x1
|
/external/compiler-rt/test/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/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...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
highpass_400hz_at_12k8.cpp | 150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local 159 x1 = mem[5]; 171 x2 = x1; 172 x1 = x0; 175 L_tmp2 = fxp_mac_16by16(x1, -1830, L_tmp2); 197 mem[5] = x1;
|
highpass_50hz_at_12k8.cpp | 152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local 162 x1 = mem[5]; 176 x2 = x1; 177 x1 = x0; 180 L_tmp2 = fxp_mac_16by16(x1, -16212, L_tmp2); 202 mem[5] = x1;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
hp400.c | 64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local 72 x1 = *mem; 76 x2 = x1; 77 x1 = x0; 85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1; 96 *mem-- = x1;
|
hp50.c | 65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local 74 x1 = *mem; 78 x2 = x1; 79 x1 = x0; 87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1; 96 *mem-- = x1;
|
/frameworks/wilhelm/src/android/ |
android_defs.h | 131 #define ANDROID_MP2TSEVENT_EOS ((SLuint32) 0x1) 133 #define ANDROID_MP2TSEVENT_DISCONTINUITY ((SLuint32) 0x1 << 1) 136 #define ANDROID_MP2TSEVENT_DISCON_NEWPTS ((SLuint32) 0x1 << 2) 138 #define ANDROID_MP2TSEVENT_FORMAT_CHANGE_FULL ((SLuint32) 0x1 << 3) 139 #define ANDROID_MP2TSEVENT_FORMAT_CHANGE_VIDEO ((SLuint32) 0x1 << 4) 153 kAndroidBufferTypeMpeg2Ts = ((SLuint16) 0x1),
|
/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/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...] |
/frameworks/compile/mclinker/lib/LD/ |
ELFFileFormat.cpp | 73 0x1); 82 0x1); 88 0x1); 93 0x1); 98 0x1); 103 0x1); 108 0x1); 113 0x1); 118 0x1); 123 0x1); [all...] |
/external/elfutils/tests/ |
run-addrname-test.sh | 52 t3_global_after_0+0x1 58 testrun_compare ../src/addr2line -S -e testfile41 0x1 0x104 <<\EOF 59 small_global_at_large_global+0x1 61 small_global_first_at_large_global+0x1 156 sizeless_foo+0x1 160 sized_bar+0x1 176 global_outer+0x1 180 global_in_global+0x1 200 local_outer+0x1 204 global_in_local+0x1 [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());
|
/bionic/libc/kernel/arch-mips/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...] |
/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...] |
/external/kernel-headers/original/asm-mips/pci/ |
bridge.h | 400 #define BRIDGE_REV_A 0x1 409 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6) 410 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5) 415 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30) 416 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29) 417 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28) 420 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x))) 421 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23) 422 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22) 423 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21 [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/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...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/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...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicYuvToRGB.cpp | 131 uint32_t x1 = xstart; local 153 if(x2 > x1) { 155 int32_t len = (x2 - x1 - 1) >> 3; 159 x1 += len << 3; 164 // ALOGE("y %i %i %i", p->y, x1, x2); 165 while(x1 < x2) { 166 uchar u = uv[(x1 & 0xffffe) + 1]; 167 uchar v = uv[(x1 & 0xffffe) + 0]; 168 *out = rsYuvToRGBA_uchar4(Y[x1], u, v); 170 x1++ [all...] |
/external/ceres-solver/include/ceres/ |
problem.h | 79 // function of some subset of the parameters x1...xk. For 109 // double x1[] = { 1.0, 2.0, 3.0 }; 115 // problem.AddResidualBlock(new MyUnaryCostFunction(...), x1); 174 // double x1[] = {1.0, 2.0, 3.0}; 180 // problem.AddResidualBlock(new MyUnaryCostFunction(...), NULL, x1); 181 // problem.AddResidualBlock(new MyBinaryCostFunction(...), NULL, x2, x1); 195 double* x0, double* x1); 198 double* x0, double* x1, double* x2); 201 double* x0, double* x1, double* x2, 205 double* x0, double* x1, double* x2 [all...] |
/external/ceres-solver/internal/ceres/ |
problem_impl.h | 80 double* x0, double* x1); 83 double* x0, double* x1, double* x2); 86 double* x0, double* x1, double* x2, 90 double* x0, double* x1, double* x2, 94 double* x0, double* x1, double* x2, 98 double* x0, double* x1, double* x2, 103 double* x0, double* x1, double* x2, 108 double* x0, double* x1, double* x2, 113 double* x0, double* x1, double* x2,
|