Home
last modified time | relevance | path

Searched refs:sizecode (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/mtools/
H A Dxdf_io.c77 unsigned char sizecode; member
187 REC.head, REC.sector, REC.sizecode, in add_to_request()
195 128u << REC.sizecode); in add_to_request()
200 RR_SIZECODE(request+(*nr)-1) == REC.sizecode && in add_to_request()
204 RR_SETSIZECODE(request+(*nr)-1, REC.sizecode); in add_to_request()
216 RR_SETSIZECODE(request+(*nr), REC.sizecode); in add_to_request()
383 REC.sizecode = 2; in fill_boot()
459 REC.sizecode = map->size; in decompose()
477 REC.sizecode = 2; in decompose()
H A Ddevices.h102 uint8_t sizecode)) in UNUSED() argument
104 request->cmd[5] = sizecode; in UNUSED()
106 request->length += 128 << sizecode; in UNUSED()
H A DNEWS283 Added sizecode printing on minfo
286 Limit sizecode to 6, else it will overflow max sector size defined in
H A Dmtools.texi1746 [@code{-F}] [@code{-S} @var{sizecode}]
1839 The size code. The size of the sector is 2 ^ (sizecode + 7).
H A Dmtools.info1631 The size code. The size of the sector is 2 ^ (sizecode + 7).
/aosp_15_r20/external/lua/src/
H A Dldump.c101 dumpInt(D, f->sizecode); in dumpCode()
102 dumpVector(D, f->code, f->sizecode); in dumpCode()
H A Dlfunc.c254 f->sizecode = 0; in luaF_newproto()
274 luaM_freearray(L, f->code, f->sizecode); in luaF_freeproto()
H A Dluac.c338 int pc,n=f->sizecode; in PrintCode()
681 S(f->sizecode),VOID(f)); in PrintHeader()
H A Dlundump.c147 f->sizecode = n; in loadCode()
H A Dlobject.h535 int sizecode; member
H A Dldebug.c813 int oldpc = (L->oldpc < p->sizecode) ? L->oldpc : 0; in luaG_traceexec()
H A Dlcode.c393 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code()
H A Dlparser.c754 luaM_shrinkvector(L, f->code, f->sizecode, fs->pc, Instruction); in close_func()