Searched refs:F5 (Results 1 - 25 of 70) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dblocks.c57 // The alignment after rounding up to the align of F5 is actually
59 struct F5 {
62 void f5_helper(void (^)(struct F5 *));
65 struct F5 value;
66 // CHECK: alloca <{ i8*, i32, i32, i8*, {{%.*}}*, [12 x i8], [[F5:%.*]] }>, align 16
67 f5_helper(^(struct F5 *slot) { *slot = value; });
/external/bison/src/
H A Duniqstr.h80 #define UNIQSTR_GEN_FORMAT(F1, F2, F3, F4, F5, \
91 #define UNIQSTR_GEN_FORMAT_(F1, F2, F3, F4, F5, \
95 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 \
/external/llvm/unittests/Support/
H A DCasting.cpp113 const foo &F5 = cast<foo>(B3); local
114 EXPECT_NE(&F5, null_foo);
147 foo *F5 = B1.daz(); local
148 EXPECT_NE(F5, null_foo);
160 foo *F5 = B1.naz(); local
161 EXPECT_NE(F5, null_foo);
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
H A Drmd_locl.h106 #define F5(x,y,z) ((x)^((y)|(~(z))))
115 #define F5(x,y,z) (((~(z)) | (y)) ^ (x)) macro
147 a+=F5(b,c,d)+X(w)+K; \
/external/openssl/crypto/ripemd/
H A Drmd_locl.h106 #define F5(x,y,z) ((x)^((y)|(~(z))))
115 #define F5(x,y,z) (((~(z)) | (y)) ^ (x)) macro
147 a+=F5(b,c,d)+X(w)+K; \
/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c228 int F2_5, F5, F10, F20; local
237 F5 = F10>>1;
238 F2_5 = F5>>1;
288 pcm_transition_celt_size = F5*st->channels;
290 pcm_transition_silk_size = F5*st->channels;
296 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
433 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
437 redundant_audio_size = redundancy ? F5*st->channels : 0;
445 redundant_audio, F5, NULL);
497 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NUL
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-arm.cc135 typedef int (*F5)(void*, void*, void*, void*, void*); typedef
228 F5 f = FUNCTION_CAST<F5>(Code::cast(code)->entry());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventFactoryMac.mm497 // "F5"
499 return @"F5";
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp121 OwningPtr<Function> F5(makeFakeFunction());
123 uint8_t *FunctionBody5 = MemMgr->startFunctionBody(F5.get(), size);
126 MemMgr->endFunctionBody(F5.get(), FunctionBody5,
/external/oprofile/module/ia64/
H A DIA64entry.h42 .spillsp f4, SW(F4)+16+(off); .spillsp f5, SW(F5)+16+(off); \
/external/qemu/
H A Dcurses_keys.h464 { "F5", 0x10d },
/external/v8/test/cctest/
H A Dtest-assembler-ia32.cc259 typedef double (*F5)(double x, double y); typedef
298 F5 f = FUNCTION_CAST<F5>(code->entry());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DKeyboardShortcut.js78 F5: { code: 116, name: "F5" },
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Dvs-addin.rst64 start, and debug your code with one click or key-press. When you press F5, the
267 Use the debugging command (F5) to build and run the project. As the wheels
301 Start the debugger again (F5). This time the existing breakpoint is loaded into
498 Note that you can’t use the Start Without Debugging command (Ctrl+F5) with a
/external/chromium_org/third_party/icu/source/data/sprep/
H A Drfc3530cs.txt47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
H A Drfc3530mixp.txt48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
H A Drfc3920res.txt48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
H A Drfc4011.txt47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
H A Drfc4013.txt48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
H A Drfc4505.txt47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
/external/chromium_org/third_party/icu/source/test/testdata/
H A Dnfs4_cs_prep_cs.txt39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED
H A Dnfs4_mixed_prep_p.txt39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED
/external/icu4c/data/sprep/
H A Drfc3530cs.txt47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
H A Drfc3530mixp.txt48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
H A Drfc3920res.txt48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED

Completed in 2542 milliseconds

123