Home
last modified time | relevance | path

Searched defs:preproc (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
H A Draw-preproc.c35 yasm_preproc_base preproc; /* base structure */ member
68 raw_preproc_destroy(yasm_preproc *preproc) in raw_preproc_destroy()
74 raw_preproc_get_line(yasm_preproc *preproc) in raw_preproc_get_line()
118 raw_preproc_get_included_file(yasm_preproc *preproc, char *buf, in raw_preproc_get_included_file()
126 raw_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in raw_preproc_add_include_file()
132 raw_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in raw_preproc_predefine_macro()
138 raw_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in raw_preproc_undefine_macro()
144 raw_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in raw_preproc_define_builtin()
150 raw_preproc_add_standard(yasm_preproc *preproc, const char **macros) in raw_preproc_add_standard()
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/raw/
H A Draw-preproc.c35 yasm_preproc_base preproc; /* base structure */ member
68 raw_preproc_destroy(yasm_preproc *preproc) in raw_preproc_destroy()
74 raw_preproc_get_line(yasm_preproc *preproc) in raw_preproc_get_line()
118 raw_preproc_get_included_file(yasm_preproc *preproc, char *buf, in raw_preproc_get_included_file()
126 raw_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in raw_preproc_add_include_file()
132 raw_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in raw_preproc_predefine_macro()
138 raw_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in raw_preproc_undefine_macro()
144 raw_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in raw_preproc_define_builtin()
150 raw_preproc_add_standard(yasm_preproc *preproc, const char **macros) in raw_preproc_add_standard()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Dpreproc.h188 #define yasm_preproc_destroy(preproc) \ argument
190 #define yasm_preproc_get_line(preproc) \ argument
192 #define yasm_preproc_get_included_file(preproc, buf, max_size) \ argument
194 #define yasm_preproc_add_include_file(preproc, filename) \ argument
196 #define yasm_preproc_predefine_macro(preproc, macronameval) \ argument
199 #define yasm_preproc_undefine_macro(preproc, macroname) \ argument
201 #define yasm_preproc_define_builtin(preproc, macronameval) \ argument
204 #define yasm_preproc_add_standard(preproc, macros) \ argument
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A Dpreproc.h188 #define yasm_preproc_destroy(preproc) \ argument
190 #define yasm_preproc_get_line(preproc) \ argument
192 #define yasm_preproc_get_included_file(preproc, buf, max_size) \ argument
194 #define yasm_preproc_add_include_file(preproc, filename) \ argument
196 #define yasm_preproc_predefine_macro(preproc, macronameval) \ argument
199 #define yasm_preproc_undefine_macro(preproc, macroname) \ argument
201 #define yasm_preproc_define_builtin(preproc, macronameval) \ argument
204 #define yasm_preproc_add_standard(preproc, macros) \ argument
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/cpp/
H A Dcpp-preproc.c59 yasm_preproc_base preproc; /* base structure */ member
217 cpp_preproc_destroy(yasm_preproc *preproc) in cpp_preproc_destroy()
235 cpp_preproc_get_line(yasm_preproc *preproc) in cpp_preproc_get_line()
290 cpp_preproc_get_included_file(yasm_preproc *preproc, char *buf, in cpp_preproc_get_included_file()
338 cpp_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in cpp_preproc_add_include_file()
350 cpp_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_predefine_macro()
362 cpp_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in cpp_preproc_undefine_macro()
374 cpp_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_define_builtin()
381 cpp_preproc_add_standard(yasm_preproc *preproc, const char **macros) in cpp_preproc_add_standard()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c59 yasm_preproc_base preproc; /* base structure */ member
217 cpp_preproc_destroy(yasm_preproc *preproc) in cpp_preproc_destroy()
235 cpp_preproc_get_line(yasm_preproc *preproc) in cpp_preproc_get_line()
290 cpp_preproc_get_included_file(yasm_preproc *preproc, char *buf, in cpp_preproc_get_included_file()
338 cpp_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in cpp_preproc_add_include_file()
350 cpp_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_predefine_macro()
362 cpp_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in cpp_preproc_undefine_macro()
374 cpp_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_define_builtin()
381 cpp_preproc_add_standard(yasm_preproc *preproc, const char **macros) in cpp_preproc_add_standard()
/dports/lang/ruby26/ruby-2.6.9/lib/irb/
H A Dslex.rb35 def def_rule(token, preproc = nil, postproc = nil, &block) argument
51 def preproc(token, proc) method in IRB.SLex
66 def create(token, preproc = nil, postproc = nil) argument
95 def initialize(preproc = nil, postproc = nil) argument
101 attr_accessor :preproc accessor in IRB.SLex.Node
119 def create_subnode(chrs, preproc = nil, postproc = nil) argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-preproc.c37 yasm_preproc_base preproc; /* Base structure */ member
168 nasm_preproc_destroy(yasm_preproc *preproc) in nasm_preproc_destroy()
182 nasm_preproc_get_line(yasm_preproc *preproc) in nasm_preproc_get_line()
233 nasm_preproc_get_included_file(yasm_preproc *preproc, /*@out@*/ char *buf, in nasm_preproc_get_included_file()
272 nasm_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in nasm_preproc_add_include_file()
278 nasm_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_predefine_macro()
286 nasm_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in nasm_preproc_undefine_macro()
294 nasm_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_define_builtin()
302 nasm_preproc_add_standard(yasm_preproc *preproc, const char **macros) in nasm_preproc_add_standard()
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/nasm/
H A Dnasm-preproc.c37 yasm_preproc_base preproc; /* Base structure */ member
168 nasm_preproc_destroy(yasm_preproc *preproc) in nasm_preproc_destroy()
182 nasm_preproc_get_line(yasm_preproc *preproc) in nasm_preproc_get_line()
233 nasm_preproc_get_included_file(yasm_preproc *preproc, /*@out@*/ char *buf, in nasm_preproc_get_included_file()
272 nasm_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in nasm_preproc_add_include_file()
278 nasm_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_predefine_macro()
286 nasm_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in nasm_preproc_undefine_macro()
294 nasm_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_define_builtin()
302 nasm_preproc_add_standard(yasm_preproc *preproc, const char **macros) in nasm_preproc_add_standard()
/dports/math/faiss/faiss-1.7.1/benchs/
H A Dbench_gpu_1bn.py166 def dataset_iterator(x, preproc, bs): argument
425 def train_coarse_quantizer(x, k, preproc): argument
448 def prepare_coarse_quantizer(preproc): argument
474 def prepare_trained_index(preproc): argument
501 def compute_populated_index(preproc): argument
564 def compute_populated_index_2(preproc): argument
610 def get_populated_index(preproc): argument
674 def eval_dataset(index, preproc): argument
740 preproc = get_preprocessor() variable
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-preprocessed/src/test/java/de/lmu/ifi/dbs/elki/index/preprocessed/knn/
H A DSpacefillingKNNPreprocessorTest.java79 SpacefillingKNNPreprocessor<DoubleVector> preproc = // in testAchlioptas() local
114 SpacefillingKNNPreprocessor<DoubleVector> preproc = // in testCauchy() local
149 SpacefillingKNNPreprocessor<DoubleVector> preproc = // in testGaussian() local
184 SpacefillingKNNPreprocessor<DoubleVector> preproc = // in testSubset() local
219 SpacefillingKNNPreprocessor<DoubleVector> preproc = // in testHenzinger() local
/dports/audio/baresip/baresip-0.5.8/modules/speex_pp/
H A Dspeex_pp.c21 struct preproc { struct
45 struct preproc *st = arg; in speexpp_destructor() argument
137 static struct aufilt preproc = { variable
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/tests/
H A Dtest_Preprocessor.h27 CPreprocessor preproc; in test_basic() local
42 CPreprocessor preproc; in test_error() local
/dports/net/kea/kea-2.0.1/src/lib/util/python/
H A Dconst2hdr.py28 preproc = re.compile('^#') variable
/dports/mail/razor-agents/razor-agents-2.84/lib/Razor2/Preproc/
H A DManager.pm32 sub preproc { subroutine
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/failing/93 custom target install data/
H A Dmeson.build3 preproc = find_program('preproc.py') variable
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/failing/95 custom target install data/
H A Dmeson.build3 preproc = find_program('preproc.py') variable
/dports/devel/meson/meson-0.60.3/test cases/failing/93 custom target install data/
H A Dmeson.build3 preproc = find_program('preproc.py') variable
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/failing/95 custom target install data/
H A Dmeson.build3 preproc = find_program('preproc.py') variable
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/failing/93 custom target install data/
H A Dmeson.build3 preproc = find_program('preproc.py') variable
/dports/science/mbdyn/mbdyn-1.7.3/contrib/PythonPreprocessor/
H A DMBDynPreprocess.py93 def print_end(self, preproc, filename, linnumb): argument
104 def print_p(self, preproc, linx): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/kaggle-ndsb2/
H A DPreprocessing.py77 def get_data(lst,preproc): argument
94 def write_data_csv(fname, frames, preproc): argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/kaggle-ndsb2/
H A DPreprocessing.py77 def get_data(lst,preproc): argument
94 def write_data_csv(fname, frames, preproc): argument
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/xsubs/
H A Dconfigure.xs38 int i, changes = 0, layout = 0, preproc = 0; variable
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/askalono-0.4.3/src/
H A Dlib.rs14 mod preproc; module

12345678910>>...12