Searched refs:widx (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dbench.c72 long idx = (long) arg, widx = idx + 1; local
77 if (widx >= num_pipes)
78 widx -= num_pipes;
79 send(pipes[2 * widx + 1], "e", 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dbench.c69 long idx = (long) arg, widx = idx + 1; local
74 if (widx >= num_pipes)
75 widx -= num_pipes;
76 write(pipes[2 * widx + 1], "e", 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_nvm.c379 u16 widx = 0; local
398 while (widx < words) {
422 igb_shift_out_eec_bits(hw, (u16)((offset + widx) * 2),
426 while (widx < words) {
427 u16 word_out = data[widx];
430 widx++;
432 if ((((offset + widx) * 2) % nvm->page_size) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-sse2.pl66 { local ($kidx,$widx)=@_;
115 &paddq ("mm7",&QWP(0,$W512,$widx,8)); # T1+=W512[i]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dlib.c2075 u16 widx = 0; local
2093 while (widx < words) {
2119 e1000_shift_out_eec_bits(hw, (u16)((offset + widx) * 2),
2123 while (widx < words) {
2124 u16 word_out = data[widx];
2127 widx++;
2129 if ((((offset + widx) * 2) % nvm->page_size) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c3938 u16 widx = 0; local
3942 while (widx < words) {
3963 e1000_shift_out_ee_bits(hw, (u16) ((offset + widx) * 2),
3969 while (widx < words) {
3970 u16 word_out = data[widx];
3973 widx++;
3979 if ((((offset + widx) * 2) % eeprom->page_size) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pko-defs.h295 uint64_t widx:17; member in struct:cvmx_pko_mem_debug13::cvmx_pko_mem_debug13_cn30xx

Completed in 261 milliseconds