Searched refs:hsz (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/driver-info/
H A Ddriver-info.c32 size_t hsz = sizeof(notehdr) + nsz; local
33 data += hsz;
34 size -= hsz;
44 return func(data - hsz, hdr->n_descsz + hsz, cookie);
/fuchsia/zircon/bootloader/src/
H A Dnetifc.c348 size_t hsz, bsz; local
368 hsz = 0;
370 r = snp->Receive(snp, &hsz, &bsz, data, NULL, NULL, NULL);
387 data[12], data[13], (int)(bsz - hsz));

Completed in 14 milliseconds