Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 85) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_future_builtins.py4 from future_builtins import hex, oct, map, zip, filter
8 self.assertEqual(hex(0), '0x0')
9 self.assertEqual(hex(16), '0x10')
10 self.assertEqual(hex(16L), '0x10')
11 self.assertEqual(hex(-16), '-0x10')
12 self.assertEqual(hex(-16L), '-0x10')
13 self.assertRaises(TypeError, hex, {})
Dtest_uuid.py19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
166 equal(u.hex, hex)
243 uuid.UUID(hex=h)
463 os.write(fds[1], value.hex)
468 parent_value = uuid.uuid4().hex
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None, argument
128 if [hex, bytes, bytes_le, fields, int].count(None) != 4:
130 if hex is not None:
131 hex = hex.replace('urn:', '').replace('uuid:', '')
132 hex = hex.strip('{}').replace('-', '')
133 if len(hex) != 32:
135 int = long(hex, 16)
198 hex = '%032x' % self.int
200 hex[:8], hex[8:12], hex[12:16], hex[16:20], hex[20:])
268 hex = property(get_hex) variable in UUID
Dgzip.py139 return '<gzip ' + s[1:-1] + ' ' + hex(id(self)) + '>'
337 raise IOError("CRC check failed %s != %s" % (hex(crc32),
338 hex(self.crc)))
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DEFI.CMM13 ;choose hex mode for input
14 radix hex
34 setup.var %hex.on
DT32.CMM22 ;choose hex mode for input
23 radix hex
/device/google/contexthub/firmware/os/platform/stm32/misc/
Dshowsizes.sh7 hex=$(nm $1 | grep -v "U" | grep "$2" |awk '{print "16#" $1 }')
8 echo $(($hex))
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub.c251 static int hex(unsigned char ch) in hex() function
297 xmitcsum = hex (ch) << 4; in getpacket()
299 xmitcsum += hex (ch); in getpacket()
398 ch = hex(*buf++) << 4; in hex2mem()
399 ch |= hex(*buf++); in hex2mem()
434 hexValue = hex(**ptr); in hexToInt()
/device/generic/goldfish-opengl/android-emu/android/base/
DAndroidSubAllocator.cpp127 ss << "Out of range: " << std::hex << addr << " "; in rangeCheck()
129 std::hex << startAddr << " " << in rangeCheck()
130 std::hex << endAddr; in rangeCheck()
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp60 os << vendor << ", " << std::hex << std::setw(6) << seqId; in operator <<()
62 os << "#" << std::hex << appId.id; in operator <<()
74 os << "; EVT=" << std::hex << evtId; in dumpBuffer()
76 os << "; EPT=" << std::hex << endpoint; in dumpBuffer()
77 os << "]:" << std::hex; in dumpBuffer()
/device/google/contexthub/contexthubhal/test/
Dmain.cpp36 os << vendor << ", " << std::hex << std::setw(6) << seqId; in operator <<()
38 os << "#" << std::hex << appId.id; in operator <<()
49 os << "; EVT=" << std::hex << evtId; in dumpBuffer()
50 os << "]:" << std::hex; in dumpBuffer()
/device/google/cuttlefish/host/commands/run_cvd/
Dkernel_args.cc44 stream << std::hex << (int) mac[0]; in mac_to_str()
46 stream << ":" << std::hex << (int) mac[i]; in mac_to_str()
/device/linaro/hikey/l-loader/
Dgen_loader_hikey.py122 return data > 0 and hex(data) or hex(data & 0xffffffff)
Dgen_loader.py174 return data > 0 and hex(data) or hex(data & 0xffffffff)
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvsnprintf_ss.c347 goto hex;
350 hex: _uquad = UARG();
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtQemu.fdf45 # A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
46 # the pipe "|" character, followed by the size of the region, also in hex with the leading
DArmVirtQemuKernel.fdf45 # A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
46 # the pipe "|" character, followed by the size of the region, also in hex with the leading
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
DSearchForBfvBase.asm37 ; just below 4GB. (Addresses at 0xffHHH000 where H is any hex digit.)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dmboxconvert.py102 msgid = "<%s.%d>" % (hex(t), counter)
/device/google/cuttlefish/guest/commands/setup_wifi/
Dmain.cpp42 stream >> std::hex >> num; in str_to_mac()
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dsubr_prf.c94 #define hex2ascii(hex) (hex2ascii_data[hex]) argument
/device/google/crosshatch/health/
DHealthService.cpp94 ss << "ufs " << std::hex << value; in read_ufs_version()
/device/google/cuttlefish/host/frontend/gcastv2/https/
DWebSocketHandler.cpp107 << std::hex in handleMessage()
/device/google/bonito/health/
DHealthService.cpp100 ss << "mmc0 " << std::hex << value; in read_emmc_version()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
DGenVpd.py514 Pcd.PcdOffset = str(hex(Pcd.PcdBinOffset))
578 eachUnfixedPcd.PcdOffset = str(hex(LastOffset))
627 NeedFixPcd.PcdOffset = str(hex(NeedFixPcd.PcdBinOffset))

1234