OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_block
(Results
1 - 6
of
6
) sorted by null
/external/llvm/test/Transforms/IndVarSimplify/
2006-06-16-Indvar-LCSSA-Crash.ll
3
define void @
get_block
() {
/system/extras/ext4_utils/
allocate.h
37
u32
get_block
(struct block_allocation *alloc, u32 block);
indirect.c
107
ind_block[i] =
get_block
(alloc, i);
175
inode->i_block[i] =
get_block
(alloc, i);
457
get_block
(alloc, 0));
464
dind_block_data[i] =
get_block
(alloc, r);
468
ind_block_data[r * aux_info.blocks_per_ind + j - 1] =
get_block
(alloc, b);
allocate.c
517
u32
get_block
(struct block_allocation *alloc, u32 block)
function
/external/dnsmasq/src/
tftp.c
25
static ssize_t
get_block
(char *packet, struct tftp_transfer *transfer);
268
if ((len =
get_block
(packet, transfer)) == -1)
437
if ((len =
get_block
(daemon->packet, transfer)) == -1)
517
static ssize_t
get_block
(char *packet, struct tftp_transfer *transfer)
function
/external/kernel-headers/original/linux/
fs.h
[
all
...]
Completed in 137 milliseconds