HomeSort by relevance Sort by last modified time
    Searched refs:x10000 (Results 176 - 200 of 1027) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
volume.h 104 #define PA_VOLUME_NORM (0x10000)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
volume.h 104 #define PA_VOLUME_NORM (0x10000)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
volume.h 104 #define PA_VOLUME_NORM (0x10000)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 53 #define CO_FUTURE_PRINT_FUNCTION 0x10000
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 53 #define CO_FUTURE_PRINT_FUNCTION 0x10000
  /system/core/toolbox/
dd.h 88 #define C_SWAB 0x10000
swapon.c 12 #define SWAP_FLAG_DISCARD 0x10000
  /frameworks/native/opengl/libagl/
vertex.cpp 36 c->current.color.r = 0x10000;
37 c->current.color.g = 0x10000;
38 c->current.color.b = 0x10000;
39 c->current.color.a = 0x10000;
41 c->currentNormal.z = 0x10000;
light.cpp 62 c.r = c.g = c.b = c.a = 0x10000;
68 c->lighting.lights[i].ambient.a = 0x10000;
69 c->lighting.lights[i].position.z = 0x10000;
70 c->lighting.lights[i].spotDir.z = -0x10000;
72 c->lighting.lights[i].attenuation[0] = 0x10000;
80 c->lighting.front.ambient.a = 0x10000;
84 c->lighting.front.diffuse.a = 0x10000;
85 c->lighting.front.specular.a = 0x10000;
86 c->lighting.front.emission.a = 0x10000;
91 c->lighting.lightModel.ambient.a = 0x10000;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
addrcache_test.cc 281 cache_.DecodeAddress(0x10000,
349 EXPECT_EQ(0xCAFE, zero_cache.DecodeAddress(0x10000,
436 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
447 EXPECT_EQ(0xCAFE, cache_.DecodeAddress(0x10000,
514 cache_.DecodeAddress(0x10000,
526 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
538 cache_.DecodeAddress(0x10000,
543 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
  /external/chromium_org/content/browser/download/
base_file_win.cc 51 0x10000,
177 // XE_ERRORONDEST == 0x10000
178 case 0x10000:
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache_test.cc 281 cache_.DecodeAddress(0x10000,
349 EXPECT_EQ(0xCAFE, zero_cache.DecodeAddress(0x10000,
436 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
447 EXPECT_EQ(0xCAFE, cache_.DecodeAddress(0x10000,
514 cache_.DecodeAddress(0x10000,
526 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
538 cache_.DecodeAddress(0x10000,
543 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-utf-private.hh 131 *unicode = (c << 10) + l - ((0xd800 << 10) - 0x10000 + 0xdc00);
155 *unicode = (h << 10) + c - ((0xd800 << 10) - 0x10000 + 0xdc00);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_utf8.c 113 if(value < 0x10000) return -4;
171 if(value < 0x10000) {
  /external/chromium_org/v8/src/
unicode.h 115 return 0x10000 + ((lead & 0x3ff) << 10) + (trail & 0x3ff);
129 return 0xd800 + (((char_code - 0x10000) >> 10) & 0x3ff);
  /external/harfbuzz_ng/src/
hb-utf-private.hh 131 *unicode = (c << 10) + l - ((0xd800 << 10) - 0x10000 + 0xdc00);
155 *unicode = (h << 10) + c - ((0xd800 << 10) - 0x10000 + 0xdc00);
  /external/icu4c/extra/scrptrun/
scrptrun.cpp 137 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;
192 if (ch >= 0x10000) {
  /external/icu4c/layout/
LEFontInstance.cpp 67 code = (high - 0xD800) * 0x400 + low - 0xDC00 + 0x10000;
73 if (code >= 0x10000) {
  /external/iproute2/include/linux/
if.h 51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
79 #define IFF_TX_SKB_SHARING 0x10000 /* The interface supports sharing
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 74 #define VPX_CODEC_CAP_PSNR 0x10000 /**< Can issue PSNR packets */
91 #define VPX_CODEC_USE_PSNR 0x10000 /**< Calculate PSNR on each frame */
    [all...]
  /external/open-vcdiff/src/
addrcache_test.cc 281 cache_.DecodeAddress(0x10000,
349 EXPECT_EQ(0xCAFE, zero_cache.DecodeAddress(0x10000,
436 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
447 EXPECT_EQ(0xCAFE, cache_.DecodeAddress(0x10000,
514 cache_.DecodeAddress(0x10000,
526 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
538 cache_.DecodeAddress(0x10000,
543 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
  /external/openssl/crypto/asn1/
a_utf8.c 113 if(value < 0x10000) return -4;
171 if(value < 0x10000) {
  /external/qemu/
ppc.ld 86 . = ALIGN (0x10000) - ((0x10000 - .) & (0x10000 - 1)); . = DATA_SEGMENT_ALIGN (0x10000, 0x1000);
  /frameworks/av/libvideoeditor/vss/src/
M4AIR_API.c 285 pC->u32_x_inc[i] = ((u32_width_in-1) * 0x10000) / (u32_width_out-1);
289 pC->u32_x_inc[i] = (u32_width_in * 0x10000) / (u32_width_out);
295 pC->u32_y_inc[i] = ((u32_height_in - 1) * 0x10000) / (u32_height_out-1);
299 pC->u32_y_inc[i] = (u32_height_in * 0x10000) / (u32_height_out);
306 if (pC->u32_y_inc[i] >= 0x10000)
316 pC->u32_y_accum_start[i] = 0x10000;
339 if (pC->u32_x_inc[i] >= 0x10000)
345 pC->u32_x_accum_start[i] = 0x10000;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 32 int one = 0x10000;

Completed in 1013 milliseconds

1 2 3 4 5 6 78 91011>>