Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c2486 unsigned char bitset; in dump_data() local
2525 unsigned char bitset; in dump_byte() local
2539 sprintf(&dump_array[j], (bitset) ? "1" : "0"); in dump_byte()
2560 unsigned char bitset; in dump_short() local
2574 sprintf(&dump_array[j], (bitset) ? "1" : "0"); in dump_short()
2597 unsigned char bitset; in dump_long() local
2610 bitset = data & (((uint32)1 << k)) ? 1 : 0; in dump_long()
2611 sprintf(&dump_array[j], (bitset) ? "1" : "0"); in dump_long()
2633 unsigned char bitset; in dump_wide() local
2646 bitset = data & (((uint64)1 << k)) ? 1 : 0; in dump_wide()
[all …]