Home
last modified time | relevance | path

Searched refs:NumImports (Results 1 – 20 of 20) sorted by relevance

/dports/games/vavoom/vavoom-1.33/utils/acc/
H A Dpcode.c101 static int NumImports; variable
512 pc_EncryptStrings || NumImports != 0 || HaveScriptFlags) in PC_CloseObject()
875 if(NumImports > 0) in CloseNew()
878 for(i = 0; i < NumImports; ++i) in CloseNew()
886 for(i = 0; i < NumImports; ++i) in CloseNew()
1490 if (NumImports >= MAX_IMPORTS) in PC_AddImport()
1494 strncpy(Imports[NumImports], name, 8); in PC_AddImport()
1495 return NumImports++; in PC_AddImport()
/dports/games/vavoom/vavoom-1.33/source/
H A Dvc_package.cpp181 int NumImports; member in VProgsReader
189 , NumImports(0) in VProgsReader()
255 check(-ObjIndex <= NumImports); in operator <<()
307 for (int i = 0; i < NumImports; i++) in ResolveImports()
857 Reader->NumImports = Progs.num_imports; in LoadObject()
/dports/science/ghemical/ghemical-3.0.0/src/
H A Dfiletrans.h86 unsigned int NumImports() { return imports.size(); } in NumImports() function
H A Dgtk_file_import_dialog.cpp58 for (unsigned int i = 0;i < ft.NumImports();i++) // insert other items... in gtk_file_import_dialog()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl143 #asm_dict{imports = Imports, next_import = NumImports} = Dict,
150 {NumImports, lists:map(Fun, Sorted)}.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl143 #asm_dict{imports = Imports, next_import = NumImports} = Dict,
150 {NumImports, lists:map(Fun, Sorted)}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl143 #asm_dict{imports = Imports, next_import = NumImports} = Dict,
150 {NumImports, lists:map(Fun, Sorted)}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl143 #asm_dict{imports = Imports, next_import = NumImports} = Dict,
150 {NumImports, lists:map(Fun, Sorted)}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl143 #asm_dict{imports = Imports, next_import = NumImports} = Dict,
150 {NumImports, lists:map(Fun, Sorted)}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl143 #asm_dict{imports = Imports, next_import = NumImports} = Dict,
150 {NumImports, lists:map(Fun, Sorted)}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl143 #asm_dict{imports = Imports, next_import = NumImports} = Dict,
150 {NumImports, lists:map(Fun, Sorted)}.
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/wasm/
H A DWriter.cpp133 uint32_t NumImports = ImportedSymbols.size(); in createImportSection() local
135 ++NumImports; in createImportSection()
137 ++NumImports; in createImportSection()
139 if (NumImports == 0) in createImportSection()
145 writeUleb128(OS, NumImports, "import count"); in createImportSection()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_dict.erl242 import_table(#asm{imports=Imp,next_import=NumImports}) ->
245 {NumImports,ImpTab}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_dict.erl228 import_table(#asm{imports=Imp,next_import=NumImports}) ->
231 {NumImports,ImpTab}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_dict.erl229 import_table(#asm{imports=Imp,next_import=NumImports}) ->
232 {NumImports,ImpTab}.
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/wasm/
H A DWriter.cpp143 uint32_t NumImports = ImportedSymbols.size(); in createImportSection() local
145 ++NumImports; in createImportSection()
147 ++NumImports; in createImportSection()
149 if (NumImports == 0) in createImportSection()
155 writeUleb128(OS, NumImports, "import count"); in createImportSection()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_dict.erl258 import_table(#asm{imports=Imp,next_import=NumImports}) ->
261 {NumImports,ImpTab}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_dict.erl258 import_table(#asm{imports=Imp,next_import=NumImports}) ->
261 {NumImports,ImpTab}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_dict.erl258 import_table(#asm{imports=Imp,next_import=NumImports}) ->
261 {NumImports,ImpTab}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_dict.erl258 import_table(#asm{imports=Imp,next_import=NumImports}) ->
261 {NumImports,ImpTab}.