Searched refs:widx (Results 1 - 2 of 2) sorted by last modified time

/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_hw.c5475 uint16_t widx = 0; local
5479 while (widx < words) {
5499 e1000_shift_out_ee_bits(hw, (uint16_t)((offset + widx)*2),
5505 while (widx < words) {
5506 uint16_t word_out = data[widx];
5509 widx++;
5515 if ((((offset + widx)*2) % eeprom->page_size) == 0) {
/external/elfutils/tests/
H A Delfstrmerge.c328 size_t newsecndx (size_t secndx, const char *what, size_t widx, argument
334 outselves and then error. Ignores midx if widx is
337 if (widx == 0)
342 fname, secndx, what, widx, member);
345 fname, secndx, what, widx, member, midx);

Completed in 166 milliseconds