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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
sbitmap.h 45 } *sbitmap; typedef in typeref:struct:simple_bitmap_def
59 /* Set bit number BITNO in the sbitmap MAP. Updates population count
63 SET_BIT (sbitmap map, unsigned int bitno)
78 /* Reset bit number BITNO in the sbitmap MAP. Updates population
82 RESET_BIT (sbitmap map, unsigned int bitno)
95 /* The iterator for sbitmap. */
113 /* Initialize the iterator I with sbitmap BMP and the initial index
168 /* Loop over all elements of SBITMAP, starting with MIN. In each
172 #define EXECUTE_IF_SET_IN_SBITMAP(SBITMAP, MIN, N, ITER) \
173 for (sbitmap_iter_init (&(ITER), (SBITMAP), (MIN));
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
sbitmap.h 45 } *sbitmap; typedef in typeref:struct:simple_bitmap_def
59 /* Set bit number BITNO in the sbitmap MAP. Updates population count
63 SET_BIT (sbitmap map, unsigned int bitno)
78 /* Reset bit number BITNO in the sbitmap MAP. Updates population
82 RESET_BIT (sbitmap map, unsigned int bitno)
95 /* The iterator for sbitmap. */
113 /* Initialize the iterator I with sbitmap BMP and the initial index
168 /* Loop over all elements of SBITMAP, starting with MIN. In each
172 #define EXECUTE_IF_SET_IN_SBITMAP(SBITMAP, MIN, N, ITER) \
173 for (sbitmap_iter_init (&(ITER), (SBITMAP), (MIN));
    [all...]

Completed in 38 milliseconds