/hardware/msm7k/libgralloc-qsd8k/ |
D | allocator.cpp | 90 int extra = ( -cur->start & ((pagesize/kMemoryAlign)-1) ) ; in alloc() 109 int extra = ( -free_chunk->start & ((pagesize/kMemoryAlign)-1) ) ; in alloc() 111 chunk_t* split = new chunk_t(free_chunk->start, extra); in alloc() 112 free_chunk->start += extra; in alloc() 116 LOGE_IF(((free_chunk->start*kMemoryAlign)&(pagesize-1)), in alloc() 122 free_chunk->start + free_chunk->size, tail_free); in alloc() 126 return (free_chunk->start)*kMemoryAlign; in alloc() 131 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) in dealloc() argument 133 start = start / kMemoryAlign; in dealloc() 136 if (cur->start == start) { in dealloc() [all …]
|
D | allocator.h | 111 chunk_t(size_t start, size_t size) in chunk_t() 112 : start(start), size(size), free(1), prev(0), next(0) { in chunk_t() 114 size_t start; member 122 chunk_t* dealloc(size_t start);
|
D | gralloc.cpp | 94 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, in mmap() argument 96 return ::mmap(start, length, prot, flags, fd, offset); in mmap() 99 virtual int munmap(void* start, size_t length) { in munmap() argument 100 return ::munmap(start, length); in munmap()
|
D | pmemalloc.h | 77 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, 137 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, 139 virtual int munmap(void* start, size_t length) = 0;
|
/hardware/msm7k/libgralloc/ |
D | allocator.cpp | 90 int extra = ( -cur->start & ((pagesize/kMemoryAlign)-1) ) ; in alloc() 109 int extra = ( -free_chunk->start & ((pagesize/kMemoryAlign)-1) ) ; in alloc() 111 chunk_t* split = new chunk_t(free_chunk->start, extra); in alloc() 112 free_chunk->start += extra; in alloc() 116 LOGE_IF(((free_chunk->start*kMemoryAlign)&(pagesize-1)), in alloc() 122 free_chunk->start + free_chunk->size, tail_free); in alloc() 126 return (free_chunk->start)*kMemoryAlign; in alloc() 131 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) in dealloc() argument 133 start = start / kMemoryAlign; in dealloc() 136 if (cur->start == start) { in dealloc() [all …]
|
D | allocator.h | 110 chunk_t(size_t start, size_t size) in chunk_t() 111 : start(start), size(size), free(1), prev(0), next(0) { in chunk_t() 113 size_t start; member 121 chunk_t* dealloc(size_t start);
|
/hardware/ril/mock-ril/src/cpp/ |
D | node_buffer.cpp | 61 int32_t start = start_arg->Int32Value(); \ 63 if (start < 0 || end < 0) { \ 67 if (!(start <= end)) { \ 136 AsciiSliceExt(Buffer *parent, size_t start, size_t end) { 140 assert(start <= end); 141 length_ = end - start; 142 assert(start + length_ <= parent->length()); 143 data_ = parent->data() + start; 203 buffer = new Buffer(parent, start, end); in New() 253 Buffer::Buffer(Buffer *parent, size_t start, size_t end) : ObjectWrap() { in Buffer() argument [all …]
|
D | util.cpp | 63 int start = message->GetStartColumn(); in LogErrorMessage() local 65 int lenErr = end - start; in LogErrorMessage() 72 memset(error_string, ' ', start); in LogErrorMessage() 73 memset(&error_string[start], '^', lenErr); in LogErrorMessage()
|
D | mock_ril.cpp | 278 v8::Handle<v8::Function> start = in startMockRil() local 281 v8::Handle<v8::Value> result = start->Call(context->Global(), 0, NULL); in startMockRil()
|
/hardware/ti/omap4xxx/ |
D | mapinfo.c | 38 mi->start = strtoul(line, 0, 16); in parse_maps_line() 83 if((pc >= mi->start) && (pc < mi->end)){ in map_to_name() 96 if((pc >= mi->start) && (pc < mi->end)){ in pc_to_mapinfo() 99 *rel_pc -= mi->start; in pc_to_mapinfo()
|
D | mapinfo.h | 6 unsigned start; member
|
/hardware/msm7k/libgralloc-qsd8k/tests/ |
D | pmemalloc_test.cpp | 50 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, in mmap() argument 55 virtual int munmap(void* start, size_t length) { in munmap() argument 109 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, in mmap() 155 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, in mmap() 483 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, in mmap() 575 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, in mmap()
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | dhdu.c | 1490 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start) in dhd_load_file_bytes() argument 1516 memcpy(bufp, &start, sizeof(int)); in dhd_load_file_bytes() 1526 __FUNCTION__, ret, len, start); in dhd_load_file_bytes() 1529 start += len; in dhd_load_file_bytes() 1580 uint32 start = 0; in dhd_download() 1614 start = (uint32)opts.uval; in dhd_download() 1715 if (dhd_load_file_bytes(dhd, cmd, fp, fsize, start)) { in dhd_download() 1717 __FUNCTION__, start); in dhd_download() 1780 uint32 start = 0; in dhd_dldn() 1870 __FUNCTION__, ret, len, start); in dhd_dldn() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1490 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start) in dhd_load_file_bytes() argument 1516 memcpy(bufp, &start, sizeof(int)); in dhd_load_file_bytes() 1526 __FUNCTION__, ret, len, start); in dhd_load_file_bytes() 1529 start += len; in dhd_load_file_bytes() 1580 uint32 start = 0; in dhd_download() 1614 start = (uint32)opts.uval; in dhd_download() 1715 if (dhd_load_file_bytes(dhd, cmd, fp, fsize, start)) { in dhd_download() 1717 __FUNCTION__, start); in dhd_download() 1780 uint32 start = 0; in dhd_dldn() 1870 __FUNCTION__, ret, len, start); in dhd_dldn() [all …]
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/test/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/mm_osal/ |
D | Makefile | 2 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/omx_core/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/test/sample_proxy/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|
/hardware/ti/omap4xxx/domx/domx/ |
D | Makefile | 26 include $(PROJROOT)/make/start.mk
|