Searched refs:counter (Results 176 - 200 of 235) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/unbound/services/
H A Dmesh.c637 size_t counter = 0; local
640 if(dep_m == cyc_m || find_in_subsub(dep_m, cyc_m, &counter)) {
641 if(counter > MESH_MAX_SUBSUB)
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A De_aes.c686 /* increment counter (64-bit int) by 1 */
687 static void ctr64_inc(unsigned char *counter) { argument
693 c = counter[n];
695 counter[n] = c;
/freebsd-10.0-release/contrib/ofed/libmlx4/src/
H A Dmlx4.h243 uint16_t counter; member in struct:mlx4_srq
H A Dverbs.c317 srq->counter = 0;
766 srq->counter = 0;
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dcommon.h430 void inc_byte_array(u8 *counter, size_t len);
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dppc-mont.pl149 addi $num,$num,-2 ; adjust $num for counter register
H A Dppc64-mont.pl270 srwi $j,$num,`3+1` ; counter register, num/2
948 addi $j,$j,1 ; restore counter
997 addi $j,$j,1 ; restore counter
/freebsd-10.0-release/include/arpa/
H A Dnameser.h229 int counter; member in struct:ns_tcp_tsig_state
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c1569 static int counter = 0; local
1594 counter++;
1596 (const unsigned char *) &counter,
1597 sizeof(counter));
/freebsd-10.0-release/sys/dev/drm/
H A Di915_drv.h121 uint32_t counter; member in struct:drm_i915_private
/freebsd-10.0-release/sys/netinet/
H A Dicmp6.h620 #include <sys/counter.h>
H A Dtcp_var.h519 #include <sys/counter.h>
/freebsd-10.0-release/sys/netinet6/
H A Din6_var.h102 #include <sys/counter.h>
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h721 union mlx4_counter *counter, u8 clear);
/freebsd-10.0-release/contrib/gcc/
H A Dcgraphunit.c1674 static int counter = 0; local
1678 sprintf (which_buf, "%c_%d", which, counter++);
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c380 if (atomic_load_acq_int(&ib_mr->usecnt.counter))
496 if (atomic_load_acq_int(&mr->usecnt.counter))
/freebsd-10.0-release/sys/dev/ntb/if_ntb/
H A Dif_ntb.c1360 static uint8_t counter = 0; local
1365 eaddr[5] = counter++;
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c1098 rp.counter);
1117 cp.counter = (uint8_t) n;
/freebsd-10.0-release/sys/dev/e1000/
H A Dif_lem.c1629 u32 array_elements, counter; local
1636 for (counter = 0; counter < array_elements; counter++) {
1646 desc_array.descriptor[counter].address);
1649 desc_array.descriptor[counter].length));
/freebsd-10.0-release/contrib/binutils/bfd/
H A Daoutx.h1907 unsigned int counter = 0;
1914 counter++ < bfd_get_symcount (abfd);
2266 unsigned int counter = 0;
2319 for (; counter < count; counter++, rptr++, cache_ptr++)
2327 for (; counter < count; counter++, rptr++, cache_ptr++)
1902 unsigned int counter = 0; local
H A Dcoffgen.c336 unsigned int counter; local
344 counter = bfd_get_symcount (abfd);
345 while (counter-- > 0)
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c4245 struct res_counter *counter; local
4256 list_for_each_entry_safe(counter, tmp, counter_list, com.list) {
4257 if (counter->com.owner == slave) {
4258 index = counter->com.res_id;
4259 rb_erase(&counter->com.node,
4261 list_del(&counter->com.list);
4262 kfree(counter);
/freebsd-10.0-release/sys/dev/vxge/
H A Dvxge.c2491 u16 queue_len, counter = 0; local
2543 counter = (ntohs(src_port) + ntohs(dst_port)) &
2546 if (counter >= queue_len)
2547 counter = queue_len - 1;
2549 return (counter);
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dhxtool.c692 int counter; member in struct:print_s
701 printf("cert: %d\n", s->counter++);
714 s.counter = 0;
/freebsd-10.0-release/sys/mips/rmi/dev/xlr/
H A Drge.c170 #define port_inc_counter(port, counter) atomic_add_int(&port_counters[port][(counter)], 1)
172 #define port_inc_counter(port, counter) /* Nothing */
1346 dbg_msg("Programming credit counter %d : %d -> %d\n", blk, R_GMAC_TX0_BUCKET_SIZE + port,

Completed in 248 milliseconds

12345678910