Searched refs:get_bit (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DPathUtilsTest.cpp25 static int get_bit(const char* buffer, int x) { function
38 bool bit = get_bit(&bits[y], x)!=0;
69 if (get_bit(curLine, x)) {
/external/skia/tests/
H A DPathUtilsTest.cpp25 static int get_bit(const char* buffer, int x) { function
38 bool bit = get_bit(&bits[y], x)!=0;
69 if (get_bit(curLine, x)) {
/external/lldb/examples/summaries/cocoa/
H A DCFBitVector.py24 def get_bit(byte,index): function
97 bit = get_bit(cur_byte_val,bit_index(i))
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c540 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
603 if (blk && !get_bit(bitmap, blk))
627 if (get_bit(bmp, i))
/external/qemu/hw/intc/
H A Dapic.c131 static inline int get_bit(uint32_t *tab, int index) function
384 apic_irq_delivered += !get_bit(s->irr, vector_num);

Completed in 161 milliseconds