Searched defs:F5 (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
H A DCasting.cpp92 const foo &F5 = cast<foo>(B3); local
93 EXPECT_NE(&F5, null_foo);
124 foo *F5 = B1.daz(); local
125 EXPECT_NE(F5, null_foo);
137 foo *F5 = B1.naz(); local
138 EXPECT_NE(F5, null_foo);
/external/clang/test/Layout/
H A Dms-x86-basic-layout.cpp192 virtual void g() {printf("F5");}
697 struct F5 : A16f, virtual A4 { struct in inherits:A16f,A4
699 F5() : a(0xf00000f5) {} function in struct:F5
700 virtual void g() {printf("F5");}
704 // CHECK-NEXT: 0 | struct F5
708 // CHECK-NEXT: 32 | (F5 vbtable pointer)
715 // CHECK-X64-NEXT: 0 | struct F5
719 // CHECK-X64-NEXT: 32 | (F5 vbtable pointer)
868 sizeof(F5)+
/external/llvm/unittests/Support/
H A DCasting.cpp117 const foo &F5 = cast<foo>(B3); local
118 EXPECT_NE(&F5, null_foo);
151 foo *F5 = B1.daz(); local
152 EXPECT_NE(F5, null_foo);
164 foo *F5 = B1.naz(); local
165 EXPECT_NE(F5, null_foo);
/external/libopus/src/
H A Dopus_decoder.c226 int F2_5, F5, F10, F20; local
236 F5 = F10>>1;
237 F2_5 = F5>>1;
290 else if (mode != MODE_SILK_ONLY && audiosize > F5 && audiosize < F10)
291 audiosize = F5;
313 pcm_transition_celt_size = F5*st->channels;
315 pcm_transition_silk_size = F5*st->channels;
321 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
464 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
468 redundant_audio_size = redundancy ? F5*s
[all...]
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDebugSupport.h325 UINT64 F5[2]; member in struct:__anon20603
/external/boringssl/src/decrepit/ripemd/
H A Dinternal.h101 #define F5(x, y, z) (((~(z)) | (y)) ^ (x)) macro
141 a += F5(b, c, d) + X(w) + K; \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 437 milliseconds