Searched refs:topbit (Results 1 – 1 of 1) sorted by relevance
3265 uint32_t topbit = 0; in to32() local3268 topbit = 0x80000000u; in to32()3277 *pp++ = c | topbit; in to32()6803 uint32_t topbit = 0; in process_data() local6806 topbit = 0x80000000; in process_data()6811 c |= topbit; in process_data()