Searched refs:qty (Results 1 - 15 of 15) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c527 for (int i = 0; i < l->qty ; i++) { /* 3. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dbstrlib.h101 int qty, mlen; member in struct:bstrList
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_util.c284 for (int i = 0; i < l->qty ; i++) {
351 if (l->qty == 1)
354 for (int i = 0; i < (l->qty - 1); i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstradd.c143 if (sl->qty == sl->mlen) {
144 if ((bstrListAlloc(sl, sl->qty + 1)) != BSTR_OK)
148 sl->entry[sl->qty] = bs;
149 sl->qty++;
168 if (bl == NULL || bl->qty < 0)
173 for (i = 0, c = 1; i < bl->qty; i++) {
183 c += (bl->qty - 1) * sep->slen;
197 for (i = bl->qty - 1, c = 0, j = 0; i >= 0; i--, j++) {
H A Dbstrlib.c2235 if (bl == NULL || bl->qty < 0) return NULL;
2238 for (i = 0, c = 1; i < bl->qty; i++) {
2245 if (sep != NULL) c += (bl->qty - 1) * sep->slen;
2258 for (i = 0, c = 0; i < bl->qty; i++) {
2413 sl->qty = 0;
2426 if (sl == NULL || sl->qty < 0) return BSTR_ERR;
2427 for (i=0; i < sl->qty; i++) {
2433 sl->qty = -1;
2450 if (!sl || msz <= 0 || !sl->entry || sl->qty < 0 || sl->mlen <= 0 || sl->qty > s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dhp_sdc.c443 int qty; local
445 qty = curr->seq[idx];
447 if (curr->idx - idx < qty) {
451 if (curr->idx - idx >= qty &&
456 idx += qty;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c620 int qty; local
625 qty = 1;
627 while (n > 0 && qty < 20) {
628 mem2hex(p, outbuf + qty, 2, 0);
629 qty += 2;
631 outbuf[qty++] = '0';
632 outbuf[qty++] = 'd';
638 outbuf[qty] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Ddir.c132 int tmp, qty; local
138 qty = PAGE_SIZE;
140 qty = latter;
141 qty /= sizeof(union afs_dir_block);
145 for (tmp = 0; tmp < qty; tmp++) {
148 __FUNCTION__, dir->i_ino, tmp, qty,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dkeyring.c197 size_t qty, tmp; local
205 qty = klist->nkeys * sizeof(key_serial_t);
208 if (buflen > qty)
209 buflen = qty;
234 ret = qty;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_core.c1747 int i, qty = resnum[restype], resinuse = 0; local
1756 for (i = 0; i < qty; i++) {
1770 for (i = 0; i < qty; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.c514 for (i = 0; i < l->qty ; i++) { /* 3. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_util.c284 for (int i = 0; i < l->qty ; i++) {
351 if (l->qty == 1)
354 for (int i = 0; i < (l->qty - 1); i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dbstrlib.h101 int qty, mlen; member in struct:bstrList
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstradd.c143 if (sl->qty == sl->mlen) {
144 if ((bstrListAlloc(sl, sl->qty + 1)) != BSTR_OK)
148 sl->entry[sl->qty] = bs;
149 sl->qty++;
168 if (bl == NULL || bl->qty < 0)
173 for (i = 0, c = 1; i < bl->qty; i++) {
183 c += (bl->qty - 1) * sep->slen;
197 for (i = bl->qty - 1, c = 0, j = 0; i >= 0; i--, j++) {
H A Dbstrlib.c2235 if (bl == NULL || bl->qty < 0) return NULL;
2238 for (i = 0, c = 1; i < bl->qty; i++) {
2245 if (sep != NULL) c += (bl->qty - 1) * sep->slen;
2258 for (i = 0, c = 0; i < bl->qty; i++) {
2413 sl->qty = 0;
2426 if (sl == NULL || sl->qty < 0) return BSTR_ERR;
2427 for (i=0; i < sl->qty; i++) {
2433 sl->qty = -1;
2450 if (!sl || msz <= 0 || !sl->entry || sl->qty < 0 || sl->mlen <= 0 || sl->qty > s
[all...]

Completed in 318 milliseconds