Searched refs:words (Results 1 - 25 of 59) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dwc.c32 static void print_counts(int lines, int words, int chars, int length, argument
42 printf("%s%7d", space, words);
58 int lines, words, chars, length; local
62 lines = words = chars = length = 0;
83 words++;
95 words++;
96 print_counts(lines, words, chars, length, name);
98 total_words += words;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dinet_ntop.c124 u_int words[sizeof(struct in6_addr) / INT16SZ]; local
132 memset(words, '\0', sizeof words);
134 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
138 if (words[i] == 0) {
175 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) {
181 tp += SPRINTF((tp, "%x", words[i]));
H A Dutils.c307 int words = bits >> 0x05; local
311 if (words)
312 if (memcmp(a1, a2, words << 2))
319 w1 = a1[words];
320 w2 = a2[words];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Deni.c140 * xxPMOK operating on a circular buffer of "c" words
192 eni_dev->tx[i].send,eni_dev->tx[i].words*4);
198 ENI_VCC(eni_dev->rx_map[i])->words*4);
328 printk(KERN_ALERT " VCI %d, rxing %d, words %ld\n",vcc->vci,
329 eni_vcc->rxing,eni_vcc->words);
372 here = (eni_vcc->descr+skip) & (eni_vcc->words-1);
377 here = (eni_vcc->descr+size+skip) & (eni_vcc->words-1);
380 unsigned long words; local
387 words = eff;
392 if (init > words) ini
934 u32 init,words; local
[all...]
H A Deni.h45 unsigned long words; /* size of TX queue */ member in struct:eni_tx
55 unsigned long words; /* its size in words */ member in struct:eni_vcc
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dcrt0.S35 ## Determine how large an area, in number of words, to clear
39 srwi. r7,r7,2 # r7 = size in words.
42 mtctr r7 # SPRN_CTR = number of words to clear
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dptrace.c76 if (per_info->control_regs.words.cr[0] & PER_EM_MASK)
161 per_cr_words32 words; member in union:__anon632::__anon633
178 per_lowcore_words32 words; member in union:__anon632::__anon634
284 else if( useraddr == U32OFFSETOF(per_info.lowcore.words.perc_atmid))
285 useraddr = U64OFFSETOF(per_info.lowcore.words.perc_atmid);
286 else if( useraddr == U32OFFSETOF(per_info.lowcore.words.address))
287 useraddr = U64OFFSETOF(per_info.lowcore.words.address)+4;
288 else if(useraddr == U32OFFSETOF(per_info.lowcore.words.access_id))
289 useraddr = U64OFFSETOF(per_info.lowcore.words.access_id);
359 case U64OFFSETOF(per_info.lowcore.words
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S19 ldq $0,0($16) # e0 : load src & dst addr words
32 addq $20,$0,$20 # .. e1 : begin summing the words
H A Dclear_user.S59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/common/
H A Dcrt0.S59 ## Determine how large an area, in number of words, to clear
63 srwi. r7,r7,2 # r7 = size in words.
66 mtctr r7 # SPRN_CTR = number of words to clear
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtcp.h99 __u32 words[5]; member in union:tcp_word_hdr
102 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtcp.h99 __u32 words[5]; member in union:tcp_word_hdr
102 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_command.c436 static void _dumpcmds(cmdtab_t *cmd,int level,char **words,int verbose) argument
443 words[level] = cmd->cmdword;
446 printf("%s ",words[idx]);
447 len += strlen(words[idx])+1;
461 _dumpcmds(cmd->child,level+1,words,verbose);
468 char *words[20]; local
470 _dumpcmds(cmd_root,0,words,verbose);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dprom.c89 unsigned long words[16]; member in union:__anon545
95 u.words[0] = service;
96 u.words[1] = nargs;
97 u.words[2] = nret;
100 u.words[i+3] = va_arg(list, unsigned long);
1123 unsigned long words[16]; member in union:__anon546
1135 u.words[0] = *tokp;
1136 u.words[1] = nargs;
1137 u.words[2] = nret;
1140 u.words[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dmd5.c252 const md5_uint32 *words = buffer; local
254 const md5_uint32 *endp = words + nwords;
269 while (words < endp)
279 unit is a 32-bit word and it is determined to work on words in
282 we store the swapped words in the array CORRECT_WORDS. */
287 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
288 ++words; \
322 /* For the second to fourth round we have the possibly swapped words
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Deth1394.h155 struct eth1394_hdr_words words; member in union:eth1394_hdr
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dansi2knr.c506 { static char *words[] = local
513 char **key = words;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dptrace.h238 per_cr_words words; member in union:__anon10681::__anon10682
256 per_lowcore_words words; member in union:__anon10681::__anon10683
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dptrace.h220 per_cr_words words; member in union:__anon10775::__anon10776
238 per_lowcore_words words; member in union:__anon10775::__anon10777
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dptrace.h238 per_cr_words words; member in union:__anon6265::__anon6266
256 per_lowcore_words words; member in union:__anon6265::__anon6267
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dptrace.h220 per_cr_words words; member in union:__anon6359::__anon6360
238 per_lowcore_words words; member in union:__anon6359::__anon6361
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_diag.c265 int words = bits >> 5; local
269 if (words) {
270 if (memcmp(a1, a2, words << 2))
277 w1 = a1[words];
278 w2 = a2[words];
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h482 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
483 BIGNUM *bn_expand2(BIGNUM *a, int words);
484 BIGNUM *bn_dup_expand(const BIGNUM *a, int words);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h482 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
483 BIGNUM *bn_expand2(BIGNUM *a, int words);
484 BIGNUM *bn_dup_expand(const BIGNUM *a, int words);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h460 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
461 BIGNUM *bn_expand2(BIGNUM *a, int words);
462 BIGNUM *bn_dup_expand(const BIGNUM *a, int words);

Completed in 167 milliseconds

123