Home
last modified time | relevance | path

Searched refs:SYM (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ltp/pan/
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, SYM, SYM) = scanner_test_end;
82 static int scanner_reporter(SYM tags) in scanner_reporter()
85 SYM Tag, Keys; in scanner_reporter()
181 static int scanner_test_end(SYM alltags, SYM ctag, SYM keys) in scanner_test_end()
187 SYM rm; /* pointer to old tag -- to remove it */ in scanner_test_end()
[all …]
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 );
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) (nsym->data))->magic != SYM_MAGIC) { in sym_get()
[all …]
Dsymbol.h62 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 );
Dscan.l72 SYM keys=NULL; /* stored keywords */
73 SYM ctag=NULL; /* temporary - for storing current tag's info */
74 SYM alltags; /* entire tag database. set to scanner 'tags' param.*/
75 SYM k; /* temporary sym pointer -- for key removal */
77 static int test_output( SYM, SYM);
127 if( (k=(SYM)sym_get(alltags, "_RTS")) != NULL) {
298 scanner(SYM tags)
315 test_output(SYM tag, SYM keys)
Dreporter.h41 int reporter( SYM );
42 int test_end( SYM, SYM, SYM );
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()
418 int cuts_testcase(SYM tag, SYM keys) in cuts_testcase()
Dscan.h38 int scanner ( SYM );
39 int sym_dump_s ( SYM, int );
Dltp-scanner.c139 SYM tags; /* tag data */ in main()
/third_party/typescript/tests/baselines/reference/
DuniqueSymbolAllowsIndexInObjectWithIndexSignature.symbols3 export const SYM = Symbol('a unique symbol');
4 >SYM : Symbol(SYM, Decl(uniqueSymbolAllowsIndexInObjectWithIndexSignature.ts, 1, 12))
10 [SYM]: 'sym';
11 >[SYM] : Symbol(I[SYM], Decl(uniqueSymbolAllowsIndexInObjectWithIndexSignature.ts, 3, 20))
12 >SYM : Symbol(SYM, Decl(uniqueSymbolAllowsIndexInObjectWithIndexSignature.ts, 1, 12))
18 let a: I = {[SYM]: 'sym'}; // Expect ok
21 >[SYM] : Symbol([SYM], Decl(uniqueSymbolAllowsIndexInObjectWithIndexSignature.ts, 8, 12))
22 >SYM : Symbol(SYM, Decl(uniqueSymbolAllowsIndexInObjectWithIndexSignature.ts, 1, 12))
24 let b: I = {[SYM]: 'str'}; // Expect error
27 >[SYM] : Symbol([SYM], Decl(uniqueSymbolAllowsIndexInObjectWithIndexSignature.ts, 9, 12))
[all …]
DuniqueSymbolAllowsIndexInObjectWithIndexSignature.types3 export const SYM = Symbol('a unique symbol');
4 >SYM : unique symbol
10 [SYM]: 'sym';
11 >[SYM] : "sym"
12 >SYM : unique symbol
18 let a: I = {[SYM]: 'sym'}; // Expect ok
20 >{[SYM]: 'sym'} : { [SYM]: "sym"; }
21 >[SYM] : "sym"
22 >SYM : unique symbol
25 let b: I = {[SYM]: 'str'}; // Expect error
[all …]
DuniqueSymbolAllowsIndexInObjectWithIndexSignature.js3 export const SYM = Symbol('a unique symbol'); constant
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
DuniqueSymbolAllowsIndexInObjectWithIndexSignature.errors.txt6 export const SYM = Symbol('a unique symbol');
9 [SYM]: 'sym';
13 let a: I = {[SYM]: 'sym'}; // Expect ok
14 let b: I = {[SYM]: 'str'}; // Expect error
/third_party/openssl/include/crypto/
Dsparc_arch.h80 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument
81 setx SYM, %o7, reg;
90 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument
91 set SYM, reg;
97 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg) argument
104 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument
106 sethi %hi(SYM), %o7; \
107 or %o7, %lo(SYM), %o7; \
112 # define SPARC_LOAD_ADDRESS_LEAF(SYM, reg, tmp) \ argument
114 SPARC_LOAD_ADDRESS(SYM, reg) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DDynamicLibrary.inc153 #define EXPLICIT_SYMBOL(SYM) \
154 extern "C" { extern void *SYM; }
163 #define INLINE_DEF_SYMBOL1(TYP, SYM) \
164 extern "C" TYP inline_##SYM(TYP _X) { return SYM(_X); }
165 #define INLINE_DEF_SYMBOL2(TYP, SYM) \
166 extern "C" TYP inline_##SYM(TYP _X, TYP _Y) { return SYM(_X, _Y); }
178 #define EXPLICIT_SYMBOL(SYM) \
179 if (!strcmp(SymbolName, #SYM)) \
180 return (void *)&SYM;
186 #define INLINE_DEF_SYMBOL1(TYP, SYM) \
[all …]
Dexplicit_symbols.inc74 #define INLINE_DEF_FLOAT_SYMBOL(SYM, ARGC) INLINE_DEF_SYMBOL##ARGC(float, SYM)
/third_party/typescript/tests/cases/compiler/
DuniqueSymbolAllowsIndexInObjectWithIndexSignature.ts3 export const SYM = Symbol('a unique symbol'); constant
6 [SYM]: 'sym';
10 let a: I = {[SYM]: 'sym'}; // Expect ok
11 let b: I = {[SYM]: 'str'}; // Expect error
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DDynamicLibrary.inc72 #define EXPLICIT_SYMBOL(SYM) \
73 extern void *SYM; if (!strcmp(SymbolName, #SYM)) return (void*)&SYM
104 #define EXPLICIT_SYMBOL(SYM) \
105 if (!strcmp(SymbolName, #SYM)) return &SYM
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dnftw.c132 SYM,
198 SYM, "../../../dirh"}, {
208 SYM, "../dir_right.2"}, {
211 SYM,
Dnftw64.c132 SYM,
198 SYM, "../../../dirh"}, {
208 SYM, "../dir_right.2"}, {
211 SYM,
Dnftw.h63 #define SYM 2 macro
Dnftw64.h62 #define SYM 2 macro
Dtools.c89 } else if (pathdat[i].type == SYM) { in setup_path()
Dtools64.c88 } else if (pathdat[i].type == SYM) { in setup_path()
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
DTemplate.pm572 local *SYM = *{"$ {dest}::$name"};
580 *SYM = $val;
589 *SYM = \$val;

12