Searched refs:totaluse (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltable.c255 int totaluse = 0; /* total number of elements */ local
262 totaluse++;
266 return totaluse;
347 int totaluse; local
350 totaluse = nasize; /* all those keys are integer keys */
351 totaluse += numusehash(t, nums, &nasize); /* count keys in hash part */
354 totaluse++;
358 luaH_resize(L, t, nasize, totaluse - na);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dcodec.h109 long totaluse; member in struct:vorbis_block
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dblock.c119 vb->totaluse+=vb->localtop;
148 if(vb->totaluse){
149 vb->localstore=_ogg_realloc(vb->localstore,vb->totaluse+vb->localalloc);
150 vb->localalloc+=vb->totaluse;
151 vb->totaluse=0;

Completed in 70 milliseconds