HomeSort by relevance Sort by last modified time
    Searched refs:theend (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Index/
complete-memfunc-cvquals.cpp 8 void theend() const volatile;
55 // CHECK-CONST: theend
73 // CHECK-IMPLICIT-CONST: theend
  /external/valgrind/memcheck/tests/x86/
pushfpopf_s.S 38 jmp theend
41 theend: label
  /external/libpcap/missing/
snprintf.c 62 unsigned char *theend; member in struct:state
74 return state->s + n > state->theend;
93 if (state->s + n > state->theend) {
108 state->theend = state->str + state->sz - 1;
574 state.theend = state.s + state.sz - 1;
613 state.theend = ustr + sz - 1;
  /external/tcpdump/missing/
snprintf.c 62 unsigned char *theend; member in struct:state
74 return state->s + n > state->theend;
93 if (state->s + n > state->theend) {
108 state->theend = state->str + state->sz - 1;
574 state.theend = state.s + state.sz - 1;
613 state.theend = ustr + sz - 1;

Completed in 72 milliseconds