Home
last modified time | relevance | path

Searched refs:SYM (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/pan/
H A Dreporter.c52 static int scanner_reporter(SYM);
53 static int iscanner_reporter(SYM);
54 static int scanner_test_end(SYM, SYM, SYM);
55 static int iscanner_test_end(SYM, SYM, SYM);
57 static int (*reporter_func) (SYM) = scanner_reporter;
58 static int (*test_end_func) (SYM, SY
[all...]
H A Dtag_report.h45 int test_result( char *, char *, char *, char *, SYM );
46 int cuts_report( SYM, SYM, char *, char * );
47 int tag_report( SYM, SYM, SYM );
48 int print_header( SYM );
49 int cuts_testcase( SYM, SYM );
H A Dsymbol.c85 SYM newsym(void) in newsym()
87 SYM h; in newsym()
137 static int add_key(SYM sym, char *key, void *data) in add_key()
160 SYM sym_open(int flags, int mode, int openinfo) in sym_open()
194 int sym_put(SYM sym, char *key, void *data, int flags) in sym_put()
199 SYM csym, ncsym; /* search: current symbol table */ in sym_put()
225 if (((SYM) (nsym->data))->magic != SYM_MAGIC) { in sym_put()
265 void *sym_get(SYM sym, char *key) in sym_get()
270 SYM csym; /* search: current symbol table */ in sym_get()
293 if (((SYM) (nsy in sym_get()
[all...]
H A Dsymbol.h60 * The "SYM" typedef is the only external data type.
62 typedef struct symh *SYM; typedef
78 SYM sym_open(int flags, int mode, int openinfo );
79 int sym_put (SYM sym, char *key, void *data, int flags );
80 void *sym_get (SYM sym, char *key );
81 int sym_seq (SYM sym, DBT *key, DBT *data, int flags );
82 int sym_rm (SYM sym, int flags );
H A Dreporter.h41 int reporter( SYM );
42 int test_end( SYM, SYM, SYM );
H A Dtag_report.c55 int test_result(char *tag, char *tcid, char *tc, char *result, SYM tags) in test_result()
109 int cuts_report(SYM tags, SYM keys, char *at, char *tag) in cuts_report()
225 int tag_report(SYM alltags, SYM ctag, SYM keys) in tag_report()
377 int print_header(SYM tags) in print_header()
415 * This is passed s SYM for the current tag and the initiation keys.
418 int cuts_testcase(SYM tag, SYM key
[all...]
H A Dscan.h38 int scanner ( SYM );
39 int sym_dump_s ( SYM, int );
H A Dltp-scanner.c139 SYM tags; /* tag data */ in main()
/third_party/typescript/tests/baselines/reference/
H A DuniqueSymbolAllowsIndexInObjectWithIndexSignature.js3 export const SYM = Symbol('a unique symbol');
6 [SYM]: 'sym';
10 let a: I = {[SYM]: 'sym'}; // Expect ok
11 let b: I = {[SYM]: 'str'}; // Expect error
18 exports.SYM = void 0;
20 exports.SYM = Symbol('a unique symbol');
21 var a = (_a = {}, _a[exports.SYM] = 'sym', _a); // Expect ok
22 var b = (_b = {}, _b[exports.SYM] = 'str', _b); // Expect error
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsparc_arch.h80 # define SPARC_LOAD_ADDRESS(SYM, reg) \
81 setx SYM, %o7, reg;
90 # define SPARC_LOAD_ADDRESS(SYM, reg) \
91 set SYM, reg;
97 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg)
104 # define SPARC_LOAD_ADDRESS(SYM, reg) \
106 sethi %hi(SYM), %o7; \
107 or %o7, %lo(SYM), %o7; \
112 # define SPARC_LOAD_ADDRESS_LEAF(SYM, re
[all...]
/third_party/openssl/include/crypto/
H A Dsparc_arch.h80 # define SPARC_LOAD_ADDRESS(SYM, reg) \
81 setx SYM, %o7, reg;
90 # define SPARC_LOAD_ADDRESS(SYM, reg) \
91 set SYM, reg;
97 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg)
104 # define SPARC_LOAD_ADDRESS(SYM, reg) \
106 sethi %hi(SYM), %o7; \
107 or %o7, %lo(SYM), %o7; \
112 # define SPARC_LOAD_ADDRESS_LEAF(SYM, re
[all...]
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.c132 SYM,
198 SYM, "../../../dirh"}, {
208 SYM, "../dir_right.2"}, {
211 SYM,
H A Dnftw64.c132 SYM,
198 SYM, "../../../dirh"}, {
208 SYM, "../dir_right.2"}, {
211 SYM,
H A Dnftw64.h62 #define SYM 2 macro
H A Dnftw.h63 #define SYM 2 macro
H A Dtools.c89 } else if (pathdat[i].type == SYM) { in setup_path()
H A Dtools64.c88 } else if (pathdat[i].type == SYM) { in setup_path()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm572 local *SYM = *{"$ {dest}::$name"};
580 *SYM = $val;
589 *SYM = \$val;
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm572 local *SYM = *{"$ {dest}::$name"};
580 *SYM = $val;
589 *SYM = \$val;

Completed in 10 milliseconds