OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hex_bytes
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp
567
char hex_string[len + 1],
hex_bytes
[len/2];
local
570
hex2bytes(hex_string, len,
hex_bytes
);
572
return
hex_bytes
[0];
574
return
hex_bytes
[0] << 8 |
hex_bytes
[1];
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js
384
case "x" : return String.fromCharCode(
hex_bytes
(2));
385
case "u" : return String.fromCharCode(
hex_bytes
(4));
390
function
hex_bytes
(n) {
[
all
...]
/external/lldb/scripts/
disasm-gdb-remote.pl
[
all
...]
Completed in 536 milliseconds