Home
last modified time | relevance | path

Searched refs:SizeT (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/external/valgrind/coregrind/
Dpub_core_tooliface.h128 Bool (*tool_read_extra_suppression_info) (Int, HChar**, SizeT*, Int*,
132 SizeT (*tool_get_extra_suppression_info) (const Error*,/*OUT*/HChar*,Int);
133 SizeT (*tool_print_extra_suppression_use) (const Supp*,/*OUT*/HChar*,Int);
162 void* (*tool_malloc) (ThreadId, SizeT);
163 void* (*tool___builtin_new) (ThreadId, SizeT);
164 void* (*tool___builtin_vec_new) (ThreadId, SizeT);
165 void* (*tool_memalign) (ThreadId, SizeT, SizeT);
166 void* (*tool_calloc) (ThreadId, SizeT, SizeT);
170 void* (*tool_realloc) (ThreadId, void*, SizeT);
171 SizeT (*tool_malloc_usable_size) (ThreadId, void*);
[all …]
Dpub_core_aspacemgr.h88 ( Addr start, SizeT len, UInt prot );
95 ( Addr start, SizeT len, UInt prot );
99 extern Bool VG_(am_is_free_or_resvn)( Addr start, SizeT len );
155 ( Addr start, SizeT len, /*OUT*/Bool* ok );
166 ( Addr start, SizeT len);
173 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
179 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
190 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
198 extern Bool VG_(am_notify_munmap)( Addr start, SizeT len );
206 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
[all …]
Dm_mallocfree.c67 #define MAX_PSZB (~((SizeT)0x0))
184 SizeT n_payload_bytes;
187 ((sizeof(struct _Superblock*) + sizeof(SizeT)) %
199 SizeT rz_szB; // Red zone size in bytes
200 SizeT min_sblock_szB; // Minimum superblock size in bytes
201 SizeT min_unsplittable_sblock_szB;
220 SizeT sblocks_size;
221 SizeT sblocks_used;
232 SizeT stats__perm_bytes_on_loan;
233 SizeT stats__perm_blocks;
[all …]
Dpub_core_replacemalloc.h44 void* (*tl_malloc) (ThreadId tid, SizeT n);
45 void* (*tl___builtin_new) (ThreadId tid, SizeT n);
46 void* (*tl___builtin_vec_new) (ThreadId tid, SizeT n);
47 void* (*tl_memalign) (ThreadId tid, SizeT align, SizeT n);
48 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n);
52 void* (*tl_realloc) (ThreadId tid, void* p, SizeT size);
53 SizeT (*tl_malloc_usable_size) (ThreadId tid, void* payload);
Dm_tooliface.c239 Bool (*read_extra) (Int, HChar**, SizeT*, Int*, Supp*), in VG_()
242 SizeT (*get_xtra_si)(const Error*,/*OUT*/HChar*,Int), in VG_()
243 SizeT (*print_xtra_su)(const Supp*,/*OUT*/HChar*,Int), in VG_()
334 void* (*malloc) ( ThreadId, SizeT ), in VG_()
335 void* (*__builtin_new) ( ThreadId, SizeT ), in VG_()
336 void* (*__builtin_vec_new) ( ThreadId, SizeT ), in VG_()
337 void* (*memalign) ( ThreadId, SizeT, SizeT ), in VG_()
338 void* (*calloc) ( ThreadId, SizeT, SizeT ), in VG_()
342 void* (*realloc) ( ThreadId, void*, SizeT ), in VG_()
343 SizeT (*malloc_usable_size) ( ThreadId, void* ), in VG_()
[all …]
Dpub_core_mallocfree.h105 extern void* VG_(arena_malloc) ( ArenaId arena, const HChar* cc, SizeT nbytes );
108 SizeT nmemb, SizeT bytes_per_memb );
110 void* ptr, SizeT size );
112 SizeT req_alignB, SizeT req_pszB );
124 void* ptr, SizeT req_pszB);
126 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
128 extern SizeT VG_(arena_redzone_size) ( ArenaId aid );
135 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
150 SizeT block_szB;
Dpub_core_trampoline.h117 extern SizeT VG_(x86_darwin_REDIR_FOR_strlen)( void* );
118 extern SizeT VG_(x86_darwin_REDIR_FOR_strcmp)( void*, void* );
121 extern SizeT VG_(x86_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2,
122 SizeT size );
127 extern SizeT VG_(amd64_darwin_REDIR_FOR_strlen)( void* );
128 extern SizeT VG_(amd64_darwin_REDIR_FOR_strcmp)( void*, void* );
131 extern SizeT VG_(amd64_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2,
132 SizeT size );
163 extern SizeT VG_(x86_solaris_REDIR_FOR_strcmp)(const HChar *, const HChar *);
164 extern SizeT VG_(x86_solaris_REDIR_FOR_strlen)(const HChar *);
[all …]
Dm_compiler.c150 __intel_memcpy(void *dest, const void *src, SizeT sz) in __intel_memcpy()
156 __intel_mic_avx512f_memcpy(void *dest, const void *src, SizeT sz) in __intel_mic_avx512f_memcpy()
162 __intel_new_memcpy(void *dest, const void *src, SizeT sz) in __intel_new_memcpy()
168 __intel_ssse3_memcpy(void *dest, const void *src, SizeT sz) in __intel_ssse3_memcpy()
174 __intel_ssse3_rep_memcpy(void *dest, const void *src, SizeT sz) in __intel_ssse3_rep_memcpy()
180 _intel_fast_memcpy(void *dest, const void *src, SizeT sz) in _intel_fast_memcpy()
186 __intel_lrb_memcpy(void *dest, const void *src, SizeT sz) in __intel_lrb_memcpy()
192 __intel_memset(void *dest, int value, SizeT num) in __intel_memset()
198 __intel_new_memset(void *dest, int value, SizeT num) in __intel_new_memset()
204 __intel_mic_avx512f_memset(void *dest, int value, SizeT num) in __intel_mic_avx512f_memset()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceLiveness.h47 SizeT NumLocals = 0;
52 SizeT NumNonDeadPhis = 0;
72 Variable *getVariable(SizeT LiveIndex, const CfgNode *Node) const;
73 SizeT getLiveIndex(SizeT VarIndex) const { in getLiveIndex()
74 const SizeT LiveIndex = VarToLiveMap[VarIndex]; in getLiveIndex()
78 SizeT getNumGlobalVars() const { return NumGlobals; } in getNumGlobalVars()
79 SizeT getNumVarsInNode(const CfgNode *Node) const { in getNumVarsInNode()
82 SizeT &getNumNonDeadPhis(const CfgNode *Node) { in getNumNonDeadPhis()
86 SizeT Index = Node->getIndex(); in getLiveIn()
91 SizeT Index = Node->getIndex(); in getLiveOut()
[all …]
DIceCfgNode.h31 static CfgNode *create(Cfg *Func, SizeT Number) { in create()
38 SizeT getIndex() const { return Number; } in getIndex()
39 void resetIndex(SizeT NewNumber) { Number = NewNumber; } in resetIndex()
55 void setLoopNestDepth(SizeT NewDepth) { LoopNestDepth = NewDepth; } in setLoopNestDepth()
56 SizeT getLoopNestDepth() const { return LoopNestDepth; } in getLoopNestDepth()
96 CfgNode *splitIncomingEdge(CfgNode *Pred, SizeT InEdgeIndex);
131 CfgNode(Cfg *Func, SizeT Number) in CfgNode()
136 SizeT Number; /// invariant: Func->Nodes[Number]==this
137 const SizeT NumberOrig; /// used for name auto-generation
139 SizeT LoopNestDepth = 0; /// the loop nest depth of this node
/external/lzma/C/
DBra.h55 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
56 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
58 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
59 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
60 SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
DBra.c8 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) in ARM_Convert()
10 SizeT i; in ARM_Convert()
35 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) in ARMT_Convert()
37 SizeT i; in ARMT_Convert()
71 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) in PPC_Convert()
73 SizeT i; in PPC_Convert()
101 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) in SPARC_Convert()
DLzmaDec.h55 SizeT dicPos;
56 SizeT dicBufSize;
179 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
180 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
196 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
197 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
221 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
/external/valgrind/memcheck/
Dmc_include.h50 extern SizeT MC_(Malloc_Redzone_SzB);
68 SizeT szB : (sizeof(SizeT)*8)-2; // Size requested; 30 or 62 bits.
94 SizeT rzB; // pool red-zone size
105 Addr p, SizeT size, SizeT align,
115 Addr addr, SizeT size );
117 void MC_(mempool_trim) ( Addr pool, Addr addr, SizeT size );
119 void MC_(mempool_change) ( Addr pool, Addr addrA, Addr addrB, SizeT size );
141 Bool MC_(check_mem_is_noaccess)( Addr a, SizeT len, Addr* bad_addr );
142 void MC_(make_mem_noaccess) ( Addr a, SizeT len );
143 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
[all …]
/external/valgrind/include/
Dpub_tool_tooliface.h326 Bool (*read_extra_suppression_info)(Int fd, HChar** bufpp, SizeT* nBufp,
346 SizeT (*print_extra_suppression_info)(const Error* err,
352 SizeT (*print_extra_suppression_use)(const Supp* su,
477 void* (*pmalloc) ( ThreadId tid, SizeT n ),
478 void* (*p__builtin_new) ( ThreadId tid, SizeT n ),
479 void* (*p__builtin_vec_new) ( ThreadId tid, SizeT n ),
480 void* (*pmemalign) ( ThreadId tid, SizeT align, SizeT n ),
481 void* (*pcalloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ),
485 void* (*prealloc) ( ThreadId tid, void* p, SizeT new_size ),
486 SizeT (*pmalloc_usable_size) ( ThreadId tid, void* p),
[all …]
Dpub_tool_libcbase.h82 extern SizeT VG_(strlen) ( const HChar* str );
83 extern SizeT VG_(strnlen) ( const HChar* str, SizeT n );
85 extern HChar* VG_(strncat) ( HChar* dest, const HChar* src, SizeT n );
88 extern HChar* VG_(strncpy) ( HChar* dest, const HChar* src, SizeT ndest );
89 extern SizeT VG_(strlcpy) ( HChar* dest, const HChar* src, SizeT n );
92 extern Int VG_(strncmp) ( const HChar* s1, const HChar* s2, SizeT nmax );
93 extern Int VG_(strncasecmp) ( const HChar* s1, const HChar* s2, SizeT nmax );
98 extern SizeT VG_(strspn) ( const HChar* s, const HChar* accpt );
99 extern SizeT VG_(strcspn) ( const HChar* s, const HChar* reject );
139 extern void* VG_(memcpy) ( void *d, const void *s, SizeT sz );
[all …]
Dpub_tool_mallocfree.h42 extern void* VG_(malloc) ( const HChar* cc, SizeT nbytes );
44 extern void* VG_(calloc) ( const HChar* cc, SizeT n, SizeT bytes_per_elem );
45 extern void* VG_(realloc) ( const HChar* cc, void* p, SizeT size );
46 extern void VG_(realloc_shrink)( void* ptr, SizeT size );
52 extern void VG_(out_of_memory_NORETURN) ( const HChar* who, SizeT szB );
65 extern void* VG_(perm_malloc) ( SizeT nbytes, Int align );
Dpub_tool_xtmemory.h37 SizeT nbytes;
38 SizeT nblocks;
54 extern void VG_(XTMemory_Full_alloc)(SizeT szB,
56 extern void VG_(XTMemory_Full_free)(SizeT szB,
59 extern void VG_(XTMemory_Full_resize_in_place)(SizeT oldSzB, SizeT newSzB,
Dpub_tool_replacemalloc.h43 extern void* VG_(cli_malloc) ( SizeT align, SizeT nbytes );
47 extern SizeT VG_(cli_malloc_usable_size)( void* p );
59 SizeT size, SizeT rz_szB );
80 extern SizeT VG_(malloc_effective_client_redzone_size)(void);
/external/valgrind/exp-sgcheck/
Dh_main.h52 SizeT Seg__size(Seg* seg);
59 void* h_replace_malloc ( ThreadId tid, SizeT n );
60 void* h_replace___builtin_new ( ThreadId tid, SizeT n );
61 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n );
62 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n );
63 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 );
67 void* h_replace_realloc ( ThreadId tid, void* p_old, SizeT new_size );
68 SizeT h_replace_malloc_usable_size ( ThreadId tid, void* p );
/external/valgrind/drd/
Ddrd_malloc_wrappers.c50 SizeT size; // size requested
60 static SizeT s_cmalloc_n_mallocs = 0;
61 static SizeT s_cmalloc_n_frees = 0;
62 static SizeT s_cmalloc_bs_mallocd = 0;
70 static void* new_block(ThreadId tid, SizeT size, SizeT align, Bool is_zeroed) in new_block()
89 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size) in DRD_()
146 static void* drd_malloc(ThreadId tid, SizeT n) in drd_malloc()
152 static void* drd_memalign(ThreadId tid, SizeT align, SizeT n) in drd_memalign()
158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) in drd_calloc()
178 static void* drd_realloc(ThreadId tid, void* p_old, SizeT new_size) in drd_realloc()
[all …]
/external/valgrind/shared/
Dvg_replace_strmem.c124 Bool is_overlap ( void* dst, const void* src, SizeT dstlen, SizeT srclen ) in is_overlap()
324 ( char* dst, const char* src, SizeT n ); \
326 ( char* dst, const char* src, SizeT n ) \
330 SizeT m = 0; \
368 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \
369 ( char* dst, const char* src, SizeT n ); \
370 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \
371 ( char* dst, const char* src, SizeT n ) \
375 SizeT m = 0; \
414 SizeT VG_REPLACE_FUNCTION_EZU(20060,soname,fnname) \
[all …]
/external/valgrind/helgrind/
Dlibhb.h117 void zsm_sapplyNN_f__msmcwrite ( Thr* thr, Addr a, SizeT len );
123 void zsm_sapplyNN_f__msmcread ( Thr* thr, Addr a, SizeT len );
129 void libhb_srange_new ( Thr*, Addr, SizeT );
130 void libhb_srange_untrack ( Thr*, Addr, SizeT );
131 void libhb_srange_noaccess_NoFX ( Thr*, Addr, SizeT ); /* IS IGNORED */
132 void libhb_srange_noaccess_AHAE ( Thr*, Addr, SizeT ); /* IS NOT IGNORED */
139 UWord libhb_srange_get_abits (Addr a, /*OUT*/UChar *abits, SizeT len);
148 void libhb_copy_shadow_state ( Thr* thr, Addr src, Addr dst, SizeT len );
157 /*OUT*/SizeT* resSzB,
160 Thr* thr, Addr a, SizeT szB, Bool isW );
[all …]
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c230 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \
231 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \
246 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \
247 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \
268 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n); \
269 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n) \
665 ( void *zone, SizeT nmemb, SizeT size ); \
667 ( void *zone, SizeT nmemb, SizeT size ) \
685 ( SizeT nmemb, SizeT size ); \
687 ( SizeT nmemb, SizeT size ) \
[all …]
/external/swiftshader/third_party/subzero/crosstest/
Dmem_intrin.cpp19 reset_buf(uint8_t *buf, uint8_t init, SizeT length) { in reset_buf()
20 SizeT i; in reset_buf()
21 SizeT v = init; in reset_buf()
31 fletcher_checksum(uint8_t *buf, SizeT length) { in fletcher_checksum()
32 SizeT i; in fletcher_checksum()
43 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memcpy_test()
49 int memmove_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memmove_test()
56 SizeT reduced_length = length - overlap_bytes; in memmove_test()
68 int memset_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memset_test()

12345678910>>...12