Home
last modified time | relevance | path

Searched defs:G1 (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Disomorphism.rs158 fn eq(&mut self, _g0: &G0, _g1: &G1, _n0: G0::NodeId, _n1: G1::NodeId) -> bool; in eq()
167 fn eq(&mut self, _g0: &G0, _g1: &G1, _n0: G0::NodeId, _n1: G1::NodeId) -> bool { in eq()
183 fn eq(&mut self, g0: &G0, g1: &G1, n0: G0::NodeId, n1: G1::NodeId) -> bool { in eq()
197 _g1: &G1, in eq()
212 _g1: &G1, in eq()
234 g1: &G1, in eq()
282 fn is_feasible<G0, G1, NM, EM>( in is_feasible() argument
283 st: &mut (Vf2State<'_, G0>, Vf2State<'_, G1>), in is_feasible() argument
464 st: &mut (Vf2State<'_, G0>, Vf2State<'_, G1>), in next_candidate() argument
508 st: &mut (Vf2State<'_, G0>, Vf2State<'_, G1>), in next_from_ix() argument
[all …]
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp53 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
78 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
104 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
122 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
/aosp_15_r20/external/webp/src/dsp/
H A Dyuv_sse41.c54 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB_SSE41() local
137 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
159 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
187 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
224 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
H A Dyuv_sse2.c54 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB_SSE2() local
252 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
274 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
368 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
405 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
H A Dcommon_sse41.h42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DClassCastExceptionTest.java82 …A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1… enumConstant
87 …A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1… enumConstant
/aosp_15_r20/external/clang/test/Sema/
H A Dms_bitfield_layout.c277 typedef union G1 { union
283 } G1; typedef
H A Dwarn-duplicate-enum.c43 G1, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/
Dissue13742.go18 func G1() ast.Node { return nil } func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
Dtracebackctxt.go50 func G1() { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue57486.go16 func G1[T C1](t T) { _ = t == t } func
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue33020.dir/
Da.go7 var G1 int var
/aosp_15_r20/external/perfmark/testing/src/main/java/io/perfmark/testing/
H A DGarbageCollector.java23 G1("-XX:+UseG1GC"), enumConstant
/aosp_15_r20/art/test/805-TooDeepClassInstanceOf/src/
H A DMain.java28 class G1 extends F1 {} class
/aosp_15_r20/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-round.h44 #define G1(row1,row2,row3,row4,buf) \ macro
Dblake2b-round.h47 #define G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ macro
/aosp_15_r20/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp159 struct G1 {}; struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp9 struct G1 : public B {}; struct
H A Dcstyle-cast.cpp52 struct G1 : public B {}; struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSCCIterator.h275 NodeInfo *G1 = find(&NodeInfoMap[Edge->Source]); in unionGroups() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSCCIterator.h277 NodeInfo *G1 = find(&NodeInfoMap[Edge->Source]); in unionGroups() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSCCIterator.h277 NodeInfo *G1 = find(&NodeInfoMap[Edge->Source]); in unionGroups() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSCCIterator.h277 NodeInfo *G1 = find(&NodeInfoMap[Edge->Source]); in unionGroups() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSCCIterator.h277 NodeInfo *G1 = find(&NodeInfoMap[Edge->Source]); in unionGroups() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java601 final long G1 = DataUnit.GIGABYTES.toBytes(1); in testRoundStorageSize() local

123