Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 15 of 15) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dhash_inlines.h100 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); in hash_x86_32() local
104 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32()
157 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); in hash_x86_128() local
161 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128()
162 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); in hash_x86_128()
163 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); in hash_x86_128()
164 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); in hash_x86_128()
255 const uint64_t *blocks = (const uint64_t *) (data); in hash_x64_128() local
259 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); in hash_x64_128()
260 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1); in hash_x64_128()
A Dbase_structs.h33 base_block_t *blocks; member
A Dtsd_structs.h12 ql_head(tsd_init_block_t) blocks;
A Dtsd_types.h162 ql_head_initializer(blocks), \
/third_party/ulib/musl/third_party/tre/
A Dtre-mem.c66 tre_list_t *tmp, *l = mem->blocks; in tre_mem_destroy()
117 if (mem->blocks == NULL) in tre_mem_alloc_impl()
118 mem->blocks = l; in tre_mem_alloc_impl()
A Dtre.h178 tre_list_t* blocks; member
/third_party/ulib/jemalloc/src/
A Dtsd.c174 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
183 ql_tail_insert(&head->blocks, block, link); in tsd_init_check_recursion()
192 ql_remove(&head->blocks, block, link); in tsd_init_finish()
A Dbase.c188 block->next = base->blocks; in base_extent_alloc()
189 base->blocks = block; in base_extent_alloc()
231 base->blocks = block; in base_new()
251 base_block_t *next = base->blocks; in base_delete()
/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
A Dpolyval.c78 size_t blocks = todo / sizeof(polyval_block); in CRYPTO_POLYVAL_update_blocks() local
79 for (size_t i = 0; i < blocks; i++) { in CRYPTO_POLYVAL_update_blocks()
A Dinternal.h107 typedef void (*ctr128_f)(const uint8_t *in, uint8_t *out, size_t blocks,
132 void aesni_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t blocks,
/third_party/ulib/jemalloc/test/unit/
A Dbase.c160 assert_zu_ge(extent_size_get(&base->blocks->extent), QUANTUM, in TEST_BEGIN()
163 while (extent_size_get(&base->blocks->extent) > QUANTUM) { in TEST_BEGIN()
167 r_exp = extent_addr_get(&base->blocks->extent); in TEST_BEGIN()
/third_party/ulib/lz4/
A DREADME.md10 …line utility, use **lz4frame**. This library encapsulates lz4-compressed blocks into the [official…
/third_party/uapp/dash/src/
A DTOUR95 linked list of blocks.
/third_party/lib/acpica/
A Dchanges.txt247 definition blocks within a single ASL file and the resulting AML file.
250 example code below shows two definition blocks within the same file:
873 ASL parse tree before the AML code is generated. This allows blocks of
1114 are defined in 256-byte blocks, not bytes. ACPICA BZ 1098
1396 to the GPE 0/1 FADT-defined blocks.
2124 #if/#else/#elif/#endif blocks. Allows arbitrary depth of nested blocks.
2246 a thread blocks within the method for any reason, and another thread
5792 blocks
12829 ACPI DATA blocks (Pavel Machek)
15543 /proc/acpi/event now blocks properly.
[all …]
/third_party/ulib/musl/
A DWHATSNEW1492 - misaligned memory accesses in static binaries with low-alignment TLS blocks

Completed in 35 milliseconds