Home
last modified time | relevance | path

Searched refs:O3 (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h41 #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/lame/
DMakefile.unix161 -pipe -O3 \
179 -std=c99 -pipe -O3 -fstrict-aliasing \
208 -O3 -fno-alias -ip -finline-limit=400 \
339 CC_OPTS = -O3 -woff all
350 CC_OPTS = -O3 -woff all
360 CC_OPTS = -fast -O3 -std -g3 -non_shared
399 CC_OPTS = -O3 -D__OS2__
429 -Wall -pipe -O3 -fomit-frame-pointer -ffast-math -funroll-loops \
446 CC_OPTS = -O3 -ffast-math -funroll-loops -m68020-60 -m68881
451 CC_OPTS = -O3 -ffast-math -fomit-frame-pointer -funroll-loops \
[all …]
/third_party/typescript/tests/baselines/reference/
Demitter.asyncGenerators.objectLiteralMethods.es2015.symbols20 === 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))
Demitter.asyncGenerators.objectLiteralMethods.es5.symbols20 === 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))
Demitter.asyncGenerators.objectLiteralMethods.es2018.symbols20 === 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))
DindexingTypesWithNever.js87 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 }
DindexingTypesWithNever.symbols289 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/
Dmod.rs133 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/icu/icu4c/source/
DBUILD.gn245 "-O3",
322 "-O3",
383 "-O3",
417 "-O3",
438 "-O3",
459 "-O3",
480 "-O3",
501 "-O3",
528 "-O3",
566 "-O3",
[all …]
/third_party/typescript/tests/cases/compiler/
DindexingTypesWithNever.ts88 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/typescript/tests/arkTSTest/testcase/arkts-no-untyped-obj-literals/
Darkts-no-untyped-obj-literals-3-ok.ets17 class O3 {
21 let oo3: O3 = { n: 42, s: 'foo' }
/third_party/lz4/
DMakefile150 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/benchmark/test/
DAssemblyTests.cmake25 check_cxx_compiler_flag(-O3 BENCHMARK_HAS_O3_FLAG)
27 list(APPEND ASM_TEST_FLAGS -O3)
/third_party/skia/third_party/externals/d3d12allocator/src/Shaders/
DFxBatchCompilerScript.fxbc18 /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/
Dsimple_tracer.c90 #define O3 u_regs[10] in decode_regs()
105 decode(O3); in decode_regs()
/third_party/node/tools/v8_gypfiles/
Dtoolchain.gypi1201 '-O3',
1261 # Don't use -O3 with sanitizers.
1264 'cflags': ['-O3'],
1268 'cflags!': ['-O3'],
1274 'GCC_OPTIMIZATION_LEVEL': '3', # -O3
1309 # Don't use -O3 with sanitizers.
1312 'cflags': ['-O3'],
1316 'cflags!': ['-O3'],
1322 '-O3',
1333 'GCC_OPTIMIZATION_LEVEL': '3', # -O3
/third_party/libwebsockets/contrib/
Dcross-ming.cmake23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
30 # optimizations with -O3.
Dcross-arm-linux-gnueabihf.cmake20 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
27 # optimizations with -O3.
Dcross-arm-android-gnueabi.cmake23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
30 # optimizations with -O3.
Dcross-aarch64-qnx.cmake26 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
33 # optimizations with -O3.
Dcross-aarch64.cmake19 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
26 # optimizations with -O3.
Dcross-w32.cmake25 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
32 # optimizations with -O3.
Dcross-aarch64-android.cmake30 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
37 # optimizations with -O3.
Dcross-w64.cmake27 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
34 # optimizations with -O3.
/third_party/lz4/examples/
DMakefile31 CFLAGS ?= -O3
105 cxxtest: CFLAGS := -O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror

12345678910>>...12