shift 351 core/ngx_file.c ngx_uint_t i, right, shift, *access; shift 368 core/ngx_file.c shift = 6; shift 372 core/ngx_file.c shift = 3; shift 376 core/ngx_file.c shift = 0; shift 393 core/ngx_file.c *access |= right << shift; shift 362 core/ngx_inet.c ngx_int_t shift; shift 400 core/ngx_inet.c shift = ngx_atoi(mask, last - mask); shift 401 core/ngx_inet.c if (shift == NGX_ERROR) { shift 415 core/ngx_inet.c s = (shift > 8) ? 8 : shift; shift 416 core/ngx_inet.c shift -= s; shift 431 core/ngx_inet.c if (shift) { shift 432 core/ngx_inet.c cidr->u.in.mask = htonl((ngx_uint_t) (0 - (1 << (32 - shift)))); shift 160 core/ngx_slab.c ngx_uint_t i, slot, shift, map; shift 182 core/ngx_slab.c shift = 1; shift 183 core/ngx_slab.c for (s = size - 1; s >>= 1; shift++) { /* void */ } shift 184 core/ngx_slab.c slot = shift - pool->min_shift; shift 188 core/ngx_slab.c shift = pool->min_shift; shift 200 core/ngx_slab.c if (shift < ngx_slab_exact_shift) { shift 206 core/ngx_slab.c map = (1 << (ngx_pagesize_shift - shift)) shift 220 core/ngx_slab.c i = ((n * sizeof(uintptr_t) * 8) << shift) shift 221 core/ngx_slab.c + (i << shift); shift 252 core/ngx_slab.c } else if (shift == ngx_slab_exact_shift) { shift 275 core/ngx_slab.c p += i << shift; shift 317 core/ngx_slab.c p += i << shift; shift 333 core/ngx_slab.c if (shift < ngx_slab_exact_shift) { shift 337 core/ngx_slab.c s = 1 << shift; shift 338 core/ngx_slab.c n = (1 << (ngx_pagesize_shift - shift)) / 8 / s; shift 346 core/ngx_slab.c map = (1 << (ngx_pagesize_shift - shift)) / (sizeof(uintptr_t) * 8); shift 352 core/ngx_slab.c page->slab = shift; shift 363 core/ngx_slab.c } else if (shift == ngx_slab_exact_shift) { shift 378 core/ngx_slab.c page->slab = ((uintptr_t) 1 << NGX_SLAB_MAP_SHIFT) | shift; shift 417 core/ngx_slab.c ngx_uint_t n, type, slot, shift, map; shift 436 core/ngx_slab.c shift = slab & NGX_SLAB_SHIFT_MASK; shift 437 core/ngx_slab.c size = 1 << shift; shift 443 core/ngx_slab.c n = ((uintptr_t) p & (ngx_pagesize - 1)) >> shift; shift 453 core/ngx_slab.c slot = shift - pool->min_shift; shift 464 core/ngx_slab.c n = (1 << (ngx_pagesize_shift - shift)) / 8 / (1 << shift); shift 474 core/ngx_slab.c map = (1 << (ngx_pagesize_shift - shift)) / (sizeof(uintptr_t) * 8); shift 527 core/ngx_slab.c shift = slab & NGX_SLAB_SHIFT_MASK; shift 528 core/ngx_slab.c size = 1 << shift; shift 534 core/ngx_slab.c m = (uintptr_t) 1 << ((((uintptr_t) p & (ngx_pagesize - 1)) >> shift) shift 542 core/ngx_slab.c slot = shift - pool->min_shift;