HomeSort by relevance Sort by last modified time
    Searched refs:hdr0 (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxarray.cpp 491 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->dim[i].size
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 107 UINT8 hcit, oid, hdr0, type; local
123 STREAM_TO_UINT8 (hdr0, p_src);
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 147 UINT8 hdr0 = p_cb->conn_id; local
230 NCI_DATA_PBLD_HDR(pp, pbf, hdr0, ulen);
    [all...]

Completed in 451 milliseconds