Home
last modified time | relevance | path

Searched refs:arg1 (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/bionic/
Dmalloc_debug_common.c61 static int hash_entry_compare(const void* arg1, const void* arg2) in hash_entry_compare() argument
65 HashEntry* e1 = *(HashEntry**)arg1; in hash_entry_compare()
/bionic/libc/kernel/tools/
Dcpp.py799 def __init__(self,op,arg1,arg2): argument
801 self.arg1 = arg1
805 return "(%s %s %s)" % (self.op, repr(self.arg1), repr(self.arg2))
808 def __init__(self,op,arg1,arg2,opstr=None): argument
809 TwoArgExpr.__init__(self,op,arg1,arg2)
815 arg1_s = str(self.arg1)
817 arg1_prec = self.arg1.precedence()