Home
last modified time | relevance | path

Searched defs:sym (Results 201 – 225 of 23423) sorted by relevance

12345678910>>...937

/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/
H A Dapple_versioning.c13 #define NOT_HERE_BEFORE_10_6(sym) argument
14 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
24 #define NOT_HERE_BEFORE_10_6(sym) \ argument
29 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
199 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/libunwind/src/
H A DUnwind_AppleExtras.cpp15 #define NOT_HERE_BEFORE_5_0(sym) \ argument
31 #define NOT_HERE_BEFORE_10_6(sym) argument
32 #define NEVER_HERE(sym) argument
34 #define NOT_HERE_BEFORE_10_6(sym) \ argument
39 #define NEVER_HERE(sym) \ argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/
H A Dapple_versioning.c13 #define NOT_HERE_BEFORE_10_6(sym) argument
14 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
24 #define NOT_HERE_BEFORE_10_6(sym) \ argument
29 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
199 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dapple_versioning.c13 #define NOT_HERE_BEFORE_10_6(sym) argument
14 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
24 #define NOT_HERE_BEFORE_10_6(sym) \ argument
29 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
199 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DAArch64.cpp15 #include "llvm/Support/Endian.h"
31 class AArch64 : public TargetInfo {
33 AArch64();
34 RelExpr getRelExpr(RelType type, const Symbol &s,
39 void writePltHeader(uint8_t *buf) const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/libsupersize/caspian/
H A Dlens_test.cc13 Symbol sym; in TEST() local
22 Symbol sym; in TEST() local
30 Symbol sym; in TEST() local
38 Symbol sym; in TEST() local
46 Symbol sym; in TEST() local
54 Symbol sym; in TEST() local
62 Symbol sym; in TEST() local
74 Symbol sym; in TEST() local
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Dasm.h4 #define PR_(sym) __##sym argument
7 #define HIDDEN_(sym) .hidden PR_(sym) argument
9 #define HIDDEN_(sym) argument
12 #define FN_(sym) \ argument
16 #define SIZE(sym) \ argument
/dports/devel/rgbds/rgbds/src/asm/
H A Dsymbol.c47 bool sym_IsPC(struct Symbol const *sym) in sym_IsPC()
60 struct Symbol *sym = _sym; in forEachWrapper() local
134 int32_t sym_GetValue(struct Symbol const *sym) in sym_GetValue()
146 static void dumpFilename(struct Symbol const *sym) in dumpFilename()
159 static void setSymbolFilename(struct Symbol *sym) in setSymbolFilename()
168 static void updateSymbolFilename(struct Symbol *sym) in updateSymbolFilename()
184 struct Symbol *sym = malloc(sizeof(*sym)); in createsymbol() local
269 static bool isReferenced(struct Symbol const *sym) in isReferenced()
364 struct Symbol *sym = sym_FindExactSymbol(symName); in createNonrelocSymbol() local
587 struct Symbol *sym = addLabel(symName); in sym_AddLabel() local
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dstack-frame.h297 void make_global (const symbol_record& sym) in make_global()
323 void mark_global (const symbol_record& sym) in mark_global()
359 symbol_record sym = lookup_symbol (name); in is_variable() local
366 symbol_record sym = lookup_symbol (name); in is_local_variable() local
380 symbol_record sym = lookup_symbol (name); in is_object() local
398 symbol_record sym = lookup_symbol (name); in is_global() local
410 symbol_record sym = lookup_symbol (name); in is_persistent() local
421 symbol_record sym = insert_symbol (name); in install_variable() local
436 symbol_record sym = lookup_symbol (name); in varval() local
458 symbol_record sym = insert_symbol (name); in assign() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp100 nsymbols sym; in narrow_match_tests() local
129 nsymbols sym; in narrow_copy_ctor_tests() local
140 nsymbols sym; in narrow_assigment_operator_tests() local
168 nsymbols sym; in narrow_value_tests() local
183 nsymbols sym; in narrow_free_functions_tests() local
203 wsymbols sym; in wide_match_tests() local
232 wsymbols sym; in wide_copy_ctor_tests() local
243 wsymbols sym; in wide_assigment_operator_tests() local
271 wsymbols sym; in wide_value_tests() local
286 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A DSymbolTable.cc72 for (Symbol * sym = symbol_table[hash]; sym; sym = sym->next) in lookup_symbol() local
82 Symbol * sym = new Symbol(sym_name, ID_USER_SYMBOL); in lookup_symbol() local
92 for (Symbol * sym = symbol_table[s]; sym; sym = sym->next) in find_lambda_name() local
120 const Symbol * sym = Workspace::lookup_existing_symbol(buf); in list_symbol() local
151 for (Symbol * sym = symbol_table[s]; sym; sym = sym->next) in list() local
252 for (Symbol * sym = symbol_table[s]; sym; sym = sym->next) in unmark_all_values() local
317 Symbol * sym = symbol_table[hash]; in clear_slot() local
343 SymbolTable::erase_one_symbol(const UCS_string & sym) in erase_one_symbol()
485 const Symbol & sym = *symbols[s]; in dump() local
495 const Symbol & sym = *symbols[s]; in dump() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp118 nsymbols sym; in narrow_match_tests() local
148 nsymbols sym; in narrow_copy_ctor_tests() local
160 nsymbols sym; in narrow_assigment_operator_tests() local
190 nsymbols sym; in narrow_value_tests() local
206 nsymbols sym; in narrow_free_functions_tests() local
227 wsymbols sym; in wide_match_tests() local
257 wsymbols sym; in wide_copy_ctor_tests() local
269 wsymbols sym; in wide_assigment_operator_tests() local
299 wsymbols sym; in wide_value_tests() local
315 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp100 nsymbols sym; in narrow_match_tests() local
129 nsymbols sym; in narrow_copy_ctor_tests() local
140 nsymbols sym; in narrow_assigment_operator_tests() local
168 nsymbols sym; in narrow_value_tests() local
183 nsymbols sym; in narrow_free_functions_tests() local
203 wsymbols sym; in wide_match_tests() local
232 wsymbols sym; in wide_copy_ctor_tests() local
243 wsymbols sym; in wide_assigment_operator_tests() local
271 wsymbols sym; in wide_value_tests() local
286 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp118 nsymbols sym; in narrow_match_tests() local
148 nsymbols sym; in narrow_copy_ctor_tests() local
160 nsymbols sym; in narrow_assigment_operator_tests() local
190 nsymbols sym; in narrow_value_tests() local
206 nsymbols sym; in narrow_free_functions_tests() local
227 wsymbols sym; in wide_match_tests() local
257 wsymbols sym; in wide_copy_ctor_tests() local
269 wsymbols sym; in wide_assigment_operator_tests() local
299 wsymbols sym; in wide_value_tests() local
315 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp118 nsymbols sym; in narrow_match_tests() local
148 nsymbols sym; in narrow_copy_ctor_tests() local
160 nsymbols sym; in narrow_assigment_operator_tests() local
190 nsymbols sym; in narrow_value_tests() local
206 nsymbols sym; in narrow_free_functions_tests() local
227 wsymbols sym; in wide_match_tests() local
257 wsymbols sym; in wide_copy_ctor_tests() local
269 wsymbols sym; in wide_assigment_operator_tests() local
299 wsymbols sym; in wide_value_tests() local
315 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp118 nsymbols sym; in narrow_match_tests() local
148 nsymbols sym; in narrow_copy_ctor_tests() local
160 nsymbols sym; in narrow_assigment_operator_tests() local
190 nsymbols sym; in narrow_value_tests() local
206 nsymbols sym; in narrow_free_functions_tests() local
227 wsymbols sym; in wide_match_tests() local
257 wsymbols sym; in wide_copy_ctor_tests() local
269 wsymbols sym; in wide_assigment_operator_tests() local
299 wsymbols sym; in wide_value_tests() local
315 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp118 nsymbols sym; in narrow_match_tests() local
148 nsymbols sym; in narrow_copy_ctor_tests() local
160 nsymbols sym; in narrow_assigment_operator_tests() local
190 nsymbols sym; in narrow_value_tests() local
206 nsymbols sym; in narrow_free_functions_tests() local
227 wsymbols sym; in wide_match_tests() local
257 wsymbols sym; in wide_copy_ctor_tests() local
269 wsymbols sym; in wide_assigment_operator_tests() local
299 wsymbols sym; in wide_value_tests() local
315 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp100 nsymbols sym; in narrow_match_tests() local
129 nsymbols sym; in narrow_copy_ctor_tests() local
140 nsymbols sym; in narrow_assigment_operator_tests() local
168 nsymbols sym; in narrow_value_tests() local
183 nsymbols sym; in narrow_free_functions_tests() local
203 wsymbols sym; in wide_match_tests() local
232 wsymbols sym; in wide_copy_ctor_tests() local
243 wsymbols sym; in wide_assigment_operator_tests() local
271 wsymbols sym; in wide_value_tests() local
286 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp100 nsymbols sym; in narrow_match_tests() local
129 nsymbols sym; in narrow_copy_ctor_tests() local
140 nsymbols sym; in narrow_assigment_operator_tests() local
168 nsymbols sym; in narrow_value_tests() local
183 nsymbols sym; in narrow_free_functions_tests() local
203 wsymbols sym; in wide_match_tests() local
232 wsymbols sym; in wide_copy_ctor_tests() local
243 wsymbols sym; in wide_assigment_operator_tests() local
271 wsymbols sym; in wide_value_tests() local
286 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpsymmetry.c165 gimp_symmetry_init (GimpSymmetry *sym) in gimp_symmetry_init()
172 GimpSymmetry *sym = GIMP_SYMMETRY (object); in gimp_symmetry_finalize() local
185 GimpSymmetry *sym = GIMP_SYMMETRY (object); in gimp_symmetry_set_property() local
212 GimpSymmetry *sym = GIMP_SYMMETRY (object); in gimp_symmetry_get_property() local
308 gimp_symmetry_set_origin (GimpSymmetry *sym, in gimp_symmetry_set_origin()
342 gimp_symmetry_clear_origin (GimpSymmetry *sym) in gimp_symmetry_clear_origin()
362 gimp_symmetry_get_origin (GimpSymmetry *sym) in gimp_symmetry_get_origin()
376 gimp_symmetry_get_size (GimpSymmetry *sym) in gimp_symmetry_get_size()
392 gimp_symmetry_get_coords (GimpSymmetry *sym, in gimp_symmetry_get_coords()
413 gimp_symmetry_get_transform (GimpSymmetry *sym, in gimp_symmetry_get_transform()
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/test/unit/
H A Dsymbols_tests.cpp100 nsymbols sym; in narrow_match_tests() local
129 nsymbols sym; in narrow_copy_ctor_tests() local
140 nsymbols sym; in narrow_assigment_operator_tests() local
168 nsymbols sym; in narrow_value_tests() local
183 nsymbols sym; in narrow_free_functions_tests() local
203 wsymbols sym; in wide_match_tests() local
232 wsymbols sym; in wide_copy_ctor_tests() local
243 wsymbols sym; in wide_assigment_operator_tests() local
271 wsymbols sym; in wide_value_tests() local
286 wsymbols sym; in wide_free_functions_tests() local
[all …]
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Ddialog.c227 clear_cursorline(InputItem *sym) in clear_cursorline()
433 draw_cursor(InputItem *sym) in draw_cursor()
483 move_cursor_end(InputItem *sym) in move_cursor_end()
558 move_cursor_up(InputItem *sym) in move_cursor_up()
584 clear_cursor(InputItem *sym) in clear_cursor()
736 back_over_eoln(InputItem *sym) in back_over_eoln()
908 back_over_char(InputItem *sym) in back_over_char()
915 delete_eoln(InputItem *sym) in delete_eoln()
1039 delete_char(InputItem *sym) in delete_char()
1046 tough_enter(InputItem *sym) in tough_enter()
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/elf/
H A Dredef.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/all/
H A Dredef3.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/elf/
H A Dredef.s3 .set sym, here define
5 .set sym, 0x11111111 define
7 .set sym, xtrn define
9 .set sym, 0x22222222 define

12345678910>>...937