Searched refs:sizecode (Results 1 – 13 of 13) sorted by relevance
/external/mtools/ |
D | devices.h | 102 uint8_t sizecode)) in UNUSED() argument 104 request->cmd[5] = sizecode; in UNUSED() 106 request->length += 128 << sizecode; in UNUSED()
|
D | xdf_io.c | 77 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()
|
D | NEWS | 179 Added sizecode printing on minfo 182 Limit sizecode to 6, else it will overflow max sector size defined in
|
D | mtools.texi | 1746 [@code{-F}] [@code{-S} @var{sizecode}] 1839 The size code. The size of the sector is 2 ^ (sizecode + 7).
|
D | mtools.info | 1624 The size code. The size of the sector is 2 ^ (sizecode + 7).
|
/external/lua/src/ |
D | ldump.c | 101 dumpInt(D, f->sizecode); in dumpCode() 102 dumpVector(D, f->code, f->sizecode); in dumpCode()
|
D | lfunc.c | 254 f->sizecode = 0; in luaF_newproto() 274 luaM_freearray(L, f->code, f->sizecode); in luaF_freeproto()
|
D | luac.c | 338 int pc,n=f->sizecode; in PrintCode() 681 S(f->sizecode),VOID(f)); in PrintHeader()
|
D | lundump.c | 147 f->sizecode = n; in loadCode()
|
D | lobject.h | 535 int sizecode; member
|
D | ldebug.c | 813 int oldpc = (L->oldpc < p->sizecode) ? L->oldpc : 0; in luaG_traceexec()
|
D | lcode.c | 393 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code()
|
D | lparser.c | 754 luaM_shrinkvector(L, f->code, f->sizecode, fs->pc, Instruction); in close_func()
|