Searched refs:c_start (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A 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()
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 260 c_start = _starts[i] 263 # c_start <= start < c_limit 264 if c_start < start: 267 # Split off [c_start, start[ with a copy of c_props. 272 c_start = start 275 # start <= c_start < c_limit <= limit 276 if need_to_update(u, c_start, c_limit - 1, c_props): 277 do_update(u, c_start, c_limit - 1, c_props) 280 c_start = c_limit 283 if c_start < limi [all...] |
/third_party/PyYAML/tests/lib/ |
H A D | test_yaml_ext.py | 145 c_start = (c_token.start_mark.index, c_token.start_mark.line, c_token.start_mark.column) 147 assert py_start == c_start, (py_start, c_start)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 815 (c_start, c_end) = FindEnclosingBracketGroup(input_str[replace_start:]) 828 contents_start = replace_start + c_start + 1
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 815 (c_start, c_end) = FindEnclosingBracketGroup(input_str[replace_start:]) 828 contents_start = replace_start + c_start + 1
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 2221 int c_start = (cf->kcache[i].addr << 4); in r600_bytecode_disasm() local 2222 int c_end = c_start + (cf->kcache[i].mode << 4); in r600_bytecode_disasm() 2224 i, cf->kcache[i].bank, c_start, c_end, in r600_bytecode_disasm()
|
Completed in 14 milliseconds