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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c748 bcm_strtoul(const char *cp, char **endp, uint base) argument
755 while (bcm_isspace(*cp))
756 cp++;
758 if (cp[0] == '+')
759 cp++;
760 else if (cp[0] == '-') {
762 cp++;
766 if (cp[0] == '0') {
767 if ((cp[1] == 'x') || (cp[
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2882 const CuePoint& cp,
2918 return pCluster->GetEntry(cp, tp);
2934 return pCluster->GetEntry(cp, tp);
8780 const CuePoint& cp,
8797 const long long tc = cp.GetTimeCode();
8874 const long long tc = cp.GetTimeCode();
2881 GetBlock( const CuePoint& cp, const CuePoint::TrackPosition& tp) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp2853 const CuePoint& cp,
2889 return pCluster->GetEntry(cp, tp);
2905 return pCluster->GetEntry(cp, tp);
7808 const CuePoint& cp,
7825 const long long tc = cp.GetTimeCode();
7902 const long long tc = cp.GetTimeCode();
2852 GetBlock( const CuePoint& cp, const CuePoint::TrackPosition& tp) argument

Completed in 245 milliseconds