Searched refs:nbytes (Results 226 - 232 of 232) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c2714 unsigned nbytes = 10 + (upper_bound > 1) * 10;
2716 GET_BUFFER_SPACE (nbytes);
2701 unsigned nbytes = 10 + (upper_bound > 1) * 10; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c106 opaque_hashval(const void *ptr, int nbytes) argument
111 while (nbytes--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h1085 uint nbytes; /* number of bytes */ member in struct:__anon3280
1093 uint32 nbytes; /* number of bytes */ member in struct:__anon3281
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c3920 unsigned nbytes = 2 + 4 * OFFSET_ADDRESS_SIZE +
3923 GET_BUFFER_SPACE (nbytes);
3907 unsigned nbytes = 2 + 4 * OFFSET_ADDRESS_SIZE + local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c1512 int nbytes; member in struct:__dbj_verify_data
1525 if (len > vd->nbytes) {
1526 vd->nbytes = len;
5506 data4.nbytes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12117 int n, nbytes = (bmap->end - bmap->start + 7) / 8; local
12119 for (n = nbytes / sizeof(__u32); n > 0; --n, ++p)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dipr.c5186 int len = qc->nbytes + qc->pad_len;

Completed in 352 milliseconds

12345678910