OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmap_set_bit
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
sbitmap.h
38
* add_member :
bitmap_set_bit
111
bitmap_set_bit
(sbitmap map, int bitno)
function
bitmap.h
64
* add_member :
bitmap_set_bit
253
extern bool
bitmap_set_bit
(bitmap, int);
/external/qemu/distrib/ext4_utils/src/
allocate.c
189
static int
bitmap_set_bit
(u8 *bitmap, u32 bit)
function
216
if (
bitmap_set_bit
(bg->block_bitmap, block)) {
230
if (
bitmap_set_bit
(bg->block_bitmap, block)) {
/system/extras/ext4_utils/
allocate.c
190
static int
bitmap_set_bit
(u8 *bitmap, u32 bit)
function
217
if (
bitmap_set_bit
(bg->block_bitmap, block)) {
231
if (
bitmap_set_bit
(bg->block_bitmap, block)) {
Completed in 120 milliseconds