Home
last modified time | relevance | path

Searched refs:funcp (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/tests/
DGtest-dyn1.c173 template_t funcp; in main() local
214 funcp = get_funcp (fdesc); in main()
217 (*funcp) (10, funcp, printf, "iteration %c%s\n", strarr); in main()
219 (*funcp) (10, funcp, dev_null, "iteration %c%s\n", strarr); in main()
/external/llvm/test/CodeGen/X86/
Datom-call-reg-indirect-foldedreload32.ll6 ; CORE2: calll *funcp
11 ; extern int (*funcp)(int, int, int, int, int, int, int, int);
19 ; sum += (*funcp)(i, b, c, d, e, f, g, h);
27 @funcp = external global i32 (i32, i32, i32, i32, i32, i32, i32, i32)*
50 …i32, i32, i32, i32, i32, i32, i32)*, i32 (i32, i32, i32, i32, i32, i32, i32, i32)** @funcp, align 4
Datom-call-reg-indirect-foldedreload64.ll6 ; CORE2: callq *funcp
10 ; extern int (*funcp)(int, int, int, int, int, int,
20 ; sum += (*funcp)(a, i, i*2, i/b, c, d, e, f, g, h, j, k, l, n);
29 @funcp = external global i32 (i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32)*
56 …i32)*, i32 (i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32)** @funcp, align 8
/external/syslinux/com32/include/sys/
Dpci.h76 #define for_each_pci_func(funcp, domain) \ argument
82 if (((funcp) = (domain)->bus[__pci_bus]->slot[__pci_slot]-> \
85 #define for_each_pci_func3(funcp, domain, addr) \ argument
92 ((funcp) = (domain)->bus[__pci_bus]->slot[__pci_slot]-> \
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c159 struct tm * (*funcp)(const time_t *,
163 struct tm * (*funcp)(const time_t *,
167 struct tm * (*funcp)(const time_t *,
1668 struct tm *(*const funcp)(const time_t *, int_fast32_t, struct tm *), in time2sub()
1770 if ((*funcp)(&t, offset, &mytm) == NULL) { in time2sub()
1806 ((funcp == localsub) ? lclptr : gmtptr); in time2sub()
1817 if ((*funcp)(&newt, offset, &mytm) == NULL) in time2sub()
1837 if ((*funcp)(&t, offset, tmp)) in time2sub()
1844 struct tm * (*const funcp)(const time_t *, int_fast32_t, struct tm *), in time2()
1855 t = time2sub(tmp, funcp, offset, okayp, FALSE); in time2()
[all …]