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

/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dnetware.bat38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def
39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def
40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def
41 echo IMPORT GetProcessSwitchCount >> mttest.def
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dproc_desc.c59 * - a descriptor in every module where it is visible (IMPORT,IMPEXP).
72 * for IMPORT,IMPEXP this is the source of the import, for QUALI it
95 * DEFAULT -> IMPORT -> IMPEXP
100 * (from an IMPORT or another IMPEXP descriptor) are always immediately
423 case IMPORT: p_fprintf(current_output_, "IMPORT "); break;
513 case IMPORT: ++count[3]; break;
523 p_fprintf(log_output_, " IMPORT=%d", count[3]);
543 (PriScope(pd) == IMPORT || PriScope(pd) == QUALI) \
693 case IMPORT
[all...]
H A Ddict.h93 * - a descriptor in every module where it is visible (IMPORT,IMPEXP).
192 (PriScope(pd) == IMPORT || PriScope(pd) == QUALI || PriScope(pd) == IMPEXP)
253 #define IMPORT 0x03000000 macro
H A Dbip_module.c532 case IMPORT:
714 if (PriScope(procb) == IMPORT)
H A Dbip_db.c1158 case IMPORT: wd = d_imported_; break;
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dpa-risc2.s749 .IMPORT BN_num_bits_word,CODE
750 ;--- not PIC .IMPORT __iob,DATA
751 ;--- not PIC .IMPORT fprintf,CODE
752 .IMPORT abort,CODE
753 .IMPORT $$div2U,MILLICODE
1611 ;--- not PIC .IMPORT $global$,DATA
H A Dpa-risc2W.s740 .IMPORT BN_num_bits_word,CODE,NO_RELOCATION
741 .IMPORT __iob,DATA
742 .IMPORT fprintf,CODE,NO_RELOCATION
743 .IMPORT abort,CODE,NO_RELOCATION
744 .IMPORT $$div2U,MILLICODE
1598 .IMPORT $global$,DATA
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Druntime.tex340 \item a descriptor in every module where it is visible (IMPORT\index{IMPORT}, IMPEXP\index{IMPEXP}).
357 for IMPORT, IMPEXP this is the source of the import, for QUALI it
383 \item DEFAULT -> IMPORT -> IMPEXP
389 (from an IMPORT or another IMPEXP descriptor) are always immediately

Completed in 115 milliseconds