Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c80 long c_start; member
616 flock.l_start = thiscase->c_start; in dochild()
650 if (flock.l_start != thiscase->c_start) { in dochild()
655 (int64_t) thiscase->c_start); in dochild()
702 flock.l_start = thiscase->c_start; in dochild()
834 thiscase->c_whence, thiscase->c_start, in run_test()
953 &thiscase->c_whence, &thiscase->c_start, in main()
1085 thiscase->c_whence, thiscase->c_start, in main()
/external/python/cpython3/Python/
Dpeephole.c132 Py_ssize_t c_start, Py_ssize_t opcode_end, in fold_tuple_on_constants() argument
144 for (Py_ssize_t i = 0, pos = c_start; i < n; i++, pos++) { in fold_tuple_on_constants()
171 return copy_op_arg(codestr, c_start, LOAD_CONST, in fold_tuple_on_constants()
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op_gpu.cu.cc46 const int c_start = idx % num_channel_threads; in ResizeBilinearKernel_faster() local
71 for (int c = c_start * kChannelsPerThread; c < channels; in ResizeBilinearKernel_faster()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c2134 int c_start = (cf->kcache[i].addr << 4); in r600_bytecode_disasm() local
2135 int c_end = c_start + (cf->kcache[i].mode << 4); in r600_bytecode_disasm()
2137 i, cf->kcache[i].bank, c_start, c_end, in r600_bytecode_disasm()