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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-arm.cc136 typedef int (*F5)(void*, void*, void*, void*, void*); typedef
223 F5 f = FUNCTION_CAST<F5>(code->entry());
H A Dtest-assembler-ia32.cc237 typedef double (*F5)(double x, double y); typedef
272 F5 f = FUNCTION_CAST<F5>(code->entry());
H A Dtest-assembler-x64.cc56 typedef int64_t (*F5)(int64_t x); typedef
273 int64_t result = FUNCTION_CAST<F5>(buffer)(src);
/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)
838 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/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c230 int F2_5, F5, F10, F20; local
239 F5 = F10>>1;
240 F2_5 = F5>>1;
293 else if (mode != MODE_SILK_ONLY && audiosize > F5 && audiosize < F10)
294 audiosize = F5;
308 pcm_transition_celt_size = F5*st->channels;
310 pcm_transition_silk_size = F5*st->channels;
316 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
453 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
457 redundant_audio_size = redundancy ? F5*s
[all...]
/external/libopus/src/
H A Dopus_decoder.c230 int F2_5, F5, F10, F20; local
239 F5 = F10>>1;
240 F2_5 = F5>>1;
293 else if (mode != MODE_SILK_ONLY && audiosize > F5 && audiosize < F10)
294 audiosize = F5;
308 pcm_transition_celt_size = F5*st->channels;
310 pcm_transition_silk_size = F5*st->channels;
316 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
453 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
457 redundant_audio_size = redundancy ? F5*s
[all...]
/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 143 milliseconds