Searched refs:extern (Results 1 - 25 of 104) sorted by relevance
12345
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86nasm.pl | 132 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out; 142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); } 168 extern $f
|
H A D | arm-xlate.pl | 76 my $extern = sub {
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86nasm.pl | 132 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out; 142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); } 168 extern $f
|
H A D | arm-xlate.pl | 76 my $extern = sub {
|
/third_party/rust/crates/libc/ci/ |
H A D | build.sh | 69 # Test the 'const-extern-fn' feature on nightly 73 --features const-extern-fn 77 --target "${TARGET}" --features const-extern-fn
|
/third_party/mksh/ |
H A D | Build.sh | 370 extern int thiswillneverbedefinedIhope(void); 1715 extern int thiswillneverbedefinedIhope(void); 1736 extern int thiswillneverbedefinedIhope(void); 1744 extern int fprintf(FILE *, const char *format, ...) 1751 extern int thiswillneverbedefinedIhope(void); 1764 extern int thiswillneverbedefinedIhope(void); 1777 extern int thiswillneverbedefinedIhope(void); 1789 extern int thiswillneverbedefinedIhope(void); 2010 extern const int sys_nerr; 2011 extern cons [all...] |
/third_party/elfutils/tests/ |
H A D | run-dwarf-getmacros.sh | 598 __warndecl(name,msg) extern void name (void) __attribute__((__warning__ (msg))) 600 __errordecl(name,msg) extern void name (void) __attribute__((__error__ (msg))) 620 __extern_inline extern __inline 621 __extern_always_inline extern __always_inline
|
/third_party/node/deps/openssl/openssl/ms/ |
H A D | uplink-x86_64.pl | 24 .extern OPENSSL_Uplink
|
/third_party/node/deps/openssl/openssl/providers/common/der/ |
H A D | oids_to_c.pm | 41 extern const unsigned char ossl_der_oid_${C_name}[DER_OID_SZ_${C_name}];
|
/third_party/openssl/providers/common/der/ |
H A D | oids_to_c.pm | 41 extern const unsigned char ossl_der_oid_${C_name}[DER_OID_SZ_${C_name}];
|
/third_party/openssl/ms/ |
H A D | uplink-x86_64.pl | 24 .extern OPENSSL_Uplink
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-gf2m.pl | 178 .extern OPENSSL_ia32cap_P 321 .extern __imp_RtlVirtualUnwind
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 348 extern \"C\" { 388 # brace for 'extern "C" {'. 458 extern \"C\" {
|
H A D | check-format.pl | 668 $_ = "$1 $2" if $contents =~ m/^(\s*extern\s*"C"\s*)\{(\s*)$/; # ignore opening brace in 'extern "C" {' 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
|
/third_party/openssl/util/ |
H A D | mkerr.pl | 348 extern \"C\" { 388 # brace for 'extern "C" {'. 458 extern \"C\" {
|
H A D | check-format.pl | 668 $_ = "$1 $2" if $contents =~ m/^(\s*extern\s*"C"\s*)\{(\s*)$/; # ignore opening brace in 'extern "C" {' 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
|
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-gf2m.pl | 178 .extern OPENSSL_ia32cap_P 321 .extern __imp_RtlVirtualUnwind
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 616 massager => sub { return ("extern"); } 632 # extern "C" of individual items 633 # Note that the main parse function has a special hack for 'extern "C" {' 636 { regexp => qr/^extern "C" (.*(?:;|>>>))/, 639 # any other extern is just ignored 641 extern # The keyword we look for 1052 if ("$normalized_line$body" =~ m|^extern "C"\{$|) { 1054 print STDERR "DEBUG: found start of 'extern \"C\"' ($normalized_line$body)\n" 1077 print STDERR "DEBUG: found end of 'extern \"C\"'\n"
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 616 massager => sub { return ("extern"); } 632 # extern "C" of individual items 633 # Note that the main parse function has a special hack for 'extern "C" {' 636 { regexp => qr/^extern "C" (.*(?:;|>>>))/, 639 # any other extern is just ignored 641 extern # The keyword we look for 1052 if ("$normalized_line$body" =~ m|^extern "C"\{$|) { 1054 print STDERR "DEBUG: found start of 'extern \"C\"' ($normalized_line$body)\n" 1077 print STDERR "DEBUG: found end of 'extern \"C\"'\n"
|
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/ |
H A D | torque.vim | 33 syn keyword torqueModifier extern javascript constexpr transitioning transient weak export
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-x86_64.pl | 138 .extern OPENSSL_ia32cap_P 569 .extern __imp_RtlVirtualUnwind
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-x86_64.pl | 138 .extern OPENSSL_ia32cap_P 569 .extern __imp_RtlVirtualUnwind
|
/third_party/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 298 .extern __imp_RtlVirtualUnwind
|
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 298 .extern __imp_RtlVirtualUnwind
|
/third_party/skia/third_party/externals/harfbuzz/ |
H A D | git.mk | 132 extern-inline.m4 \
|
Completed in 16 milliseconds
12345