HomeSort by relevance Sort by last modified time
    Searched defs:G0 (Results 1 - 14 of 14) sorted by null

  /prebuilts/go/darwin-x86/src/go/doc/testdata/
issue13742.go 12 // Both F0 and G0 should appear as functions.
14 func G0() Node { return nil }
  /prebuilts/go/linux-x86/src/go/doc/testdata/
issue13742.go 12 // Both F0 and G0 should appear as functions.
14 func G0() Node { return nil }
  /external/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 70 std::unique_ptr<GlobalVariable> G0 = llvm::make_unique<GlobalVariable>(
71 PtrTy, false, GlobalValue::ExternalLinkage, nullptr, "G0");
75 // Create a cycle that references G0.
77 MDNode *N1; // !1 = !{!0, i8* @G0}
80 Metadata *Ops1[] = {T0.get(), ConstantAsMetadata::get(G0.get())};
93 // Seed the value map to map G0 to G1 and map the nodes. The output should
94 // have new nodes that reference G1 (instead of G0).
96 VM[G0.get()] = G1.get();
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 210 static final JavaSource G0 = new JavaSource("G0","public class G0<T>{}");
217 DexFile dexFile = javaToDexUtil.getFrom(G0);
219 DexClass G0 = getClass(dexFile, "LG0;");
220 assertPublic(G0);
221 DexAnnotation sig = getAnnotation(G0, LDALVIK_ANNOTATION_SIGNATURE);
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 171 UINT32 G0:1; // Global breakpoint enable
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 139 UINT32 G0:1; // Global breakpoint enable
  /external/webp/src/dsp/
rescaler_sse2.c 323 const __m128i G0 = _mm_or_si128(D0, F2);
325 _mm_storeu_si128((__m128i*)(irow + x_out + 0), G0);
lossless_enc_sse2.c 115 const __m128i G0 = _mm_sub_epi8(E0, F0); // 0 0 | x b'
117 const __m128i H0 = _mm_and_si128(G0, mask_b); // 0 0 | 0 b
yuv_sse2.c 51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419);
54 const __m128i G3 = _mm_add_epi16(G0, G1);
144 const __m128i g0 = _mm_packus_epi16(*G, *G); local
148 const __m128i g1 = _mm_srli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0xe0)), 5);
149 const __m128i g2 = _mm_slli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0x1c)), 3);
245 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
248 YUV444ToRGB(y + 0, u + 0, v + 0, &R0, &G0, &B0);
256 rgb2 = _mm_packus_epi16(G0, G1);
267 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
270 YUV444ToRGB(y + 0, u + 0, v + 0, &R0, &G0, &B0)
822 const __m128i g0 = _mm_loadu_si128((const __m128i*)(best_y + 2 * i + 0)); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/swiftshader/src/Shader/
SamplerCore.cpp 2067 const UShort4 g0 = UShort4(iround(G0 * 0x4000)); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-sparc.c     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c     [all...]

Completed in 460 milliseconds