OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITMAP_WORD
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h
29
typedef unsigned long
BITMAP_WORD
;
67
BITMAP_WORD
bits[BITMAP_ELEMENT_WORDS]; /* Bits that are set. */
217
BITMAP_WORD
bits;
396
gcc_assert (sizeof (unsigned long) == sizeof (
BITMAP_WORD
));
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h
29
typedef unsigned long
BITMAP_WORD
;
67
BITMAP_WORD
bits[BITMAP_ELEMENT_WORDS]; /* Bits that are set. */
217
BITMAP_WORD
bits;
396
gcc_assert (sizeof (unsigned long) == sizeof (
BITMAP_WORD
));
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h
29
typedef unsigned long
BITMAP_WORD
;
67
BITMAP_WORD
bits[BITMAP_ELEMENT_WORDS]; /* Bits that are set. */
217
BITMAP_WORD
bits;
396
gcc_assert (sizeof (unsigned long) == sizeof (
BITMAP_WORD
));
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h
29
typedef unsigned long
BITMAP_WORD
;
67
BITMAP_WORD
bits[BITMAP_ELEMENT_WORDS]; /* Bits that are set. */
217
BITMAP_WORD
bits;
396
gcc_assert (sizeof (unsigned long) == sizeof (
BITMAP_WORD
));
Completed in 9174 milliseconds