Home
last modified time | relevance | path

Searched refs:fn1 (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/ltp/testcases/kernel/containers/libclone/
Dlibclone.c20 int (*fn1) (void *arg), void *arg1, in do_clone_tests()
25 ret = ltp_clone_quick(clone_flags | SIGCHLD, fn1, arg1); in do_clone_tests()
39 int (*fn1) (void *arg), void *arg1, in do_unshare_tests()
72 ret = fn1(arg1); in do_unshare_tests()
89 int do_plain_tests(int (*fn1) (void *arg), void *arg1, in do_plain_tests()
100 exit(fn1(arg1)); in do_plain_tests()
107 int (*fn1) (void *arg), void *arg1) in do_clone_unshare_test()
111 return do_plain_tests(fn1, arg1, NULL, NULL); in do_clone_unshare_test()
113 return do_clone_tests(clone_flags, fn1, arg1, NULL, NULL); in do_clone_unshare_test()
115 return do_unshare_tests(clone_flags, fn1, arg1, NULL, NULL); in do_clone_unshare_test()
[all …]
Dlibclone.h65 int(*fn1)(void *arg), void *arg1,
69 int (*fn1)(void *arg), void *arg1,
72 int do_fork_tests(int (*fn1)(void *arg), void *arg1,
76 int (*fn1)(void *arg), void *arg1);
79 int (*fn1)(void *arg), void *arg1,
/external/deqp-deps/glslang/Test/
Dhlsl.params.default.frag6 // ERROR: Ambiguous with fn1 below.
7 // int4 fn1(int4 p0) { return int4(1,2,3,4); }
9 int4 fn1(int4 p0, bool b1, bool b2 = false) {
13 int4 fn1(int4 p0,
42 return fn1(100) +
43 fn1(101, ui4) +
44 fn1(102, ui4, myarray) +
45 fn1(103, ui4, myarray, 99) +
46 fn1(104, false) +
47 fn1(105, false, true) +
Dhlsl.params.default.negative.frag7 int4 fn1(int4 p0) { return int4(1,2,3,4); }
9 int4 fn1(int4 p0, bool b1, bool b2 = false) {
13 int4 fn1(int4 p0,
40 return fn1(100) + // ERROR: ambiguous
41 fn1(101, ui4) +
42 fn1(102, ui4, myarray) +
43 fn1(103, ui4, myarray, 99) +
44 fn1(104, false) +
45 fn1(105, false, true) +
Dhlsl.texture.struct.frag38 s1_t fn1(Texture2D <s1_t> t1) { return t1 . Sample(g_sSamp, float2(0.6, 0.61)); }
39 s2_t fn1(Texture2D <s2_t> t2) { return t2 . Sample(g_sSamp, float2(0.6, 0.61)); }
49 s1_t r0 = fn1(g_tTex2s1);
50 s2_t r1 = fn1(g_tTex2s2);
51 s1_t r2 = fn1(g_tTex2s1a);
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dutils_test.py70 fn1 = lambda: 'fn1' function
74 o = utils.static_cond(v, fn1, fn2)
78 fn1 = lambda: constant_op.constant('fn1') function
82 o = utils.static_cond(v, fn1, fn2)
87 fn1 = lambda: variables.Variable('fn1') function
91 o = utils.static_cond(v, fn1, fn2)
97 fn1 = lambda: constant_op.constant(0) - constant_op.constant(1) function
101 o = utils.static_cond(v, fn1, fn2)
109 fn1 = lambda: 'fn1' function
113 o = utils.smart_cond(constant_op.constant(v), fn1, fn2)
[all …]
Dutils.py171 def static_cond(pred, fn1, fn2): argument
187 if not callable(fn1):
192 return fn1()
197 def smart_cond(pred, fn1, fn2, name=None): argument
214 return static_cond(pred_value, fn1, fn2)
217 return control_flow_ops.cond(pred, fn1, fn2, name)
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.params.default.negative.frag.out4 ERROR: 0:40: 'fn1' : ambiguous best function under implicit type conversion
12 0:7 Function Definition: fn1(vi4; ( temp 4-component vector of int)
22 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
30 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
92 0:40 Function Call: fn1(vi4; ( temp 4-component vector of int)
98 0:41 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
113 0:42 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
126 0:43 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
139 0:44 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
149 0:45 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
[all …]
Dhlsl.params.default.frag.out5 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
13 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
81 0:42 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
97 0:43 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
112 0:44 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
125 0:45 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
138 0:46 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
148 0:47 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
195 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
203 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IPConstantProp/
DPR16052.ll10 %call2 = call i64 @fn1(i64 %div)
15 ; CHECK: %[[CALL:.*]] = call i64 @fn1(i64 undef)
17 define internal i64 @fn1(i64 %p1) {
24 ; CHECK-DAG: define internal i64 @fn1(
/external/llvm/test/Transforms/IPConstantProp/
DPR16052.ll10 %call2 = call i64 @fn1(i64 %div)
15 ; CHECK: %[[CALL:.*]] = call i64 @fn1(i64 undef)
17 define internal i64 @fn1(i64 %p1) {
24 ; CHECK-DAG: define internal i64 @fn1(
DPR26044.ll15 %call = call i32 @fn1(i32 %0)
19 define internal i32 @fn1(i32 %p1) {
27 ; CHECK: call i32 @fn1(i32 undef)
29 ; CHECK-LABEL: define internal i32 @fn1(
/external/clang/test/Sema/
Dunused-expr.c83 int fn1() __attribute__ ((warn_unused_result));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6()
91fn1(); // expected-warning {{ignoring return value of function declared with 'warn_unused_result'… in t6()
95 …(void)0, fn1(); // expected-warning {{ignoring return value of function declared with 'warn_unuse… in t6()
135 #define M6() fn1()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Djumbled-load-multiuse.ll7 define i32 @fn1() {
8 ; CHECK-LABEL: @fn1(
15 ; CHECK-NEXT: [[TMP4:%.*]] = insertelement <4 x i32> [[TMP3]], i32 ptrtoint (i32 ()* @fn1 to i32…
16 ; CHECK-NEXT: [[TMP5:%.*]] = insertelement <4 x i32> [[TMP4]], i32 ptrtoint (i32 ()* @fn1 to i32…
33 %3 = select i1 %cmp4, i32 ptrtoint (i32 ()* @fn1 to i32), i32 0
37 %5 = select i1 %cmp6, i32 ptrtoint (i32 ()* @fn1 to i32), i32 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dconstantpool-promote-ldrh.ll6 @fn1.a = private unnamed_addr constant [4 x i16] [i16 6, i16 0, i16 0, i16 0], align 2
9 ; CHECK-LABEL: fn1:
13 define hidden i32 @fn1() #0 {
15 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* align 2 undef, i8* align 2 bitcast ([4 x i16]* @fn1.a to …
/external/llvm/test/Object/
Darchive-long-index.test9 CHECKIDX: fn1 in 2.o
11 CHECKIDX: fn1 in 3.o
24 CHECKIDX: 0000000000000000 T fn1
26 CHECKIDX: 000000000000000b T fn1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Darchive-long-index.test9 CHECKIDX: fn1 in 2.o
11 CHECKIDX: fn1 in 3.o
24 CHECKIDX: 0000000000000000 T fn1
26 CHECKIDX: 000000000000000b T fn1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dconstants.ll31 tail call void @fn1(i64 -1)
32 tail call void @fn1(i64 -1)
33 tail call void @fn1(i64 -16)
36 declare void @fn1(i64) ;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dipra.ll3 ; itself has a call (to @fn1). @fn1 defines %r0l, while @fn2 defines
14 define void @fn1() {
37 call void @fn1()
/external/clang/test/SemaCXX/
Dms-interface.cpp8 virtual void fn1() const;
29 static int fn1();
45 void fn1() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dpr12507.ll10 br i1 %tobool.i, label %if.then.i, label %fn1.exit
14 br label %fn1.exit
16 fn1.exit:
/external/llvm/test/CodeGen/Generic/
Dpr12507.ll10 br i1 %tobool.i, label %if.then.i, label %fn1.exit
14 br label %fn1.exit
16 fn1.exit:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dkeep-debug-loc.ll9 define i16 @fn1() !dbg !3 {
15 ; CHECK: call i16 @fn1(), !dbg ![[LOC1:[0-9]+]]
17 %inlinable_call = call i16 @fn1(), !dbg !7
42 !3 = distinct !DISubprogram(name: "fn1", scope: !1, file: !1, line: 2, type: !4, isLocal: false, is…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
Dpr31627.ll16 invoke void @fn1(i32 %inc)
25 ; CHECK: invoke void @fn1(i32 %[[lsr_iv]])
42 call void @fn1(i32 %a.0) [ "funclet"(token %3) ]
56 declare void @fn1(i32)
/external/llvm/test/Transforms/JumpThreading/
Dpr26096.ll23 call void @fn1()
24 call void @fn1()
25 call void @fn1()
38 define internal void @fn1() unnamed_addr {

12345678910>>...12