Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/common/linux/
Dthread_info.h17 unsigned long arg0, arg1, arg2, arg3; member
/bionic/libc/kernel/tools/
Dcpp.py799 def __init__(self,op,arg1,arg2): argument
808 def __init__(self,op,arg1,arg2,opstr=None): argument
/bionic/libc/bionic/
Dmalloc_leak.c104 static int hash_entry_compare(const void* arg1, const void* arg2) in hash_entry_compare()