Home
last modified time | relevance | path

Searched refs:bp0 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dgeo_alignedbox.cpp68 BoxType *bp0 = new BoxType(dim); in alignedbox() local
70 bp0->extend(*bp1); in alignedbox()
71 delete bp0; in alignedbox()
/external/pdfium/third_party/libtiff/
Dtif_predict.c52 static int PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s);
627 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s) in PredictorEncodeTile() argument
652 memcpy( working_copy, bp0, cc0 ); in PredictorEncodeTile()