Searched defs:cdr (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixReader.cpp47 CBC_CommonBitMatrix* cdr = image->GetBlackMatrix(e); local
49 CBC_DataMatrixDetector detector(cdr);
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderDecoder.cpp60 CBC_CommonDecoderResult* cdr = Decode(&bits, height, e); local
62 return cdr;
110 CBC_CommonDecoderResult* cdr = CBC_QRDecodedBitStreamParser::Decode( local
113 return cdr;
/external/v8/benchmarks/
H A Dearley-boyer.js536 function sc_Pair(car, cdr) {
538 this.cdr = cdr;
551 if (sc_isPair(current.cdr)) {
553 current = current.cdr;
554 } else if (current.cdr !== null) {
555 res += " . " + writeOrDisplay(current.cdr);
557 } else // current.cdr == null
582 return (comp(p1.car, p2.car) && comp(p1.cdr, p2.cdr));
[all...]

Completed in 154 milliseconds