HomeSort by relevance Sort by last modified time
    Searched refs:funcp (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
timegm.c 82 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*),
Time.c 247 void (* const funcp)(const time_t*, long, struct tm*),
339 (*funcp)(&t, offset, &mytm); // Convert t to broken-down time in mytm
363 (((void *) funcp == (void *) localsub) ?
377 (*funcp)(&newt, offset, &mytm);
396 (*funcp)(&t, offset, tmp);
402 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*),
412 t = time2sub(tmp, funcp, offset, okayp, FALSE);
413 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE);
419 void (* const funcp)(const time_t *, long, struct tm *),
435 t = time2(tmp, funcp, offset, &okay);
    [all...]
  /external/libunwind/tests/
Gtest-dyn1.c 173 template_t funcp; local
214 funcp = get_funcp (fdesc);
217 (*funcp) (10, funcp, printf, "iteration %c%s\n", strarr);
219 (*funcp) (10, funcp, dev_null, "iteration %c%s\n", strarr);
  /external/syslinux/com32/include/sys/
pci.h 76 #define for_each_pci_func(funcp, domain) \
82 if (((funcp) = (domain)->bus[__pci_bus]->slot[__pci_slot]-> \
85 #define for_each_pci_func3(funcp, domain, addr) \
92 ((funcp) = (domain)->bus[__pci_bus]->slot[__pci_slot]-> \
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 159 struct tm * (*funcp)(const time_t *,
163 struct tm * (*funcp)(const time_t *,
167 struct tm * (*funcp)(const time_t *,
    [all...]
  /bionic/libc/tzcode/
localtime.c     [all...]

Completed in 281 milliseconds