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

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_prm.c105 UINT8 hcit, oid, hdr0, type; local
121 STREAM_TO_UINT8 (hdr0, p_src);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c146 UINT8 hdr0 = p_cb->conn_id; local
226 NCI_DATA_PBLD_HDR(pp, pbf, hdr0, ulen);
/external/opencv/cxcore/src/
H A Dcxarray.cpp491 CvMatND* hdr0 = 0; local
528 if( hdr->dims != hdr0->dims )
537 if( !CV_ARE_TYPES_EQ( hdr, hdr0 ))
542 if( !CV_ARE_CNS_EQ( hdr, hdr0 ))
547 if( !CV_ARE_CNS_EQ( hdr, hdr0 ))
562 if( hdr->dim[j].size != hdr0->dim[j].size )
568 hdr0 = hdr;
589 for( j = hdr0->dims - 1; j > dim0; j-- )
590 size *= hdr0->dim[j].size;
598 iterator->stack[i] = hdr0
[all...]

Completed in 447 milliseconds