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/main/memcheck/tests/x86/
pushfpopf_s.S 36 jmp theend
39 theend: label
  /external/libpcap/missing/
snprintf.c 69 unsigned char *theend; member in struct:state
81 return state->s + n > state->theend;
100 if (state->s + n > state->theend) {
115 state->theend = state->str + state->sz - 1;
581 state.theend = state.s + state.sz - 1;
620 state.theend = ustr + sz - 1;
  /external/tcpdump/missing/
snprintf.c 69 unsigned char *theend; member in struct:state
81 return state->s + n > state->theend;
100 if (state->s + n > state->theend) {
115 state->theend = state->str + state->sz - 1;
581 state.theend = state.s + state.sz - 1;
620 state.theend = ustr + sz - 1;

Completed in 1636 milliseconds