Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 40) sorted by relevance

12

/hardware/msm7k/libgralloc-qsd8k/
Dallocator.cpp90 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 …]
Dallocator.h111 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);
Dgralloc.cpp94 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()
Dpmemalloc.h77 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/
Dallocator.cpp90 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 …]
Dallocator.h110 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/
Dnode_buffer.cpp61 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 …]
Dutil.cpp63 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()
Dmock_ril.cpp278 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/
Dmapinfo.c38 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()
Dmapinfo.h6 unsigned start; member
/hardware/msm7k/libgralloc-qsd8k/tests/
Dpmemalloc_test.cpp50 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/
Ddhdu.c1490 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/
Ddhdu.c1490 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/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/test/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/mm_osal/
DMakefile2 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_core/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/test/sample_proxy/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/
DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/domx/
DMakefile26 include $(PROJROOT)/make/start.mk

12