OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reverse_lookup
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
hal_aci_tl.cxx
37
#define REVERSE_BITS(byte) (((
reverse_lookup
[(byte & 0x0F)]) << 4) +
reverse_lookup
[((byte & 0xF0) >> 4)])
38
static const uint8_t
reverse_lookup
[] = { 0, 8, 4, 12, 2, 10, 6, 14,1, 9, 5, 13,3, 11, 7, 15 };
variable
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
dammit.py
56
reverse_lookup
= {}
67
reverse_lookup
[name] = character
69
return lookup,
reverse_lookup
, re.compile(re_definition)
Completed in 850 milliseconds