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

/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dsplit.c110 + QRinput_estimateBitsModeAn(1) /* + 4 + la */
111 - QRinput_estimateBitsModeAn(run + 1) /* - 4 - la */;
141 dif = QRinput_estimateBitsModeAn(p - string) /* + 4 + la */
143 - QRinput_estimateBitsModeAn(q - string) /* - 4 - la */;
157 dif = QRinput_estimateBitsModeAn(run) + 4 + la
225 + QRinput_estimateBitsModeAn(q - p) + 4 + la
H A Dqrinput.h82 extern int QRinput_estimateBitsModeAn(int size);
H A Dqrinput.c499 int QRinput_estimateBitsModeAn(int size) function
916 bits = QRinput_estimateBitsModeAn(entry->size);

Completed in 44 milliseconds