Searched refs:fill (Results 1 – 8 of 8) sorted by relevance
15 uint64_t fill = (unsigned char)val; in memset() local32 fill |= fill << 8; in memset()33 fill |= fill << 16; in memset()34 fill |= fill << 32; in memset()39 *ptr64 = fill; in memset()
50 unsigned fill; /* index for replicating entries */ local232 fill = 1U << curr;233 min = fill; /* save offset to next table */235 fill -= incr;236 next[(huff >> drop) + fill] = here;237 } while (fill != 0);
62 .fill LOADADDR(.bss) + SIZEOF(.bss) : {
97 .fill \label + (32 * 4) - .
68 /* read hw config dtb and fill soc_topology struct */104 can be used to fill the C data structure with the data from the config |DTB|.
47 fill the CPU topology nodes. It will also be passed on to BL33, by
125 First, we create a setting group called *mem_conf* and fill it with several
465 line fill requests from the Cortex-A57 processor are atomic. Each
Completed in 11 milliseconds