HomeSort by: relevance | last modified time | path
    Searched defs:sbitmap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sbitmap.h 28 - the element for I will be at sbitmap[I / (bits per element)]
127 /* Set bit number BITNO in the sbitmap MAP.
131 bitmap_set_bit (sbitmap map, int bitno)
143 /* Reset bit number BITNO in the sbitmap MAP.
147 bitmap_clear_bit (sbitmap map, int bitno)
159 /* The iterator for sbitmap. */
177 /* Initialize the iterator I with sbitmap BMP and the initial index
233 /* Loop over all elements of SBITMAP, starting with MIN. In each
245 inline void sbitmap_free (sbitmap map)
250 inline void sbitmap_vector_free (sbitmap * vec
    [all...]
coretypes.h 54 typedef struct simple_bitmap_def *sbitmap; typedef in typeref:struct:simple_bitmap_def
  /src/external/gpl3/gcc.old/dist/gcc/
sbitmap.h 28 - the element for I will be at sbitmap[I / (bits per element)]
127 /* Set bit number BITNO in the sbitmap MAP.
131 bitmap_set_bit (sbitmap map, int bitno)
143 /* Reset bit number BITNO in the sbitmap MAP.
147 bitmap_clear_bit (sbitmap map, int bitno)
159 /* The iterator for sbitmap. */
177 /* Initialize the iterator I with sbitmap BMP and the initial index
233 /* Loop over all elements of SBITMAP, starting with MIN. In each
245 inline void sbitmap_free (sbitmap map)
250 inline void sbitmap_vector_free (sbitmap * vec
    [all...]
coretypes.h 54 typedef struct simple_bitmap_def *sbitmap; typedef in typeref:struct:simple_bitmap_def

Completed in 25 milliseconds