Searched refs:c_start (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl14.c | 79 long c_start; member 615 flock.l_start = thiscase->c_start; in dochild() 649 if (flock.l_start != thiscase->c_start) { in dochild() 654 (int64_t) thiscase->c_start); in dochild() 701 flock.l_start = thiscase->c_start; in dochild() 836 thiscase->c_whence, thiscase->c_start, in run_test() 955 &thiscase->c_whence, &thiscase->c_start, in main() 1089 thiscase->c_whence, thiscase->c_start, in main()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 2057 int c_start = (cf->kcache[i].addr << 4); in r600_bytecode_disasm() local 2058 int c_end = c_start + (cf->kcache[i].mode << 4); in r600_bytecode_disasm() 2060 i, cf->kcache[i].bank, c_start, c_end, in r600_bytecode_disasm()
|