/third_party/typescript/tests/baselines/reference/project/sourcemapMixedSubfolderSpecifyOutputFile/amd/bin/ |
H A D | test.js | 11 define("ref/m2", ["require", "exports"], function (require, exports) {
|
/third_party/typescript/tests/baselines/reference/project/sourcemapMixedSubfolderSpecifyOutputFileAndOutputDirectory/amd/bin/ |
H A D | outAndOutDirFile.js | 11 define("ref/m2", ["require", "exports"], function (require, exports) {
|
/third_party/typescript/tests/baselines/reference/project/sourcerootUrlMixedSubfolderSpecifyOutputFile/amd/bin/ |
H A D | test.js | 11 define("ref/m2", ["require", "exports"], function (require, exports) {
|
/third_party/typescript/tests/baselines/reference/project/sourcerootUrlMixedSubfolderSpecifyOutputFileAndOutputDirectory/amd/bin/ |
H A D | outAndOutDirFile.js | 11 define("ref/m2", ["require", "exports"], function (require, exports) {
|
/third_party/typescript/tests/baselines/reference/ |
H A D | propertyIdentityWithPrivacyMismatch.js | 32 define(["require", "exports"], function (require, exports) {
|
H A D | interfaceImplementation6.js | 28 define(["require", "exports"], function (require, exports) {
|
H A D | internalAliasVarInsideLocalModuleWithExport.js | 13 define(["require", "exports"], function (require, exports) {
|
H A D | tsxPreserveEmit1.js | 36 define(["require", "exports", "react", "react-router"], function (require, exports, React, ReactRouter) {
|
H A D | typeParameterCompatibilityAccrossDeclarations.js | 26 define(["require", "exports"], function (require, exports) {
|
H A D | collisionExportsRequireAndAmbientEnum.js | 64 define(["require", "exports"], function (require, exports) {
|
H A D | exportedBlockScopedDeclarations.js | 21 define(["require", "exports"], function (require, exports) {
|
H A D | importHelpersWithLocalCollisions(module=amd).js | 21 define(["require", "exports", "tslib"], function (require, exports, tslib_1) {
|
H A D | jsFileCompilationRestParamJsDocFunction.js | 26 define("_apply", ["require", "exports"], function (require, exports) {
|
H A D | undeclaredModuleError.js | 19 define(["require", "exports", "fs"], function (require, exports, fs) {
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctfst-sse2.asm | 27 %define CONST_BITS 8 ; 14 is also OK. 36 %define DESCALE(x, n) (((x) + (1 << ((n) - 1))) >> (n)) 49 %define PRE_MULTIPLY_SCALE_BITS 2 50 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS) 76 %define wk(i) rbp - (WK_NUM - (i)) * SIZEOF_XMMWORD ; xmmword wk[WK_NUM] 77 %define WK_NUM 2
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctflt-sse.asm | 62 %define dct_table(b) (b) + 8 ; void *dct_table 63 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 64 %define output_buf(b) (b) + 16 ; JSAMPARRAY output_buf 65 %define output_col(b) (b) + 20 ; JDIMENSION output_col 67 %define original_ebp ebp + 0 68 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_XMMWORD 70 %define WK_NUM 2 71 %define workspace wk(0) - DCTSIZE2 * SIZEOF_FAST_FLOAT
|
H A D | jidctflt-sse2.asm | 62 %define dct_table(b) (b) + 8 ; void *dct_table 63 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 64 %define output_buf(b) (b) + 16 ; JSAMPARRAY output_buf 65 %define output_col(b) (b) + 20 ; JDIMENSION output_col 67 %define original_ebp ebp + 0 68 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_XMMWORD 70 %define WK_NUM 2 71 %define workspace wk(0) - DCTSIZE2 * SIZEOF_FAST_FLOAT
|
H A D | jidctint-sse2.asm | 27 %define CONST_BITS 13 28 %define PASS1_BITS 2 30 %define DESCALE_P1 (CONST_BITS - PASS1_BITS) 31 %define DESCALE_P2 (CONST_BITS + PASS1_BITS + 3) 48 %define DESCALE(x, n) (((x) + (1 << ((n) - 1))) >> (n)) 96 %define dct_table(b) (b) + 8 ; jpeg_component_info *compptr 97 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 98 %define output_buf(b) (b) + 16 ; JSAMPARRAY output_buf 99 %define output_col(b) (b) + 20 ; JDIMENSION output_col 101 %define original_eb [all...] |
/third_party/rust/crates/memchr/bench/src/ |
H A D | bench.rs | 24 fn define( in define() functions 31 // want a flat namespace to define all benchmarks. The only thing that in define()
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | Makefile | 152 define do_install_mkdir 158 define do_install
|
/kernel/linux/linux-6.6/tools/lib/thermal/ |
H A D | Makefile | 132 define do_install_mkdir 138 define do_install
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | Makefile | 128 define gen-target-rule-32 133 define gen-target-rule-64
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | alacdsp.asm | 32 %define buf1q r2q 109 %define exbitsm r2m
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_idet.asm | 45 %define m_zero m1 46 %define m_sum m0
|
/third_party/ffmpeg/tests/fate/ |
H A D | dca.mak | 24 define FATE_DCADEC_LOSSLESS_SUITE 31 define FATE_DCADEC_LOSSY_SUITE
|