Searched defs:memory (Results 1 - 25 of 134) sorted by relevance

123456

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DEndian.h55 /// Read a value of a particular endianness from memory.
57 inline value_type read(const void *memory, endianness endian) { argument
62 memory, (detail::PickAlignment<value_type, alignment>::value)),
70 inline value_type read(const void *memory) { argument
71 return read<value_type, alignment>(memory, endian);
77 inline value_type readNext(const CharT *&memory, endianness endian) { argument
78 value_type ret = read<value_type, alignment>(memory, endian);
79 memory += sizeof(value_type);
85 inline value_type readNext(const CharT *&memory) { argument
86 return readNext<value_type, alignment, CharT>(memory, endia
91 write(void *memory, value_type value, endianness endian) argument
101 write(void *memory, value_type value) argument
111 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DEndian.h55 /// Read a value of a particular endianness from memory.
57 inline value_type read(const void *memory, endianness endian) { argument
62 memory, (detail::PickAlignment<value_type, alignment>::value)),
70 inline value_type read(const void *memory) { argument
71 return read<value_type, alignment>(memory, endian);
77 inline value_type readNext(const CharT *&memory, endianness endian) { argument
78 value_type ret = read<value_type, alignment>(memory, endian);
79 memory += sizeof(value_type);
85 inline value_type readNext(const CharT *&memory) { argument
86 return readNext<value_type, alignment, CharT>(memory, endia
91 write(void *memory, value_type value, endianness endian) argument
101 write(void *memory, value_type value) argument
111 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DEndian.h64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) { argument
71 memory, (detail::PickAlignment<value_type, alignment>::value)),
79 inline value_type read(const void *memory) { argument
80 return read<value_type, alignment>(memory, endian);
86 inline value_type readNext(const CharT *&memory, endianness endian) { argument
87 value_type ret = read<value_type, alignment>(memory, endian);
88 memory += sizeof(value_type);
94 inline value_type readNext(const CharT *&memory) { argument
95 return readNext<value_type, alignment, CharT>(memory, endia
100 write(void *memory, value_type value, endianness endian) argument
110 write(void *memory, value_type value) argument
120 readAtBitAlignment(const void *memory, uint64_t startBit) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/libs/vkjson/
H A Dvkjson.h45 memset(&memory, 0, sizeof(VkPhysicalDeviceMemoryProperties));
49 VkPhysicalDeviceMemoryProperties memory; member in struct:VkJsonDevice
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
H A Dvkjson.h45 memset(&memory, 0, sizeof(VkPhysicalDeviceMemoryProperties));
49 VkPhysicalDeviceMemoryProperties memory; member in struct:VkJsonDevice
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
H A Doptions.h48 * maximum total allocated memory for code generation.
107 int memory ; /* Memory spent for code generation in kilobytes. */ member in struct:cloogoptions
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
H A Dftsystem.h38 /* How FreeType manages memory and i/o. */
41 /* This section contains various definitions related to memory */
43 /* information if you want to use a custom memory manager or you own */
62 * A handle to a given memory manager object, defined with an
75 * A function used to allocate `size' bytes from `memory'.
78 * memory ::
79 * A handle to the source memory manager.
85 * Address of new memory block. 0~in case of failure.
89 (*FT_Alloc_Func)( FT_Memory memory,
99 * A function used to release a given block of memory
341 FT_Memory memory; member in struct:FT_StreamRec_
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/Include/
H A DCommon.h150 void* memory = GetThreadPoolAllocator().allocate(sizeof(TString)); local
151 return new(memory) TString(s);
190 // Persistent string memory. Should only be used for strings that survive
H A DPoolAlloc.h46 // allocate a large number of small requests for heap memory, with the
152 // Don't call the destructor just to free up the memory, call pop()
157 // Call push() to establish a new place to pop memory too. Does not
163 // Call pop() to free all memory allocated since the last call to push(),
164 // or if no last call to push, frees all memory since first allocation.
169 // Call popAll() to free all memory allocated.
174 // Call allocate() to actually acquire memory. Returns 0 if no memory
175 // available, otherwise a properly aligned pointer to 'numBytes' of memory.
183 // by calling pop(), and to not have to solve memory lea
218 initializeAllocation(tHeader*, unsigned char* memory, size_t) argument
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp62 // Release the allocated memory for this thread.
121 // be obtained to allocate memory.
160 // Always delete the free list memory - it can't be being
267 // much memory the caller asked for. allocationSize is the total
286 unsigned char* memory = reinterpret_cast<unsigned char*>(inUseList) + currentPageOffset; local
290 return initializeAllocation(inUseList, memory, numBytes);
299 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); local
300 if (memory == 0)
304 new(memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize);
305 inUseList = memory;
316 tHeader* memory; local
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
H A DCommon.h150 void* memory = GetThreadPoolAllocator().allocate(sizeof(TString)); local
151 return new(memory) TString(s);
190 // Persistent string memory. Should only be used for strings that survive
H A DPoolAlloc.h46 // allocate a large number of small requests for heap memory, with the
152 // Don't call the destructor just to free up the memory, call pop()
157 // Call push() to establish a new place to pop memory too. Does not
163 // Call pop() to free all memory allocated since the last call to push(),
164 // or if no last call to push, frees all memory since first allocation.
169 // Call popAll() to free all memory allocated.
174 // Call allocate() to actually acquire memory. Returns 0 if no memory
175 // available, otherwise a properly aligned pointer to 'numBytes' of memory.
183 // by calling pop(), and to not have to solve memory lea
218 initializeAllocation(tHeader*, unsigned char* memory, size_t) argument
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp62 // Release the allocated memory for this thread.
121 // be obtained to allocate memory.
160 // Always delete the free list memory - it can't be being
267 // much memory the caller asked for. allocationSize is the total
286 unsigned char* memory = reinterpret_cast<unsigned char*>(inUseList) + currentPageOffset; local
290 return initializeAllocation(inUseList, memory, numBytes);
299 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); local
300 if (memory == 0)
304 new(memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize);
305 inUseList = memory;
316 tHeader* memory; local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/video/
H A Dsisfb.h83 __u32 memory; /* total video memory in KB */ member in struct:sisfb_info
118 __u32 sisfb_videooffset; /* Offset of viewport in video memory (in bytes) */
157 /* ioctl for identifying and giving some info (esp. memory heap start) */
186 /* ioctl for identifying and giving some info (esp. memory heap start) */
197 /* For fb memory manager (FBIO_ALLOC, FBIO_FREE) */

Completed in 366 milliseconds

123456