Home
last modified time | relevance | path

Searched refs:x800 (Results 1 - 25 of 960) sorted by relevance

12345678910>>...39

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_64.c38 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 DsljitNativeRISCV_32.c35 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 DBMPSet.java81 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 DBMPSet.java83 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 Dbmpset.cpp42 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 Dbmpset.cpp42 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 Dbmpset.cpp42 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 Dcasemap.h188 -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 Dg723_40.c73 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 Da_utf8.c60 if (value < 0x800) in UTF8_getc()
104 if (value < 0x800) { in UTF8_putc()
/third_party/openssl/crypto/asn1/
H A Da_utf8.c60 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 Difaddrs.h71 #define IFF_SIMPLEX 0x800
197 #define RTF_STATIC 0x800
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dbitset.cpp36 int64_t keys[0x800]; // 2k
37 uint16_t values[0x800];
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dinternal.js122 else if (charCode < 0x800) {
178 else if (accBytes === 3 && acc < 0x800)
/third_party/musl/arch/riscv32/
H A Dpthread_arch.h11 #define DTP_OFFSET 0x800
/third_party/musl/arch/riscv64/
H A Dpthread_arch.h11 #define DTP_OFFSET 0x800
/third_party/cups-filters/filter/
H A Dpcl.h22 #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 DNVPTXBaseInfo.h39 IsSurfTexQueryFlag = 0x800,
/third_party/musl/arch/i386/bits/
H A Dfenv.h12 #define FE_UPWARD 0x800
/third_party/musl/arch/x32/bits/
H A Dfenv.h12 #define FE_UPWARD 0x800
/third_party/musl/arch/x86_64/bits/
H A Dfenv.h12 #define FE_UPWARD 0x800
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/
H A Dcpu.h43 #define ARM_GIC_DIST_TARGET 0x800
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/
H A Dcpu.h43 #define ARM_GIC_DIST_TARGET 0x800
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_os_stat.h42 #define HI_OS_STAT_CREATE_TIMER_FAIL 0x800 /**< WorkQueue used up.CNcomment:创建定时器句柄失败 CNend */
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_flags.h19 #define U_NEW_CLIP 0x800

Completed in 14 milliseconds

12345678910>>...39