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

1 2 3 4 5 6 7 8

  /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,
Lzma2Dec.h 51 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
52 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
54 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,
55 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
77 SRes Lzma2Decode(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 35 #include "pub_tool_basics.h" // SizeT
42 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 );
50 extern SizeT VG_(malloc_usable_size)( void* p );
55 extern void VG_(out_of_memory_NORETURN) ( const HChar* who, SizeT szB );
69 extern void* VG_(perm_malloc) ( SizeT nbytes, Int align );
pub_tool_replacemalloc.h 43 extern void* VG_(cli_malloc) ( SizeT align, SizeT nbytes );
55 SizeT size, SizeT rz_szB );
76 extern SizeT VG_(malloc_effective_client_redzone_size)(void);
pub_tool_seqmatch.h 83 const void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt,
84 const void* input, SizeT szbInput, UWord nInput, UWord ixInput,
pub_tool_vkiscnums.h 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);
  /external/valgrind/main/coregrind/
pub_core_replacemalloc.h 44 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);
pub_core_aspacemgr.h 87 // ( Addr start, SizeT len, UInt prot );
93 ( Addr start, SizeT len, UInt prot );
100 ( Addr start, SizeT len, UInt prot );
159 ( Addr start, SizeT len, /*OUT*/Bool* ok );
170 ( Addr start, SizeT len);
177 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
183 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
194 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
202 extern Bool VG_(am_notify_munmap)( Addr start, SizeT len );
210 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset)
    [all...]
pub_core_mallocfree.h 102 extern void* VG_(arena_malloc) ( ArenaId arena, const HChar* cc, SizeT nbytes );
105 SizeT nmemb, SizeT bytes_per_memb );
107 void* ptr, SizeT size );
109 SizeT req_alignB, SizeT req_pszB );
113 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
115 extern SizeT VG_(arena_redzone_size) ( ArenaId aid );
122 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
137 SizeT block_szB
    [all...]
pub_core_tooliface.h 127 Bool (*tool_read_extra_suppression_info) (Int, HChar**, SizeT*, Int*,
161 void* (*tool_malloc) (ThreadId, SizeT);
162 void* (*tool___builtin_new) (ThreadId, SizeT);
163 void* (*tool___builtin_vec_new) (ThreadId, SizeT);
164 void* (*tool_memalign) (ThreadId, SizeT, SizeT);
165 void* (*tool_calloc) (ThreadId, SizeT, SizeT);
169 void* (*tool_realloc) (ThreadId, void*, SizeT);
170 SizeT (*tool_malloc_usable_size) (ThreadId, void*)
    [all...]
m_vkiscnums.c 49 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)
pub_core_trampoline.h 115 extern SizeT VG_(x86_darwin_REDIR_FOR_strlen)( void* );
116 extern SizeT VG_(x86_darwin_REDIR_FOR_strcmp)( void*, void* );
119 extern SizeT VG_(x86_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2,
120 SizeT size );
125 extern SizeT VG_(amd64_darwin_REDIR_FOR_strlen)( void* );
126 extern SizeT VG_(amd64_darwin_REDIR_FOR_strcmp)( void*, void* );
129 extern SizeT VG_(amd64_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2,
130 SizeT size );
  /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/coregrind/m_debuginfo/
priv_readmacho.h 35 #include "pub_core_basics.h" // SizeT
40 extern Bool ML_(is_macho_object_file)( const void* buf, SizeT size );
priv_readelf.h 35 #include "pub_core_basics.h" // SizeT
46 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok );
  /external/valgrind/main/drd/
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 49 void DRD_(trace_mem_access)(const Addr addr, const SizeT size,
53 VG_REGPARM(2) void DRD_(trace_load)(Addr addr, SizeT size);
54 VG_REGPARM(2) void DRD_(trace_store)(Addr addr, SizeT size);
55 void DRD_(clean_memory)(const Addr a1, const SizeT len);
  /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 298 milliseconds

1 2 3 4 5 6 7 8