/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeRISCV_64.c | 38 SLJIT_ASSERT((imm & 0x800) != 0); in load_immediate() 43 if ((imm & 0x800) != 0) in load_immediate() 59 if (imm & 0x800) in load_immediate() 63 SLJIT_ASSERT((high & 0x800) != 0); in load_immediate() 67 if ((high & 0x800) != 0) in load_immediate() 94 if ((high & 0x800) != 0) in load_immediate() 105 SLJIT_ASSERT((imm & 0x800) != 0); in load_immediate() 110 if ((imm & 0x800) != 0) in load_immediate() 133 if ((init_value & 0x800) != 0) in emit_const() 141 if ((high & 0x800) ! in emit_const() [all...] |
H A D | sljitNativeRISCV_32.c | 35 if (imm & 0x800) in load_immediate() 48 if ((init_value & 0x800) != 0) in emit_const() 60 if ((new_target & 0x800) != 0) in sljit_set_jump_addr()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | BMPSet.java | 81 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1); in BMPSet() 325 * Set bits in a bit rectangle in "vertical" bit organization. start<limit<=0x800 366 // limit<=0x800. If limit==0x800 then limitLead=32 and limitTrail=0. in set32x64Bits() 398 while (start < 0x800) { in initBits() 399 set32x64Bits(table7FF, start, limit <= 0x800 ? limit : 0x800); in initBits() 400 if (limit > 0x800) { in initBits() 401 start = 0x800; in initBits() 414 int minStart = 0x800; in initBits() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | BMPSet.java | 83 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1); in BMPSet() 327 * Set bits in a bit rectangle in "vertical" bit organization. start<limit<=0x800 368 // limit<=0x800. If limit==0x800 then limitLead=32 and limitTrail=0. in set32x64Bits() 400 while (start < 0x800) { in initBits() 401 set32x64Bits(table7FF, start, limit <= 0x800 ? limit : 0x800); in initBits() 402 if (limit > 0x800) { in initBits() 403 start = 0x800; in initBits() 416 int minStart = 0x800; in initBits() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | bmpset.cpp | 42 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1); in BMPSet() 68 * start<limit<=0x800 72 U_ASSERT(limit<=0x800); in set32x64Bits() 111 // limit<=0x800. If limit==0x800 then limitLead=32 and limitTrail=0. in set32x64Bits() 159 while(start<0x800) { 160 set32x64Bits(table7FF, start, limit<=0x800 ? limit : 0x800); 161 if(limit>0x800) { 162 start=0x800; [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | bmpset.cpp | 42 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1); in BMPSet() 68 * start<limit<=0x800 72 U_ASSERT(limit<=0x800); in set32x64Bits() 111 // limit<=0x800. If limit==0x800 then limitLead=32 and limitTrail=0. in set32x64Bits() 159 while(start<0x800) { 160 set32x64Bits(table7FF, start, limit<=0x800 ? limit : 0x800); 161 if(limit>0x800) { 162 start=0x800; [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bmpset.cpp | 42 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1); in BMPSet() 68 * start<limit<=0x800 72 U_ASSERT(limit<=0x800); in set32x64Bits() 111 // limit<=0x800. If limit==0x800 then limitLead=32 and limitTrail=0. in set32x64Bits() 159 while(start<0x800) { 160 set32x64Bits(table7FF, start, limit<=0x800 ? limit : 0x800); 161 if(limit>0x800) { 162 start=0x800; [all...] |
/third_party/musl/src/ctype/ |
H A D | casemap.h | 188 -0x3600, -0x800, -0x5600, -0x5000, 0x700, -0x7400, 192 0x1c6001, 0x0, 0x97d001, 0x801, -0x800, 0x8a0502, 196 -0x1dbeff, 0x8f1d02, 0x800, -0x7ff, 0x0, 0x5600,
|
/third_party/libsnd/src/G72x/ |
H A D | g723_40.c | 73 0x200, 0x200, 0x400, 0x600, 0x800, 0xA00, 0xC00, 0xC00, 74 0xC00, 0xC00, 0xA00, 0x800, 0x600, 0x400, 0x200, 0x200,
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_utf8.c | 60 if (value < 0x800) in UTF8_getc() 104 if (value < 0x800) { in UTF8_putc()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_utf8.c | 60 if (value < 0x800) in UTF8_getc() 104 if (value < 0x800) { in UTF8_putc()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/netif/ |
H A D | ifaddrs.h | 71 #define IFF_SIMPLEX 0x800 197 #define RTF_STATIC 0x800
|
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/ |
H A D | bitset.cpp | 36 int64_t keys[0x800]; // 2k 37 uint16_t values[0x800];
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
H A D | internal.js | 122 else if (charCode < 0x800) { 178 else if (accBytes === 3 && acc < 0x800)
|
/third_party/musl/arch/riscv32/ |
H A D | pthread_arch.h | 11 #define DTP_OFFSET 0x800
|
/third_party/musl/arch/riscv64/ |
H A D | pthread_arch.h | 11 #define DTP_OFFSET 0x800
|
/third_party/cups-filters/filter/ |
H A D | pcl.h | 22 #define PCL_RASTER_SIMPLE 0x800 /* Use ESC*r#U */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXBaseInfo.h | 39 IsSurfTexQueryFlag = 0x800,
|
/third_party/musl/arch/i386/bits/ |
H A D | fenv.h | 12 #define FE_UPWARD 0x800
|
/third_party/musl/arch/x32/bits/ |
H A D | fenv.h | 12 #define FE_UPWARD 0x800
|
/third_party/musl/arch/x86_64/bits/ |
H A D | fenv.h | 12 #define FE_UPWARD 0x800
|
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/ |
H A D | cpu.h | 43 #define ARM_GIC_DIST_TARGET 0x800
|
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/ |
H A D | cpu.h | 43 #define ARM_GIC_DIST_TARGET 0x800
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_os_stat.h | 42 #define HI_OS_STAT_CREATE_TIMER_FAIL 0x800 /**< WorkQueue used up.CNcomment:创建定时器句柄失败 CNend */
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_dirty_flags.h | 19 #define U_NEW_CLIP 0x800
|