/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | mips_macro.h | 41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ argument 46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t" 51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument 57 "mul %[" #O3 "], %[" #I1 "], %[kC1] \n\t" \ 65 "sra %[" #O3 "], %[" #O3 "], 16 \n\t" \ 84 #define SRA_16(O0, O1, O2, O3, \ argument 89 "sra %[" #O3 "], %[" #I3 "], 16 \n\t" 97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ argument 102 "subq.ph %[" #O3 "], %[" #I1 "], %[" #I5 "] \n\t" \ 110 "shra.ph %[" #O3 "], %[" #O3 "], 3 \n\t" \ [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | mips_macro.h | 41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ argument 46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t" 51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument 57 "mul %[" #O3 "], %[" #I1 "], %[kC1] \n\t" \ 65 "sra %[" #O3 "], %[" #O3 "], 16 \n\t" \ 84 #define SRA_16(O0, O1, O2, O3, \ argument 89 "sra %[" #O3 "], %[" #I3 "], 16 \n\t" 97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ argument 102 "subq.ph %[" #O3 "], %[" #I1 "], %[" #I5 "] \n\t" \ 110 "shra.ph %[" #O3 "], %[" #O3 "], 3 \n\t" \ [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/ |
D | build-example.sh | 45 $CXX -O3 example/$f/*.cc -o gen/bin/example-$f 52 $CC -O3 -static -I.. example/$f/*.c gen/lib/c/$CC-static/libwuffs.a -o gen/bin/example-$f 58 $CC -O3 example/$f/*.c -o gen/bin/example-$f
|
/third_party/typescript/tests/baselines/reference/ |
D | emitter.asyncGenerators.objectLiteralMethods.es2018.symbols | 20 === tests/cases/conformance/emitter/es2018/asyncGenerators/O3.ts === 22 >o3 : Symbol(o3, Decl(O3.ts, 0, 5)) 25 >f : Symbol(f, Decl(O3.ts, 0, 12)) 28 >x : Symbol(x, Decl(O3.ts, 2, 13))
|
D | emitter.asyncGenerators.objectLiteralMethods.es2015.symbols | 20 === tests/cases/conformance/emitter/es2015/asyncGenerators/O3.ts === 22 >o3 : Symbol(o3, Decl(O3.ts, 0, 5)) 25 >f : Symbol(f, Decl(O3.ts, 0, 12)) 28 >x : Symbol(x, Decl(O3.ts, 2, 13))
|
D | emitter.asyncGenerators.objectLiteralMethods.es5.symbols | 20 === tests/cases/conformance/emitter/es5/asyncGenerators/O3.ts === 22 >o3 : Symbol(o3, Decl(O3.ts, 0, 5)) 25 >f : Symbol(f, Decl(O3.ts, 0, 12)) 28 >x : Symbol(x, Decl(O3.ts, 2, 13))
|
D | indexingTypesWithNever.js | 87 type O3 = { a?: string; b?: number; c: boolean }; 92 type O3Names = OptionalPropNames<O3>; // expect 'a' | 'b' 102 type O3Props = OptionalProps<O3>; // expect { a?: string | undefined; b?: number | undefined }
|
D | indexingTypesWithNever.types | 198 type O3 = { a?: string; b?: number; c: boolean }; 199 >O3 : O3 216 type O3Names = OptionalPropNames<O3>; // expect 'a' | 'b' 240 type O3Props = OptionalProps<O3>; // expect { a?: string | undefined; b?: number | undefined }
|
D | indexingTypesWithNever.symbols | 289 type O3 = { a?: string; b?: number; c: boolean }; 290 >O3 : Symbol(O3, Decl(indexingTypesWithNever.ts, 83, 46)) 307 type O3Names = OptionalPropNames<O3>; // expect 'a' | 'b' 310 >O3 : Symbol(O3, Decl(indexingTypesWithNever.ts, 83, 46)) 347 type O3Props = OptionalProps<O3>; // expect { a?: string | undefined; b?: number | undefined } 350 >O3 : Symbol(O3, Decl(indexingTypesWithNever.ts, 83, 46))
|
/third_party/rust/crates/nom/src/sequence/ |
D | mod.rs | 133 pub fn separated_pair<I, O1, O2, O3, E: ParseError<I>, F, G, H>( in separated_pair() argument 137 ) -> impl FnMut(I) -> IResult<I, (O1, O3), E> in separated_pair() argument 141 H: Parser<I, O3, E>, in separated_pair() 172 pub fn delimited<I, O1, O2, O3, E: ParseError<I>, F, G, H>( in delimited() argument 180 H: Parser<I, O3, E>, in delimited()
|
/third_party/libffi/m4/ |
D | ax_cc_maxopt.m4 | 94 CFLAGS="-O3 -qansialias -w $xlc_opt", 95 [CFLAGS="-O3 -qansialias -w" 100 echo "* CFLAGS=-O3 -qarch=xxx -qtune=xxx -qansialias -w *" 108 intel) CFLAGS="-O3 -ansi_alias" 149 CFLAGS="-O3 -fomit-frame-pointer" 176 echo "* (otherwise, a default of CFLAGS=-O3 will be used) *" 179 CFLAGS="-O3"
|
/third_party/typescript/tests/cases/compiler/ |
D | indexingTypesWithNever.ts | 88 type O3 = { a?: string; b?: number; c: boolean }; alias 93 type O3Names = OptionalPropNames<O3>; // expect 'a' | 'b' 103 type O3Props = OptionalProps<O3>; // expect { a?: string | undefined; b?: number | undefined }
|
/third_party/icu/icu4c/source/ |
D | BUILD.gn | 243 "-O3", 320 "-O3", 381 "-O3", 415 "-O3", 436 "-O3", 457 "-O3", 478 "-O3", 499 "-O3", 526 "-O3", 561 "-O3", [all …]
|
/third_party/benchmark/test/ |
D | AssemblyTests.cmake | 5 check_cxx_compiler_flag(-O3 BENCHMARK_HAS_O3_FLAG) 7 list(APPEND ASM_TEST_FLAGS -O3)
|
/third_party/lz4/ |
D | Makefile | 150 clangtest-native: CFLAGS = -O3 -Werror -Wconversion -Wno-sign-conversion 159 usan: CFLAGS = -O3 -g -fsanitize=undefined -fno-sanitize-recover=undefined -fsanitize-recover=poin… 165 usan32: CFLAGS = -m32 -O3 -g -fsanitize=undefined 199 cxxtest cxx32test: CFLAGS = -O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror
|
/third_party/skia/third_party/externals/d3d12allocator/src/Shaders/ |
D | FxBatchCompilerScript.fxbc | 18 /T vs_5_0 /E main /O3 /Fh VS_Compiled.h VS.hlsl 19 /T ps_5_0 /E main /O3 /Fh PS_Compiled.h PS.hlsl
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | simple_tracer.c | 90 #define O3 u_regs[10] in decode_regs() 105 decode(O3); in decode_regs()
|
/third_party/libwebsockets/contrib/ |
D | cross-arm-android-gnueabi.cmake | 23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 30 # optimizations with -O3.
|
D | cross-arm-linux-gnueabihf.cmake | 20 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 27 # optimizations with -O3.
|
D | cross-ming.cmake | 23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 30 # optimizations with -O3.
|
D | cross-aarch64-qnx.cmake | 26 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 33 # optimizations with -O3.
|
D | cross-w32.cmake | 25 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 32 # optimizations with -O3.
|
D | cross-aarch64.cmake | 19 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 26 # optimizations with -O3.
|
/third_party/node/tools/v8_gypfiles/ |
D | toolchain.gypi | 1173 '-O3', 1233 # Don't use -O3 with sanitizers. 1236 'cflags': ['-O3'], 1240 'cflags!': ['-O3'], 1246 'GCC_OPTIMIZATION_LEVEL': '3', # -O3 1282 # Don't use -O3 with sanitizers. 1285 'cflags': ['-O3'], 1289 'cflags!': ['-O3'], 1295 '-O3', 1306 'GCC_OPTIMIZATION_LEVEL': '3', # -O3
|
/third_party/lz4/examples/ |
D | Makefile | 31 CFLAGS ?= -O3 105 cxxtest: CFLAGS := -O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror
|