Searched refs:p64 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/commpage/
H A Dcommpage.c500 commpage_time_data *p64 = time_data64; local
519 p64->nt_generation = 0;
522 p64->nt_tsc_base = tsc_base;
525 p64->nt_ns_base = ns_base;
528 p64->nt_scale = scale;
531 p64->nt_shift = shift;
534 p64->nt_generation = next_gen;
561 commpage_time_data *p64 = time_data64; local
570 p64->gtod_generation = 0;
573 p64
[all...]
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dinet.c1102 #define p64(f, m) if (IGMPDIFF(f) || sflag <= 1) \ macro
1107 p64(igps_rcv_total, "\t%ju message%s received\n");
1108 p64(igps_rcv_tooshort, "\t%ju message%s received with too few bytes\n");
1109 p64(igps_rcv_badttl, "\t%ju message%s received with wrong TTL\n");
1110 p64(igps_rcv_badsum, "\t%ju message%s received with bad checksum\n");
1119 p64(igps_rcv_reports, "\t%ju membership report%s received\n");
1120 p64(igps_rcv_badreports,
1122 p64(igps_rcv_ourreports,
1124 p64(igps_rcv_nora, "\t%ju V3 report%s received without Router Alert\n");
1125 p64(igps_snd_report
1131 #undef p64 macro
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c308 if (p64) \
319 if (p64) \
1601 int p64 = proc_is64bit(p); local
2326 int p64 = proc_is64bit(p); local
2329 if (!p64)
2693 int ocnt, cnt, error = 0, p64 = proc_is64bit(p); local
2706 ocnt = cnt = (p64 ? tok64->size : tok32->size);
2708 if (p64)
2715 token_buf = (p64 ? tok64->pgt_buf : tok32->pgt_buf);
2743 if (p64)
3779 int p64 = proc_is64bit(p); local
4314 int p64 = proc_is64bit(p); local
4590 int p64 = proc_is64bit(p); local
4733 int p64 = proc_is64bit(p); local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dumac.c778 #define p64 ((UINT64)0xFFFFFFFFFFFFFFC5ull) /* 2^64 - 59 */ macro
786 UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
849 hc->poly_key_8[i], p64 - 1);
929 if (ahc->poly_accum[i] >= p64)
930 ahc->poly_accum[i] -= p64;
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6.c946 boolean_t p64)
961 if (p64) {
987 if (p64) {
1018 if (p64) {
1082 boolean_t p64 = proc_is64bit(p); local
1248 error = in6ctl_lifaddr(ifp, cmd, &iflr, p64);
1421 error = in6ctl_alifetime(ia, cmd, ifr, p64);
2536 boolean_t p64)
2640 if (!p64) {
2799 if (!p64) {
945 in6ctl_alifetime(struct in6_ifaddr *ia, u_long cmd, struct in6_ifreq *ifr, boolean_t p64) argument
2535 in6ctl_lifaddr(struct ifnet *ifp, u_long cmd, struct if_laddrreq *iflr, boolean_t p64) argument
[all...]
H A Dip6_mroute.c408 get_mif6_cnt(void *data, int p64) argument
410 if (p64) {
/macosx-10.9.5/CPANInternal-140/Digest-SHA/src/
H A Dsha.c239 W64 *p64 = (W64 *) s->H; local
246 w32mem(d, (W32) ((*p64 >> 16) >> 16));
247 w32mem(d+4, (W32) (*p64++ & SHA32_MAX));
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile.c2596 struct dylib_module_64 *p64, m64; local
2682 p64 = ofile->modtab64;
2684 m64 = *p64;
2687 ofile->dylib_module64 = p64;
2694 p64++;

Completed in 240 milliseconds