Searched refs:pcnt (Results 1 - 14 of 14) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c217 uint32_t pcnt = __CFGetProcessPortCount(); local
218 if (__CF_last_warned_port_count + 1000 < pcnt) {
239 __CF_last_warned_port_count = pcnt;
H A DCFUtilities.c430 int32_t pcnt; local
440 pcnt = (v * 0x0101010101010101ULL) >> ((sizeof(v) - 1) * 8);
443 size_t len = sizeof(pcnt);
444 int32_t result = sysctl(mib, sizeof(mib) / sizeof(int32_t), &pcnt, &len, NULL, 0);
446 pcnt = 0;
450 pcnt = 1;
452 return pcnt;
/macosx-10.9.5/top-89.1.2/
H A Dlibtop.c1246 mach_msg_type_number_t i, j, pcnt, tcnt; local
1249 kr = host_processor_sets(libtop_port, &psets, &pcnt);
1256 for (i = 0; i < pcnt; i++) {
1300 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)psets, pcnt * sizeof(*psets));
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c603 fw32->pcnt = user_ip_fw->pcnt;
628 fw64->pcnt = user_ip_fw->pcnt;
729 user_ip_fw->pcnt = fw32->pcnt;
758 user_ip_fw->pcnt = fw64->pcnt;
801 dyn_rule_vers1->pcnt = p->pcnt;
[all...]
H A Dip_fw.h192 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule
H A Dip_fw2.h384 u_int64_t pcnt; /* Packet counter */ member in struct:ip_fw
437 u_int64_t pcnt; /* packet match counter */ member in struct:_ipfw_dyn_rule
458 u_int64_t pcnt; /* packet match counter */ member in struct:_ipfw_dyn_rule
518 u_int64_t pcnt; /* Packet counter */ member in struct:ip_fw_32
549 u_int64_t pcnt __attribute__((aligned(8))); /* Packet counter */ member in struct:ip_fw_64
570 u_int64_t pcnt; /* packet match counter */ member in struct:_ipfw_dyn_rule_32
593 u_int64_t pcnt; /* packet match counter */ member in struct:_ipfw_dyn_rule_64
H A Dip_fw2_compat.h126 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule_compat
232 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule_compat_32
246 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule_compat_64
H A Dip_fw2_compat.c407 printf("pcnt: %llu\n", vers2_rule->pcnt);
1523 rule_vers1->fw_pcnt = curr_rule->pcnt;
1549 rule_vers1->fw_pcnt = curr_rule->pcnt;
3089 curr_rule->pcnt = rule_ptr->fw_pcnt;
3130 curr_rule->pcnt = rule_ptr->fw_pcnt;
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl3957 proc clear {{pcnt 100}} {
3958 if {![regexp {^[0-9]*$} $pcnt] || $pcnt < 1 || $pcnt > 100} {
3961 } elseif {$pcnt == 100} {
3964 set tmp [expr {$pcnt/100.0*[tkcon console index end]}]
/macosx-10.9.5/network_cmds-433/ipfw.tproj/
H A Dipfw2.c960 printf("%*llu %*llu ", pcwidth, align_uint64(&rule->pcnt),
1384 align_uint64(&d->pcnt), bcwidth,
1813 align_uint64(&r->pcnt));
1827 align_uint64(&d->pcnt));
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Ddomaincmp.c156 int pcnt; local
162 pcnt = 0;
166 if ( pcnt == 0 )
168 pcnt++;
181 if ( pcnt == 0 ) /* parent is not a fqdn ? */
184 if ( pcnt >= ccnt ) /* parent has more levels than child ? */
213 int pcnt; local
219 pcnt = 0;
223 if ( pcnt == 0 )
225 pcnt
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-smb.c93 trans2_findfirst(const u_char *param, const u_char *data, int pcnt, int dcnt) argument
102 smb_fdata(param, fmt, param + pcnt, unicodestr);
110 trans2_qfsinfo(const u_char *param, const u_char *data, int pcnt, int dcnt) argument
119 smb_fdata(param, fmt, param + pcnt, unicodestr);
180 int pcnt, dcnt; local
185 pcnt = EXTRACT_LE_16BITS(w + 9 * 2);
197 pcnt = EXTRACT_LE_16BITS(w + 3 * 2);
203 printf("%s param_length=%d data_length=%d\n", fn->name, pcnt, dcnt);
230 (*fn->descript.fn)(param, data, pcnt, dcnt);
232 smb_fdata(param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodest
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl964 ;proc Console_clear {W {pcnt 100}} {
968 if {![regexp {^[0-9]*$} $pcnt] || $pcnt < 1 || $pcnt > 100} {
971 } elseif {$pcnt == 100} {
974 set tmp [expr $pcnt/100.0*[$data(console) index end]]
H A Dstripped.tcl333 proc clear {{pcnt 100}} {
334 if {![regexp {^[0-9]*$} $pcnt] || $pcnt < 1 || $pcnt > 100} {
336 } elseif {$pcnt == 100} {
339 set tmp [expr $pcnt/100.0*[tkcon console index end]]

Completed in 404 milliseconds