Home
last modified time | relevance | path

Searched refs:block (Results 1 – 9 of 9) sorted by relevance

/bionic/linker/
Dlinker_block_allocator.cpp68 void LinkerBlockAllocator::free(void* block) { in free() argument
69 if (block == nullptr) { in free()
73 LinkerBlockAllocatorPage* page = find_page(block); in free()
79 ssize_t offset = reinterpret_cast<uint8_t*>(block) - page->bytes; in free()
85 memset(block, 0, block_size_); in free()
87 FreeBlockInfo* block_info = reinterpret_cast<FreeBlockInfo*>(block); in free()
128 LinkerBlockAllocatorPage* LinkerBlockAllocator::find_page(void* block) { in find_page() argument
129 if (block == nullptr) { in find_page()
136 if (block >= (page_ptr + sizeof(page->next)) && block < (page_ptr + PAGE_SIZE)) { in find_page()
Dlinker_block_allocator.h38 void free(void* block);
43 LinkerBlockAllocatorPage* find_page(void* block);
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
Dsha1.c56 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \
57 |(rol(block->l[i],8)&0x00FF00FF))
59 # define blk0(i) block->l[i]
61 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \
62 ^block->l[(i+2)&15]^block->l[i&15],1))
107 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R01() argument
117 do_R2(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R2() argument
127 do_R3(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R3() argument
137 do_R4(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R4() argument
153 CHAR64LONG16 *block; in SHA1Transform() local
[all …]
/bionic/libc/kernel/uapi/linux/
Dwil6210_uapi.h49 void __user * block; member
Di2c.h76 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member
Dfuse.h449 uint64_t block; member
455 uint64_t block; member
Dvideodev2.h1132 __u8 block; member
/bionic/libc/malloc_debug/
DREADME.md218 04-15 12:35:33.304 7412 7412 E malloc_debug: +++ APP leaked block of size 100 at 0x2be3b0b0 (leak…
224 04-15 12:35:33.305 7412 7412 E malloc_debug: +++ APP leaked block of size 24 at 0x7be32380 (leak …
/bionic/libc/
DNOTICE4800 permutation generator based on a Luby-Rackoff block cipher. This