OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkWeight
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fxbarcode/oned/
BC_OnedCode128Writer.cpp
173
int32_t
checkWeight
= 1;
175
int32_t checkSum = CODE_START_B *
checkWeight
;
179
checkSum += patternIndex *
checkWeight
++;
187
int32_t
checkWeight
= 1;
189
int32_t checkSum = CODE_START_C *
checkWeight
;
206
checkSum += patternIndex *
checkWeight
++;
/external/zxing/core/
core.jar
Completed in 817 milliseconds