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