HomeSort by relevance Sort by last modified time
    Searched defs:DataLength (Results 1 - 4 of 4) sorted by null

  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 129 enum { DataLength = 1000 };
131 KeyType key[DataLength];
132 KeyType keyRef[DataLength];
133 LotsOfData<KeyType> data[DataLength];
134 LotsOfData<KeyType> dataRef[DataLength];
149 for (int j = 0; j < DataLength; j++)
164 retVal = webrtc::KeySort(data, key, DataLength, sizeof(LotsOfData<KeyType>),
167 //std::sort(data, data + DataLength, KeyLessThan<KeyType>());
168 //qsort(data, DataLength, sizeof(LotsOfData<KeyType>),
173 retVal = webrtc::Sort(key, DataLength, sortType)
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 53 M4OSA_UInt32 DataLength;
  /external/jhead/
jhead.h 153 int DataLength; // length of string when format says Value is a string
162 int DataLength; // Number of elements in Format. -1 means any length.
  /external/grub/netboot/
3c90x.c 226 unsigned int DataLength;
236 unsigned int DataLength;
519 INF_3C90X.TransmitDPD.DataLength = s + (1<<31);
621 INF_3C90X.ReceiveUPD.DataLength = 1536 + (1<<31);

Completed in 115 milliseconds