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

  /frameworks/av/media/libstagefright/codecs/aacdec/
s_sectinfo.h 78 Int sect_end; member in struct:__anon16378
huffspec_fxp.cpp 323 Int sect_end; /* index of 1st sfb in next section */ local
377 sect_end = pSectInfo->sect_end; /* # of sfbs */
379 if (sect_end < 0)
480 for (sfb = sect_start; sfb < sect_end; sfb++)
510 pSfb = pSfbStart + sect_end;
553 sect_start = sect_end;
huffcb.cpp 338 pSect->sect_end = base; /* total # of sfb until current section */
354 pSect->sect_end = base;
hufffac.cpp 166 sect_end = pSect->sect_end;
172 (sect_end - sect_start));
400 for (sfb = pSect->sect_end >> 2; sfb != 0; sfb--)
407 for (sfb = pSect->sect_end & 3; sfb != 0; sfb--)
421 for (sfb = sect_start; sfb < pSect->sect_end; sfb++)
getics.cpp 242 sectWidth = sect[i].sect_end - sectStart;
526 sectWidth = sect[i].sect_end - sectStart;
  /frameworks/compile/mclinker/lib/LD/
LDSectionFactory.cpp 42 iterator sect_iter, sect_end = end(); local
43 for (sect_iter = begin(); sect_iter != sect_end; ++sect_iter)
46 if (sect_iter == sect_end)
LDContext.cpp 42 sect_iterator sect_iter, sect_end = sectEnd(); local
43 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) {
52 const_sect_iterator sect_iter, sect_end = sectEnd(); local
53 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 820 LDContext::sect_iterator sect, sect_end = pContext.sectEnd(); local
821 for (sect = pContext.sectBegin(); sect != sect_end; ++sect) {

Completed in 256 milliseconds