Home
last modified time | relevance | path

Searched refs:x200 (Results 1 - 25 of 928) sorted by relevance

12345678910>>...38

/third_party/musl/src/ctype/
H A D__ctype_b_loc.c14 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 Dg723_40.c72 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 Dg721.c71 static short _fitab [16] = { 0, 0, 0, 0x200, 0x200, 0x200, 0x600, 0xE00,
72 0xE00, 0x600, 0x200, 0x200, 0x200, 0, 0, 0 } ;
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_tiler.c194 * 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 DLocationTest.test.js25 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 DLocationMTest.test.js27 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 Dcabac.c49 } 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 D7zCrcOpt.c23 ^ (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 DdeFloat16Test.c89 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 Ddes-586.S26 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 Ddes-586.S26 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 Ddes-586.S25 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 Ddes-586.S25 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 Ddes-586.S26 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 Ddes-586.S26 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 Ddes-586.S26 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 Ddes-586.S26 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 Drv34dsp.c65 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 Dcdcacm.h179 #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 Dnetlink.h63 #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 Dfcntl.h100 #define AT_EACCESS 0x200 /* Test access permitted for
102 #define AT_REMOVEDIR 0x200 /* Remove directory instead of
/test/xts/acts/graphic/graphicnapitest/
H A DConsumerSurfaceTest.cpp52 { .x = 0x200, .y = 0x200, .w = 0x200, .h = 0x200, },
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Diowin32.c116 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 Diowin32.c116 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/zlib/contrib/minizip/
H A Diowin32.c108 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_func()
109 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open64_file_func()
133 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_funcA()
134 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open64_file_funcA()
181 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open_file_func()
182 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open_file_func()

Completed in 12 milliseconds

12345678910>>...38