/src/sys/arch/hpc/stand/hpcboot/ |
file_http.h | 98 size_t size(void) { size_t hsz; return _parse_header(hsz); } local in function:HttpFile::size
|
/src/bin/pax/ |
ar_subs.c | 1188 int hsz; local in function:next_head 1194 * set up initial conditions, we want a whole frmt->hsz block as we 1197 res = hsz = frmt->hsz; 1199 shftsz = hsz - 1; 1203 * (frmt->hsz is the proper size) 1243 res = hsz; 1281 res = hsz; 1352 if (fsub[ford[i]].hsz < minhd) 1353 minhd = fsub[ford[i]].hsz; [all...] |
pax.h | 156 int hsz; /* Header size in bytes. this is the size of */ member in struct:__anon7bda4eac0208
|
/src/sys/kern/ |
subr_kmem.c | 74 * | | | | | | | | |/HSZ/|U| 642 size_t hsz; local in function:kmem_size_check 644 memcpy(&hsz, (char *)p + sz, sizeof(size_t)); 646 if (hsz != sz) { 648 p, sz, hsz);
|
/src/sys/dev/stbi/ |
stb_image.c | 3297 int bpp, flip_vertically, pad, target, offset, hsz; local in function:bmp_load 3303 hsz = get32le(s); 3304 if (hsz != 12 && hsz != 40 && hsz != 56 && hsz != 108) return epuc("unknown BMP", "BMP type not supported: unknown"); 3305 if (hsz == 12) { 3317 if (hsz == 12) { 3328 if (hsz == 40 || hsz == 56) [all...] |