Searched refs:new_position (Results 1 – 12 of 12) sorted by relevance
/external/libbrillo/brillo/streams/ |
D | stream_utils.cc | 137 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()
|
D | memory_stream.cc | 117 uint64_t* new_position, in Seek() argument 135 if (new_position) in Seek() 136 *new_position = stream_position_; in Seek()
|
D | tls_stream.h | 50 uint64_t* new_position,
|
D | file_stream.cc | 410 uint64_t* new_position, in Seek() argument 437 if (new_position) in Seek() 438 *new_position = static_cast<uint64_t>(pos); in Seek()
|
D | stream_utils.h | 58 uint64_t* new_position,
|
D | input_stream_set.h | 76 uint64_t* new_position,
|
D | file_stream.h | 111 uint64_t* new_position,
|
D | fake_stream.h | 94 uint64_t* new_position,
|
D | memory_stream.h | 159 uint64_t* new_position,
|
D | stream.h | 177 uint64_t* new_position,
|
/external/llvm/test/CodeGen/AArch64/ |
D | and-mask-removal.ll | 8 define void @new_position(i32 %pos) { 25 ; CHECK-LABEL: new_position
|
/external/python/cpython2/Lib/ |
D | _pyio.py | 701 new_position = self.raw.seek(pos, whence) 702 if new_position < 0: 704 return new_position
|