HomeSort by relevance Sort by last modified time
    Searched refs:Word (Results 251 - 275 of 331) sorted by null

<<11121314

  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-solaris.c 55 void (*f)(Word), /* %rdx */
56 Word arg1); /* %rcx */
248 /* Control word */
250 /* Status word */
252 /* Compressed tag word */
302 /* Status word (sw) at exception */
481 /* Control word */
485 /* Status word */
489 /* Compressed tag word */
syswrap-arm-linux.c 71 void (*f)(Word),
72 Word arg1 );
363 zero by glibc and the third is the first word of the signal mask
    [all...]
syswrap-mips32-linux.c 82 void (*f) (Word), Word arg1);
    [all...]
syswrap-mips64-linux.c 81 void (*f_desc) (Word), /* $6 - $a2 */
82 Word arg1 ); /* $7 - $a3 */
119 word (fn)(void*) in a0 = 4
121 word flags in a2 = 6
syswrap-solaris.c 99 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
152 static void run_a_thread_NORETURN(Word tidW)
297 Word ML_(start_thread_NORETURN)(void *arg)
302 run_a_thread_NORETURN((Word)tid);
394 (Word)tid /* arg to give it */
    [all...]
syswrap-darwin.c 88 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
185 static void run_a_thread_NORETURN ( Word tidW )
313 (Word)tid /* arg to give it */
321 void start_thread_NORETURN ( Word arg )
326 run_a_thread_NORETURN ( (Word)tid );
343 static Word decaying_string_table_cmp ( UWord s1, UWord s2 ) {
344 return (Word)VG_(strcmp)( (HChar*)s1, (HChar*)s2 );
824 // Assume this is kernel-version and word-size specific, so develop
    [all...]
syswrap-x86-solaris.c 64 void (*f)(Word), /* 12(%esp) */
65 Word arg1); /* 16(%esp) */
286 /* Status word (sw) at exception */
    [all...]
  /external/valgrind/coregrind/
m_xtree.c 214 Word dataSzB; /* data size in bytes */
230 Word dataSzB,
    [all...]
m_redir.c 283 Addr from_addr; /* old addr -- MUST BE THE FIRST WORD! */
350 Word n_req = 1;
355 Word i = 0;
    [all...]
  /external/valgrind/exp-sgcheck/
pc_common.c 301 static Word Word__abs ( Word w ) {
  /prebuilts/go/darwin-x86/src/math/big/
ratconv.go 115 powTen := nat(nil).expNN(natTen, nat(nil).setWord(Word(expabs)), nil)
prime.go 70 panic("math/big: invalid word size")
168 p := Word(3)
  /prebuilts/go/linux-x86/src/math/big/
ratconv.go 115 powTen := nat(nil).expNN(natTen, nat(nil).setWord(Word(expabs)), nil)
prime.go 70 panic("math/big: invalid word size")
168 p := Word(3)
  /external/llvm/test/MC/PowerPC/
vsx.s     [all...]
  /external/valgrind/shared/
vg_replace_strmem.c 158 __asm__ __volatile__(".word 0xFFFFFFFF");
    [all...]
  /bionic/linker/
linker_soinfo.cpp 639 const char* soinfo::get_string(ElfW(Word) index) const {
  /external/elfutils/libdwfl/
relocate.c 375 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \
  /external/llvm/include/llvm/Object/
ELFTypes.h 72 typedef packed<uint32_t> Word;
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 132 CMSAPI cmsUInt16Number CMSEXPORT _cmsAdjustEndianess16(cmsUInt16Number Word);
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.h 33 Word = 20,
  /external/v8/src/arm/
simulator-arm.h 461 Word = 4,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 352 WORD Word;
354 WORD Size:11;
355 WORD AdditionalXactions:2;
356 WORD Reserved:3;
360 C_ASSERT((sizeof(USBMAXPACKET) == sizeof(WORD)));
392 WORD wLANGIDs[1];
433 WORD wHubCharacteristics;
445 C_ASSERT((sizeof(USBHUBCHARACTERISTICS) == sizeof(WORD)));
464 WORD wPortStatus
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/v8/src/compiler/
raw-machine-assembler.h 42 MachineRepresentation word = MachineType::PointerRepresentation(),
412 INTPTR_BINOP(Word, Equal);
413 INTPTR_BINOP(Word, NotEqual);

Completed in 925 milliseconds

<<11121314