HomeSort by relevance Sort by last modified time
    Searched defs:alloc (Results 151 - 175 of 484) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/display/msm8994/liboverlay/
overlayWriteback.cpp 49 return alloc(size, isSecure);
52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
  /prebuilts/go/darwin-x86/src/runtime/
netpoll.go 105 pd := pollcache.alloc()
453 func (c *pollCache) alloc() *pollDesc { func
  /prebuilts/go/linux-x86/src/runtime/
netpoll.go 105 pd := pollcache.alloc()
453 func (c *pollCache) alloc() *pollDesc { func
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftsystem.h 161 * alloc ::
174 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
uses_alloc_types.hpp 22 // (1) UA_AllocArg: 'T(allocator_arg_t, Alloc const&, Args&&...)'
23 // (2) UA_AllocLast: 'T(Args&&..., Alloc const&)'
58 template <class Alloc, std::size_t N>
61 // 'Alloc' type and exactly 'N' additional arguments. It also provides
65 template <class Alloc, std::size_t N>
68 // 'Alloc' type and exactly 'N' additional arguments. It also provides
71 template <class Alloc, std::size_t N>
74 // the specified 'Alloc' type and exactly 'N' additional arguments. It also
77 template <class Alloc, std::size_t>
80 // the specified 'Alloc' type and exactly 'N' additional arguments. It als
168 Alloc alloc; member in union:UsesAllocatorType::UsesAllocatorTestBaseStorage::__anon630
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-demangle.c 56 size_t alloc = buf->alloced; local
63 alloc = LINELEN;
77 if (count + 1 >= alloc)
79 alloc *= 2;
80 data = xrealloc (data, alloc);
89 buf->alloced = alloc;
  /external/protobuf/js/binary/
reader.js 71 this.decoder_ = jspb.BinaryDecoder.alloc(opt_bytes, opt_start, opt_length);
122 jspb.BinaryReader.alloc =
144 jspb.BinaryReader.prototype.alloc = jspb.BinaryReader.alloc; method in class:jspb.BinaryReader
596 jspb.BinaryDecoder.alloc(this.decoder_.getBuffer(), start, length);
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8429/
poc.c 115 struct nvmap_alloc_handle alloc = {0}; local
116 alloc.align = 0x1000;
117 alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
118 alloc.flags = NVMAP_HANDLE_ZEROED_PAGES;
119 alloc.handle = g_allocation->handle;
120 ioctl(g_fd, NVMAP_IOC_ALLOC, &alloc);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 131 struct nvmap_alloc_handle alloc = {0}; local
132 alloc.align = 0x1000;
133 alloc.handle = op.handle;
134 alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
135 alloc.flags = NVMAP_HANDLE_ZEROED_PAGES;
136 ioctl(g_fd, NVMAP_IOC_ALLOC, &alloc);
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 430 Allocation alloc = createAllocation(); local
431 return BlockingInputAllocation.wrap(alloc);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 114 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); local
122 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
129 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
135 alloc.copyFrom(inArray);
139 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
143 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
147 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
151 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
155 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
159 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray)
178 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); local
203 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bytesio.c 63 size_t alloc = self->buf_size; local
73 if (size < alloc / 2) {
75 alloc = size + 1;
77 else if (size < alloc) {
81 else if (size <= alloc * 1.125) {
83 alloc = size + (size >> 3) + (size < 9 ? 3 : 6);
87 alloc = size + 1;
90 if (alloc > ((size_t)-1) / sizeof(char))
92 new_buf = (char *)PyMem_Realloc(self->buf, alloc * sizeof(char));
97 self->buf_size = alloc;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bytesio.c 63 size_t alloc = self->buf_size; local
73 if (size < alloc / 2) {
75 alloc = size + 1;
77 else if (size < alloc) {
81 else if (size <= alloc * 1.125) {
83 alloc = size + (size >> 3) + (size < 9 ? 3 : 6);
87 alloc = size + 1;
90 if (alloc > ((size_t)-1) / sizeof(char))
92 new_buf = (char *)PyMem_Realloc(self->buf, alloc * sizeof(char));
97 self->buf_size = alloc;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
st.c 55 #define alloc(type) (type*)xmalloc((unsigned)sizeof(type)) macro
158 tbl = alloc(st_table);
270 entry = alloc(st_table_entry);\
355 new_table = alloc(st_table);
373 entry = alloc(st_table_entry);
  /external/clang/test/SemaTemplate/
alias-templates.cpp 32 inner_ptr &&alloc();
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {}
60 template<> bool &traits<thing<bool>>::alloc() { static bool b; return b; } function in class:X::traits
  /external/curl/src/
tool_paramhlp.c 94 size_t alloc = 512; local
100 if(!buffer || (alloc == nused)) {
102 if(alloc + 1 > ((size_t)-1)/2) {
106 alloc *= 2;
108 newbuf = realloc(buffer, alloc + 1);
115 nread = fread(buffer + nused, 1, alloc-nused, file);
121 if(alloc != nused) {
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationCommonEdgeTests.cpp 337 const Allocation& alloc = vertexBuffer.getAllocation(); local
338 deUint8* const pData = static_cast<deUint8*>(alloc.getHostPtr());
344 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes);
vktTessellationGeometryPointSizeTests.cpp 413 const Allocation& alloc = colorBuffer.getAllocation(); local
414 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), colorBufferSizeBytes);
415 tcu::ConstPixelBufferAccess image(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, alloc.getHostPtr());
vktTessellationMiscDrawTests.cpp 152 const Allocation& alloc = vertexBuffer.getAllocation(); local
153 deMemcpy(alloc.getHostPtr(), &vertexData[0], static_cast<std::size_t>(vertexDataSizeBytes));
155 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes);
228 const Allocation& alloc = tessLevelsBuffer.getAllocation(); local
229 TessLevels* const bufferTessLevels = static_cast<TessLevels*>(alloc.getHostPtr());
231 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(TessLevels));
  /external/jemalloc/include/jemalloc/internal/
rtree.h 83 rtree_node_alloc_t *alloc; member in struct:rtree_s
98 bool rtree_new(rtree_t *rtree, unsigned bits, rtree_node_alloc_t *alloc,
  /external/libunwind/src/
elfxx.c 469 ISzAlloc alloc; local
472 alloc.Alloc = xz_alloc;
473 alloc.Free = xz_free;
474 XzUnpacker_Construct(&state, &alloc);
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keymap-dump.c 60 size_t alloc; member in struct:buf
68 buf->alloc += BUF_CHUNK_SIZE;
70 buf->alloc += at_least;
72 new = realloc(buf->buf, buf->alloc);
87 available = buf->alloc - buf->size;
101 available = buf->alloc - buf->size;
  /external/libxml2/
buf.c 47 xmlBufferAllocationScheme alloc; /* The realloc method */ member in struct:_xmlBuf
136 ret->alloc = xmlBufferAllocScheme;
168 ret->alloc = xmlBufferAllocScheme;
201 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)
251 ret->alloc = XML_BUFFER_ALLOC_IMMUTABLE;
275 return(buf->alloc);
297 if ((buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) ||
298 (buf->alloc == XML_BUFFER_ALLOC_IO))
305 buf->alloc = scheme;
307 buf->buffer->alloc = scheme
    [all...]
timsort.h 352 size_t alloc; member in struct:__anon26822
357 if (store->alloc < new_size) {
367 store->alloc = new_size;
551 store->alloc = 0;
  /external/lzma/C/
MtCoder.h 82 ISzAlloc *alloc; member in struct:_CMtCoder

Completed in 601 milliseconds

1 2 3 4 5 67 8 91011>>