Searched refs:start (Results 1 - 25 of 37) sorted by relevance

12

/hardware/msm7k/libgralloc/
H A Dallocator.cpp90 int extra = ( -cur->start & ((pagesize/kMemoryAlign)-1) ) ;
109 int extra = ( -free_chunk->start & ((pagesize/kMemoryAlign)-1) ) ;
111 chunk_t* split = new chunk_t(free_chunk->start, extra);
112 free_chunk->start += extra;
116 LOGE_IF(((free_chunk->start*kMemoryAlign)&(pagesize-1)),
122 free_chunk->start + free_chunk->size, tail_free);
126 return (free_chunk->start)*kMemoryAlign;
131 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) argument
133 start = start / kMemoryAlig
[all...]
H A Dallocator.h110 chunk_t(size_t start, size_t size) argument
111 : start(start), size(size), free(1), prev(0), next(0) {
113 size_t start; member in struct:SimpleBestFitAllocator::chunk_t
121 chunk_t* dealloc(size_t start);
/hardware/msm7k/libgralloc-qsd8k/
H A Dallocator.cpp90 int extra = ( -cur->start & ((pagesize/kMemoryAlign)-1) ) ;
109 int extra = ( -free_chunk->start & ((pagesize/kMemoryAlign)-1) ) ;
111 chunk_t* split = new chunk_t(free_chunk->start, extra);
112 free_chunk->start += extra;
116 LOGE_IF(((free_chunk->start*kMemoryAlign)&(pagesize-1)),
122 free_chunk->start + free_chunk->size, tail_free);
126 return (free_chunk->start)*kMemoryAlign;
131 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) argument
133 start = start / kMemoryAlig
[all...]
H A Dallocator.h111 chunk_t(size_t start, size_t size) argument
112 : start(start), size(size), free(1), prev(0), next(0) {
114 size_t start; member in struct:SimpleBestFitAllocator::chunk_t
122 chunk_t* dealloc(size_t start);
H A 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;
H A Dgralloc.cpp94 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
96 return ::mmap(start, length, prot, flags, fd, offset);
99 virtual int munmap(void* start, size_t length) { argument
100 return ::munmap(start, length);
/hardware/ril/mock-ril/src/cpp/
H A Dutil.cpp63 int start = message->GetStartColumn(); local
65 int lenErr = end - start;
72 memset(error_string, ' ', start);
73 memset(&error_string[start], '^', lenErr);
H A Dnode_buffer.cpp61 int32_t start = start_arg->Int32Value(); \
63 if (start < 0 || end < 0) { \
67 if (!(start <= end)) { \
69 v8::String::New("Must have 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;
202 // args: parent, start, en
255 Buffer(Buffer *parent, size_t start, size_t end) argument
[all...]
H A Dnode_buffer.h91 Buffer(Buffer *parent, size_t start, size_t end);
H A Dmock_ril.cpp278 v8::Handle<v8::Function> start = local
281 v8::Handle<v8::Value> result = start->Call(context->Global(), 0, NULL);
304 // We're going to use multiple threads need to start locked
/hardware/ti/omap3/liboverlay/
H A Dv4l2_utils.h11 int v4l2_overlay_map_buf(int fd, int index, void **start, size_t *len);
12 int v4l2_overlay_unmap_buf(void *start, size_t len);
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DbroadcastKeySM.h89 broadcastKeySmStart_t start; member in struct:_broadcastKey_t
H A DunicastKeySM.h91 unicastKeySmStart_t start; member in struct:_unicastKey_t
H A DbroadcastKeyNone.c85 pBroadcastKey->start = broadcastKeyNone_start;
H A DmainSecNull.c98 pMainSec->start = (mainSecSmStart_t)mainSecSmNull_start;
H A DunicastKeyNone.c82 pUnicastKey->start = unicastKeyNone_start;
H A DmainKeysSm.h110 mainKeysSmStart_t start; member in struct:_mainKeys_t
H A DmainSecSm.h118 mainSecSmStart_t start; member in struct:_mainSec_t
H A DmainSecKeysOnly.c140 pMainSec->start = mainSecKeysOnly_start;
307 status = pMainSec->pMainKeys->start(pMainSec->pMainKeys);
/hardware/msm7k/libgralloc-qsd8k/tests/
H A Dpmemalloc_test.cpp50 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
55 virtual int munmap(void* start, size_t length) { argument
109 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
155 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
483 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
575 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
H A Ddhdu.c172 "\tdownload file to specified dongle ram address and start CPU\n"
175 "\t--norun do not start dongle CPU after download\n"
1452 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start) argument
1478 memcpy(bufp, &start, sizeof(int));
1488 __FUNCTION__, ret, len, start);
1491 start += len;
1508 uint32 start = 0;
1542 start = (uint32)opts.uval;
1639 if (dhd_load_file_bytes(dhd, cmd, fp, fsize, start)) {
1641 __FUNCTION__, start);
[all...]
/hardware/ti/wlan/wl1271/platforms/hw/linux/
H A Dhost_platform.c60 printk("wifi_irqres->start = %lu\n", (unsigned long)(wifi_irqres->start));
210 drv->irq = wifi_irqres->start;
/hardware/broadcom/wlan/bcm4329/src/include/
H A Dlinuxver.h202 #define pci_resource_start(dev, bar) ((dev)->resource[(bar)].start)
265 #define netif_down(dev) do { (dev)->start = 0; } while (0)
281 dev->start = 1;
285 #define netif_running(dev) (dev)->start
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h203 * posn Desired file position relative to start of file in sizeof() units.
502 * start Starting address
512 LDR_ADDR start);
/hardware/libhardware/include/hardware/
H A Dgps.h95 and will start and call start() and stop() to schedule the GPS.
360 typedef pthread_t (* gps_create_thread)(const char* name, void (*start)(void *), void* arg);
388 int (*start)( void ); member in struct:__anon97
408 * Specifies that the next call to start will not use the
410 * a cold start.

Completed in 223 milliseconds

12