Searched refs:block (Results 1 – 9 of 9) sorted by relevance
/bionic/linker/ |
D | linker_block_allocator.cpp | 62 void LinkerBlockAllocator::free(void* block) { in free() argument 63 if (block == nullptr) { in free() 67 LinkerBlockAllocatorPage* page = find_page(block); in free() 73 ssize_t offset = reinterpret_cast<uint8_t*>(block) - page->bytes; in free() 79 memset(block, 0, block_size_); in free() 81 FreeBlockInfo* block_info = reinterpret_cast<FreeBlockInfo*>(block); in free() 119 LinkerBlockAllocatorPage* LinkerBlockAllocator::find_page(void* block) { in find_page() argument 120 if (block == nullptr) { in find_page() 127 if (block >= (page_ptr + sizeof(page->next)) && block < (page_ptr + PAGE_SIZE)) { in find_page()
|
D | linker_block_allocator.h | 38 void free(void* block); 43 LinkerBlockAllocatorPage* find_page(void* block);
|
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
D | sha1.c | 56 # 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/ |
D | wil6210_uapi.h | 49 void __user * block; member
|
D | i2c.h | 75 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member
|
D | fuse.h | 449 uint64_t block; member 455 uint64_t block; member
|
D | videodev2.h | 1067 __u8 block; member
|
/bionic/libc/bionic/ |
D | malloc_debug_check.cpp | 624 hdr_t* block = head; in ReportMemoryLeaks() local 626 exe, block->size, user(block), index++, total); in ReportMemoryLeaks() 627 if (del_leak(block, &safe) && g_backtrace_enabled) { in ReportMemoryLeaks() 629 log_backtrace(block->bt, block->bt_depth); in ReportMemoryLeaks()
|
/bionic/libc/ |
D | NOTICE | 4699 permutation generator based on a Luby-Rackoff block cipher. This
|