Home
last modified time | relevance | path

Searched refs:short_at (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/regression/fsx/
H A Dfsx.c350 #define short_at(cp) ((unsigned short)((*((unsigned char *)(cp)) << 8) | \ macro
371 bad = short_at(&temp_buf[i]); in check_buffers()
373 short_at(&good_buf[offset]), bad); in check_buffers()
505 short_at(should_be_zero)); in check_eofpage()
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh453 bad = short_at(&temp_buf[i]);
455 short_at(&good_buf[offset]), bad);