OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:word_no
(Results
1 - 2
of
2
) 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/
bitmap.h
324
unsigned
word_no
;
member in struct:__anon41859
361
bi->
word_no
= start_bit / BITMAP_WORD_BITS % BITMAP_ELEMENT_WORDS;
362
bi->bits = bi->elt1->bits[bi->
word_no
];
421
bi->
word_no
= start_bit / BITMAP_WORD_BITS % BITMAP_ELEMENT_WORDS;
422
bi->bits = bi->elt1->bits[bi->
word_no
] & bi->elt2->bits[bi->
word_no
];
429
bi->
word_no
= BITMAP_ELEMENT_WORDS - 1;
476
bi->
word_no
= start_bit / BITMAP_WORD_BITS % BITMAP_ELEMENT_WORDS;
477
bi->bits = bi->elt1->bits[bi->
word_no
];
479
bi->bits &= ~bi->elt2->bits[bi->
word_no
];
[
all
...]
hard-reg-set.h
500
unsigned short
word_no
;
member in struct:__anon41888
523
iter->
word_no
= min / HARD_REG_ELT_BITS;
524
if (iter->
word_no
< iter->length)
526
iter->bits = iter->pelt[iter->
word_no
];
541
if (iter->
word_no
>= iter->length)
560
while (++iter->
word_no
< iter->length)
562
iter->bits = iter->pelt[iter->
word_no
];
Completed in 51 milliseconds