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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Bra.h 45 SizeT processed = Convert(data, size, ip, 1);
53 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
54 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
55 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
56 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Bra.h 45 SizeT processed = Convert(data, size, ip, 1);
53 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
54 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
55 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
56 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Bra.h 45 SizeT processed = Convert(data, size, ip, 1);
53 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
54 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
55 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
56 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
    [all...]
  /external/lzma/C/
Bra.h 47 SizeT processed = Convert(data, size, ip, 1);
55 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);
    [all...]
Delta.h 14 void Delta_Encode(Byte *state, unsigned delta, Byte *data, SizeT size);
15 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);
  /external/swiftshader/third_party/subzero/crosstest/
xdefs.h 22 typedef unsigned int SizeT;
mem_intrin.h 11 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length);
12 int memmove_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length);
13 int memset_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length);
  /external/valgrind/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 );
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 );
pub_tool_replacemalloc.h 43 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);
pub_tool_xtmemory.h 37 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,
pub_tool_transtab.h 36 void VG_(discard_translations_safely) ( Addr start, SizeT len,
pub_tool_deduppoolalloc.h 94 extern DedupPoolAlloc* VG_(newDedupPA) ( SizeT poolSzB,
95 SizeT eltAlign,
108 SizeT eltSzB, const void* elt);
115 SizeT eltSzB, const void* elt);
144 void (*shrink_block)(void*, SizeT));
  /external/valgrind/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_tooliface.h 128 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);
    [all...]
pub_core_mallocfree.h 105 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 )
    [all...]
pub_core_aspacemgr.h 88 ( 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...]
  /external/valgrind/coregrind/m_debuginfo/
priv_readexidx.h 41 UChar* exidx_img, SizeT exidx_size,
42 UChar* extab_img, SizeT extab_size,
priv_readmacho.h 35 #include "pub_core_basics.h" // SizeT
40 extern Bool ML_(is_macho_object_file)( const void* buf, SizeT size );
  /external/valgrind/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/coregrind/m_sigframe/
priv_sigframe.h 41 SizeT size, UInt flags );
  /external/valgrind/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,
  /external/clang/test/PCH/
type_pack_element.cpp 7 using SizeT = decltype(sizeof(int));
9 template <SizeT i, typename ...T>
  /external/swiftshader/third_party/subzero/src/
IceLoopAnalyzer.h 22 Loop(CfgNode *Header, CfgNode *PreHeader, CfgUnorderedSet<SizeT> Body)
26 CfgUnorderedSet<SizeT> Body; // Node IDs
IceLiveness.h 47 SizeT NumLocals = 0;
52 SizeT NumNonDeadPhis = 0;
72 Variable *getVariable(SizeT LiveIndex, const CfgNode *Node) const;
73 SizeT getLiveIndex(SizeT VarIndex) const {
74 const SizeT LiveIndex = VarToLiveMap[VarIndex];
78 SizeT getNumGlobalVars() const { return NumGlobals; }
79 SizeT getNumVarsInNode(const CfgNode *Node) const {
82 SizeT &getNumNonDeadPhis(const CfgNode *Node) {
86 SizeT Index = Node->getIndex()
    [all...]

Completed in 616 milliseconds

1 2 3 4 5 6 7 8 91011>>