OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitstrings
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/modules/input/evdev/
BitUtils.cpp
30
static const char*
bitstrings
[16] = {
member in namespace:android
56
ALOGD("block %04d: %s%s", i,
bitstrings
[bits >> 4],
bitstrings
[bits & 0x0f]);
68
ALOGD("mask: %s%s",
bitstrings
[mask >> 4],
bitstrings
[mask & 0x0f]);
/art/compiler/optimizing/
side_effects_test.cc
202
TEST(SideEffectsTest,
BitStrings
) {
/external/dnsmasq/src/
rfc1035.c
98
return 0; /* we only understand
bitstrings
*/
311
return NULL; /* we only understand
bitstrings
*/
[
all
...]
/external/dnsmasq/
CHANGELOG.archive
596
in their wake. See RFC2673 for details of
bitstrings
.
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
ChangeLog-9295
[
all
...]
Completed in 193 milliseconds