Lines Matching defs:zero
150 // int desired_channels -- if non-zero, # of image components requested in result
158 // components N is 'desired_channels' if desired_channels is non-zero, or
159 // *channels_in_file otherwise. If desired_channels is non-zero,
3397 // not a stuffed zero or lead-in to another marker, looks
3401 // stuffed zero has x=0 now which ends the loop, meaning we go
3546 __m128i zero = _mm_setzero_si128();
3549 __m128i farw = _mm_unpacklo_epi8(farb, zero);
3550 __m128i nearw = _mm_unpacklo_epi8(nearb, zero);
6208 // Initialize the data to zero.
7612 return stbi__err("invalid width", "PPM image header had zero or overflowing width");
7617 return stbi__err("invalid width", "PPM image header had zero or overflowing width");