Home
last modified time | relevance | path

Searched refs:new_position (Results 1 – 12 of 12) sorted by relevance

/external/libbrillo/brillo/streams/
Dstream_utils.cc137 uint64_t new_position = position + offset; in CheckInt64Overflow() local
139 if (new_position <= max) in CheckInt64Overflow()
156 uint64_t* new_position, in CalculateStreamPosition() argument
184 *new_position = static_cast<uint64_t>(pos + offset); in CalculateStreamPosition()
Dmemory_stream.cc117 uint64_t* new_position, in Seek() argument
135 if (new_position) in Seek()
136 *new_position = stream_position_; in Seek()
Dtls_stream.h50 uint64_t* new_position,
Dfile_stream.cc410 uint64_t* new_position, in Seek() argument
437 if (new_position) in Seek()
438 *new_position = static_cast<uint64_t>(pos); in Seek()
Dstream_utils.h58 uint64_t* new_position,
Dinput_stream_set.h76 uint64_t* new_position,
Dfile_stream.h111 uint64_t* new_position,
Dfake_stream.h94 uint64_t* new_position,
Dmemory_stream.h159 uint64_t* new_position,
Dstream.h177 uint64_t* new_position,
/external/llvm/test/CodeGen/AArch64/
Dand-mask-removal.ll8 define void @new_position(i32 %pos) {
25 ; CHECK-LABEL: new_position
/external/python/cpython2/Lib/
D_pyio.py701 new_position = self.raw.seek(pos, whence)
702 if new_position < 0:
704 return new_position