Searched refs:x100 (Results 551 - 575 of 1379) sorted by relevance
1...<<21222324252627282930>>...56
/third_party/ffmpeg/libavcodec/ |
H A D | svq1_vlc.h | 149 { 0x100,22 }, { 0x5C, 22 }, { 0x60, 22 }, { 0x101,22 },
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_spp.c | 173 if (temp & 0x100) \ in store_slice_c()
|
H A D | vf_uspp.c | 168 if (temp & 0x100) temp = ~(temp >> 31); \ in store_slice_c()
|
/third_party/ffmpeg/libavformat/ |
H A D | smacker.c | 273 if (off + j > 0x100) { in smacker_read_packet()
|
H A D | utils.c | 493 if (v & 0x100) { in ff_hex_to_data()
|
/third_party/backends/backend/genesys/ |
H A D | gl124_registers.h | 245 static constexpr RegAddr REG_0x100 = 0x100;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleDistance.java | 35 private static final int DISTANCE_IS_FINAL = 0x100;
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvhz.cpp | 246 args->converter->toUnicodeStatus = (uint32_t) (mySourceChar | 0x100); in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | WriteCharts.java | 236 group = 0x100; in print() 338 if ((group & 0x100) != 0) out.println("<hr><h2>Duals</h2>"); in print()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | TrieTest.java | 339 for (start = 0; start < 0x100; ++ start) { in _testTrieRanges()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | WriteCharts.java | 233 group = 0x100; in print() 335 if ((group & 0x100) != 0) out.println("<hr><h2>Duals</h2>"); in print()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | TrieTest.java | 336 for (start = 0; start < 0x100; ++ start) { in _testTrieRanges()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleDistance.java | 37 private static final int DISTANCE_IS_FINAL = 0x100;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen_impl.h | 99 #define DT_NUMERIC 0x100
|
H A D | number_modifiers.cpp | 20 const int32_t ARG_NUM_LIMIT = 0x100;
|
/third_party/mesa3d/include/CL/ |
H A D | cl_ext.h | 321 #define CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT 0x100
|
/third_party/libcoap/src/oscore/ |
H A D | oscore_cbor.c | 175 } else if ((value > 0x17) && (value < 0x100)) { in oscore_cbor_put_unsigned()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 1327 #define PERF_MEM_LVL_REM_RAM1 0x100 /* Remote DRAM (1 hop) */
|
/third_party/libbpf/src/ |
H A D | libbpf_internal.h | 287 MAP_DEF_PINNING = 0x100,
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_tls13_compat_tests.py | 59 'ffdhe2048': 0x100,
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.c | 552 /* Control regs 0x100-0x17f are a scratch space to be used by the in dump_control_regs() 559 dump_register(rnn_control, i + 0x100, regs[i]); in dump_control_regs()
|
/third_party/libwebsockets/lib/system/dhcpclient/ |
H A D | dhcpc4.c | 344 if (len < 0x100) in lws_dhcpc4_parse()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsck.c | 435 // Attr type must be a multiple of 0x10 and 0x10<=x<=0x100. in check_attr_record() 436 if ((attr_type & ~0x0F0) && (attr_type != 0x100)) { in check_attr_record()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvhz.cpp | 246 args->converter->toUnicodeStatus = (uint32_t) (mySourceChar | 0x100); in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_android.c | 109 #define HAL_PIXEL_FORMAT_NV12_Y_TILED_INTEL 0x100
|
Completed in 30 milliseconds
1...<<21222324252627282930>>...56