Searched refs:decl (Results 1 – 8 of 8) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | mknodes.c | 61 char *decl; /* declaration of field */ member 162 char decl[2 * BUFLEN]; in parsefield() local 175 sprintf(decl, "union node *%s", name); in parsefield() 178 sprintf(decl, "struct nodelist *%s", name); in parsefield() 181 sprintf(decl, "char *%s", name); in parsefield() 184 sprintf(decl, "int %s", name); in parsefield() 194 fp->decl = savestr(linep); in parsefield() 198 fp->decl = savestr(decl); in parsefield() 235 fprintf(hfile, " %s;\n", fp->decl); in output()
|
| /third_party/ulib/musl/sanitizers/ |
| A D | asan-stubs.c | 45 #define TRAP_STUB(decl) __WEAK decl { __builtin_trap(); } argument
|
| /third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/ |
| A D | aesni-x86_64.S | 27 decl %eax 52 decl %eax 612 decl %eax 773 decl %eax 933 decl %eax 996 decl %eax 1030 decl %edx 1503 decl %eax 1532 decl %eax 1611 decl %eax [all …]
|
| A D | bsaes-x86_64.S | 130 decl %r10d 337 decl %r10d 601 decl %r10d 808 decl %r10d 1011 decl %r10d 1070 decl %r10d
|
| A D | aesni-gcm-x86_64.S | 492 decl %r13d
|
| /third_party/ulib/uboringssl/mac-x86_64/crypto/fipsmodule/ |
| A D | aesni-x86_64.S | 26 decl %eax 51 decl %eax 611 decl %eax 772 decl %eax 932 decl %eax 995 decl %eax 1029 decl %edx 1502 decl %eax 1531 decl %eax 1610 decl %eax [all …]
|
| A D | bsaes-x86_64.S | 128 decl %r10d 335 decl %r10d 599 decl %r10d 806 decl %r10d 1009 decl %r10d 1068 decl %r10d
|
| A D | aesni-gcm-x86_64.S | 492 decl %r13d
|
Completed in 27 milliseconds