Home
last modified time | relevance | path

Searched refs:HEX (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ejdb/src/jql/
Djqp.leg144 | '\\' 'u' HEX HEX HEX HEX
216 HEX = [0-9A-Fa-f]
221 | '\\' 'u' HEX HEX HEX HEX
226 | '\\' 'u' HEX HEX HEX HEX
/third_party/icu/icu4c/source/test/intltest/
Dtestutil.cpp23 static const UChar HEX[] = u"0123456789ABCDEF"; variable
28 buf.append(HEX[0xF&(ch>>20)]); in appendHex()
30 buf.append(HEX[0xF&(ch>>16)]); in appendHex()
32 buf.append(HEX[0xF&(ch>>12)]); in appendHex()
33 buf.append(HEX[0xF&(ch>>8)]); in appendHex()
34 buf.append(HEX[0xF&(ch>>4)]); in appendHex()
35 buf.append(HEX[0xF&ch]); in appendHex()
66 buf.append(HEX[0x0F & (bytes[i] >> 4)]); in hex()
67 buf.append(HEX[0x0F & bytes[i]]); in hex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPatternTokenizer.java257 … final int AFTER_QUOTE = -1, NONE = 0, START_QUOTE = 1, NORMAL_QUOTE = 2, SLASH_START = 3, HEX = 4; field in PatternTokenizer
275 quoteStatus = HEX; in next()
280 quoteStatus = HEX; in next()
295 case HEX: in next()
375 case HEX: in next()
/third_party/e2fsprogs/ext2ed/
Dfile_com.c43 file_info.display=HEX; in init_file_info()
60 if (file_info.display==HEX) in type_file___show()
239 file_info.display=HEX; in type_file___display()
442 int mode=HEX; in type_file___set()
457 mode=HEX; in type_file___set()
465 if (mode==HEX) { in type_file___set()
Dext2ed.h70 #define HEX 1 macro
367 #define HEX 1 macro
Dgeneral_com.c432 int mode=HEX; in hex_set()
447 mode=HEX; in hex_set()
455 if (mode==HEX) { in hex_set()
Ddir_com.c71 info_ptr->display=HEX; /* This is not actually used */ in init_dir_info()
/third_party/uboot/u-boot-2020.01/tools/
Dk3_gen_x509_cert.sh64 destAddr = FORMAT:HEX,OCT:TEST_BOOT_ADDR
69 shaValue = FORMAT:HEX,OCT:TEST_IMAGE_SHA_VAL
81 debugUID = FORMAT:HEX,OCT:0000000000000000000000000000000000000000000000000000000000000000
/third_party/node/src/api/
Dencoding.cc100 return HEX; in ParseEncoding()
102 return HEX; in ParseEncoding()
/third_party/python/Lib/
Dquopri.py11 HEX = b'0123456789ABCDEF' variable
40 return ESCAPE + bytes((HEX[c//16], HEX[c%16]))
/third_party/node/src/
Dstring_decoder.cc231 CHECK(Encoding() == ASCII || Encoding() == HEX || Encoding() == LATIN1); in DecodeData()
237 if (Encoding() == ASCII || Encoding() == HEX || Encoding() == LATIN1) { in FlushData()
318 ADD_TO_ENCODINGS_ARRAY(HEX, "hex"); in InitializeStringDecoder()
Dstring_bytes.cc374 case HEX: in Write()
436 case HEX: in StorageSize()
480 case HEX: in Size()
714 case HEX: { in Encode()
Dnode_buffer.cc1169 env->SetMethodNoSideEffect(target, "hexSlice", StringSlice<HEX>); in Initialize()
1177 env->SetMethod(target, "hexWrite", StringWrite<HEX>); in Initialize()
Dnode.h684 HEX, enumerator
/third_party/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c68 #define HEX 'x' macro
115 static int format = HEX;
240 format = HEX; in parse_options()
805 case HEX: in prt_buf()
/third_party/uboot/u-boot-2020.01/product/hiupdate/
Dauto_update.c72 #define HEX 16 macro
395 start = simple_strtoul(env, NULL, HEX); in get_update_env()
399 end = simple_strtoul(env, NULL, HEX); in get_update_env()
/third_party/node/test/addons/parse-encoding/
Dbinding.cc11 V(HEX) \
/third_party/openssl/doc/man3/
DASN1_generate_nconf.pod91 of this structure, the format strings B<ASCII> and B<HEX> can be
97 of this structure, the format strings B<ASCII>, B<HEX> and B<BITLIST>
155 by a colon and one of the strings B<ASCII>, B<UTF8>, B<HEX> or B<BITLIST>.
158 specified then the value string must be a valid B<UTF8> string. For B<HEX> the
/third_party/uboot/u-boot-2020.01/tools/buildman/
Dkconfiglib.py1409 if sym.orig_type is HEX and \
4496 self.orig_type is HEX and _is_base_n(value, 16)
6857 HEX = _T_HEX variable
6865 HEX: "hex",
6871 HEX: 16,
6880 _T_DEF_HEX: HEX,
6952 HEX,
/third_party/unity/docs/
DUnityAssertionsReference.md291 otherwise showing the HEX escape code for the characters.
/third_party/mingw-w64/mingw-w64-headers/include/
Dnetmon.h1937 #define HEX(b) (HexTable[LONIBBLE(b)]) macro
/third_party/NuttX/
DReleaseNotes6478 …Intel HEX to binary format. It can write the binary data to a file or it can store the binary dat…
6725 - Add a boot loader that runs from ISRAM and loads an Intel HEX file
23934 start applications in Intel HEX format from an SD card. From
DChangeLog7541 runs from ISRAM and loads an Intel HEX file into DRAM (2014-6-26).
24684 will load and start applications in Intel HEX format from an SD card.
/third_party/openssl/
DCHANGES6801 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
/third_party/eudev/hwdb/
D20-usb-vendor-model.hwdb2691 ID_MODEL_FROM_DATABASE=Ross-Tech HEX-USB

12