Home
last modified time | relevance | path

Searched refs:c_start (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c79 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/
Dr600_asm.c2057 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()