Searched refs:sizep (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Ddevice_tree.h17 void *load_device_tree(const char *filename_path, int *sizep);
H A Ddevice_tree.c28 void *load_device_tree(const char *filename_path, int *sizep) argument
35 *sizep = 0;
67 *sizep = dt_size;
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c534 static char *convert_string(char *instring, size_t *sizep) argument
562 *sizep = length;
/external/dnsmasq/src/
H A Dforward.c383 unsigned char *pheader, *sizep; local
391 if ((pheader = find_pseudoheader(header, n, &plen, &sizep, &is_sign)) && !is_sign)
394 unsigned char *psave = sizep;
396 GETSHORT(udpsz, sizep);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c2528 vki_uint32_t *sizep = (vki_uint32_t *)ARG3; local
2531 // *sizep is bytes required for return value, including *sizep
2533 // *sizep is actual bytes returned, including *sizep
2535 scan_attrlist(tid, (struct vki_attrlist *)ARG2, sizep+1, MIN(*sizep, ARG4), &get1attr);

Completed in 1000 milliseconds