OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_words
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
i82586.c
130
What follows in '
init_words
[]' is the "program" that is downloaded to the
196
static unsigned short
init_words
[] = {
variable
332
init_words
[3] = scb_base;
333
init_words
[7] = scb_base;
338
memcpy((char *)(mem_end - 10), (char *)
init_words
, 10);
339
memcpy((char *)mem_start, (char *)&
init_words
[5], sizeof(
init_words
) - 10);
592
init_words
[3] = scb_base;
593
init_words
[7] = scb_base;
597
memcpy((char *)(mem_end - 10), (char *)
init_words
, 10)
[
all
...]
/external/llvm/include/llvm/ADT/
BitVector.h
83
init_words
(Bits, Capacity, t);
207
init_words
(&Bits[OldCapacity], (Capacity-OldCapacity), t);
230
init_words
(Bits, Capacity, true);
269
init_words
(Bits, Capacity, false);
522
init_words
(&Bits[UsedWords], (Capacity-UsedWords), t);
547
void
init_words
(BitWord *B, unsigned NumWords, bool t) {
Completed in 185 milliseconds