/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_bigmem.py | 38 def test_capitalize(self, size): argument 47 def test_center(self, size): argument 58 def test_center_unicode(self, size): argument 74 def test_count(self, size): argument 85 def test_decode(self, size): argument 89 def basic_encode_test(self, size, enc, c=u'.', expectedsize=None): argument 97 def test_encode(self, size): argument 101 def test_encode_raw_unicode_escape(self, size): argument 108 def test_encode_utf7(self, size): argument 115 def test_encode_utf32(self, size): argument [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-mem.c | 49 static inline xf_mm_block_t * xf_mm_block_init(void *addr, u32 size) in xf_mm_block_init() 58 static inline int xf_mm_block_length_less(xf_mm_block_t *b, u32 size) in xf_mm_block_length_less() 72 static inline u32 xf_mm_block_length_add(xf_mm_block_t *b, u32 size) in xf_mm_block_length_add() 79 static inline u32 xf_mm_block_length_sub(xf_mm_block_t *b, u32 size) in xf_mm_block_length_sub() 90 static inline xf_mm_block_t * xf_mm_find_by_size(xf_mm_pool_t *pool, u32 size) in xf_mm_find_by_size() 168 static void xf_mm_insert_size(xf_mm_pool_t *pool, xf_mm_block_t *b, u32 size) in xf_mm_insert_size() 244 void * xf_mm_alloc(xf_mm_pool_t *pool, u32 size) in xf_mm_alloc() 274 void xf_mm_free(xf_mm_pool_t *pool, void *addr, u32 size) in xf_mm_free() 341 int xf_mm_init(xf_mm_pool_t *pool, void *addr, u32 size) in xf_mm_init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | bufferobject.c | 26 get_buf(PyBufferObject *self, void **ptr, Py_ssize_t *size, in get_buf() 99 buffer_from_memory(PyObject *base, Py_ssize_t size, Py_ssize_t offset, void *ptr, in buffer_from_memory() 131 buffer_from_object(PyObject *base, Py_ssize_t size, Py_ssize_t offset, int readonly) in buffer_from_object() 156 PyBuffer_FromObject(PyObject *base, Py_ssize_t offset, Py_ssize_t size) in PyBuffer_FromObject() 172 PyBuffer_FromReadWriteObject(PyObject *base, Py_ssize_t offset, Py_ssize_t size) in PyBuffer_FromReadWriteObject() 188 PyBuffer_FromMemory(void *ptr, Py_ssize_t size) in PyBuffer_FromMemory() 194 PyBuffer_FromReadWriteMemory(void *ptr, Py_ssize_t size) in PyBuffer_FromReadWriteMemory() 200 PyBuffer_New(Py_ssize_t size) in PyBuffer_New() 237 Py_ssize_t size = Py_END_OF_BUFFER; in buffer_new() local 311 Py_ssize_t size; in buffer_hash() local [all …]
|
/device/google/contexthub/util/common/ |
D | ring.cpp | 25 RingBuffer::RingBuffer(size_t size) in RingBuffer() 37 ssize_t RingBuffer::write(const sensors_event_t *ev, size_t size) { in write() 69 ssize_t RingBuffer::read(sensors_event_t *ev, size_t size) { in read() 104 LockfreeBuffer::LockfreeBuffer(void* buf, size_t size) in LockfreeBuffer() 114 void LockfreeBuffer::write(const sensors_event_t *ev, size_t size) { in write()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | bufferobject.c | 26 get_buf(PyBufferObject *self, void **ptr, Py_ssize_t *size, in get_buf() 99 buffer_from_memory(PyObject *base, Py_ssize_t size, Py_ssize_t offset, void *ptr, in buffer_from_memory() 131 buffer_from_object(PyObject *base, Py_ssize_t size, Py_ssize_t offset, int readonly) in buffer_from_object() 156 PyBuffer_FromObject(PyObject *base, Py_ssize_t offset, Py_ssize_t size) in PyBuffer_FromObject() 172 PyBuffer_FromReadWriteObject(PyObject *base, Py_ssize_t offset, Py_ssize_t size) in PyBuffer_FromReadWriteObject() 188 PyBuffer_FromMemory(void *ptr, Py_ssize_t size) in PyBuffer_FromMemory() 194 PyBuffer_FromReadWriteMemory(void *ptr, Py_ssize_t size) in PyBuffer_FromReadWriteMemory() 200 PyBuffer_New(Py_ssize_t size) in PyBuffer_New() 237 Py_ssize_t size = Py_END_OF_BUFFER; in buffer_new() local 311 Py_ssize_t size; in buffer_hash() local [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | Alloc.c | 23 void *MyAlloc(size_t size) in MyAlloc() 49 void *MidAlloc(size_t size) in MidAlloc() 82 SIZE_T size = 0; in SetLargePageSize() local 95 void *BigAlloc(size_t size) in BigAlloc() 130 static void *SzAlloc(void *p, size_t size) { UNUSED_VAR(p); return MyAlloc(size); } in SzAlloc() 134 static void *SzBigAlloc(void *p, size_t size) { UNUSED_VAR(p); return BigAlloc(size); } in SzBigAlloc()
|
D | 7zStream.c | 10 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) in SeqInStream_Read2() 24 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) in SeqInStream_Read() 42 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) in LookInStream_LookRead() 52 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) in LookInStream_Read2() 66 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) in LookInStream_Read() 71 static SRes LookToRead_Look_Lookahead(void *pp, const void **buf, size_t *size) in LookToRead_Look_Lookahead() 89 static SRes LookToRead_Look_Exact(void *pp, const void **buf, size_t *size) in LookToRead_Look_Exact() 115 static SRes LookToRead_Read(void *pp, void *buf, size_t *size) in LookToRead_Read() 151 static SRes SecToLook_Read(void *pp, void *buf, size_t *size) in SecToLook_Read() 162 static SRes SecToRead_Read(void *pp, void *buf, size_t *size) in SecToRead_Read()
|
D | Alloc.h | 25 #define MidAlloc(size) MyAlloc(size) argument 27 #define BigAlloc(size) MyAlloc(size) argument
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | address_space.h | 36 uint64_t size : 63; member 46 int size; member 63 void* address_space_malloc0(size_t size) { in address_space_malloc0() 73 void* address_space_realloc(void* ptr, size_t size) { in address_space_realloc() 139 uint64_t size) in address_space_allocator_split_block() 200 int size = allocator->size; in address_space_allocator_release_block() local 243 uint64_t size) in address_space_allocator_allocate() 275 int size = allocator->size; in address_space_allocator_deallocate() local 297 uint64_t size, in address_space_allocator_init()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/ |
D | dsp_comm.h | 30 #define DSP_FLUSH_PIECE_CACHE(addr, size) xthal_dcache_region_writeback(addr, size) argument 32 #define DSP_INVALIDATE_PIECE_CACHE(addr, size) xthal_dcache_region_invalidate(addr, size) argument 35 #define memset(d,uCData,size) dsp_memset(d,uCData,size) argument 36 #define memcpy(d,s,size) dsp_memcpy(d,s,size) argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-mm.h | 46 #define XF_ALIGNED(size) \ argument 89 u32 size; member 108 #define XF_MM(size) (((size) + sizeof(xf_mm_item) - 1) & ~(sizeof(xf_mm_item) - 1)) argument 111 #define XF_MM_ALIGNED(size) (!((size) & (sizeof(xf_mm_item) - 1))) argument 127 u32 size; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | random.c | 79 win32_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in win32_urandom() 114 py_getentropy(unsigned char *buffer, Py_ssize_t size, int fatal) in py_getentropy() 147 vms_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in vms_urandom() 179 dev_urandom_noraise(unsigned char *buffer, Py_ssize_t size) in dev_urandom_noraise() 210 dev_urandom_python(char *buffer, Py_ssize_t size) in dev_urandom_python() 330 lcg_urandom(unsigned int x0, unsigned char *buffer, size_t size) in lcg_urandom() 350 _PyOS_URandom(void *buffer, Py_ssize_t size) in _PyOS_URandom()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VulkanStreamGuest.cpp | 45 ssize_t write(const void *buffer, size_t size) override { in write() 51 ssize_t read(void *buffer, size_t size) override { in read() 94 ssize_t bufferedWrite(const void *buffer, size_t size) { in bufferedWrite() 153 ssize_t VulkanStreamGuest::read(void *buffer, size_t size) { in read() 157 ssize_t VulkanStreamGuest::write(const void *buffer, size_t size) { in write() 184 ssize_t VulkanCountingStream::read(void*, size_t size) { in read() 189 ssize_t VulkanCountingStream::write(const void*, size_t size) { in write()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/ |
D | xf-mem.h | 62 static inline void * xf_mem_alloc(u32 size, u32 align, u32 core, u32 shared) in xf_mem_alloc() 77 #define xf_mem_alloc(size, align, core, shared) \ argument 88 static inline void xf_mem_free(void *p, u32 size, u32 core, u32 shared) in xf_mem_free() 104 #define xf_mem_free(p, size, core, shared) \ argument 159 static inline int xf_mm_alloc_buffer(u32 size, u32 align, u32 core, xf_mm_buffer_t *b) in xf_mm_alloc_buffer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | reggnu.c | 46 re_adjust_startpos(regex_t* reg, const char* string, int size, in re_adjust_startpos() 66 re_match(regex_t* reg, const char* str, int size, int pos, in re_match() 74 re_search(regex_t* bufp, const char* string, int size, int startpos, int range, in re_search() 84 re_compile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_compile_pattern() 100 re_recompile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_recompile_pattern()
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/emmc/ |
D | emmc.c | 146 size_t emmc_read_blocks(int lba, uintptr_t buf, size_t size) in emmc_read_blocks() 204 size_t emmc_write_blocks(int lba, const uintptr_t buf, size_t size) in emmc_write_blocks() 263 size_t emmc_erase_blocks(int lba, size_t size) in emmc_erase_blocks() 313 size_t emmc_rpmb_read_blocks(int lba, uintptr_t buf, size_t size) in emmc_rpmb_read_blocks() 323 size_t emmc_rpmb_write_blocks(int lba, const uintptr_t buf, size_t size) in emmc_rpmb_write_blocks() 333 size_t emmc_rpmb_erase_blocks(int lba, size_t size) in emmc_rpmb_erase_blocks()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/ |
D | xlat_tables_arch.h | 23 #define CHECK_VIRT_ADDR_SPACE_SIZE(size) \ argument 32 #define CHECK_PHY_ADDR_SPACE_SIZE(size) \ argument
|
/device/generic/goldfish/wifi/ipv6proxy/ |
D | message.h | 21 size_t size() const { return mSize; } in size() function 26 void setSize(size_t size) { mSize = size; } in setSize()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | BaseMemAllocation.c | 23 void *malloc (size_t size) in malloc() 29 void *realloc (void *ptr, size_t size) in realloc()
|
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 68 void *loadFile(const char *fileName, uint32_t *size) in loadFile() 101 static void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int incremen… in doPrintHash() 111 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHash() 116 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHashRev()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/ |
D | EbcExecute.h | 23 #define ASSERT_ALIGNED(addr, size) ASSERT (!((UINT32) (addr) & (size - 1))) argument 24 #define IS_ALIGNED(addr, size) !((UINT32) (addr) & (size - 1)) argument
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 104 size_t *size, AllocType type) in get_rgb_stride_and_size() 198 size_t *size, AllocType type, int *internalHeight) in get_afbc_yuv420_8bit_stride_and_size() 289 … get_yv12_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, size_t *size, in get_yv12_stride_and_size() 336 …v422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, size_t *size) in get_yuv422_8bit_stride_and_size() 376 size_t *size, AllocType type) in get_afbc_yuv422_8bit_stride_and_size() 455 size_t *size) in get_yuv_pX10_stride_and_size() 510 …_yuv_y210_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, size_t *size) in get_yuv_y210_stride_and_size() 557 …_yuv_y0l2_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, size_t *size) in get_yuv_y0l2_stride_and_size() 601 …_yuv_y410_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, size_t *size) in get_yuv_y410_stride_and_size() 646 size_t *size, AllocType type, int *internalHeight) in get_yuv420_10bit_afbc_stride_and_size() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | asdl.c | 5 asdl_seq_new(int size, PyArena *arena) in asdl_seq_new() 36 asdl_int_seq_new(int size, PyArena *arena) in asdl_int_seq_new()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | asdl.c | 5 asdl_seq_new(int size, PyArena *arena) in asdl_seq_new() 36 asdl_int_seq_new(int size, PyArena *arena) in asdl_int_seq_new()
|
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/ |
D | inet_ntop.c | 73 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop() 103 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4() 129 inet_ntop6(const u_char *src, char *dst, socklen_t size) in inet_ntop6()
|