Searched defs:sizeptr (Results 1 - 3 of 3) sorted by relevance

/external/vboot_reference/host/lib/
H A Dhost_misc.c27 uint8_t* ReadFile(const char* filename, uint64_t* sizeptr) { argument
56 if (sizeptr)
57 *sizeptr = size;
/external/vboot_reference/futility/
H A Dcmd_gbb_utility.c127 static uint8_t *create_gbb(const char *desc, off_t *sizeptr) argument
167 } else if (sizeptr) {
168 *sizeptr = size;
199 static uint8_t *read_entire_file(const char *filename, off_t *sizeptr) argument
217 if (sizeptr)
218 *sizeptr = sb.st_size;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c467 SSIZE_T *sizeptr; local
819 sizeptr = va_arg(args, SSIZE_T *);
820 *sizeptr = len;

Completed in 78 milliseconds