Home
last modified time | relevance | path

Searched defs:OPTION (Results 1 – 25 of 1424) sorted by relevance

12345678910>>...57

/dports/devel/dyncall/dyncall-1.3/dyncall/
H A Ddyncall_call_x86_generic_masm.asm6 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
28 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
50 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
68 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
92 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
114 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
H A Ddyncall_call_x64_generic_masm.asm4 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
38 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
70 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Drdrand.asm73 OPTION LANGUAGE:C label
74 OPTION PROLOGUE:NONE label
75 OPTION EPILOGUE:NONE label
186 OPTION PROLOGUE:PrologueDef label
196 OPTION PROLOGUE:NONE label
197 OPTION EPILOGUE:NONE label
324 OPTION LANGUAGE:C label
325 OPTION PROLOGUE:NONE label
326 OPTION EPILOGUE:NONE label
447 OPTION PROLOGUE:NONE label
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/SysConfig/ValueType/
H A DSelect.pm289 OPTION: label
305 OPTION: label
324 OPTION: label
427 OPTION: label
/dports/www/netsurf/netsurf-3.10/utils/
H A Dnsoption.h270 #define nsoption_bool(OPTION) (nsoptions[NSOPTION_##OPTION].value.b) argument
279 #define nsoption_int(OPTION) (nsoptions[NSOPTION_##OPTION].value.i) argument
288 #define nsoption_uint(OPTION) (nsoptions[NSOPTION_##OPTION].value.u) argument
297 #define nsoption_charp(OPTION) (nsoptions[NSOPTION_##OPTION].value.s) argument
306 #define nsoption_colour(OPTION) (nsoptions[NSOPTION_##OPTION].value.c) argument
310 #define nsoption_set_bool(OPTION, VALUE) nsoptions[NSOPTION_##OPTION].value.b = VALUE argument
314 #define nsoption_set_int(OPTION, VALUE) nsoptions[NSOPTION_##OPTION].value.i = VALUE argument
317 #define nsoption_set_uint(OPTION, VALUE) nsoptions[NSOPTION_##OPTION].value.u = VALUE argument
321 #define nsoption_set_colour(OPTION, VALUE) nsoptions[NSOPTION_##OPTION].value.c = VALUE argument
338 #define nsoption_set_charp(OPTION, VALUE) \ argument
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dgt68xx.h48 #define ENABLE(OPTION) s->opt[OPTION].cap &= ~SANE_CAP_INACTIVE argument
49 #define DISABLE(OPTION) s->opt[OPTION].cap |= SANE_CAP_INACTIVE argument
50 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0) argument
H A Dmustek_usb.h53 #define ENABLE(OPTION) s->opt[OPTION].cap &= ~SANE_CAP_INACTIVE argument
54 #define DISABLE(OPTION) s->opt[OPTION].cap |= SANE_CAP_INACTIVE argument
55 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0) argument
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dregtest1.cpp50 // Unkeyed ciphers
51 void RegisterFactories1();
137 if (HasRDSEED())
138 RegisterDefaultFactoryFor<RandomNumberGenerator, RDSEED>();
H A Drdrand.asm50 OPTION PROLOGUE:NONE label
51 OPTION EPILOGUE:NONE label
137 OPTION PROLOGUE:NONE label
138 OPTION EPILOGUE:NONE label
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGL/
H A DvtkHAVSVolumeMapper_k2BeginFP.asm18 OPTION ATI_draw_buffers; label
20 OPTION ARB_precision_hint_nicest; label
H A DvtkHAVSVolumeMapper_k6BeginFP.asm20 OPTION ATI_draw_buffers; label
22 OPTION ARB_precision_hint_nicest; label
/dports/security/cryptopp/cryptopp-8.6.0/
H A Drdrand.asm50 OPTION PROLOGUE:NONE label
51 OPTION EPILOGUE:NONE label
137 OPTION PROLOGUE:NONE label
138 OPTION EPILOGUE:NONE label
H A Drdseed.asm50 OPTION PROLOGUE:NONE label
51 OPTION EPILOGUE:NONE label
137 OPTION PROLOGUE:NONE label
138 OPTION EPILOGUE:NONE label
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Drdrand.asm50 OPTION PROLOGUE:NONE label
51 OPTION EPILOGUE:NONE label
137 OPTION PROLOGUE:NONE label
138 OPTION EPILOGUE:NONE label
H A Drdseed.asm50 OPTION PROLOGUE:NONE label
51 OPTION EPILOGUE:NONE label
137 OPTION PROLOGUE:NONE label
138 OPTION EPILOGUE:NONE label
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Drdrand.asm50 OPTION PROLOGUE:NONE label
51 OPTION EPILOGUE:NONE label
137 OPTION PROLOGUE:NONE label
138 OPTION EPILOGUE:NONE label
H A Drdseed.asm50 OPTION PROLOGUE:NONE label
51 OPTION EPILOGUE:NONE label
137 OPTION PROLOGUE:NONE label
138 OPTION EPILOGUE:NONE label
/dports/x11-clocks/buici-clock/buici/
H A Dmain.cxx83 int do_unrecognized (OPTION* /* pOption */, const char* pch) in do_unrecognized() argument
93 int do_usage (OPTION*, const char*) in do_usage() argument
114 int do_version (OPTION*, const char*) in do_version() argument
/dports/audio/checkmate/checkmate-0.21/mpck/
H A Doptions.h35 #define OPTION(NAME, TYPE) \ macro
51 #define OPTION(NAME, TYPE) \ macro
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/
H A DBaseCommand.pm529 OPTION: label
877 OPTION: label
911 OPTION: label
/dports/math/cadical/cadical-1.0.3-cb89cbf/src/
H A Doptions.cpp27 #define OPTION(N,V,L,H,O,D) \ macro
152 # define OPTION(N,V,L,H,O,D) \ in Options() macro
187 # define OPTION(N,V,L,H,O,D) \ in Options() macro
240 #define OPTION(N,V,L,H,O,D) \ in print() macro
273 #define OPTION(N,V,L,H,O,D) \ in usage() macro
307 #define OPTION(N,V,L,H,O,D) \ in optimize() macro
333 #define OPTION(N,V,L,H,O,D) \ in optimize() macro
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui-internal/
H A Dmatch_type_on_diag_item.rs24 static OPTION: [&str; 3] = ["core", "option", "Option"]; const
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp31 : PDBSymDumper(true), Printer(P), RecursionLevel(RecurseLevel),
44 const BitVector &UseMap = Layout.usedBytes();
70 VariableDumper VarDumper(Printer);
84 auto TailPadding = Layout.tailPadding();
108 const PDBSymbolTypeBaseClass &Symbol) {
120 Printer << Label << " ";
145 return true; in BitcodeStripOptTable()
157 if (Layout.hasUDTLayout() && shouldRecurse()) {
/dports/devel/bam/bam-0.4.0/src/
H A Dmain.c46 struct OPTION struct
48 int print;
49 const char **s;
50 int *v;
51 const char *sw;
52 const char *desc;
/dports/devel/dyncall/dyncall-1.3/dyncallback/
H A Ddyncall_callback_x64_masm.asm20 OPTION PROLOGUE:NONE, EPILOGUE:NONE label
55 OPTION PROLOGUE:NONE, EPILOGUE:NONE label

12345678910>>...57