Home
last modified time | relevance | path

Searched refs:EXP (Results 1 – 25 of 42) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arc.h59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument
60 arc_parse_cons_expression (EXP, NBYTES)
63 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
64 arc_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
Dtc-i386.h401 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) x86_cons (EXP, NBYTES) argument
404 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) x86_cons_fix_new(FRAG, OFF, LEN, EXP) argument
410 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) x86_pe_cons_fix_new(FRAG, OFF, LEN, EXP) argument
Dtc-w65.h51 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) w65_expression (EXP) argument
Dtc-pj.h48 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ argument
49 pj_cons_fix_new_pj (FRAG, WHERE, NBYTES, EXP)
Dtc-crx.h65 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
66 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \
Dtc-avr.h65 #define TC_CONS_FIX_NEW(FRAG,WHERE,N,EXP) avr_cons_fix_new(FRAG,WHERE,N,EXP) argument
Dtc-v850.h63 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_v850 (EXP) argument
Dtc-maxq.h129 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) maxq20_cons_fix_new (FRAG,OFF,LEN,EXP) argument
Dtc-mn10300.h47 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
48 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP))
Dtc-tic54x.h77 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) tic54x_cons_fix_new(FRAG,OFF,LEN,EXP) argument
Dtc-alpha.h76 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) \ argument
77 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \
Dtc-hppa.h118 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ argument
119 parse_cons_expression_hppa (EXP)
Dtc-sparc.h145 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) sparc_cons (EXP, NBYTES) argument
Dtc-sh64.h127 #define md_parse_name(NAME, EXP, CP) \ argument
128 sh64_consume_datalabel (NAME, EXP, CP, operand)
Dtc-sh.h253 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument
254 sh_cons_fix_new ((FRAG), (OFF), (LEN), (EXP))
/mirbsd/src/lib/libssl/src/doc/apps/
Dciphers.pod139 =item B<EXP>, B<EXPORT>
251 SSL_RSA_EXPORT_WITH_RC4_40_MD5 EXP-RC4-MD5
254 SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 EXP-RC2-CBC-MD5
256 SSL_RSA_EXPORT_WITH_DES40_CBC_SHA EXP-DES-CBC-SHA
266 SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA EXP-EDH-DSS-DES-CBC-SHA
269 SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA EXP-EDH-RSA-DES-CBC-SHA
273 SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 EXP-ADH-RC4-MD5
275 SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA EXP-ADH-DES-CBC-SHA
287 TLS_RSA_EXPORT_WITH_RC4_40_MD5 EXP-RC4-MD5
290 TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 EXP-RC2-CBC-MD5
[all …]
/mirbsd/src/usr.bin/vi/ex/
Dex_tag.c112 exp = EXP(sp);
178 exp = EXP(sp);
244 exp = EXP(sp);
279 exp = EXP(sp);
411 exp = EXP(sp);
488 exp = EXP(sp);
516 exp = EXP(sp);
573 exp = EXP(sp);
649 oexp = EXP(orig);
650 nexp = EXP(sp);
[all …]
Dex_argv.c49 exp = EXP(sp);
73 exp = EXP(sp);
257 for (exp = EXP(sp); cmdlen > 0; ++exp->argsoff) {
332 exp = EXP(sp);
428 exp = EXP(sp);
488 exp = EXP(sp);
523 exp = EXP(sp);
Dex_cscope.c119 exp = EXP(sp);
204 exp = EXP(sp);
448 exp = EXP(sp);
526 exp = EXP(sp);
872 exp = EXP(sp);
927 for (exp = EXP(sp); LIST_FIRST(&exp->cscq) != NULL;)
947 exp = EXP(sp);
Dex_print.c269 exp = EXP(sp); in ex_printf()
300 exp = EXP(sp);
326 exp = EXP(sp);
Dex_init.c59 oexp = EXP(orig);
85 if ((exp = EXP(sp)) == NULL)
Dex_read.c115 exp = EXP(sp);
314 exp = EXP(sp);
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DMksymlists.pm67 open(EXP,">$data->{FILE}.exp")
69 print EXP join("\n",@{$data->{DL_VARS}}, "\n") if @{$data->{DL_VARS}};
70 print EXP join("\n",@{$data->{FUNCLIST}}, "\n") if @{$data->{FUNCLIST}};
71 close EXP;
/mirbsd/src/usr.bin/vi/vi/
Dv_ex.c292 EXP(sp)->argsoff = 0; /* XXX */
296 cmd.argc = EXP(sp)->argsoff; /* XXX */
297 cmd.argv = EXP(sp)->args; /* XXX */
324 EXP(sp)->argsoff = 0; /* XXX */
328 cmd.argc = EXP(sp)->argsoff; /* XXX */
329 cmd.argv = EXP(sp)->args; /* XXX */
/mirbsd/src/lib/libkeynote/
Dkeynote.y42 %left EXP
364 | numex EXP numex { $$ = intpow($1, $3); }
394 | floatex EXP floatex { if (!keynote_exceptionflag &&

12