| /bionic/libc/bionic/ | 
| D | malloc_common_dynamic.cpp | 128 static bool InitMallocFunction(void* malloc_impl_handler, FunctionType* func, const char* prefix, c…  in InitMallocFunction()421   void* func = gFunctions[FUNC_GET_MALLOC_LEAK_INFO];  in GetMallocLeakInfo()  local
 433   void* func = gFunctions[FUNC_FREE_MALLOC_LEAK_INFO];  in FreeMallocLeakInfo()  local
 443   void* func = gFunctions[FUNC_WRITE_LEAK_INFO];  in WriteMallocLeakInfo()  local
 464   void* func = gFunctions[FUNC_MALLOC_BACKTRACE];  in malloc_backtrace()  local
 
 | 
| D | __cxa_thread_atexit_impl.cpp | 24   void (*func) (void *);  member in thread_local_dtor
 | 
| /bionic/libc/upstream-netbsd/lib/libc/isc/ | 
| D | ev_timers.c | 63 	evTimerFunc	func;  member187 	   evTimerFunc func,  in evSetTimer()
 305 	     evTimerFunc func,  in evResetTimer()
 364 		evTimerFunc func,  in evSetIdleTimer()
 403 		 evTimerFunc func,  in evResetIdleTimer()
 
 | 
| D | ev_streams.c | 68 	evStreamFunc func, void *uap, evStreamID *id)  in evWrite()102        evStreamFunc func, void *uap, evStreamID *id)  in evRead()
 
 | 
| D | eventlib_p.h | 79 	evConnFunc	func;  member115 	evFileFunc	func;  member
 127 	evStreamFunc	func;  member
 146 	evTimerFunc	func;  member
 155 	evWaitFunc	func;  member
 
 | 
| /bionic/libc/arch-common/bionic/ | 
| D | atexit.h | 36 void __atexit_handler_wrapper(void* func) {  in __atexit_handler_wrapper()
 | 
| /bionic/linker/ | 
| D | linker_tls.h | 51   TlsDescResolverFunc* func;  member
 | 
| /bionic/libc/kernel/uapi/linux/ | 
| D | pci.h | 22 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))  argument
 | 
| D | pg.h | 27   char func;  member
 | 
| D | tee.h | 89   __u32 func;  member108   __u32 func;  member
 
 | 
| D | ptp_clock.h | 95   unsigned int func;  member
 | 
| D | acrn.h | 53   __u32 func;  member
 | 
| D | wireless.h | 82 #define IW_HANDLER(id,func) [IW_IOCTL_IDX(id)] = func  argument
 | 
| /bionic/libc/system_properties/ | 
| D | contexts_split.cpp | 89 static void ListForEach(List* list, Func func) {  in ListForEach()97 static List* ListFind(List* list, Func func) {  in ListFind()
 
 | 
| /bionic/libc/kernel/uapi/drm/ | 
| D | via_drm.h | 102   } func;  member112   } func;  member
 122   } func;  member
 154   } func;  member
 
 | 
| D | r128_drm.h | 147   } func;  member205   } func;  member
 225   } func;  member
 
 | 
| D | i810_drm.h | 90   drm_i810_init_func_t func;  member108   drm_i810_init_func_t func;  member
 
 | 
| D | savage_drm.h | 52   } func;  member
 | 
| D | mga_drm.h | 176   } func;  member
 | 
| D | radeon_drm.h | 438   } func;  member465   } func;  member
 
 | 
| /bionic/tests/ | 
| D | fdtrack_test.cpp | 60 std::vector<android_fdtrack_event> FdtrackRun(void (*func)(), bool reenable = true) {  in FdtrackRun()
 | 
| D | link_test.cpp | 262   uintptr_t func = reinterpret_cast<uintptr_t>(read_exidx_func);  in TEST()  local
 | 
| D | malloc_test.cpp | 1167 void CheckAllocationFunction(FuncType func) {  in CheckAllocationFunction()
 | 
| /bionic/libc/include/sys/ | 
| D | cdefs.h | 199 #  define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func)  argument201 #  define __RENAME_IF_FILE_OFFSET64(func)  argument
 
 | 
| /bionic/libc/upstream-netbsd/lib/libc/regex/ | 
| D | regcomp.c | 233 	int (*func)(int);  member
 |