Searched refs:theend (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp8 void theend() const volatile;
55 // CHECK-CONST: theend
73 // CHECK-IMPLICIT-CONST: theend
/external/valgrind/main/memcheck/tests/x86/
H A Dpushfpopf_s.S36 jmp theend
39 theend: label
/external/libpcap/missing/
H A Dsnprintf.c69 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/
H A Dsnprintf.c69 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 1812 milliseconds