HomeSort by relevance Sort by last modified time
    Searched full:callnum (Results 1 - 11 of 11) sorted by null

  /external/ltp/tools/pounder21/src/randasyscall/
randasys.c 36 unsigned long callnum, args[6]; variable
189 signum, callnum, args[0], args[1], args[2], args[3], args[4],
235 callnum = find_syscall();
242 callnum, args[0], args[1], args[2], args[3],
247 syscall(callnum, args[0], args[1], args[2],
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decorators.py 196 def callnum(num): function in function:TestDecorators.test_order
202 @callnum(2)
203 @callnum(1)
  /external/python/cpython2/Lib/test/
test_decorators.py 196 def callnum(num): function in function:TestDecorators.test_order
202 @callnum(2)
203 @callnum(1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decorators.py 196 def callnum(num): function in function:TestDecorators.test_order
202 @callnum(2)
203 @callnum(1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decorators.py 196 def callnum(num): function in function:TestDecorators.test_order
202 @callnum(2)
203 @callnum(1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 196 def callnum(num): function in function:TestDecorators.test_order
202 @callnum(2)
203 @callnum(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 196 def callnum(num): function in function:TestDecorators.test_order
202 @callnum(2)
203 @callnum(1)
  /toolchain/binutils/binutils-2.25/cpu/
mep-core.cpu 588 (name f-callnum)
594 (set (ifield f-5) (and (srl (ifield f-callnum) 3) 1))
595 (set (ifield f-6) (and (srl (ifield f-callnum) 2) 1))
596 (set (ifield f-7) (and (srl (ifield f-callnum) 1) 1))
597 (set (ifield f-11) (and (ifield f-callnum) 1))))
598 (extract (set (ifield f-callnum)
763 (dnop callnum "system call number" (all-mep-core-isas) h-uint f-callnum)
    [all...]
  /external/tcpdump/
print-rx.c 479 uint32_t callnum; /* Call number (net order) */ member in struct:rx_cache_entry
693 rxent->callnum = rxh->callNumber;
725 if (rxent->callnum == rxh->callNumber &&
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mep-desc.c 676 { MEP_F_CALLNUM, "f-callnum", 0, 0, 0, 0,{ 0|A(VIRTUAL), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xd0" } } } } },
    [all...]

Completed in 1370 milliseconds