/third_party/musl/src/ctype/ |
H A D | __ctype_b_loc.c | 14 X(0x200),X(0x200),X(0x200),X(0x200),X(0x200),X(0x200),X(0x200),X(0x200), 15 X(0x200),X(0x320),X(0x220),X(0x220),X(0x220),X(0x220),X(0x200), [all...] |
/third_party/libsnd/src/G72x/ |
H A D | g723_40.c | 72 static short _fitab [32] = { 0, 0, 0, 0, 0, 0x200, 0x200, 0x200, 73 0x200, 0x200, 0x400, 0x600, 0x800, 0xA00, 0xC00, 0xC00, 74 0xC00, 0xC00, 0xA00, 0x800, 0x600, 0x400, 0x200, 0x200, 75 0x200, 0x200, 0x200, [all...] |
H A D | g721.c | 71 static short _fitab [16] = { 0, 0, 0, 0x200, 0x200, 0x200, 0x600, 0xE00, 72 0xE00, 0x600, 0x200, 0x200, 0x200, 0, 0, 0 } ;
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | sdmmc_vendor_storage.c | 58 u8 data[EMMC_VENDOR_PART_SIZE * 0x200 - 0x400 - 0x8];
85 ret = rk_emmc_transfer(buffer + i * 0x200, addr + i, 0x200, write);
in emmc_vendor_ops() 101 if (rk_emmc_transfer(p_buf, EMMC_VENDOR_PART_START + EMMC_VENDOR_PART_SIZE * i, 0x200, 0)) {
in emmc_vendor_storage_init() 105 p_buf += (EMMC_VENDOR_PART_SIZE - 1) * 0x200;
in emmc_vendor_storage_init() 106 if (rk_emmc_transfer(p_buf, EMMC_VENDOR_PART_START + EMMC_VENDOR_PART_SIZE * (i + 1) - 1, 0x200, 0)) {
in emmc_vendor_storage_init() 246 ret = rk_emmc_transfer(buf + i * 0x200, index + i, 0x200, 0);
in id_blk_read_data() 264 ret = rk_emmc_transfer(buf + i * 0x200, index + i, 0x200, in id_blk_write_data() [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_tiler.c | 194 * full_size = 0x200 + 0x200 * ceil(W / w) * ceil(H / h) 197 * It further appears necessary to round down offset to the nearest 0x200. 198 * Possibly we would also round down full_size to the nearest 0x200 but 199 * full_size/0x200 = (1 + ceil(W / w) * ceil(H / h)) is an integer so there's 220 #define FULL_BYTES_PER_TILE 0x200 274 return ALIGN_POT(size, 0x200); in panfrost_hierarchy_size() 279 * 0x200 + bytes_per_tile * ceil(W / w) * ceil(H / h) 281 * rounding down the answer to the nearest 0x200. This is used to compute both 298 return 0x200 in panfrost_flat_size() [all...] |
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/ |
H A D | LocationTest.test.js | 25 let LocationRequestPriority = {UNSET : 0x200 ,ACCURACY : 0x201 ,LOW_POWER : 0x202 ,FIRST_FIX :0x203} 204 let currentLocationRequest = { "priority": 0x200, "scenario": 0x301, "timeoutMs": 1000, "maxAccuracy": 0 }; 257 let currentLocationRequest = { "priority": 0x200, "scenario": 0x302, "timeoutMs": 1000, "maxAccuracy": 10 }; 282 let currentLocationRequest = { "priority": 0x200, "scenario": 0x303, "timeoutMs": 1000, "maxAccuracy": 10 }; 306 let currentLocationRequest = { "priority": 0x200, "scenario": 0x304, "timeoutMs": 1000, "maxAccuracy": 0 }; 331 let currentLocationRequest1 = { "priority": 0x200, "scenario": 0x305, "timeoutMs": 1000, "maxAccuracy": 10 }; 332 let currentLocationRequest2 = { "priority": 0x200, "scenario": 0x301, "timeoutMs": 1000, "maxAccuracy": 10 }; 638 let requestInfo = {"priority":0x200, "scenario":0x301, "timeInterval":5, 669 let requestInfo = {"priority":0x200, "scenario":0x302, "timeInterval":1, 700 let requestInfo = {"priority":0x200, "scenari [all...] |
H A D | LocationMTest.test.js | 27 let LocationRequestPriority = {UNSET : 0x200 ,ACCURACY : 0x201 ,LOW_POWER : 0x202 ,FIRST_FIX :0x203} 181 let currentLocationRequest = { "priority": 0x200, "scenario": 0x301, "timeoutMs": 1000, "maxAccuracy": 10 }; 236 let currentLocationRequest = { "priority": 0x200, "scenario": 0x302, "timeoutMs": 1000, "maxAccuracy": 10 }; 262 let currentLocationRequest = { "priority": 0x200, "scenario": 0x303, "timeoutMs": 1000, "maxAccuracy": 10 }; 287 let currentLocationRequest = { "priority": 0x200, "scenario": 0x304, "timeoutMs": 1000, "maxAccuracy": 0 }; 313 let currentLocationRequest1 = { "priority": 0x200, "scenario": 0x305, "timeoutMs": 1000, "maxAccuracy": 10 }; 314 let currentLocationRequest2 = { "priority": 0x200, "scenario": 0x301, "timeoutMs": 1000, "maxAccuracy": 10 }; 652 let requestInfo = {"priority":0x200, "scenario":0x301, "timeInterval":5, 684 let requestInfo = {"priority":0x200, "scenario":0x302, "timeInterval":1, 716 let requestInfo = {"priority":0x200, "scenari [all...] |
/third_party/ffmpeg/libavcodec/tests/ |
H A D | cabac.c | 49 } else if (c->dec.low < 0x200) { in renorm_cabac_encoder() 54 c->dec.low -= 0x200; in renorm_cabac_encoder() 89 if (c->dec.low < 0x200) { in put_cabac_bypass() 93 c->dec.low -= 0x200; in put_cabac_bypass()
|
/third_party/lzma/C/ |
H A D | 7zCrcOpt.c | 23 ^ (table + 0x200)[((v >> 8) & 0xFF)]
in CrcUpdateT4() 50 ^ (table + 0x200)[((d >> 8) & 0xFF)]
in CrcUpdateT8() 81 ^ (table + 0x200)[((v >> 16) & 0xFF)]
in CrcUpdateT1_BeT4() 109 ^ (table + 0x200)[((d >> 16) & 0xFF)]
in CrcUpdateT1_BeT8()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deFloat16Test.c | 89 DE_TEST_ASSERT(deFloat32To16RTZ(getFloat32(0, 0xff, 0x400000)) == getFloat16(0, 0x1f, 0x200)); in deFloat16_selfTest() 90 DE_TEST_ASSERT(deFloat32To16RTZ(getFloat32(1, 0xff, 0x400000)) == getFloat16(1, 0x1f, 0x200)); in deFloat16_selfTest() 93 DE_TEST_ASSERT(deFloat32To16RTZ(getFloat32(0, 0xff, 0x4003ff)) == getFloat16(0, 0x1f, 0x200)); in deFloat16_selfTest() 94 DE_TEST_ASSERT(deFloat32To16RTZ(getFloat32(1, 0xff, 0x4003ff)) == getFloat16(1, 0x1f, 0x200)); in deFloat16_selfTest() 211 DE_TEST_ASSERT(deFloat32To16RTE(getFloat32(0, 0xff, 0x400000)) == getFloat16(0, 0x1f, 0x200)); in deFloat16_selfTest() 212 DE_TEST_ASSERT(deFloat32To16RTE(getFloat32(1, 0xff, 0x400000)) == getFloat16(1, 0x1f, 0x200)); in deFloat16_selfTest() 215 DE_TEST_ASSERT(deFloat32To16RTE(getFloat32(0, 0xff, 0x4003ff)) == getFloat16(0, 0x1f, 0x200)); in deFloat16_selfTest() 216 DE_TEST_ASSERT(deFloat32To16RTE(getFloat32(1, 0xff, 0x4003ff)) == getFloat16(1, 0x1f, 0x200)); in deFloat16_selfTest()
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/ |
H A D | des-586.S | 26 xorl 0x200(%ebp,%ecx,1),%edi 55 xorl 0x200(%ebp,%ecx,1),%esi 84 xorl 0x200(%ebp,%ecx,1),%edi 113 xorl 0x200(%ebp,%ecx,1),%esi 142 xorl 0x200(%ebp,%ecx,1),%edi 171 xorl 0x200(%ebp,%ecx,1),%esi 200 xorl 0x200(%ebp,%ecx,1),%edi 229 xorl 0x200(%ebp,%ecx,1),%esi 258 xorl 0x200(%ebp,%ecx,1),%edi 287 xorl 0x200( [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/ |
H A D | des-586.S | 26 xorl 0x200(%ebp,%ecx,1),%edi 55 xorl 0x200(%ebp,%ecx,1),%esi 84 xorl 0x200(%ebp,%ecx,1),%edi 113 xorl 0x200(%ebp,%ecx,1),%esi 142 xorl 0x200(%ebp,%ecx,1),%edi 171 xorl 0x200(%ebp,%ecx,1),%esi 200 xorl 0x200(%ebp,%ecx,1),%edi 229 xorl 0x200(%ebp,%ecx,1),%esi 258 xorl 0x200(%ebp,%ecx,1),%edi 287 xorl 0x200( [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/ |
H A D | des-586.S | 25 xorl 0x200(%ebp,%ecx,1),%edi 54 xorl 0x200(%ebp,%ecx,1),%esi 83 xorl 0x200(%ebp,%ecx,1),%edi 112 xorl 0x200(%ebp,%ecx,1),%esi 141 xorl 0x200(%ebp,%ecx,1),%edi 170 xorl 0x200(%ebp,%ecx,1),%esi 199 xorl 0x200(%ebp,%ecx,1),%edi 228 xorl 0x200(%ebp,%ecx,1),%esi 257 xorl 0x200(%ebp,%ecx,1),%edi 286 xorl 0x200( [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/ |
H A D | des-586.S | 25 xorl 0x200(%ebp,%ecx,1),%edi 54 xorl 0x200(%ebp,%ecx,1),%esi 83 xorl 0x200(%ebp,%ecx,1),%edi 112 xorl 0x200(%ebp,%ecx,1),%esi 141 xorl 0x200(%ebp,%ecx,1),%edi 170 xorl 0x200(%ebp,%ecx,1),%esi 199 xorl 0x200(%ebp,%ecx,1),%edi 228 xorl 0x200(%ebp,%ecx,1),%esi 257 xorl 0x200(%ebp,%ecx,1),%edi 286 xorl 0x200( [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/des/ |
H A D | des-586.S | 26 xorl 0x200(%ebp,%ecx,1),%edi 55 xorl 0x200(%ebp,%ecx,1),%esi 84 xorl 0x200(%ebp,%ecx,1),%edi 113 xorl 0x200(%ebp,%ecx,1),%esi 142 xorl 0x200(%ebp,%ecx,1),%edi 171 xorl 0x200(%ebp,%ecx,1),%esi 200 xorl 0x200(%ebp,%ecx,1),%edi 229 xorl 0x200(%ebp,%ecx,1),%esi 258 xorl 0x200(%ebp,%ecx,1),%edi 287 xorl 0x200( [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/des/ |
H A D | des-586.S | 26 xorl 0x200(%ebp,%ecx,1),%edi 55 xorl 0x200(%ebp,%ecx,1),%esi 84 xorl 0x200(%ebp,%ecx,1),%edi 113 xorl 0x200(%ebp,%ecx,1),%esi 142 xorl 0x200(%ebp,%ecx,1),%edi 171 xorl 0x200(%ebp,%ecx,1),%esi 200 xorl 0x200(%ebp,%ecx,1),%edi 229 xorl 0x200(%ebp,%ecx,1),%esi 258 xorl 0x200(%ebp,%ecx,1),%edi 287 xorl 0x200( [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/des/ |
H A D | des-586.S | 26 xorl 0x200(%ebp,%ecx,1),%edi 55 xorl 0x200(%ebp,%ecx,1),%esi 84 xorl 0x200(%ebp,%ecx,1),%edi 113 xorl 0x200(%ebp,%ecx,1),%esi 142 xorl 0x200(%ebp,%ecx,1),%edi 171 xorl 0x200(%ebp,%ecx,1),%esi 200 xorl 0x200(%ebp,%ecx,1),%edi 229 xorl 0x200(%ebp,%ecx,1),%esi 258 xorl 0x200(%ebp,%ecx,1),%edi 287 xorl 0x200( [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/des/ |
H A D | des-586.S | 26 xorl 0x200(%ebp,%ecx,1),%edi 55 xorl 0x200(%ebp,%ecx,1),%esi 84 xorl 0x200(%ebp,%ecx,1),%edi 113 xorl 0x200(%ebp,%ecx,1),%esi 142 xorl 0x200(%ebp,%ecx,1),%edi 171 xorl 0x200(%ebp,%ecx,1),%esi 200 xorl 0x200(%ebp,%ecx,1),%edi 229 xorl 0x200(%ebp,%ecx,1),%esi 258 xorl 0x200(%ebp,%ecx,1),%edi 287 xorl 0x200( [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | rv34dsp.c | 65 const int z0 = 13*(temp[4*0+i] + temp[4*2+i]) + 0x200; in rv34_idct_add_c() 66 const int z1 = 13*(temp[4*0+i] - temp[4*2+i]) + 0x200; in rv34_idct_add_c() 108 dc = (13*13*dc + 0x200) >> 10; in rv34_idct_dc_add_c()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | cdcacm.h | 179 #define CONFIG_CDCACM_EPBULKOUT_FSSIZE 0x200 187 #define CONFIG_CDCACM_EPBULKIN_FSSIZE 0x200 201 #define MAX_PACKET_SIZE 0x200
|
/third_party/libbpf/include/uapi/linux/ |
H A D | netlink.h | 63 #define NLM_F_MATCH 0x200 /* return all matching */ 69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ 78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */
|
H A D | fcntl.h | 100 #define AT_EACCESS 0x200 /* Test access permitted for 102 #define AT_REMOVEDIR 0x200 /* Remove directory instead of
|
/test/xts/acts/graphic/graphicnapitest/ |
H A D | ConsumerSurfaceTest.cpp | 52 { .x = 0x200, .y = 0x200, .w = 0x200, .h = 0x200, },
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | iowin32.c | 116 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_func() 117 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open64_file_func() 141 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_funcA() 142 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open64_file_funcA() 189 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open_file_func() 190 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open_file_func()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | iowin32.c | 116 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_func() 117 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open64_file_func() 141 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_funcA() 142 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open64_file_funcA() 189 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open_file_func() 190 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open_file_func()
|