/kernel/linux/linux-6.6/arch/arm64/ |
H A D | Makefile | 82 # 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 D | Makefile | 91 define cmd_genvdso
|
/kernel/linux/linux-6.6/arch/x86/ |
H A D | Makefile | 324 define archhelp
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | Makefile | 198 define cmd_vdso_install
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | Makefile | 127 define get_sys_includes
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | Makefile | 39 define config_rule
|
/kernel/liteos_a/ |
H A D | Makefile | 88 define HELP =
|
/third_party/ffmpeg/ffbuild/ |
H A D | library.mak | 46 define RULES
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | ac3dsp.asm | 66 %define LOOP_ALIGN ALIGN 16
|
H A D | me_cmp.asm | 271 %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 D | Makefile | 196 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 D | Makefile | 7 # Use the define keyword to get a multi-line message. 9 define error_message
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privacyLocalInternalReferenceImportWithoutExport.js | 156 define(["require", "exports"], function (require, exports) {
|
H A D | privacyTopLevelInternalReferenceImportWithExport.js | 103 define(["require", "exports"], function (require, exports) {
|
H A D | privacyTopLevelInternalReferenceImportWithoutExport.js | 103 define(["require", "exports"], function (require, exports) {
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 1194 %define XMMWORD 1195 %define YMMWORD 1196 %define ZMMWORD
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 1189 %define XMMWORD 1190 %define YMMWORD 1191 %define ZMMWORD
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
H A D | katex.min.js | 1 !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 D | loader_extension_generator.py | 188 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 D | Makefile | 30 define tar_download = 38 define file_download =
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 26 define tar_download = 34 define file_download =
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 230 # 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 D | xcode.py | 230 # 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 D | mod.rs | 4 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 D | cwsr_trap_handler_gfx9.asm | 42 #define CHIP_VEGAM 18 43 #define CHIP_ARCTURUS 23 44 #define CHIP_ALDEBARAN 25 45 #define CHIP_GC_9_4_3 26
|