/third_party/ejdb/src/jql/ |
D | jqp.leg | 144 | '\\' '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/ |
D | testutil.cpp | 23 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/ |
D | PatternTokenizer.java | 257 … 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/ |
D | file_com.c | 43 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()
|
D | ext2ed.h | 70 #define HEX 1 macro 367 #define HEX 1 macro
|
D | general_com.c | 432 int mode=HEX; in hex_set() 447 mode=HEX; in hex_set() 455 if (mode==HEX) { in hex_set()
|
D | dir_com.c | 71 info_ptr->display=HEX; /* This is not actually used */ in init_dir_info()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | k3_gen_x509_cert.sh | 64 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/ |
D | encoding.cc | 100 return HEX; in ParseEncoding() 102 return HEX; in ParseEncoding()
|
/third_party/python/Lib/ |
D | quopri.py | 11 HEX = b'0123456789ABCDEF' variable 40 return ESCAPE + bytes((HEX[c//16], HEX[c%16]))
|
/third_party/node/src/ |
D | string_decoder.cc | 231 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()
|
D | string_bytes.cc | 374 case HEX: in Write() 436 case HEX: in StorageSize() 480 case HEX: in Size() 714 case HEX: { in Encode()
|
D | node_buffer.cc | 1169 env->SetMethodNoSideEffect(target, "hexSlice", StringSlice<HEX>); in Initialize() 1177 env->SetMethod(target, "hexWrite", StringWrite<HEX>); in Initialize()
|
D | node.h | 684 HEX, enumerator
|
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 68 #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/ |
D | auto_update.c | 72 #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/ |
D | binding.cc | 11 V(HEX) \
|
/third_party/openssl/doc/man3/ |
D | ASN1_generate_nconf.pod | 91 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/ |
D | kconfiglib.py | 1409 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/ |
D | UnityAssertionsReference.md | 291 otherwise showing the HEX escape code for the characters.
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | netmon.h | 1937 #define HEX(b) (HexTable[LONIBBLE(b)]) macro
|
/third_party/NuttX/ |
D | ReleaseNotes | 6478 …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
|
D | ChangeLog | 7541 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/ |
D | CHANGES | 6801 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
|
/third_party/eudev/hwdb/ |
D | 20-usb-vendor-model.hwdb | 2691 ID_MODEL_FROM_DATABASE=Ross-Tech HEX-USB
|