Home
last modified time | relevance | path

Searched refs:next_position (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/fs/inode/
Dinode01.c621 int next_position; local
630 next_position = --position; /* */
631 increment_name(next_position); /* increment the */
Dinode02.c729 int next_position; local
738 next_position = --position; /* */
739 increment_name(next_position); /* increment the */
/external/v8/src/debug/
Ddebug.cc156 int next_position; in BreakIndexFromPosition() local
158 next_position = statement_position(); in BreakIndexFromPosition()
161 next_position = position(); in BreakIndexFromPosition()
163 if (source_position <= next_position && in BreakIndexFromPosition()
164 next_position - source_position < distance) { in BreakIndexFromPosition()
166 distance = next_position - source_position; in BreakIndexFromPosition()