/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
bitno_tab.cpp | 36 Description: Define "const Word16 *bitno[N_MODES]" as "const Word16 *const 37 bitno[N_MODES]" 74 File : bitno.tab 262 extern const Word16 * const bitno[N_MODES] = variable
|
/external/bzip2/ |
unzcrash.c | 67 int bitno = bit % 8; local 68 uchar mask = 1 << bitno; 70 // byteno, bitno, (int)mask );
|
/external/bison/lib/ |
abitset.c | 52 bitset_bindex bitno; local 64 bitno = *next; 65 if (bitno >= size) 68 word >>= bitno; 75 for (count = 0; word; bitno++) 78 list[count++] = bitno; 84 for (count = 0; word; bitno++) 88 list[count++] = bitno; 91 bitno++; 99 *next = bitno; 145 bitset_bindex bitno; local 205 bitset_bindex bitno; local [all...] |
vbitset.c | 115 /* Set bit BITNO in bitset DST. */ 117 vbitset_set (dst, bitno) 119 bitset_bindex bitno; 121 bitset_windex windex = bitno / BITSET_WORD_BITS; 127 vbitset_resize (dst, bitno); 130 (bitset_word) 1 << (bitno % BITSET_WORD_BITS); 134 /* Reset bit BITNO in bitset DST. */ 136 vbitset_reset (dst, bitno) 138 bitset_bindex bitno ATTRIBUTE_UNUSED; 145 /* Test bit BITNO in bitset SRC. * 168 bitset_bindex bitno; local 231 bitset_bindex bitno; local [all...] |
ebitset.c | 510 /* Set bit BITNO in bitset DST. */ 512 ebitset_set (bitset dst, bitset_bindex bitno) 514 bitset_windex windex = bitno / BITSET_WORD_BITS; 516 ebitset_elt_find (dst, bitno, EBITSET_CREATE); 519 (bitset_word) 1 << (bitno % BITSET_WORD_BITS); 523 /* Reset bit BITNO in bitset DST. */ 525 ebitset_reset (bitset dst, bitset_bindex bitno) 527 bitset_windex windex = bitno / BITSET_WORD_BITS; 529 if (!ebitset_elt_find (dst, bitno, EBITSET_FIND)) 533 ~((bitset_word) 1 << (bitno % BITSET_WORD_BITS)) 570 bitset_bindex bitno; local 658 bitset_bindex bitno; local [all...] |
lbitset.c | 64 bitset_windex index; /* bitno / BITSET_WORD_BITS. */ 515 /* Set bit BITNO in bitset DST. */ 517 lbitset_set (bitset dst, bitset_bindex bitno) 519 bitset_windex windex = bitno / BITSET_WORD_BITS; 524 (bitset_word) 1 << (bitno % BITSET_WORD_BITS); 528 /* Reset bit BITNO in bitset DST. */ 530 lbitset_reset (bitset dst, bitset_bindex bitno) 532 bitset_windex windex = bitno / BITSET_WORD_BITS; 538 ~((bitset_word) 1 << (bitno % BITSET_WORD_BITS)); 544 /* Test bit BITNO in bitset SRC. * 572 bitset_bindex bitno; local 666 bitset_bindex bitno; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
gen_bitmap.c | 161 blk_t bitno) 163 if ((bitno < bitmap->start) || (bitno > bitmap->end)) { 164 ext2fs_warn_bitmap2(bitmap, EXT2FS_TEST_ERROR, bitno); 167 return ext2fs_test_bit(bitno - bitmap->start, bitmap->bitmap); 171 __u32 bitno) 173 if ((bitno < bitmap->start) || (bitno > bitmap->end)) { 174 ext2fs_warn_bitmap2(bitmap, EXT2FS_MARK_ERROR, bitno); 177 return ext2fs_set_bit(bitno - bitmap->start, bitmap->bitmap) 229 __u32 bitno; local [all...] |
/external/valgrind/main/exp-ptrcheck/tests/ |
hackedbz2.c | 5991 int bitno = bit % 8; local [all...] |
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.c | 5983 int bitno = bit % 8; local [all...] |
varinfo6.c | 6020 int bitno = bit % 8; local [all...] |
/external/valgrind/main/perf/ |
bz2.c | 5982 int bitno = bit % 8; local [all...] |
test_input_for_tinycc.c | 4444 int bitno = bit % 8; local [all...] |