Searched refs:QRinput_estimateBitsMode8 (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dsplit.c102 + QRinput_estimateBitsMode8(1) /* + 4 + l8 */
103 - QRinput_estimateBitsMode8(run + 1) /* - 4 - l8 */;
158 + QRinput_estimateBitsMode8(1) /* + 4 + l8 */
159 - QRinput_estimateBitsMode8(run + 1) /* - 4 - l8 */;
211 dif = QRinput_estimateBitsMode8(p - string) /* + 4 + l8 */
213 - QRinput_estimateBitsMode8(q - string) /* - 4 - l8 */;
224 dif = QRinput_estimateBitsMode8(p - string) /* + 4 + l8 */
226 - QRinput_estimateBitsMode8(q - string) /* - 4 - l8 */;
H A Dqrinput.h83 extern int QRinput_estimateBitsMode8(int size);
H A Dqrinput.c579 int QRinput_estimateBitsMode8(int size) function
919 bits = QRinput_estimateBitsMode8(entry->size);

Completed in 46 milliseconds