Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp62 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()
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.h75 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member
Dfuse.h449 uint64_t block; member
455 uint64_t block; member
Dvideodev2.h1067 __u8 block; member
/bionic/libc/bionic/
Dmalloc_debug_check.cpp624 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/
DNOTICE4699 permutation generator based on a Luby-Rackoff block cipher. This