HomeSort by relevance Sort by last modified time
    Searched full:hexa (Results 1 - 25 of 38) sorted by null

1 2

  /external/iproute2/ip/
ipmaddr.c 95 char hexa[256]; local
101 hexa);
105 len = parse_hex(hexa, (unsigned char *)&m.addr.data, sizeof(m.addr.data));
172 char hexa[256]; local
176 sscanf(buf, "%d%s%s%d", &m.index, m.name, hexa, &m.users);
181 len = parse_hex(hexa, (unsigned char *)&m.addr.data, sizeof(m.addr.data));
  /external/capstone/
utils.h 15 // threshold number, so above this number will be printed in hexa mode
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 58 hexa = False
69 elif hexa:
78 hexa = False
103 hexa = True
  /external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/
control 37 # eMMC device in hexa:
  /external/parameter-framework/upstream/parameter/
EnumParameterType.cpp 156 // FIXME: values provided as hexa (either on command line or in a config
157 // file will appear in decimal base instead of hexa base...
IntegerParameterType.cpp 144 // Hexa
195 // Hexa display with unecessary bits cleared out
FixedPointParameterType.cpp 201 // Hexa formatting?
ParameterMgr.cpp 793 // No need to handle output raw format and value space as Byte arrays are hexa formatted
    [all...]
  /external/parameter-framework/upstream/utility/
Utility.h 98 * @return true if the string is written as hexa, false otherwise.
  /external/skia/tools/
win_dbghelp.cpp 15 // Remove prefix addresses. 18 = 2 * (8 digit hexa + 1 space).
  /external/skqp/tools/
win_dbghelp.cpp 15 // Remove prefix addresses. 18 = 2 * (8 digit hexa + 1 space).
  /external/parameter-framework/upstream/utility/test/
utility.cpp 167 for (auto str : {"0xa", "0X0", "0x012", "0x13", "0xConsider as hexa as starting with 0x"}) {
  /external/syslinux/com32/lib/pci/
scan.c 58 /* converting a hexa string into its numerical value */
59 static int hex_to_int(char *hexa)
61 return strtoul(hexa, NULL, 16);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.c 162 else if (strpbrk(s, "xX")) /* hexa? */
  /external/syslinux/com32/lua/src/
lobject.c 162 else if (strpbrk(s, "xX")) /* hexa? */
  /external/v8/src/mips/
disasm-mips.cc 287 // Print 16-bit hexa immediate value.
314 // Print 18-bit hexa immediate value.
321 // Print 19-bit hexa immediate value.
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 90 * Hexa values used when creating 32 character long digest in HTTP DigestScheme
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tParameter_Block.py 139 - BLOCK_PARAMETER = Dec : 1000000 Hexa : 0xF4240
  /toolchain/binutils/binutils-2.27/binutils/
size.c 219 hexa or octal if requested by `-x' or `-o'.
  /external/v8/src/mips64/
disasm-mips64.cc 290 // Print 16-bit hexa immediate value.
317 // Print 18-bit hexa immediate value.
324 // Print 19-bit hexa immediate value.
    [all...]
  /external/hyphenation-patterns/en-US/
hyph-en-us.hyp.txt 474 hexa-dec-i-mal
ushyphex.tex 473 hexa-dec-i-mal
  /external/syslinux/bios/com32/elflink/ldlinux/
ldlinux.elf 
  /external/syslinux/efi32/com32/elflink/ldlinux/
ldlinux.elf 
  /external/pdfium/third_party/lcms/src/
cmscgats.c 730 if (it8->ch == '0') { // 0xnnnn (Hexa) or 0bnnnn (Binary)
    [all...]

Completed in 915 milliseconds

1 2