Searched refs:Word (Results 1 - 25 of 153) sorted by relevance

1234567

/external/valgrind/include/
H A Dpub_tool_xarray.h34 #include "pub_tool_basics.h" // Word
60 Word elemSzB );
73 extern Word VG_(addToXA) ( XArray*, const void* elem );
78 extern Word VG_(addBytesToXA) ( XArray* xao, const void* bytesV, Word nbytes );
90 /*OUT*/Word* first, /*OUT*/Word* last );
101 /*OUT*/Word* first, /*OUT*/Word* last,
105 extern Word VG
[all...]
H A Dpub_tool_vkiscnums.h37 #include "pub_tool_basics.h" // Word
44 extern const HChar *VG_(sysnum_string) (Word sysnum);
H A Dpub_tool_stacktrace.h65 Word first_ip_delta );
H A Dpub_tool_execontext.h63 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
72 ExeContext* VG_(record_depth_1_ExeContext)(ThreadId tid, Word first_ip_delta);
H A Dpub_tool_hashtable.h75 typedef Word (*HT_Cmp_t) ( const void* node1, const void* node2 );
H A Dpub_tool_rangemap.h78 /*OUT*/UWord* val, const RangeMap* rm, Word ix );
/external/clang/test/CodeGen/
H A D2003-08-29-BitFieldStruct.c3 struct Word { struct
/external/valgrind/cachegrind/
H A Dcg_merge.c43 typedef signed long Word; typedef
66 Word (*kCmp)(Word,Word) );
71 Word (*kCmp)(Word,Word) );
75 void deleteFM ( WordFM*, void(*kFin)(Word), void(*vFin)(Word) );
80 void addToFM ( WordFM* fm, Word
[all...]
/external/elfutils/libelf/
H A Dabstract.h37 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \
41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \
59 TYPE_NAME (ElfW2(32, Ext##Word), p_type) \
63 TYPE_NAME (ElfW2(32, Ext##Word), p_filesz) \
64 TYPE_NAME (ElfW2(32, Ext##Word), p_memsz) \
65 TYPE_NAME (ElfW2(32, Ext##Word), p_flags) \
66 TYPE_NAME (ElfW2(32, Ext##Word), p_align) \
70 TYPE_NAME (ElfW2(64, Ext##Word), p_type) \
71 TYPE_NAME (ElfW2(64, Ext##Word), p_flags) \
84 TYPE_NAME (ElfW2(32, Ext##Word), sh_nam
[all...]
H A Dgelf_xlate.h35 FUNDAMENTAL (WORD, Word, LIBELFBITS);
/external/valgrind/memcheck/tests/amd64/
H A Dbt_everything.c14 typedef signed long int Word; typedef
30 ULong btsq_mem ( char* base, Word bitno )
44 ULong btrq_mem ( char* base, Word bitno )
55 ULong btcq_mem ( char* base, Word bitno )
66 ULong btq_mem ( char* base, Word bitno )
81 ULong btsl_mem ( char* base, Word bitno )
95 ULong btrl_mem ( char* base, Word bitno )
106 ULong btcl_mem ( char* base, Word bitno )
117 ULong btl_mem ( char* base, Word bitno )
133 ULong btsw_mem ( char* base, Word bitn
[all...]
/external/valgrind/drd/
H A Ddrd_semaphore.h41 const Word pshared,
45 const HChar* name, const Word oflag,
46 const Word mode, const UInt value);
H A Ddrd_clientobj.h123 Word count; // Participant count in a barrier wait.
124 Word pre_iteration; // pre barrier completion count modulo two.
125 Word post_iteration; // post barrier completion count modulo two.
126 Word pre_waiters_left; // number of waiters left for a complete barrier.
127 Word post_waiters_left; // number of waiters left for a complete barrier.
H A Ddrd_barrier.h42 const BarrierT barrier_type, const Word count,
/external/google-breakpad/src/common/linux/
H A Delf_core_dump.h52 typedef ElfW(Word) Word; typedef in class:google_breakpad::ElfCoreDump
80 Word GetType() const;
125 const Phdr* GetFirstProgramHeaderOfType(Word type) const;
H A Delfutils.h52 typedef Elf32_Word Word; typedef in struct:google_breakpad::ElfClass32
65 typedef Elf64_Word Word; typedef in struct:google_breakpad::ElfClass64
90 typename ElfClass::Word section_type,
H A Delfutils-inl.h48 typename ElfClass::Word section_type,
/external/valgrind/coregrind/
H A Dm_xarray.c45 Word elemSzB; /* element size in bytes */
47 Word usedsizeE; /* # used elements in arr */
48 Word totsizeE; /* max size of arr, in elements */
56 Word elemSzB )
59 /* Implementation relies on Word being signed and (possibly)
61 vg_assert( sizeof(Word) == sizeof(void*) );
62 vg_assert( ((Word)(-1)) < ((Word)(0)) );
128 inline void* VG_(indexXA) ( const XArray* xa, Word n )
138 void VG_(hintSizeXA) ( XArray* xa, Word
[all...]
H A Dm_rangemap.c60 static Word find ( const RangeMap* rm, UWord key );
83 Word i = VG_(addToXA)(rm->ranges, &r);
106 Word iMin, iMax, i;
119 Word i = find(rm, key);
129 Word size = VG_(sizeXA)(rm->ranges);
135 /*OUT*/UWord* val, const RangeMap* rm, Word ix )
148 Word i;
163 static Word find ( const RangeMap* rm, UWord key )
166 Word lo = 0;
167 Word h
[all...]
H A Dm_vkiscnums.c47 const HChar* VG_(sysnum_string)(Word sysnum)
72 const HChar* VG_(sysnum_string)(Word sysnum)
92 const HChar *VG_(sysnum_string)(Word sysnum)
/external/valgrind/coregrind/m_syswrap/
H A Dpriv_syswrap-solaris.h47 void (*f)(Word), Word arg1);
48 extern Word ML_(start_thread_NORETURN)(void *arg);
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_tytypes.h90 Word offset; /* or offset from the beginning of containing
93 Word nLoc; /* number of bytes in .pos.loc if >= 0, or -1
162 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 );
166 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 );
/external/llvm/lib/Fuzzer/
H A DFuzzerMutate.cpp41 void AddWordToDictionary(const uint8_t *Word, size_t Size) { argument
45 Dictionary.push_back(Unit(Word, Word + Size));
119 const Unit &Word = D[Rand(D.size())]; local
120 if (Size + Word.size() > MaxSize) return 0;
122 memmove(Data + Idx + Word.size(), Data + Idx, Size - Idx);
123 memcpy(Data + Idx, Word.data(), Word.size());
124 return Size + Word.size();
215 void MutationDispatcher::AddWordToDictionary(const uint8_t *Word, size_ argument
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_ap.cpp13 FX_WORD Word,
18 Word = SubWord;
23 dwCharCode = pPDFFont->CharCodeFromUnicode(Word);
25 dwCharCode = pFontMap->CharCodeFromUnicode(nFontIndex, Word);
33 pPDFFont->AppendChar(sWord, Word);
125 word.Word, SubWord);
148 pEdit->GetFontMap(), nCurFontIndex, word.Word, SubWord));
11 GetPDFWordString(IFX_Edit_FontMap* pFontMap, int32_t nFontIndex, FX_WORD Word, FX_WORD SubWord) argument
/external/valgrind/helgrind/
H A Dhg_addrdescr.c77 ai->Addr.Block.rwoffset = (Word)(a) - (Word)(haddr);

Completed in 1290 milliseconds

1234567