Home
last modified time | relevance | path

Searched refs:define (Results 451 - 475 of 540) sorted by relevance

1...<<11121314151617181920>>...22

/kernel/linux/linux-6.6/arch/arm64/
H A DMakefile82 # integrated assemblers we'll define ARM64_ASM_ARCH and ARM64_ASM_PREAMBLE for
214 define archhelp
/kernel/linux/linux-6.6/arch/mips/vdso/
H A DMakefile91 define cmd_genvdso
/kernel/linux/linux-6.6/arch/x86/
H A DMakefile324 define archhelp
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A DMakefile198 define cmd_vdso_install
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A DMakefile127 define get_sys_includes
/kernel/linux/linux-6.6/scripts/kconfig/
H A DMakefile39 define config_rule
/kernel/liteos_a/
H A DMakefile88 define HELP =
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak46 define RULES
/third_party/ffmpeg/libavcodec/x86/
H A Dac3dsp.asm66 %define LOOP_ALIGN ALIGN 16
H A Dme_cmp.asm271 %define ABS_SUM_8x8 ABS_SUM_8x8_64
273 %define ABS_SUM_8x8 ABS_SUM_8x8_32
278 %define ABS_SUM_8x8 ABS_SUM_8x8_64
/third_party/mbedtls/tests/
H A DMakefile196 perl -p -e 's/^(# *(define|ifndef) +\w+_)H\b/$${1}ALT_H/' $< >$@
204 define libtestdriver1_rewrite :=
247 sed <../include/psa/crypto.h >$@ -n 's/^psa_status_t \([A-Za-z0-9_]*\)(.*/#define \1(...) RECORD_STATUS("\1", \1(__VA_ARGS__))/p'
/third_party/mbedtls/
H A DMakefile7 # Use the define keyword to get a multi-line message.
9 define error_message
/third_party/typescript/tests/baselines/reference/
H A DprivacyLocalInternalReferenceImportWithoutExport.js156 define(["require", "exports"], function (require, exports) {
H A DprivacyTopLevelInternalReferenceImportWithExport.js103 define(["require", "exports"], function (require, exports) {
H A DprivacyTopLevelInternalReferenceImportWithoutExport.js103 define(["require", "exports"], function (require, exports) {
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl1194 %define XMMWORD
1195 %define YMMWORD
1196 %define ZMMWORD
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl1189 %define XMMWORD
1190 %define YMMWORD
1191 %define ZMMWORD
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
H A Dkatex.min.js1 !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.katex=e():t.katex=e()}("undefined"!=typeof self?self:this,f (…)
/third_party/vulkan-loader/scripts/
H A Dloader_extension_generator.py188 self.ExtensionData = namedtuple('ExtensionData', ['name', 'type', 'protect', 'define', 'num_commands'])
334 define=self.name_definition,
611 table += '#define DEVICE_DISP_TABLE_MAGIC_NUMBER 0x10ADED040410ADEDUL\n'
707 table += '#define LOOKUP_GIPA(func) icd_term->dispatch.func = (PFN_vk##func)fp_gipa(icd_term->instance, "vk" #func);\n'
709 table += '#define LOOKUP_REQUIRED_GIPA(func) \\\n'
1513 create_func += ext.define + ')) {\n'
1745 table += ext.define + ',\n'
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
H A DMakefile30 define tar_download =
38 define file_download =
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/
H A DMakefile26 define tar_download =
34 define file_download =
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py230 # does the it define it's own "all"?
357 # file and the project didn't define its own "All" target. Put a generated
596 must not quote the define, or Xcode will incorrectly interpret variables
1370 for define in configuration["defines"]:
1371 set_define = EscapeXcodeDefine(define)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py230 # does the it define it's own "all"?
357 # file and the project didn't define its own "All" target. Put a generated
596 must not quote the define, or Xcode will incorrectly interpret variables
1367 for define in configuration["defines"]:
1368 set_define = EscapeXcodeDefine(define)
/third_party/rust/crates/memchr/bench/src/memchr/
H A Dmod.rs4 define,
782 define(c, &name, corp, Box::new(move |b| bench(search, b))); in define_memchr_input1()
806 define(c, &name, corp, Box::new(move |b| bench(search, b))); in define_memchr_input2()
830 define(c, &name, corp, Box::new(move |b| bench(search, b))); in define_memchr_input3()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm42 #define CHIP_VEGAM 18
43 #define CHIP_ARCTURUS 23
44 #define CHIP_ALDEBARAN 25
45 #define CHIP_GC_9_4_3 26

Completed in 28 milliseconds

1...<<11121314151617181920>>...22