HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 276 - 300 of 1320) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/include/
splay-tree.h 76 /* The type of a function used to allocate memory for tree root and
115 /* Node allocate function. Takes allocate_data as a parameter. */
116 splay_tree_allocate_fn allocate; variable
121 /* Parameter for allocate/free functions. */
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 44 this.buffer = ByteBuffer.allocate(size);
  /frameworks/av/media/mtp/
MtpDataPacket.cpp 228 allocate(mOffset + 1);
235 allocate(mOffset + 1);
242 allocate(mOffset + 2);
250 allocate(mOffset + 2);
258 allocate(mOffset + 4);
268 allocate(mOffset + 4);
278 allocate(mOffset + 8);
292 allocate(mOffset + 8);
438 allocate(length + MTP_CONTAINER_HEADER_SIZE);
458 allocate(totalLength)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_util.c 210 bool allocate,
218 assert(!(allocate && eot));
234 * urb entry - (I think... what about 'allocate'?)
237 allocate ? c->reg.R0 : retype(brw_null_reg(), BRW_REGISTER_TYPE_UD),
240 allocate,
243 allocate ? 1 : 0, /* response_length */
264 0, /* allocate */
380 1, /* allocate */
brw_gs_emit.c 46 * Allocate registers for GS.
171 bool allocate = !last; local
184 allocate ? c->reg.temp
188 allocate,
191 allocate ? 1 : 0, /* response length */
192 allocate ? 0 : 1, /* eot */
197 if (allocate) {
204 * De-allocate the URB entry that was previously allocated to this thread
215 false, /* allocate */
227 * have finished sending primitives down the pipeline, and to allocate a UR
    [all...]
  /external/opencv3/modules/imgcodecs/src/
bitstrm.cpp 63 void RBaseStream::allocate() function in class:cv::RBaseStream
116 allocate();
358 void WBaseStream::allocate() function in class:cv::WBaseStream
394 allocate();
409 allocate();
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 134 /// allocate - allocate N data in order.
135 // - Disallow to allocate a chunk whose size is bigger than a chunk.
139 pointer allocate(size_type N) { function in class:mcld::LinearAllocatorBase
155 /// allocate - clone function of allocating one datum.
156 pointer allocate() { function in class:mcld::LinearAllocatorBase
261 * deallocation. Interleaving 'allocate' and 'deallocate' increases the size
331 pointer allocate(size_type pNumOfElements, const void* = 0) { function in class:mcld::MallocAllocator
379 DataType* allocate(size_type pNumOfElements, const void* = 0) { function in class:mcld::MallocAllocator
384 pointer allocate(size_type pNumOfElements, const void* = 0) function in class:mcld::MallocAllocator
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cvstd.hpp 152 pointer allocate(size_type count, const void* =0) { return reinterpret_cast<pointer>(fastMalloc(count * sizeof (_Tp))); } function in class:cv::Allocator
572 char* allocate(size_t len); // len without trailing 0
609 memcpy(allocate(len), str.cstr_ + pos, len);
618 memcpy(allocate(len), s, len);
626 memcpy(allocate(n), s, n);
633 memset(allocate(n), c, n);
641 memcpy(allocate(len), first, len);
649 char* str = allocate(len);
681 memcpy(allocate(len), s, len);
689 allocate(1)[0] = c
    [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} function in class:Eigen::internal::qr_preconditioner_impl
77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
214 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
261 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
313 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
543 allocate(rows, cols, computationOptions);
606 void allocate(Index rows, Index cols, unsigned int computationOptions);
621 void JacobiSVD<MatrixType, QRPreconditioner>::allocate(Index rows, Index cols, unsigned int computationOptions function in class:Eigen::JacobiSVD
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
CharBufferTest.java 194 CharBuffer other = CharBuffer.allocate(buf.capacity());
559 CharBuffer other = CharBuffer.allocate(buf.capacity());
574 buf.put(CharBuffer.allocate(buf.capacity() + 1));
858 CharBuffer cb = CharBuffer.allocate(10);
884 CharBuffer cb = CharBuffer.allocate(1);
932 CharBuffer cb = CharBuffer.allocate(2);
939 CharBuffer cb = CharBuffer.allocate(10);
948 CharBuffer cb = CharBuffer.allocate(10);
958 CharBuffer cb = CharBuffer.allocate(10);
995 CharBuffer target = CharBuffer.allocate(10)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 131 void* _STLP_CALL __malloc_alloc::allocate(size_t __n) function in class:__malloc_alloc
174 // 2. In all other cases, we allocate an object of size exactly
270 // if it is inconvenient to allocate the requested number.
361 /* We allocate memory in large chunks in order to avoid fragmenting */
531 /* We allocate memory in large chunks in order to avoid fragmenting */
569 // We were able to allocate at least one object and there is still enough
576 // We were not able to allocate enough for at least one object.
614 // Add node to list of available blocks and recursively allocate from it.
623 // We were not able to find something in a freelist, try to allocate a smaller amount.
667 // is currently trying to allocate a node (we're not thread-safe here)
990 void *_Pthread_alloc_impl::allocate(size_t& __n) { function in class:_Pthread_alloc_impl
1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { function in class:_Pthread_alloc_impl
1102 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n) function in class:_Pthread_alloc
1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a) function in class:_Pthread_alloc
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btStridingMeshInterface.cpp 229 btChunk* chunk = serializer->allocate(sizeof(btMeshPartData),trimeshData->m_numMeshParts);
269 btChunk* chunk = serializer->allocate(sizeof(btIntIndexData),numindices);
287 btChunk* chunk = serializer->allocate(sizeof(btShortIntIndexTripletData),numtriangles);
305 btChunk* chunk = serializer->allocate(sizeof(btCharIndexTripletData),numtriangles);
334 btChunk* chunk = serializer->allocate(sizeof(btVector3FloatData),numverts);
353 btChunk* chunk = serializer->allocate(sizeof(btVector3DoubleData),numverts);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 230 // Allocate and construct an operation to wrap the handler.
234 asio_handler_alloc_helpers::allocate(
252 // Allocate and construct an operation to wrap the handler.
255 asio_handler_alloc_helpers::allocate(
313 // Allocate and construct an operation to wrap the handler.
317 asio_handler_alloc_helpers::allocate(
342 // Allocate and construct an operation to wrap the handler.
345 asio_handler_alloc_helpers::allocate(
400 // Allocate and construct an operation to wrap the handler.
403 asio_handler_alloc_helpers::allocate(
    [all...]
reactive_socket_service_base.hpp 201 // Allocate and construct an operation to wrap the handler.
204 asio_handler_alloc_helpers::allocate(
225 // Allocate and construct an operation to wrap the handler.
228 asio_handler_alloc_helpers::allocate(
272 // Allocate and construct an operation to wrap the handler.
275 asio_handler_alloc_helpers::allocate(
300 // Allocate and construct an operation to wrap the handler.
303 asio_handler_alloc_helpers::allocate(
357 // Allocate and construct an operation to wrap the handler.
360 asio_handler_alloc_helpers::allocate(
    [all...]
  /external/pdfium/third_party/agg23/
agg_array.h 41 void allocate(unsigned size, unsigned extra_tail = 0);
122 void pod_array<T>::allocate(unsigned size, unsigned extra_tail) function in class:agg::pod_array
153 allocate(v.m_size);
444 int8u* allocate(unsigned size, unsigned alignment = 1) function in class:agg::pod_allocator
461 return allocate(size - align, alignment);
468 return allocate(size, alignment);
  /frameworks/native/libs/ui/
Gralloc1.cpp 143 gralloc1_error_t Device::allocate( function in class:android::Gralloc1::Device
147 if (mFunctions.allocate.pfn == nullptr) {
158 int32_t intError = mFunctions.allocate(mDevice,
169 gralloc1_error_t Device::allocate( function in class:android::Gralloc1::Device
187 error = allocate(descriptors, &buffers);
365 // allocate may not be present if we're only able to map in this process
366 mFunctions.allocate.load(mDevice, false);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SinkChannelTest.java 86 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
127 ByteBuffer readBuf = ByteBuffer.allocate(THREAD_NUM * BUFFER_SIZE);
195 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
292 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
496 ByteBuffer[] buf = {ByteBuffer.allocate(10),null};
504 ByteBuffer target = ByteBuffer.allocate(10);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 211 typename = decltype(std::declval<_Alloc3*>()->allocate(
227 { return __a.allocate(__n, __hint); }
233 { return __a.allocate(__n); }
343 * @brief Allocate memory.
345 * @param __n The number of objects to allocate space for.
347 * Calls @c a.allocate(n)
350 allocate(_Alloc& __a, size_type __n) function in struct:allocator_traits
351 { return __a.allocate(__n); }
354 * @brief Allocate memory.
356 * @param __n The number of objects to allocate space for
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) function in struct:allocator_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 211 typename = decltype(std::declval<_Alloc3*>()->allocate(
227 { return __a.allocate(__n, __hint); }
233 { return __a.allocate(__n); }
343 * @brief Allocate memory.
345 * @param __n The number of objects to allocate space for.
347 * Calls @c a.allocate(n)
350 allocate(_Alloc& __a, size_type __n) function in struct:allocator_traits
351 { return __a.allocate(__n); }
354 * @brief Allocate memory.
356 * @param __n The number of objects to allocate space for
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) function in struct:allocator_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 211 typename = decltype(std::declval<_Alloc3*>()->allocate(
227 { return __a.allocate(__n, __hint); }
233 { return __a.allocate(__n); }
343 * @brief Allocate memory.
345 * @param __n The number of objects to allocate space for.
347 * Calls @c a.allocate(n)
350 allocate(_Alloc& __a, size_type __n) function in struct:allocator_traits
351 { return __a.allocate(__n); }
354 * @brief Allocate memory.
356 * @param __n The number of objects to allocate space for
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) function in struct:allocator_traits
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 206 typename = decltype(std::declval<_Alloc3*>()->allocate(
224 { return __a.allocate(__n, __hint); }
230 { return __a.allocate(__n); }
349 * @brief Allocate memory.
351 * @param __n The number of objects to allocate space for.
353 * Calls @c a.allocate(n)
356 allocate(_Alloc& __a, size_type __n) function in struct:allocator_traits
357 { return __a.allocate(__n); }
360 * @brief Allocate memory.
362 * @param __n The number of objects to allocate space for
371 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) function in struct:allocator_traits
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 404 ByteBuffer bb = ByteBuffer.allocate(ProtocolConstants.MESSAGE_HEADER_SIZE + len);
542 ByteBuffer bb = ByteBuffer.allocate(ProtocolConstants.QUERY_RESP_HEADER_SIZE + len);
619 ByteBuffer header = ByteBuffer.allocate(ProtocolConstants.PACKET_HEADER_SIZE);
655 final ByteBuffer msg_data = ByteBuffer.allocate(remains);
673 final ByteBuffer query_data = ByteBuffer.allocate(remains);
773 ByteBuffer ret = ByteBuffer.allocate(buff.position() + extra);
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} function in class:Eigen::internal::qr_preconditioner_impl
77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
214 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
261 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
313 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) function in class:Eigen::internal::qr_preconditioner_impl
558 allocate(rows, cols, computationOptions);
744 void allocate(Index rows, Index cols, unsigned int computationOptions);
774 void JacobiSVD<MatrixType, QRPreconditioner>::allocate(Index rows, Index cols, unsigned int computationOptions function in class:Eigen::JacobiSVD
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 112 IntBuffer dst = IntBuffer.allocate(n*n);
121 ShortBuffer dst = ShortBuffer.allocate(n*n);
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbMessage.java 44 mMessageBuffer = ByteBuffer.allocate(24);
45 mDataBuffer = ByteBuffer.allocate(MAX_PAYLOAD);

Completed in 1799 milliseconds

<<11121314151617181920>>