/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.h | 369 GX_TI_RESERVED_TUPLE_FLAG = 0x1000,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-just-table.hh | 247 UnlimiteGap =0x1000,/* The glyph can take unlimited gap. When this
|
H A D | hb-ot-os2-unicode-ranges.hh | 77 { 0x1000, 0x109F, 74}, // Myanmar
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawTypes.h | 300 const uint32_t MinTpiHashBuckets = 0x1000;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 104 Value * 0x1000); in tryAddingSymbolicOperand()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucase.h | 419 UCASE_EXC_SOFT_DOTTED=0x1000,
|
H A D | ucasemap_imp.h | 251 static const uint32_t HAS_VOWEL = 0x1000;
|
/third_party/toybox/kconfig/ |
H A D | expr.h | 96 #define SYMBOL_AUTO 0x1000
|
/third_party/python/Objects/ |
H A D | unicodectype.c | 23 #define CASE_IGNORABLE_MASK 0x1000
|
/third_party/ffmpeg/libavcodec/ |
H A D | prosumer.c | 74 if ((c & 0xF000u) == 0x1000) { in decompress() 233 0x10F8, 0x0D0, 0x1000, 0x0D1, 0xF001, 0x0D2, 0x1001, 0x0D3, 0x0010, 0x0D4,
|
H A D | escape124.c | 191 0x100, 0x200, 0x1000, 0x2000,
|
H A D | vmdaudio.c | 69 0xF00, 0x1000, 0x1400, 0x1800, 0x1C00, 0x2000, 0x3000, 0x4000
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_ringbuffer.c | 41 #define INIT_SIZE 0x1000 608 ((ring->cur - ring->start) > (ring->size / 4 - 0x1000))) { in msm_ringbuffer_check_size()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 898 pub const RTM_F_LOOKUP_TABLE: ::c_uint = 0x1000; 1020 pub const STATX_MNT_ID: ::c_uint = 0x1000; 1028 pub const STATX_ATTR_AUTOMOUNT: ::c_int = 0x1000; 1044 pub const ADJ_MICRO: ::c_uint = 0x1000; 1072 pub const STA_CLOCKERR: ::c_int = 0x1000;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 625 pub const MAP_ANON: ::c_int = 0x1000; 1006 pub const SO_ACCEPTFILTER: ::c_int = 0x1000; 1213 pub const RTLD_NODELETE: ::c_int = 0x1000; 1380 pub const MOD_MICRO: ::c_uint = 0x1000; 1396 pub const STA_CLOCKERR: ::c_int = 0x1000;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 841 Val = 0x1000; in getAdrLabelOpValue() 844 Val = 0x1000; in getAdrLabelOpValue() 855 Val = 0x1000; in getAdrLabelOpValue() 879 Val = 0x1000; in getT2AdrLabelOpValue() 882 Val |= 0x1000; in getT2AdrLabelOpValue()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | constants-riscv64.h | 1699 int32_t imm6 = ((Bits & 0x1000) >> 7) | ((Bits & 0x7c) >> 2); 1708 int32_t imm10 = ((Bits & 0x1000) >> 3) | ((Bits & 0x40) >> 2) | 1740 ((Bits & 0x1000) >> 7) | ((Bits & 0x70) >> 2) | ((Bits & 0xc) << 4); 1750 ((Bits & 0x1000) >> 7) | ((Bits & 0x60) >> 2) | ((Bits & 0x1c) << 4); 1799 ((Bits & 0x800) >> 7) | ((Bits & 0x1000) >> 1); 1810 ((Bits & 0x1000) >> 4);
|
/applications/sample/wifi-iot/app/samgr/ |
H A D | broadcast_example.c | 193 Topic topic3 = 0x1000; in CASE_ReUnsubscribeTopic()
|
/third_party/ffmpeg/libavformat/ |
H A D | bink.c | 42 BINK_AUD_USEDCT = 0x1000,
|
H A D | wvdec.c | 42 WV_MCEND = 0x1000,
|
/third_party/glslang/gtests/ |
H A D | Common.cpp | 84 EXPECT_EQ(12, glslang::IntLog2(0x1000)); in TEST()
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.c | 62 #define INTARG 0x1000
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/shaping/ |
H A D | DataDrivenArabicShapingRegTest.java | 368 if (ch < 0x1000) { in escapedString()
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/shaping/ |
H A D | ArabicShapingSample.java | 250 if (ch < 0x1000) { in escapedText()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/ |
H A D | DataDrivenArabicShapingRegTest.java | 365 if (ch < 0x1000) { in escapedString()
|