HomeSort by: relevance | last modified time | path
    Searched refs:_head (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 21 private int _head; field in class:DotZLib.CircularBuffer
32 _head = 0;
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
66 _head += trueCount;
67 _head %= _capacity;
77 int result = (int)_buffer[_head++ % _capacity];
  /src/usr.bin/man/
manconf.c 65 TAILQ_HEAD(_head, _tag);
66 static struct _head head; /* 'head' -- top level data structure */
  /src/tests/lib/libc/stdio/
t_fmemopen.c 39 #define ATF_TC(arg0) static void arg0##_head(void)
40 #define ATF_TC_HEAD(arg0, arg1) static void arg0##_head()
48 #define ATF_TP_ADD_TC(arg0, arg1) arg1##_head(); arg1##_body()

Completed in 15 milliseconds