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 417 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) {
418 for (unsigned i = 0; i < NumParts; i += StepSize) {
419 unsigned ThisBits = StepSize * PartBits / 2;
422 SDValue &Part1 = Parts[i+StepSize/2];
    [all...]

Completed in 75 milliseconds