Searched refs:hex_size (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | escaping.cc | 171 const ptrdiff_t hex_size = p + 1 - hex_start; in CUnescapeInternal() local 173 memmove(d, hex_start, hex_size); in CUnescapeInternal() 174 d += hex_size; in CUnescapeInternal()
|
/third_party/abseil-cpp/absl/strings/ |
D | escaping.cc | 171 const ptrdiff_t hex_size = p + 1 - hex_start; in CUnescapeInternal() local 173 memcpy(d, hex_start, hex_size); in CUnescapeInternal() 174 d += hex_size; in CUnescapeInternal()
|
/third_party/f2fs-tools/tools/ |
D | f2fscrypt.c | 201 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, in hex2byte() argument 207 if (hex_size % 2) in hex2byte() 209 for (x = 0; x < hex_size; x += 2) { in hex2byte()
|
/third_party/e2fsprogs/misc/ |
D | e4crypt.c | 155 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, in hex2byte() argument 161 if (hex_size % 2) in hex2byte() 163 for (x = 0; x < hex_size; x += 2) { in hex2byte()
|