Home
last modified time | relevance | path

Searched refs:C93_START (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadbarcode.h137 static const l_int32 C93_START = 47; variable
H A Dbardecode.c258 start = !strncmp(barstr, Code93[C93_START], 6); in barcodeVerifyFormat()
265 start = !strncmp(revbarstr, Code93[C93_START], 6); in barcodeVerifyFormat()
587 for (j = 0; j < C93_START; j++) { in barcodeDecode93()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h137 static const l_int32 C93_START = 47; variable
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadbarcode.h118 static const l_int32 C93_START = 47; variable
H A Dbardecode.c245 start = !strncmp(barstr, Code93[C93_START], 6); in barcodeVerifyFormat()
252 start = !strncmp(revbarstr, Code93[C93_START], 6); in barcodeVerifyFormat()
562 for (j = 0; j < C93_START; j++) { in barcodeDecode93()