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

  /src/usr.sbin/gspa/gspa/
gsp_out.c 60 u_int32_t c_bufptr, c_binads; variable in typeref:typename:u_int32_t
94 if (c_bufptr > 0)
97 c_bufptr = 0;
111 c_buf[c_bufptr++] = v;
127 if (c_bufptr > (sizeof(c_buf)/sizeof(*c_buf)))
137 c_bufptr, (int)(c_binads >> 16), (int)(c_binads & 0xffff));
139 for (i=0; i < c_bufptr; ++i) {
144 c_binads += c_bufptr;
145 c_bufptr = 0;
gsp_out.c 60 u_int32_t c_bufptr, c_binads; variable in typeref:typename:u_int32_t
94 if (c_bufptr > 0)
97 c_bufptr = 0;
111 c_buf[c_bufptr++] = v;
127 if (c_bufptr > (sizeof(c_buf)/sizeof(*c_buf)))
137 c_bufptr, (int)(c_binads >> 16), (int)(c_binads & 0xffff));
139 for (i=0; i < c_bufptr; ++i) {
144 c_binads += c_bufptr;
145 c_bufptr = 0;
gsp_out.c 60 u_int32_t c_bufptr, c_binads; variable in typeref:typename:u_int32_t
94 if (c_bufptr > 0)
97 c_bufptr = 0;
111 c_buf[c_bufptr++] = v;
127 if (c_bufptr > (sizeof(c_buf)/sizeof(*c_buf)))
137 c_bufptr, (int)(c_binads >> 16), (int)(c_binads & 0xffff));
139 for (i=0; i < c_bufptr; ++i) {
144 c_binads += c_bufptr;
145 c_bufptr = 0;

Completed in 33 milliseconds