Searched refs:roundup (Results 1 – 13 of 13) sorted by relevance
/external/openssh/ |
D | buffer.c | 129 newlen = roundup(buffer->alloc + len, BUFFER_ALLOCSZ); in buffer_append_space() 155 if (roundup(buffer->alloc + len, BUFFER_ALLOCSZ) <= BUFFER_MAX_LEN) in buffer_check_alloc()
|
D | defines.h | 435 #ifndef roundup 436 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
D | kex.c | 490 digest = xmalloc(roundup(need, mdsz)); in derive_key()
|
D | sshconnect.c | 1194 size = roundup(strlen(password) + 1, 32); in ssh_put_password()
|
D | scp.c | 1303 size = roundup(stb.st_blksize, blksize);
|
D | packet.c | 900 roundup(active_state->extra_pad, block_size); in packet_send2_wrapped()
|
/external/kernel-headers/original/linux/ |
D | kernel.h | 36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
|
/external/elfutils/src/ |
D | strings.c | 483 roundup (2 * min_len_bytes + 1, ps)); in map_file()
|
/external/dropbear/ |
D | scp.c | 1231 size = roundup(stb.st_blksize, blksize);
|
/external/linux-tools-perf/util/ |
D | symbol.c | 36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro 113 curr->end = roundup(curr->start, 4096); in symbols__fixup_end()
|
/external/linux-tools-perf/ |
D | android.patch | 1207 +#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y))
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 24795 roundup r?ndup
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 7530 http://hnn.us/roundup/11.html 7531 http://hnn.us/roundup/comments/9446.html
|