Home
last modified time | relevance | path

Searched refs:extern (Results 1 - 25 of 139) sorted by relevance

123456

/kernel/linux/linux-6.6/rust/
H A DMakefile107 --extern proc_macro
127 rustdoc-kernel: private rustc_target_flags = --extern alloc \
128 --extern build_error --extern macros=$(objtree)/$(obj)/libmacros.so \
129 --extern bindings --extern uapi
149 rusttestlib-macros: private rustc_target_flags = --extern proc_macro
177 -L$(objtree)/$(obj) --extern alloc --extern kernel \
178 --extern build_erro
[all...]
/kernel/linux/linux-6.6/arch/s390/tools/
H A Dgcc-thunk-extern.sh6 cat << "END" | $@ -x c - -fno-PIE -march=z10 -mindirect-branch=thunk-extern -mfunction-return=thunk-extern -mindirect-branch-table -O2 -c -o /dev/null
/third_party/mksh/
H A DBuild.sh370 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...]
/kernel/linux/linux-5.10/scripts/
H A Dheaders_check.pl18 # 2) It is checked that prototypes does not use "extern"
75 if ($line =~ m/^extern "C"/) {
78 if ($line =~ m/^(\s*extern|unsigned|char|short|int|long|void)\b/) {
/kernel/linux/linux-6.6/usr/include/
H A Dheaders_check.pl18 # 2) It is checked that prototypes does not use "extern"
75 if ($line =~ m/^extern "C"/) {
78 if ($line =~ m/^(\s*extern|unsigned|char|short|int|long|void)\b/) {
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86nasm.pl132 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
168 extern $f
H A Darm-xlate.pl76 my $extern = sub {
/third_party/openssl/crypto/perlasm/
H A Dx86nasm.pl132 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
168 extern $f
H A Darm-xlate.pl76 my $extern = sub {
/third_party/rust/crates/libc/ci/
H A Dbuild.sh69 # Test the 'const-extern-fn' feature on nightly
73 --features const-extern-fn
77 --target "${TARGET}" --features const-extern-fn
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/service/impl/
H A DVideoServiceImpl.java19 import lombok.extern.slf4j.Slf4j;
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/service/impl/
H A DBusinessCommentServiceImpl.java19 import lombok.extern.slf4j.Slf4j;
H A DBusinessGoodsServiceImpl.java19 import lombok.extern.slf4j.Slf4j;
H A DGroupSiteServiceImpl.java19 import lombok.extern.slf4j.Slf4j;
H A DBusinessServiceImpl.java19 import lombok.extern.slf4j.Slf4j;
/kernel/linux/linux-6.6/arch/s390/
H A DMakefile85 CC_FLAGS_EXPOLINE := -mindirect-branch=thunk-extern
86 CC_FLAGS_EXPOLINE += -mfunction-return=thunk-extern
/third_party/elfutils/tests/
H A Drun-dwarf-getmacros.sh598 __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 Duplink-x86_64.pl24 .extern OPENSSL_Uplink
/third_party/node/deps/openssl/openssl/providers/common/der/
H A Doids_to_c.pm41 extern const unsigned char ossl_der_oid_${C_name}[DER_OID_SZ_${C_name}];
/third_party/openssl/providers/common/der/
H A Doids_to_c.pm41 extern const unsigned char ossl_der_oid_${C_name}[DER_OID_SZ_${C_name}];
/third_party/openssl/ms/
H A Duplink-x86_64.pl24 .extern OPENSSL_Uplink
/kernel/linux/linux-6.6/arch/x86/
H A DMakefile16 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register)
26 RETHUNK_CFLAGS := -mfunction-return=thunk-extern
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Dtest_uprobe_from_different_cu.sh41 extern int foo (int i, struct t *t);
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_uprobe_from_different_cu.sh41 extern int foo (int i, struct t *t);
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DVideoController.java23 import lombok.extern.slf4j.Slf4j;

Completed in 8 milliseconds

123456