Searched refs:EXPORT (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A DDES.pm8 @EXPORT = qw(
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dcode.c247 if (vis == EXPORT) {
1213 make_test_bip(d_.fail, Failure, 0, 0, -1, EXPORT);
1214 make_test_bip(d_.unify, Get_valueAMAM, U_UNIFY, BoundArg(1, NONVAR) | BoundArg(2, NONVAR), -1, EXPORT);
1216 make_test_bip(in_dict("set_bip_error",1), BI_SetBipError, 0, 0, -1, EXPORT);
1221 make_test_bip(in_dict("cut_to_stamp",2), BI_CutToStamp, 0, 0, 0, EXPORT);
1224 make_test_bip(d_.free1, BI_Free, 0, 0, -1, EXPORT);
1225 make_test_bip(d_.is_suspension, BI_IsSuspension, 0, 0, -1, EXPORT);
1226 make_test_bip(d_.is_event, BI_IsEvent, 0, 0, -1, EXPORT);
1227 make_test_bip(d_.is_handle, BI_IsHandle, 0, 0, -1, EXPORT);
1228 make_test_bip(d_.var, BI_Var, 0, 0, -1, EXPORT);
[all...]
H A Dproc_desc.c57 * - a descriptor in the module where it is defined (LOCAL,EXPORT),
71 * can be found. For LOCAL,EXPORT this is the same as module_def,
90 * LOCAL descriptor and change it to EXPORT later. That this needs
94 * DEFAULT -> LOCAL -> EXPORT
242 * Find the EXPORT descriptor for functor if imported from
259 case EXPORT:
422 case EXPORT: p_fprintf(current_output_, "EXPORT "); break;
512 case EXPORT: ++count[2]; break;
522 p_fprintf(log_output_, " EXPORT
[all...]
H A Ddict.h91 * - a descriptor in the module where it is defined (LOCAL,EXPORT),
194 (PriScope(pd) == EXPORT || PriScope(pd) == IMPEXP)
196 (PriScope(pd) == EXPORT)
252 #define EXPORT 0x02000000 macro
258 #define DONT_REEXPORT 0X10000000 /* together with EXPORT/IMPEXP */
H A Dbip_db.c600 if (PriScope(pd) == EXPORT && PriFlags(pd) & (CODE_DEFINED|AUTOLOAD))
612 if ((PriScope(pd) == LOCAL || PriScope(pd) == EXPORT)
617 if ((PriScope(pd) == LOCAL || PriScope(pd) == EXPORT)
1157 case EXPORT: wd = d_exported_; break;
H A Dbip_module.c528 case EXPORT:
/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Ddbi.c58 #define EXPORT __declspec(dllexport) macro
60 #define EXPORT macro
74 EXPORT int
79 EXPORT int
88 EXPORT int
93 EXPORT int
100 EXPORT int
105 EXPORT int
110 EXPORT int
117 EXPORT in
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dlock.S170 .EXPORT mutex_lock_failed,ENTRY,PRIV_LEV=3,ARGW0=GR,RTNVAL=GR
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dpa-risc2.s304 .EXPORT bn_mul_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
462 .EXPORT bn_sqr_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
592 .EXPORT bn_add_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
667 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
748 .EXPORT bn_div_words,ENTRY,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR,RTNVAL=GR,LONG_RETURN
1097 .EXPORT bn_sqr_comba8,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
1229 .EXPORT bn_sqr_comba4,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
1352 .EXPORT bn_mul_comba8,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
1525 .EXPORT bn_mul_comba4,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dpa-risc2W.s294 .EXPORT bn_mul_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
451 .EXPORT bn_sqr_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
581 .EXPORT bn_add_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
656 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
739 .EXPORT bn_div_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
1084 .EXPORT bn_sqr_comba8,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
1216 .EXPORT bn_sqr_comba4,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
1339 .EXPORT bn_mul_comba8,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
1512 .EXPORT bn_mul_comba4,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Druntime.tex338 \item a descriptor in the module where it is defined (LOCAL\index{LOCAL}, EXPORT\index{EXPORT}),
355 can be found. For LOCAL, EXPORT this is the same as the descriptor's
377 LOCAL descriptor and change it to EXPORT later. That this needs
382 \item DEFAULT -> LOCAL -> EXPORT

Completed in 119 milliseconds