Lines Matching defs:count
38 { uint32_t current, count, allocated ;
371 { if (info->current >= info->count)
391 /* Only count full blocks. */
411 { if (plac->pakt_info->current < plac->pakt_info->count)
412 psf_log_printf (psf, "packet_size is 0 (%d of %d)\n", plac->pakt_info->current, plac->pakt_info->count) ;
611 if (offset < 0 || offset > plac->pakt_info->count * plac->frames_per_block)
780 info->count = 0 ;
788 if (info->count >= info->allocated)
799 info->packet_size [info->count++] = value ;
846 int32_t count = 0 ;
850 { byte = pakt_data [bcount + count] ;
853 count ++ ;
854 if (count > 5 || bcount + count > pakt_size)
855 { printf ("%s %d : Ooops! count %" PRIi32 " bcount %" PRIu32 "\n", __func__, __LINE__, count, bcount) ;
862 bcount += count ;
888 allocated = 100 + 2 * info->count ;
892 psf_put_be64 (data, 0, info->count) ;
899 for (k = 0 ; k < info->count ; k++)