Searched refs:d4 (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/ncurses/form/
H A Dfty_ipv4.c55 unsigned int d1, d2, d3, d4; local
59 num = sscanf(bp, "%u.%u.%u.%u%n", &d1, &d2, &d3, &d4, &len);
68 || d3 > 255 || d4 > 255) ? FALSE : TRUE);
/freebsd-10-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.conf45 bdaddr 00:80:37:5e:4d:d4;
/freebsd-10-stable/usr.sbin/faithd/test/
H A Dfaithd.rb40 d4 = TCPsocket.open(s4.getpeer[3], dport4)
43 tcpcopy(d6, d4)
46 tcpcopy(d4, d6)
51 d4.close
/freebsd-10-stable/crypto/openssh/
H A Dumac.c338 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; local
345 d4 = LOAD_UINT32_LITTLE(d+4); d5 = LOAD_UINT32_LITTLE(d+5);
349 h += MUL64((k0 + d0), (k4 + d4));
371 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; local
381 d4 = LOAD_UINT32_LITTLE(d+4); d5 = LOAD_UINT32_LITTLE(d+5);
386 h1 += MUL64((k0 + d0), (k4 + d4));
387 h2 += MUL64((k4 + d0), (k8 + d4));
418 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; local
430 d4 = LOAD_UINT32_LITTLE(d+4); d5 = LOAD_UINT32_LITTLE(d+5);
435 h1 += MUL64((k0 + d0), (k4 + d4));
473 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; local
[all...]
/freebsd-10-stable/sys/dev/fe/
H A Dif_fe_isa.c478 u_char d4; local
485 d4 = sc->proto_dlcr4 | FE_D4_CNTRL;
487 d4 = sc->proto_dlcr4 & ~FE_D4_CNTRL;
489 fe_outb(sc, FE_DLCR4, d4);
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacmacros.h414 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
418 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dr8a7740.dtsi605 pd_d4: d4@3 {
/freebsd-10-stable/contrib/ldns/
H A Dhost2str.c931 uint64_t d0, d1, d2, d3, d4, d5; local
940 d4 = data[4];
942 tsigtime = (d0<<40) | (d1<<32) | (d2<<24) | (d3<<16) | (d4<<8) | d5;
/freebsd-10-stable/contrib/unbound/sldns/
H A Dwire2str.c1018 uint64_t d0, d1, d2, d3, d4, d5; local
1024 d4 = (*d)[4];
1026 tsigtime = (d0<<40) | (d1<<32) | (d2<<24) | (d3<<16) | (d4<<8) | d5;
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c481 u_int64_t d1,d2,d3,d4; local
488 &d1, &d2, &d3, &d4);
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.osf1r5467 color_bg_4 colb4 str d4 - - ----K background color 4
1069 #color_bg_4 colb4 str d4 - - ----K background color 4
H A DCaps.aix4500 color_bg_4 colb4 str d4 - - ----K background color 4
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex8969 \gdef^^d4{\^O}
9089 \gdef^^d4{\^O}

Completed in 256 milliseconds