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

  /external/libmtp/src/
libmtp.c     [all...]
ptp-pack.c 753 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.StepSize, dpd->DataType);
822 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FORM.Range.StepSize, opd->DataType);
    [all...]
ptp.c     [all...]
ptp.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 419 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) {
420 for (unsigned i = 0; i < NumParts; i += StepSize) {
421 unsigned ThisBits = StepSize * PartBits / 2;
424 SDValue &Part1 = Parts[i+StepSize/2];
    [all...]

Completed in 66 milliseconds