HomeSort by relevance Sort by last modified time
    Searched defs:bitno (Results 1 - 14 of 14) sorted by null

  /frameworks/av/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 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 65 bitset_windex index; /* bitno / BITSET_WORD_BITS. */
516 /* Set bit BITNO in bitset DST. */
518 lbitset_set (bitset dst, bitset_bindex bitno)
520 bitset_windex windex = bitno / BITSET_WORD_BITS;
525 (bitset_word) 1 << (bitno % BITSET_WORD_BITS);
529 /* Reset bit BITNO in bitset DST. */
531 lbitset_reset (bitset dst, bitset_bindex bitno)
533 bitset_windex windex = bitno / BITSET_WORD_BITS;
539 ~((bitset_word) 1 << (bitno % BITSET_WORD_BITS));
545 /* Test bit BITNO in bitset SRC. *
573 bitset_bindex bitno; local
667 bitset_bindex bitno; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
blkmap64_ba.c 129 __u64 bitno; local
136 bitno = bmap->real_end;
137 if (bitno > new_end)
138 bitno = new_end;
139 for (; bitno > bmap->end; bitno--)
140 ext2fs_clear_bit64(bitno - bmap->start, bp->bitarray);
167 blk64_t bitno = (blk64_t) arg; local
169 return ext2fs_set_bit64(bitno - bitmap->start, bp->bitarray);
175 blk64_t bitno = (blk64_t) arg local
183 blk64_t bitno = (blk64_t) arg; local
192 blk64_t bitno = (blk64_t) arg; local
203 blk64_t bitno = (blk64_t) arg; local
    [all...]
gen_bitmap.c 171 blk_t bitno)
176 return ext2fs_test_generic_bmap(bitmap, bitno);
180 "test_bitmap(%lu)", (unsigned long) bitno);
185 if ((bitno < bitmap->start) || (bitno > bitmap->end)) {
186 ext2fs_warn_bitmap2(bitmap, EXT2FS_TEST_ERROR, bitno);
189 return ext2fs_test_bit(bitno - bitmap->start, bitmap->bitmap);
193 __u32 bitno)
198 return ext2fs_mark_generic_bmap(bitmap, bitno);
202 "mark_bitmap(%lu)", (unsigned long) bitno);
308 __u32 bitno; local
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 5964 int bitno = bit % 8; local
    [all...]
  /external/valgrind/main/exp-sgcheck/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...]

Completed in 562 milliseconds