HomeSort by relevance Sort by last modified time
    Searched refs:hexstring (Results 1 - 20 of 20) sorted by null

  /external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c 348 char hexstring[VBNV_BLOCK_SIZE * 2 + 32]; /* Reserve extra 32 bytes */ local
355 if (ExecuteMosys(argv, hexstring, sizeof(hexstring)))
359 hexdigit[0] = hexstring[i * 2];
360 hexdigit[1] = hexstring[i * 2 + 1];
367 char hexstring[VBNV_BLOCK_SIZE * 2 + 1]; local
369 MOSYS_PATH, "nvram", "vboot", "write", hexstring, NULL
374 snprintf(hexstring + i * 2, 3, "%02x", vnc->raw[i]);
375 hexstring[sizeof(hexstring) - 1] = '\0'
    [all...]
  /hardware/qcom/gps/msm8084/core/
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
  /hardware/qcom/gps/msm8960/core/
LocApiBase.h 39 int hexcode(char *hexstring, int string_size,
LocApiBase.cpp 42 int hexcode(char *hexstring, int string_size,
51 snprintf(&hexstring[i*2], 3, "%02X", ch);
  /external/tcpdump/
print-esp.c 240 static u_int hex2byte(netdissect_options *ndo, char *hexstring)
244 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]);
  /external/fonttools/Lib/fontTools/
t1Lib.py 268 f.write(eexec.hexString(chunk[:hexlinelen]))
335 def deHexString(hexstring):
336 return eexec.deHexString(strjoin(hexstring.split()))
  /hardware/qcom/gps/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
  /hardware/qcom/gps/msm8909/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
  /hardware/qcom/gps/msm8994/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
  /hardware/qcom/gps/msm8996/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
  /hardware/qcom/gps/msm8998/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
LocApiBase.h 42 int hexcode(char *hexstring, int string_size,
  /hardware/qcom/gps/sdm845/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
LocApiBase.h 42 int hexcode(char *hexstring, int string_size,
  /external/ipsec-tools/src/racoon/
cftoken.l 133 hexstring 0x{hexdigit}+
580 {hexstring} {
599 return(HEXSTRING);

Completed in 821 milliseconds