HomeSort by: relevance | last modified time | path
    Searched defs:add1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_addrhashmap.h 278 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); local in function:__sanitizer::AddrHashMap::acquire
279 internal_memset(add1, 0, newsize);
280 add1->cap = (newsize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
281 add1->size = add->size;
282 internal_memcpy(add1->cells, add->cells, add->size * sizeof(add->cells[0]));
284 atomic_store(&b->add, (uptr)add1, memory_order_relaxed);
285 add = add1;
  /src/sys/dev/marvell/
if_gfe.c 1749 uint32_t w0, add0, add1; local in function:gfe_hash_compute
1761 add1 = ((uint32_t) eaddr[2] << 0) |
1765 add1 = ((add1 & 0x00f0f0f0) >> 4) | ((add1 & 0x000f0f0f) << 4);
1766 add1 = ((add1 & 0x00cccccc) >> 2) | ((add1 & 0x00333333) << 2);
1767 add1 = ((add1 & 0x00aaaaaa) >> 1) | ((add1 & 0x00555555) << 1)
    [all...]

Completed in 13 milliseconds