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

/system/core/libcutils/
H A Dload_file.c25 int sz; local
32 sz = lseek(fd, 0, SEEK_END);
33 if(sz < 0) goto oops;
37 data = (char*) malloc(sz + 1);
40 if(read(fd, data, sz) != sz) goto oops;
42 data[sz] = 0;
44 if(_sz) *_sz = sz;
/system/core/include/cutils/
H A Dmisc.h26 * sz is non-zero, return the size of the file via sz.
29 extern void *load_file(const char *fn, unsigned *sz);
/system/extras/micro_bench/
H A Dmicro_bench.c82 static int do_memset(int iters, int sz) { argument
87 uint8_t *b = malloc(sz);
89 int c = 1000000000/sz;
94 memset(b, 0, sz);
101 c, sz, tv2.tv_sec, tv2.tv_usec, mb_sec(c*sz, &tv2));
106 static int do_memcpy(int iters, int sz) { argument
111 uint8_t *a = malloc(sz);
113 uint8_t *b = malloc(sz);
115 int c = 1000000000/sz;
134 do_memread(int iters, int sz) argument
[all...]
/system/core/init/
H A Dproperty_service.h26 void get_property_workspace(int *fd, int *sz);
H A Dutil.c130 int sz; local
137 sz = lseek(fd, 0, SEEK_END);
138 if(sz < 0) goto oops;
142 data = (char*) malloc(sz + 2);
145 if(read(fd, data, sz) != sz) goto oops;
147 data[sz] = '\n';
148 data[sz+1] = 0;
149 if(_sz) *_sz = sz;
H A Dproperty_service.c422 void get_property_workspace(int *fd, int *sz) argument
425 *sz = pa_workspace.size;
458 unsigned sz; local
460 data = read_file(fn, &sz);
H A Dinit.c198 int fd, sz; local
201 get_property_workspace(&fd, &sz);
202 sprintf(tmp, "%d,%d", dup(fd), sz);
/system/core/fastboot/
H A Dfastboot.c121 int sz; local
128 sz = lseek(fd, 0, SEEK_END);
129 if(sz < 0) goto oops;
133 data = (char*) malloc(sz);
136 if(read(fd, data, sz) != sz) goto oops;
139 if(_sz) *_sz = sz;
246 unsigned *sz, const char *cmdline)
273 *sz = ksize;
293 *sz
245 load_bootable_image(unsigned page_size, const char *kernel, const char *ramdisk, unsigned *sz, const char *cmdline) argument
298 unzip_file(zipfile_t zip, const char *name, unsigned *sz) argument
400 setup_requirements(char *data, unsigned sz) argument
430 unsigned sz; local
442 unsigned sz; local
492 unsigned sz; local
511 unsigned sz; local
570 unsigned sz; local
[all...]
H A Dfastboot.h44 void fb_queue_flash(const char *ptn, void *data, unsigned sz);;
H A Dengine.c136 void fb_queue_flash(const char *ptn, void *data, unsigned sz) argument
142 a->size = sz;
143 a->msg = mkmsg("sending '%s' (%d KB)", ptn, sz / 1024);
/system/extras/sound/
H A Dplaywav.c37 int (*fill)(void *buf, unsigned sz, void *cookie),
42 unsigned sz, n; local
63 sz = config.buffer_size;
64 if (sz > sizeof(buf)) {
71 if (fill(buf, sz, cookie))
73 if (write(afd, buf, sz) != sz)
85 if (fill(buf, sz, cookie))
87 if (write(afd, buf, sz) != sz)
36 pcm_play(unsigned rate, unsigned channels, int (*fill)(void *buf, unsigned sz, void *cookie), void *cookie) argument
125 fill_buffer(void *buf, unsigned sz, void *cookie) argument
196 unsigned sz, n; local
[all...]
/system/core/gpttool/
H A Dgpttool.c195 u64 parse_size(char *sz) argument
197 int l = strlen(sz);
198 u64 n = strtoull(sz, 0, 10);
200 switch(sz[l-1]){
221 u64 sz; local
230 sz = ptbl->header.last_lba - next_lba;
232 sz = parse_size(y);
233 if (sz & 511) {
237 sz /= 512;
240 if (sz
259 u64 sz, blk; local
[all...]
/system/vold/
H A DNetlinkManager.cpp52 int sz = 64 * 1024; local
66 if (setsockopt(mSock, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz)) < 0) {
H A Dlogwrapper.c35 int sz; local
36 while ((sz = read(parent_read, &buffer[b], sizeof(buffer) - 1 - b)) > 0) {
38 sz += b;
40 for (b = 0; b < sz; b++) {
/system/bluetooth/bluedroid/
H A Dbluetooth.c52 int sz; local
61 sz = read(fd, &buf, sizeof(buf));
63 if (sz >= 9 && memcmp(buf, "bluetooth", 9) == 0) {
74 int sz; local
89 sz = read(fd, &buffer, 1);
90 if (sz != 1) {
111 int sz; local
126 sz = write(fd, &buffer, 1);
127 if (sz < 0) {
/system/core/logwrapper/
H A Dlogwrapper.c53 int sz; local
54 while ((sz = read(parent_read, &buffer[b], sizeof(buffer) - 1 - b)) > 0) {
56 sz += b;
58 for (b = 0; b < sz; b++) {
/system/core/mkbootimg/
H A Dmkbootimg.c31 int sz; local
38 sz = lseek(fd, 0, SEEK_END);
39 if(sz < 0) goto oops;
43 data = (char*) malloc(sz);
46 if(read(fd, data, sz) != sz) goto oops;
49 if(_sz) *_sz = sz;
/system/netd/
H A DNetlinkManager.cpp57 int sz = 64 * 1024; local
70 if (setsockopt(*sock, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz)) < 0) {
H A Dlogwrapper.c35 int sz; local
36 while ((sz = read(parent_read, &buffer[b], sizeof(buffer) - 1 - b)) > 0) {
38 sz += b;
40 for (b = 0; b < sz; b++) {
/system/extras/tests/framebuffer/
H A Dmdp_test.c73 static int get_pmem(int *fd, void **data, int sz) argument
81 sz = (sz + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1);
82 *data = mmap(NULL, sz, PROT_READ | PROT_WRITE, MAP_SHARED, *fd, 0);
218 printf("Got src img sz: w=%d h=%d\n", src_imgw, src_imgh);
226 printf("Got dst img sz: w=%d h=%d\n", dst_imgw, dst_imgh);
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c743 int sz; local
763 sz = read(fd, bdaddr, len);
764 if (sz < 0) {
769 } else if (sz != len) {
770 fprintf(stderr, "read(%s) unexpected size %d", path, sz);
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp76 size_t sz = size; local
79 while (NLMSG_OK(nh, sz) && (nh->nlmsg_type != NLMSG_DONE)) {
/system/core/charger/
H A Dcharger.c203 unsigned sz = 0; local
209 buf = load_file(LAST_KMSG_PATH, &sz);
210 if (!buf || !sz) {
215 len = min(sz, LAST_KMSG_MAX_SZ);
216 ptr = buf + (sz - len);
244 static int read_file(const char *path, char *buf, size_t sz) argument
253 cnt = read(fd, buf, sz - 1);
/system/core/libnetutils/
H A Ddhcpclient.c347 static int is_valid_reply(dhcp_msg *msg, dhcp_msg *reply, int sz) argument
349 if (sz < DHCP_MSG_FIXED_SIZE) {
350 if (verbose) LOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h212 integer_t(int r, int sz=32, int f=0) argument
213 : reg_t(r, f), s(sz) {
215 void setTo(int r, int sz=32, int f=0) { argument
216 reg_t::setTo(r, f); s=sz;

Completed in 6279 milliseconds