ngx_abs           162 src/core/ngx_times.c                        ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60));
ngx_abs           171 src/core/ngx_times.c                        ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60));
ngx_abs            68 src/event/ngx_event_timer.h         if (ngx_abs(diff) < NGX_TIMER_LAZY_DELAY) {
ngx_abs           404 src/http/modules/ngx_http_limit_req_module.c             excess = lr->excess - ctx->rate * ngx_abs(ms) / 1000 + 1000;
ngx_abs           517 src/http/modules/ngx_http_limit_req_module.c         excess = lr->excess - ctx->rate * ngx_abs(ms) / 1000 + 1000;
ngx_abs           592 src/http/modules/ngx_http_limit_req_module.c             ms = ngx_abs(ms);
ngx_abs          1983 src/http/ngx_http_file_cache.c         elapsed = ngx_abs((ngx_msec_int_t) (ngx_current_msec - cache->last));