Searched refs:qty (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dcore.c1099 unsigned int arg, unsigned int qty)
1147 erase_timeout *= qty;
1161 unsigned int qty)
1165 cmd->erase_timeout = card->ssr.erase_timeout * qty +
1172 cmd->erase_timeout = 250 * qty;
1182 unsigned int qty)
1185 mmc_set_sd_erase_timeout(card, cmd, arg, qty);
1187 mmc_set_mmc_erase_timeout(card, cmd, arg, qty);
1194 unsigned int qty = 0; local
1198 * qty i
1097 mmc_set_mmc_erase_timeout(struct mmc_card *card, struct mmc_command *cmd, unsigned int arg, unsigned int qty) argument
1159 mmc_set_sd_erase_timeout(struct mmc_card *card, struct mmc_command *cmd, unsigned int arg, unsigned int qty) argument
1180 mmc_set_erase_timeout(struct mmc_card *card, struct mmc_command *cmd, unsigned int arg, unsigned int qty) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c743 int qty; local
752 qty = 1;
754 while (n > 0 && qty < 20) {
755 mem2hex(p, outbuf + qty, 2, 0);
756 qty += 2;
758 mem2hex(gdbstub_cr, outbuf + qty, 2, 0);
759 qty += 2;
765 outbuf[qty] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Ddir.c133 int tmp, qty; local
139 qty = PAGE_SIZE;
141 qty = latter;
142 qty /= sizeof(union afs_dir_block);
146 for (tmp = 0; tmp < qty; tmp++) {
149 __func__, dir->i_ino, tmp, qty,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhp_sdc.c448 int qty; local
450 qty = curr->seq[idx];
452 if (curr->idx - idx < qty) {
456 if (curr->idx - idx >= qty &&
461 idx += qty;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dkeyring.c203 size_t qty, tmp; local
210 qty = klist->nkeys * sizeof(key_serial_t);
213 if (buflen > qty)
214 buflen = qty;
239 ret = qty;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-stub.c618 int qty; local
623 qty = 1;
625 while (n > 0 && qty < 20) {
626 mem2hex(p, outbuf + qty, 2, 0);
627 qty += 2;
629 outbuf[qty++] = '0';
630 outbuf[qty++] = 'd';
636 outbuf[qty] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dbstrlib.h101 int qty, mlen; member in struct:bstrList
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_core.c1745 int i, qty = resnum[restype], resinuse = 0; local
1754 for (i = 0; i < qty; i++) {
1772 for (i = 0; i < qty; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c527 for (int i = 0; i < l->qty ; i++) { /* 3. */

Completed in 174 milliseconds