Home
last modified time | relevance | path

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

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadbarcode.h100 static const l_int32 C25_START = 10; variable
H A Dbardecode.c224 start = !strncmp(barstr, Code2of5[C25_START], 3); in barcodeVerifyFormat()
231 start = !strncmp(revbarstr, Code2of5[C25_START], 3); in barcodeVerifyFormat()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h100 static const l_int32 C25_START = 10; variable
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadbarcode.h81 static const l_int32 C25_START = 10; variable
H A Dbardecode.c211 start = !strncmp(barstr, Code2of5[C25_START], 3); in barcodeVerifyFormat()
218 start = !strncmp(revbarstr, Code2of5[C25_START], 3); in barcodeVerifyFormat()