Home
last modified time | relevance | path

Searched refs:callnum (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_decorators.py196 def callnum(num): function
202 @callnum(2)
203 @callnum(1)
/external/python/cpython3/Lib/test/
Dtest_decorators.py195 def callnum(num): function
201 @callnum(2)
202 @callnum(1)
/external/tcpdump/
Dprint-rx.c479 uint32_t callnum; /* Call number (net order) */ member
693 rxent->callnum = EXTRACT_32BITS(&rxh->callNumber); in rx_cache_insert()
725 if (rxent->callnum == EXTRACT_32BITS(&rxh->callNumber) && in rx_cache_find()