Lines Matching refs:numItems
431 static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) in SzReadBoolVector() argument
436 MY_ALLOC(Byte, *v, numItems, alloc); in SzReadBoolVector()
437 for (i = 0; i < numItems; i++) in SzReadBoolVector()
450 static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) in SzReadBoolVector2() argument
456 return SzReadBoolVector(sd, numItems, v, alloc); in SzReadBoolVector2()
457 MY_ALLOC(Byte, *v, numItems, alloc); in SzReadBoolVector2()
458 for (i = 0; i < numItems; i++) in SzReadBoolVector2()
465 size_t numItems, in SzReadHashDigests() argument
471 RINOK(SzReadBoolVector2(sd, numItems, digestsDefined, alloc)); in SzReadHashDigests()
472 MY_ALLOC(UInt32, *digests, numItems, alloc); in SzReadHashDigests()
473 for (i = 0; i < numItems; i++) in SzReadHashDigests()