HomeSort by relevance Sort by last modified time
    Searched refs:SizeT (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/valgrind/main/coregrind/m_debuginfo/
priv_readdwarf3.h 45 UChar* debug_info_img, SizeT debug_info_sz,
46 UChar* debug_types_img, SizeT debug_types_sz,
47 UChar* debug_abbv_img, SizeT debug_abbv_sz,
48 UChar* debug_line_img, SizeT debug_line_sz,
49 UChar* debug_str_img, SizeT debug_str_sz,
50 UChar* debug_ranges_img, SizeT debug_ranges_sz,
51 UChar* debug_loc_img, SizeT debug_loc_sz,
52 UChar* debug_info_alt_img, SizeT debug_info_alt_sz,
53 UChar* debug_abbv_alt_img, SizeT debug_abbv_alt_sz,
54 UChar* debug_line_alt_img, SizeT debug_line_alt_sz
    [all...]
priv_readmacho.h 37 extern Bool ML_(is_macho_object_file)( const void* buf, SizeT size );
priv_readelf.h 43 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok );
  /external/chromium_org/third_party/lzma_sdk/
Bcj2.h 28 const Byte *buf0, SizeT size0,
29 const Byte *buf1, SizeT size1,
30 const Byte *buf2, SizeT size2,
31 const Byte *buf3, SizeT size3,
32 Byte *outBuf, SizeT outSize);
Bra.h 49 SizeT processed = Convert(data, size, ip, 1);
57 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
58 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
59 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
60 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
61 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
    [all...]
LzmaDec.h 57 SizeT dicPos;
58 SizeT dicBufSize;
181 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
182 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
198 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
199 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
223 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
  /external/lzma/C/
Bcj2.h 28 const Byte *buf0, SizeT size0,
29 const Byte *buf1, SizeT size1,
30 const Byte *buf2, SizeT size2,
31 const Byte *buf3, SizeT size3,
32 Byte *outBuf, SizeT outSize);
Bra.h 49 SizeT processed = Convert(data, size, ip, 1);
57 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
58 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
59 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
60 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
61 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
    [all...]
Delta.h 16 void Delta_Encode(Byte *state, unsigned delta, Byte *data, SizeT size);
17 void Delta_Decode(Byte *state, unsigned delta, Byte *data, SizeT size);
Lzma86.h 87 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize);
107 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen);
LzmaDec.h 57 SizeT dicPos;
58 SizeT dicBufSize;
181 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
182 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
198 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
199 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
223 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
  /external/valgrind/main/include/
pub_tool_mallocfree.h 40 extern void* VG_(malloc) ( HChar* cc, SizeT nbytes );
42 extern void* VG_(calloc) ( HChar* cc, SizeT n, SizeT bytes_per_elem );
43 extern void* VG_(realloc) ( HChar* cc, void* p, SizeT size );
48 extern SizeT VG_(malloc_usable_size)( void* p );
56 extern SizeT VG_(malloc_effective_client_redzone_size)(void);
61 extern void VG_(out_of_memory_NORETURN) ( HChar* who, SizeT szB );
pub_tool_replacemalloc.h 41 extern void* VG_(cli_malloc) ( SizeT align, SizeT nbytes );
53 SizeT size, SizeT rz_szB );
  /external/valgrind/main/coregrind/
pub_core_replacemalloc.h 43 void* (*tl_malloc) (ThreadId tid, SizeT n);
44 void* (*tl___builtin_new) (ThreadId tid, SizeT n);
45 void* (*tl___builtin_vec_new) (ThreadId tid, SizeT n);
46 void* (*tl_memalign) (ThreadId tid, SizeT align, SizeT n);
47 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n);
51 void* (*tl_realloc) (ThreadId tid, void* p, SizeT size);
52 SizeT (*tl_malloc_usable_size) (ThreadId tid, void* payload);
pub_core_aspacemgr.h 86 // ( Addr start, SizeT len, UInt prot );
93 ( Addr start, SizeT len, UInt prot );
152 ( Addr start, SizeT len, /*OUT*/Bool* ok );
163 ( Addr start, SizeT len);
170 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
176 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
187 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
195 extern Bool VG_(am_notify_munmap)( Addr start, SizeT len );
203 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
217 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset )
    [all...]
pub_core_tooliface.h 125 Bool (*tool_read_extra_suppression_info) (Int, Char**, SizeT*, Supp*);
150 void* (*tool_malloc) (ThreadId, SizeT);
151 void* (*tool___builtin_new) (ThreadId, SizeT);
152 void* (*tool___builtin_vec_new) (ThreadId, SizeT);
153 void* (*tool_memalign) (ThreadId, SizeT, SizeT);
154 void* (*tool_calloc) (ThreadId, SizeT, SizeT);
158 void* (*tool_realloc) (ThreadId, void*, SizeT);
159 SizeT (*tool_malloc_usable_size) (ThreadId, void*)
    [all...]
pub_core_mallocfree.h 106 extern void* VG_(arena_malloc) ( ArenaId arena, HChar* cc, SizeT nbytes );
109 SizeT nmemb, SizeT bytes_per_memb );
111 void* ptr, SizeT size );
113 SizeT req_alignB, SizeT req_pszB );
117 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
m_vkiscnums.c 49 Char* VG_(sysnum_string)(Word sysnum, SizeT n_buf, Char* buf)
55 Char* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, Char* buf)
64 Char* VG_(sysnum_string)(Word sysnum, SizeT n_buf, Char* buf)
79 Char* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, Char* buf)
  /external/valgrind/main/drd/
drd_strmem_intercepts.c 41 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \
42 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \
44 SizeT i = 0; \
61 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \
62 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
64 SizeT i = 0; \
drd_malloc_wrappers.h 33 typedef void (*StartUsingMem)(const Addr a1, const SizeT len, UInt ec_uniq);
34 typedef void (*StopUsingMem)(const Addr a1, const SizeT len);
39 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
43 SizeT* const size,
drd_load_store.h 48 void DRD_(trace_mem_access)(const Addr addr, const SizeT size,
52 VG_REGPARM(2) void DRD_(trace_load)(Addr addr, SizeT size);
53 VG_REGPARM(2) void DRD_(trace_store)(Addr addr, SizeT size);
54 void DRD_(clean_memory)(const Addr a1, const SizeT len);
  /external/valgrind/main/exp-sgcheck/
h_main.h 52 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 )
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 50 extern SizeT MC_(Malloc_Redzone_SzB);
68 SizeT szB : (sizeof(SizeT)*8)-2; // Size requested; 30 or 62 bits.
79 SizeT rzB; // pool red-zone size
87 Addr p, SizeT size, SizeT align,
96 Addr addr, SizeT size );
98 void MC_(mempool_trim) ( Addr pool, Addr addr, SizeT size );
100 void MC_(mempool_change) ( Addr pool, Addr addrA, Addr addrB, SizeT size );
121 Bool MC_(check_mem_is_noaccess)( Addr a, SizeT len, Addr* bad_addr )
    [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 78 void* VG_(cli_malloc) ( SizeT align, SizeT nbytes )
95 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB )
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 58 SizeT dicPos;
59 SizeT dicBufSize;
182 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
183 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
199 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
200 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
224 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,

Completed in 206 milliseconds

1 2 3 4 5 6 7 8