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

1234567

/external/valgrind/main/include/
H A Dpub_tool_xarray.h34 #include "pub_tool_basics.h" // Word
59 Word elemSzB );
72 extern Word VG_(addToXA) ( XArray*, const void* elem );
77 extern Word VG_(addBytesToXA) ( XArray* xao, const void* bytesV, Word nbytes );
89 /*OUT*/Word* first, /*OUT*/Word* last );
100 /*OUT*/Word* first, /*OUT*/Word* last,
104 extern Word VG
[all...]
H A Dpub_tool_vkiscnums.h37 #include "pub_tool_basics.h" // Word
43 extern HChar* VG_(sysnum_string) (Word sysnum, SizeT n_buf, HChar* buf);
47 extern HChar* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, HChar* buf);
H A Dpub_tool_rangemap.h73 Word VG_(sizeRangeMap) ( RangeMap* rm );
77 /*OUT*/UWord* val, RangeMap* rm, Word ix );
H A Dpub_tool_oset.h34 #include "pub_tool_basics.h" // Word
84 typedef Word (*OSetCmp_t) ( const void* key, const void* elem );
139 // Word val;
151 extern Word VG_(OSetWord_Size) ( OSet* os );
299 extern Word VG_(OSetGen_Size) ( const OSet* os );
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);
/external/chromium_org/content/common/android/
H A Daddress_parser_internal.h21 struct CONTENT_EXPORT Word { struct in namespace:content::address_parser::internal
25 Word() {} function in struct:content::address_parser::internal::Word
26 Word(const base::string16::const_iterator& begin,
37 Word* word);
44 inline bool CheckFinished(Word* word) const;
65 typedef std::vector<Word> WordList;
76 CONTENT_EXPORT bool IsValidLocationName(const Word& word);
77 CONTENT_EXPORT bool IsZipValid(const Word& word, size_t state_index);
78 CONTENT_EXPORT bool IsZipValidForState(const Word& word, size_t state_index);
/external/clang/test/CodeGen/
H A D2003-08-29-BitFieldStruct.c3 struct Word { struct
/external/valgrind/main/coregrind/
H A Dm_vkiscnums.c49 HChar* VG_(sysnum_string)(Word sysnum, SizeT n_buf, HChar* buf)
55 HChar* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, HChar* buf)
64 HChar* VG_(sysnum_string)(Word sysnum, SizeT n_buf, HChar* buf)
79 HChar* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, HChar* buf)
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)) );
137 inline void* VG_(indexXA) ( XArray* xao, Word n )
150 Word news
[all...]
H A Dm_rangemap.c60 static Word find ( RangeMap* rm, UWord key );
85 Word i = VG_(addToXA)(rm->ranges, &r);
108 Word iMin, iMax, i;
121 Word i = find(rm, key);
128 Word VG_(sizeRangeMap) ( RangeMap* rm )
135 /*OUT*/UWord* val, RangeMap* rm, Word ix )
148 Word i;
163 static Word find ( RangeMap* rm, UWord key )
166 Word lo = 0;
167 Word h
[all...]
/external/valgrind/main/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/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.c14 typedef signed long int Word; typedef
18 ULong btsq_mem ( char* base, Word bitno )
32 ULong btrq_mem ( char* base, Word bitno )
43 ULong btcq_mem ( char* base, Word bitno )
54 ULong btq_mem ( char* base, Word bitno )
69 ULong btsl_mem ( char* base, Word bitno )
83 ULong btrl_mem ( char* base, Word bitno )
94 ULong btcl_mem ( char* base, Word bitno )
105 ULong btl_mem ( char* base, Word bitno )
121 ULong btsw_mem ( char* base, Word bitn
[all...]
/external/elfutils/0.153/libelf/
H A Dabstract.h58 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \
62 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \
80 TYPE_NAME (ElfW2(32, Ext##Word), p_type) \
84 TYPE_NAME (ElfW2(32, Ext##Word), p_filesz) \
85 TYPE_NAME (ElfW2(32, Ext##Word), p_memsz) \
86 TYPE_NAME (ElfW2(32, Ext##Word), p_flags) \
87 TYPE_NAME (ElfW2(32, Ext##Word), p_align) \
91 TYPE_NAME (ElfW2(64, Ext##Word), p_type) \
92 TYPE_NAME (ElfW2(64, Ext##Word), p_flags) \
105 TYPE_NAME (ElfW2(32, Ext##Word), sh_nam
[all...]
/external/valgrind/main/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.h122 Word count; // Participant count in a barrier wait.
123 Word pre_iteration; // pre barrier completion count modulo two.
124 Word post_iteration; // post barrier completion count modulo two.
125 Word pre_waiters_left; // number of waiters left for a complete barrier.
126 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/chromium_org/v8/src/compiler/
H A Dmachine-operator.h153 V(Word, And) \
154 V(Word, Or) \
155 V(Word, Xor) \
156 V(Word, Shl) \
157 V(Word, Shr) \
158 V(Word, Sar) \
159 V(Word, Ror) \
160 V(Word, Equal) \
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.h97 const char* GetDynstr(ElfW(Word) offset) const;
99 const char* GetVerstr(ElfW(Word) offset) const;
123 const ElfW(Word) *hash_;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.h97 const char* GetDynstr(ElfW(Word) offset) const;
99 const char* GetVerstr(ElfW(Word) offset) const;
123 const ElfW(Word) *hash_;
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.h91 void AdjustRelocation(ELF::Word rel_type,
135 ELF::Word mips_symtab_count_;
136 ELF::Word mips_local_got_count_;
137 ELF::Word mips_gotsym_;
H A Dcrazy_linker_elf_symbols.h69 ELF::Word* hash_bucket_;
71 ELF::Word* hash_chain_;
H A Delf_traits.h18 typedef Elf32_Word Word; typedef in struct:ELF
48 typedef Elf64_Word Word; typedef in struct:ELF
/external/valgrind/main/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/valgrind/main/helgrind/
H A Dhg_addrdescr.c71 ai->Addr.Block.rwoffset = (Word)(a) - (Word)(haddr);

Completed in 507 milliseconds

1234567