Searched refs:_head (Results 1 – 3 of 3) sorted by relevance
21 private int _head; field in DotZLib.CircularBuffer32 _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()
27 from tensorflow.contrib.timeseries.python.timeseries import head as _head unknown41 state_values = _head.state_to_dictionary(
64 void _dispatch_queue_push_list(dispatch_object_t _head); // no warning66 void func6(dispatch_object_t _head) {68 _dispatch_queue_push_list(_head._do); // no warning