OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:predfunc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i32operations.c
28
int (*
predfunc
)(int32_t, int32_t);
member in struct:pred_s
53
printf("a %s a = %s\n", preds[i].name, boolstring((*preds[i].
predfunc
)(a, a)));
54
printf("a %s a = %s\n", preds[i].name, boolstring((*preds[i].
predfunc
)(a, a)));
55
printf("a %s b = %s\n", preds[i].name, boolstring((*preds[i].
predfunc
)(a, b)));
56
printf("a %s c = %s\n", preds[i].name, boolstring((*preds[i].
predfunc
)(a, c)));
57
printf("d %s e = %s\n", preds[i].name, boolstring((*preds[i].
predfunc
)(d, e)));
58
printf("e %s e = %s\n", preds[i].name, boolstring((*preds[i].
predfunc
)(e, e)));
i64operations.h
31
int (*
predfunc
) (int64_t, int64_t);
member in struct:int64_pred_s
39
int (*
predfunc
) (uint64_t, uint64_t);
member in struct:uint64_pred_s
Completed in 49 milliseconds