Searched refs:c_start (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl14.c | 80 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/ |
D | peephole.c | 132 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/ |
D | resize_bilinear_op_gpu.cu.cc | 46 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/ |
D | r600_asm.c | 2134 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()
|