Home
last modified time | relevance | path

Searched full:dec (Results 1 – 25 of 927) sorted by relevance

12345678910>>...38

/freebsd-src/usr.bin/rpcgen/
H A Drpc_parse.c106 declaration dec; in def_struct() local
117 get_declaration(&dec, DEF_STRUCT); in def_struct()
119 decls->decl = dec; in def_struct()
133 declaration dec; in def_program() local
174 get_prog_declaration(&dec, DEF_PROGRAM, num_args); in def_program()
175 if (streq(dec.type, "void")) in def_program()
179 decls->decl = dec; in def_program()
184 get_prog_declaration(&dec, DEF_STRUCT, in def_program()
187 decls->decl = dec; in def_program()
189 if (streq(dec.type, "void")) in def_program()
[all …]
H A Drpc_hout.c442 pdeclaration(const char *name, declaration *dec, int tab, const char *separator) in pdeclaration() argument
448 if (streq(dec->type, "void")) { in pdeclaration()
452 if (streq(dec->type, name) && !dec->prefix) { in pdeclaration()
455 if (streq(dec->type, "string")) { in pdeclaration()
456 f_print(fout, "char *%s", dec->name); in pdeclaration()
459 if (streq(dec->type, "bool")) { in pdeclaration()
461 } else if (streq(dec->type, "opaque")) { in pdeclaration()
464 if (dec->prefix) { in pdeclaration()
465 s_print(buf, "%s ", dec->prefix); in pdeclaration()
468 type = dec->type; in pdeclaration()
[all …]
/freebsd-src/usr.bin/calendar/tests/
H A Dcalendar.calibrate343 12/01 dec 1
344 12/02 dec 2
345 12/03 dec 3
346 12/04 dec 4
347 12/05 dec 5
348 12/06 dec 6
349 12/07 dec 7
350 12/08 dec 8
351 12/09 dec 9
352 12/10 dec 10
[all …]
H A Dregress.a1.out1 Dec 28 dec 28
2 Dec 29 dec 29
3 Dec 30 dec 30
4 Dec 31 dec 31
H A Dregress.wn-4.out1 Dec 28 dec 28
2 Dec 29 dec 29
3 Dec 30 dec 30
4 Dec 31 dec 31
H A Dregress.b1.out1 Dec 28 dec 28
2 Dec 29 dec 29
3 Dec 30 dec 30
4 Dec 31 dec 31
H A Dregress.wn-5.out1 Dec 28 dec 28
2 Dec 29 dec 29
3 Dec 30 dec 30
4 Dec 31 dec 31
H A Dregress.wn-6.out1 Dec 28 dec 28
2 Dec 29 dec 29
3 Dec 30 dec 30
4 Dec 31 dec 31
H A Dregress.wn-7.out1 Dec 28 dec 28
2 Dec 29 dec 29
3 Dec 30 dec 30
4 Dec 31 dec 31
H A Dregress.wn-3.out1 Dec 28 dec 28
2 Dec 29 dec 29
3 Dec 30 dec 30
H A Dregress.b2.out1 Dec 29 dec 29
2 Dec 30 dec 30
3 Dec 31 dec 31
H A Dregress.a2.out1 Dec 29 dec 29
2 Dec 30 dec 30
3 Dec 31 dec 31
H A Dregress.s1.out1 Dec 29 dec 29
2 Dec 30 dec 30
3 Dec 31 dec 31
/freebsd-src/crypto/openssl/test/
H A Ddanetest.in56 notBefore=Dec 14 00:10:34 2015 GMT
57 notAfter=Dec 13 00:10:34 2015 GMT
71 notBefore=Dec 14 00:10:34 2015 GMT
72 notAfter=Dec 13 00:10:34 2015 GMT
86 notBefore=Dec 14 00:10:34 2015 GMT
87 notAfter=Dec 13 00:10:34 2015 GMT
101 notBefore=Dec 14 00:10:34 2015 GMT
102 notAfter=Dec 13 00:10:34 2015 GMT
116 notBefore=Dec 14 00:10:34 2015 GMT
117 notAfter=Dec 13 00:10:34 2015 GMT
[all …]
/freebsd-src/contrib/ntp/libntp/
H A Ddolfptoa.c20 int dec; in dolfptoa() local
41 for (dec = (int)(cp - cbuf); dec > 0 && fpi != 0; dec--) { in dolfptoa()
55 dec = ndec; in dolfptoa()
56 if (dec < 0) in dolfptoa()
57 dec = 0; in dolfptoa()
59 dec += 3; in dolfptoa()
62 if ((size_t)dec > sizeof(cbuf) - (cpend - cbuf)) in dolfptoa()
63 dec = (int)(sizeof(cbuf) - (cpend - cbuf)); in dolfptoa()
68 for (/*NOP*/; dec > 0 && fpv != 0; dec--) { in dolfptoa()
88 if (dec > 0) { in dolfptoa()
[all …]
H A Ddofptoa.c20 register short dec; in dofptoa() local
64 dec = (short)(ndec + 3); in dofptoa()
65 if (dec < 3) in dofptoa()
66 dec = 3; in dofptoa()
69 dec = ndec; in dofptoa()
73 if (dec > 6) in dofptoa()
74 dec = 6; in dofptoa()
76 if (dec > 0) { in dofptoa()
81 } while (--dec > 0); in dofptoa()
/freebsd-src/contrib/tzdata/
H A Dleapseconds41 Leap 1972 Dec 31 23:59:60 + S
42 Leap 1973 Dec 31 23:59:60 + S
43 Leap 1974 Dec 31 23:59:60 + S
44 Leap 1975 Dec 31 23:59:60 + S
45 Leap 1976 Dec 31 23:59:60 + S
46 Leap 1977 Dec 31 23:59:60 + S
47 Leap 1978 Dec 31 23:59:60 + S
48 Leap 1979 Dec 31 23:59:60 + S
53 Leap 1987 Dec 31 23:59:60 + S
54 Leap 1989 Dec 3
[all...]
/freebsd-src/usr.sbin/ppp/
H A Dfsm.c469 struct fsm_decode dec; in FsmRecvConfigReq() local
490 dec.ackend = dec.ack; in FsmRecvConfigReq()
491 dec.nakend = dec.nak; in FsmRecvConfigReq()
492 dec.rejend = dec.rej; in FsmRecvConfigReq()
494 (*fp->fn->DecodeConfig)(fp, cp, cp + flen, MODE_REQ, &dec); in FsmRecvConfigReq()
498 if (dec.nakend == dec.nak && dec.rejend == dec.rej) in FsmRecvConfigReq()
540 if (dec.rejend != dec.rej) in FsmRecvConfigReq()
541 fsm_Output(fp, CODE_CONFIGREJ, lhp->id, dec.rej, dec.rejend - dec.rej, in FsmRecvConfigReq()
543 if (dec.nakend != dec.nak) in FsmRecvConfigReq()
544 fsm_Output(fp, CODE_CONFIGNAK, lhp->id, dec.nak, dec.nakend - dec.nak, in FsmRecvConfigReq()
[all …]
H A Dlcp.c621 lcp_auth_nak(struct lcp *lcp, struct fsm_decode *dec) in lcp_auth_nak() argument
631 fsm_nak(dec, &nak); in lcp_auth_nak()
641 fsm_nak(dec, &nak); in lcp_auth_nak()
646 fsm_nak(dec, &nak); in lcp_auth_nak()
649 fsm_nak(dec, &nak); in lcp_auth_nak()
660 struct fsm_decode *dec) in LcpDecodeConfig() argument
703 fsm_nak(dec, &nak); in LcpDecodeConfig()
710 fsm_nak(dec, &nak); in LcpDecodeConfig()
713 fsm_ack(dec, opt); in LcpDecodeConfig()
717 fsm_rej(dec, opt); in LcpDecodeConfig()
[all …]
/freebsd-src/usr.sbin/vidcontrol/
H A Ddecode.c42 #define DEC(c) (((c) - ' ') & 0x3f) in decode() macro
53 if ((n = DEC(*p)) <= 0) in decode()
58 tbuffer[tpos++] = DEC(p[0])<<2 | DEC(p[1])>>4; in decode()
59 tbuffer[tpos++] = DEC(p[1])<<4 | DEC(p[2])>>2; in decode()
60 tbuffer[tpos++] = DEC(p[2])<<6 | DEC(p[3]); in decode()
65 DEC(p[0])<<2 | DEC(p[1])>>4; in decode()
69 DEC(p[1])<<4 | DEC(p[2])>>2; in decode()
73 DEC(p[2])<<6 | DEC(p[3]); in decode()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp80 MachineInstr *Dec);
81 void expandCTRLoops(MachineLoop *ML, MachineInstr *Start, MachineInstr *Dec);
173 MachineInstr *Dec = nullptr; in processLoop()
218 Dec = &MI; in processLoop()
223 if (Dec && InvalidCTRLoop) in processLoop()
227 assert(Dec && "CTR loop is not complete!"); in processLoop()
230 expandNormalLoops(ML, Start, Dec); in processLoop()
234 expandCTRLoops(ML, Start, Dec); in processLoop()
241 MachineInstr *Dec) { in expandNormalLoops()
246 MachineBasicBlock *Exiting = Dec in expandNormalLoops()
170 MachineInstr *Dec = nullptr; processLoop() local
238 expandNormalLoops(MachineLoop * ML,MachineInstr * Start,MachineInstr * Dec) expandNormalLoops() argument
315 expandCTRLoops(MachineLoop * ML,MachineInstr * Start,MachineInstr * Dec) expandCTRLoops() argument
[all...]
/freebsd-src/crypto/openssl/crypto/ct/
H A Dct_b64.c69 unsigned char *dec = NULL; in SCT_new_from_base64() local
87 declen = ct_base64_decode(logid_base64, &dec); in SCT_new_from_base64()
92 if (!SCT_set0_log_id(sct, dec, declen)) in SCT_new_from_base64()
94 dec = NULL; in SCT_new_from_base64()
96 declen = ct_base64_decode(extensions_base64, &dec); in SCT_new_from_base64()
101 SCT_set0_extensions(sct, dec, declen); in SCT_new_from_base64()
102 dec = NULL; in SCT_new_from_base64()
104 declen = ct_base64_decode(signature_base64, &dec); in SCT_new_from_base64()
110 p = dec; in SCT_new_from_base64()
113 OPENSSL_free(dec); in SCT_new_from_base64()
[all …]
/freebsd-src/usr.bin/calendar/
H A Dsunpos.c100 int inSEC, double eastlongitude, double latitude, double *L, double *DEC) in sunpos() argument
134 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */ in sunpos()
135 fixup(DEC); in sunpos()
142 inMM, inDD, inHOUR, inMIN, inSEC, latitude, *DEC, HA); in sunpos()
151 *ALT = ASIN(SIN(latitude) * SIN(*DEC) + in sunpos()
152 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */ in sunpos()
155 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */ in sunpos()
175 comp("DEC", DEC, fixup(&expDEC)); in sunpos()
193 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \ argument
195 y, m, d, hh, mm, pdec, dec)
[all …]
/freebsd-src/contrib/libarchive/
H A DNEWS19 Dec 07, 2022: libarchive 3.6.2 released
29 Dec 26, 2020: libarchive 3.5.1 released
31 Dec 01, 2020: libarchive 3.5.0 released
49 Dec 30, 2019: libarchive 3.4.1 released
51 Dec 11, 2019: New pax write option "xattrhdr"
95 Dec 27, 2016: NFSv4 ACL read and write support for pax
135 Dec 1, 2013: Rewrite Zip write logic
150 Dec 07, 2012: Implement functions to manually set the format and filters used.
177 Dec 24, 2011: libarchive 3.0.2 released
178 Dec 2
[all...]
/freebsd-src/sys/net/
H A Dethernet.h176 #define ETHERTYPE_DECEXPER 0x6000 /* DEC Unassigned, experimental */
177 #define ETHERTYPE_MOPDL 0x6001 /* DEC MOP dump/load */
178 #define ETHERTYPE_MOPRC 0x6002 /* DEC MOP remote console */
179 #define ETHERTYPE_DECnet 0x6003 /* DEC DECNET Phase IV route */
181 #define ETHERTYPE_LAT 0x6004 /* DEC LAT */
182 #define ETHERTYPE_DECDIAG 0x6005 /* DEC diagnostic protocol (at interface initialization?) */
183 #define ETHERTYPE_DECCUST 0x6006 /* DEC customer protocol */
184 #define ETHERTYPE_SCA 0x6007 /* DEC LAVC, SCA */
185 #define ETHERTYPE_AMBER 0x6008 /* DEC AMBER */
186 #define ETHERTYPE_DECMUMPS 0x6009 /* DEC MUMPS */
[all …]

12345678910>>...38