ngx_abs           157 core/ngx_times.c                        ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60));
ngx_abs           166 core/ngx_times.c                        ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60));
ngx_abs            75 event/ngx_event_timer.h         if (ngx_abs(diff) < NGX_TIMER_LAZY_DELAY) {
ngx_abs           388 http/modules/ngx_http_limit_req_module.c                 excess = lr->excess - ctx->rate * ngx_abs(ms) / 1000 + 1000;
ngx_abs           457 http/modules/ngx_http_limit_req_module.c             ms = ngx_abs(ms);
ngx_abs          1190 http/ngx_http_core_module.c         reserve = ngx_abs((ssize_t) (len - r->uri.len)) + alias + 16;
ngx_abs          1284 http/ngx_http_file_cache.c         elapsed = ngx_abs((ngx_msec_int_t) (ngx_current_msec - cache->last));