Home
last modified time | relevance | path

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

/external/zlib/src/contrib/dotzlib/DotZLib/
DCircularBuffer.cs21 private int _head; field in DotZLib.CircularBuffer
32 _head = 0; in CircularBuffer()
65 destination[offset + i] = _buffer[(_head+i) % _capacity]; in Get()
66 _head += trueCount; in Get()
67 _head %= _capacity; in Get()
77 int result = (int)_buffer[_head++ % _capacity]; in Get()
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dsaved_model_utils.py27 from tensorflow.contrib.timeseries.python.timeseries import head as _head unknown
41 state_values = _head.state_to_dictionary(
/external/clang/test/SemaObjC/
Dnonnull.m64 void _dispatch_queue_push_list(dispatch_object_t _head); // no warning
66 void func6(dispatch_object_t _head) {
68 _dispatch_queue_push_list(_head._do); // no warning