OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_bit
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathUtilsTest.cpp
26
static int
get_bit
(const char* buffer, int x) {
function
39
bool bit =
get_bit
(&bits[y], x)!=0;
71
if (
get_bit
(curLine, x)) {
/external/qemu/hw/
apic.c
131
static inline int
get_bit
(uint32_t *tab, int index)
function
383
apic_irq_delivered += !
get_bit
(s->irr, vector_num);
Completed in 644 milliseconds