OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elt1
(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
206
bitmap_element *
elt1
;
member in struct:__anon36473
227
bi->
elt1
= map->first;
230
/* Advance
elt1
until it is not before the block containing start_bit. */
233
if (!bi->
elt1
)
235
bi->
elt1
= &bitmap_zero_bits;
239
if (bi->
elt1
->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
241
bi->
elt1
= bi->
elt1
->next;
245
if (bi->
elt1
->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
246
start_bit = bi->
elt1
->indx * BITMAP_ELEMENT_ALL_BITS
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h
206
bitmap_element *
elt1
;
member in struct:__anon37202
227
bi->
elt1
= map->first;
230
/* Advance
elt1
until it is not before the block containing start_bit. */
233
if (!bi->
elt1
)
235
bi->
elt1
= &bitmap_zero_bits;
239
if (bi->
elt1
->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
241
bi->
elt1
= bi->
elt1
->next;
245
if (bi->
elt1
->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
246
start_bit = bi->
elt1
->indx * BITMAP_ELEMENT_ALL_BITS
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h
206
bitmap_element *
elt1
;
member in struct:__anon38033
227
bi->
elt1
= map->first;
230
/* Advance
elt1
until it is not before the block containing start_bit. */
233
if (!bi->
elt1
)
235
bi->
elt1
= &bitmap_zero_bits;
239
if (bi->
elt1
->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
241
bi->
elt1
= bi->
elt1
->next;
245
if (bi->
elt1
->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
246
start_bit = bi->
elt1
->indx * BITMAP_ELEMENT_ALL_BITS
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h
206
bitmap_element *
elt1
;
member in struct:__anon38762
227
bi->
elt1
= map->first;
230
/* Advance
elt1
until it is not before the block containing start_bit. */
233
if (!bi->
elt1
)
235
bi->
elt1
= &bitmap_zero_bits;
239
if (bi->
elt1
->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
241
bi->
elt1
= bi->
elt1
->next;
245
if (bi->
elt1
->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
246
start_bit = bi->
elt1
->indx * BITMAP_ELEMENT_ALL_BITS
[
all
...]
Completed in 548 milliseconds