HomeSort by relevance Sort by last modified time
    Searched refs:F5 (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/clang/test/CodeGen/
blocks.c 57 // The alignment after rounding up to the align of F5 is actually
59 struct F5 {
62 void f5_helper(void (^)(struct F5 *));
63 // CHECK: define void @f5()
64 void f5(void) {
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/
uniqstr.h 80 #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 \
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 56 interface F5 extends E1, E2, E3, E4, E5 {}
58 interface G1 extends F1, F2, F3, F4, F5 {}
59 interface G2 extends F1, F2, F3, F4, F5 {}
60 interface G3 extends F1, F2, F3, F4, F5 {}
61 interface G4 extends F1, F2, F3, F4, F5 {}
62 interface G5 extends F1, F2, F3, F4, F5 {}
  /external/llvm/unittests/Support/
Casting.cpp 93 const foo &F5 = cast<foo>(B3);
94 EXPECT_NE(&F5, null_foo);
127 foo *F5 = B1.daz();
128 EXPECT_NE(F5, null_foo);
140 foo *F5 = B1.naz();
141 EXPECT_NE(F5, null_foo);
  /external/openssl/crypto/ripemd/
rmd_locl.h 106 #define F5(x,y,z) ((x)^((y)|(~(z))))
115 #define F5(x,y,z) (((~(z)) | (y)) ^ (x))
147 a+=F5(b,c,d)+X(w)+K; \
  /bionic/libc/arch-mips/include/machine/
regnum.h 86 #define F5 (FPBASE+5)
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 86 #define F5 (FPBASE+5)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 86 #define F5 (FPBASE+5)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 86 #define F5 (FPBASE+5)
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 36 case R5 : case X5 : case F5 : case V5 : case CR5: case CR1GT: return 5;
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 121 OwningPtr<Function> F5(makeFakeFunction());
123 uint8_t *FunctionBody5 = MemMgr->startFunctionBody(F5.get(), size);
126 MemMgr->endFunctionBody(F5.get(), FunctionBody5,
  /external/llvm/lib/Target/Sparc/
FPMover.cpp 67 SP::F1, SP::F3, SP::F5, SP::F7, SP::F9, SP::F11, SP::F13, SP::F15,
  /external/oprofile/module/ia64/
IA64entry.h 42 .spillsp f4, SW(F4)+16+(off); .spillsp f5, SW(F5)+16+(off); \
  /external/qemu/
curses_keys.h 464 { "F5", 0x10d },
  /external/v8/test/mjsunit/regress/
regress-3247124.js 28 var foo = unescape("%E0%E2%EA%F4%FB%E3%F5%E1%E9%ED%F3%FA%E7%FC%C0%C2%CA%D4%DB%C3%D5%C1%C9%CD%D3%DA%C7%DC");
  /external/v8/test/cctest/
test-assembler-ia32.cc 259 typedef double (*F5)(double x, double y);
298 F5 f = FUNCTION_CAST<F5>(code->entry());
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 71 F5: { code: 116, name: "F5" },
  /external/icu4c/data/sprep/
rfc3530cs.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
rfc3530mixp.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
rfc3920res.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
rfc4011.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
rfc4013.txt 48 05F5..060B; ; UNASSIGNED
251 13F5..1400; ; UNASSIGNED
rfc4505.txt 47 05F5..060B; ; UNASSIGNED
250 13F5..1400; ; UNASSIGNED
  /external/icu4c/test/testdata/
nfs4_cs_prep_cs.txt 39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED
nfs4_mixed_prep_p.txt 39 05F5..060B; ; UNASSIGNED
242 13F5..1400; ; UNASSIGNED

Completed in 452 milliseconds

1 2 3