Home
last modified time | relevance | path

Searched refs:tend (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/tools/tests/perf_index/
H A Dperf_index.c118 struct timeval tend; in end_timer() local
119 gettimeofday(&tend, NULL); in end_timer()
120 if (tend.tv_usec >= tp->tv_usec) { in end_timer()
121 tp->tv_sec = tend.tv_sec - tp->tv_sec; in end_timer()
122 tp->tv_usec = tend.tv_usec - tp->tv_usec; in end_timer()
124 tp->tv_sec = tend.tv_sec - tp->tv_sec - 1; in end_timer()
125 tp->tv_usec = tend.tv_usec - tp->tv_usec + 1000000; in end_timer()
/xnu-10002.41.9/doc/allocators/
H A Dapi-basics.md110 as attackers tend to use data/pointer overlaps to carry out their exploitations.
/xnu-10002.41.9/doc/
H A Ddebugging.md295 a non-float formatting character. Automated scripts that convert from Python 2 to 3 tend to use