Searched refs:counter (Results 326 - 350 of 531) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_ameth.c364 update_buflen(x->counter, &buf_len);
416 if (x->counter && !ASN1_bn_print(bp, "counter:", x->counter, m, indent))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl75 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15");
98 add \$`6<<24`,$counter
101 vpaddb $T2,$inout5,$T1 # next counter value
106 vmovdqu $T1,($ivp) # save next counter value
310 vpshufb $Ii,$T1,$Z2 # byte-swap counter
323 vpaddd $Z1,$inout4,$T1 # byte-swapped next counter value
326 vpshufb $Ii,$T1,$T1 # next counter value
346 vmovdqu ($ivp),$T1 # load next counter value
431 vmovdqu ($ivp),$T1 # input counter value
433 mov 12($ivp),$counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl75 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15");
98 add \$`6<<24`,$counter
101 vpaddb $T2,$inout5,$T1 # next counter value
106 vmovdqu $T1,($ivp) # save next counter value
310 vpshufb $Ii,$T1,$Z2 # byte-swap counter
323 vpaddd $Z1,$inout4,$T1 # byte-swapped next counter value
326 vpshufb $Ii,$T1,$T1 # next counter value
346 vmovdqu ($ivp),$T1 # load next counter value
431 vmovdqu ($ivp),$T1 # input counter value
433 mov 12($ivp),$counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp359 unsigned long counter = 0 ; local
382 counter++ ;
386 if ( counter == 0 )
395 *(target_alpha++) = (unsigned char)(avgAlpha / counter ) ;
396 *(target_data++) = (unsigned char)(avgRed / counter);
397 *(target_data++) = (unsigned char)(avgGreen / counter);
398 *(target_data++) = (unsigned char)(avgBlue / counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945.c381 /* reset accumulative statistics for "no-counter" type statistics */
686 int counter; local
689 counter = TFD_CTL_COUNT_GET(le32_to_cpu(tfd->control_flags));
690 if (counter > NUM_TFD_CHUNKS) {
691 IWL_ERR(priv, "Too many chunks: %i\n", counter);
697 if (counter)
705 for (i = 1; i < counter; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-rx.c740 #define UBIK_VERSIONOUT() {int32_t epoch; int32_t counter; \
744 counter = EXTRACT_32BITS(bp); \
746 printf(" %d.%d", epoch, counter); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daacraid.h1730 #define FIB_COUNTER_INCREMENT(counter) (counter)++
1732 #define FIB_COUNTER_INCREMENT(counter)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda1004x.c328 /* clear code counter */
1125 int counter; local
1130 counter = 0;
1135 while (counter++ < 5) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4state.c790 struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask) argument
796 new->sequence = counter;
851 seqid->sequence->counter++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c856 int counter, bitscount; local
905 counter = 0;
917 counter++;
H A Dvorbisenc.c766 int i, counter; local
806 counter = 2;
820 if (coded[counter + k] < maxval)
832 int entry = coded[counter++];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_ip32.c1502 unsigned int counter; local
1505 for (counter = 0; counter < 40; counter++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbmac.c764 register unsigned int counter, cur = curval, next = nxtval; local
771 for (counter = 0; counter < 16; ++counter) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Ddlm_internal.h111 uint16_t counter; member in struct:dlm_lkbtable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dmiscdev.c310 * Octets 1-4: network byte order msg_ctx->counter
327 if (put_user(cpu_to_be32(msg_ctx->counter), (__be32 __user *)(buf + 1)))
396 * Octets 1-4: network byte order msg_ctx->counter (0's for non-response)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dwlan.h577 u32_t counter; member in struct:zsLedStruct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_mad.c532 * Hardware counter can't be reset so snapshot and subtract
847 __be32 counter[15]; member in struct:ib_pma_portsamplesresult
854 __be64 counter[15]; member in struct:ib_pma_portsamplesresult_ext
943 * which specify the N'th counter's capabilities. See ch. 16.1.3.2.
1107 p->counter[i] = (status != IB_PMA_SAMPLE_STATUS_DONE) ? 0 :
1134 p->counter[i] = (status != IB_PMA_SAMPLE_STATUS_DONE) ? 0 :
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_movem.S102 | addressing mode: address register/programm counter indirect
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c761 int i, counter; local
799 counter = 2;
813 if (coded[counter + k] < maxval)
824 int entry = coded[counter++];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dkgdb_asm.S102 clear.d $r1 ; Bank counter
318 clear.d $r1 ; Bank counter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dppc-mont.pl149 addi $num,$num,-2 ; adjust $num for counter register
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dppc-mont.pl149 addi $num,$num,-2 ; adjust $num for counter register
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1394 vld1.8 {@XMM[0]}, [$ctr] @ load counter
1413 vld1.8 {@XMM[0]}, [$ctr] @ load counter
1438 vadd.u32 @XMM[10], @XMM[5], @XMM[10] @ next counter
1441 @ to flip byte order in 32-bit counter
1451 vstmia $fp, {@XMM[10]} @ save next counter
1482 vldmia $fp, {@XMM[0]} @ load counter
1547 ldr r8, [ip, #12] @ load counter LSW
1548 vld1.8 {@XMM[1]}, [ip] @ load whole counter value
1553 vst1.8 {@XMM[1]}, [sp,:64] @ copy counter value
1557 add r0, sp, #0x10 @ input counter valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Dbsaes-armv7.pl1394 vld1.8 {@XMM[0]}, [$ctr] @ load counter
1413 vld1.8 {@XMM[0]}, [$ctr] @ load counter
1438 vadd.u32 @XMM[10], @XMM[5], @XMM[10] @ next counter
1441 @ to flip byte order in 32-bit counter
1451 vstmia $fp, {@XMM[10]} @ save next counter
1482 vldmia $fp, {@XMM[0]} @ load counter
1547 ldr r8, [ip, #12] @ load counter LSW
1548 vld1.8 {@XMM[1]}, [ip] @ load whole counter value
1553 vst1.8 {@XMM[1]}, [sp,:64] @ copy counter value
1557 add r0, sp, #0x10 @ input counter valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpkt_rx0.asm57 _pktDrop dw 0,0 ; packet drop counter

Completed in 428 milliseconds

<<11121314151617181920>>