Home
last modified time | relevance | path

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

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