Searched refs:extra_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Duniname.c42 static const struct { uint16_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[26] = ...;
84 return &unicode_name_words[unicode_name_by_length[i].extra_offset
95 unsigned int extra_offset = unicode_name_by_length[length].extra_offset; local
102 const char *p = &unicode_name_words[extra_offset + (i-i0)*length];
H A Duninames.h6272 static const struct { uint16_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[26] = { member in struct:__anon2356
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dstex.c213 __le32 extra_offset; /* NEW */ member in struct:handshake_frame
946 h->extra_offset = cpu_to_le32(STEX_BUFFER_SIZE);
949 h->extra_offset = h->extra_size = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c1287 uint extra_offset = 0, extra_pad; local
1306 extra_offset = di->rxextrahdrroom;
1323 p = PKTGET(di->osh, (di->rxbufsize + extra_offset + alignment_req - 1),
1354 if (extra_offset + extra_pad)
1355 PKTPULL(di->osh, p, extra_offset + extra_pad);

Completed in 153 milliseconds