Searched defs:block_address (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Dblock_files.cc242 Addr* block_address) {
270 block_address->set_value(address.value());
241 CreateBlock(FileType block_type, int block_count, Addr* block_address) argument
H A Dbackend_impl.cc878 Addr* block_address) {
879 return block_files_.CreateBlock(block_type, block_count, block_address);
882 void BackendImpl::DeleteBlock(Addr block_address, bool deep) { argument
883 block_files_.DeleteBlock(block_address, deep);
877 CreateBlock(FileType block_type, int block_count, Addr* block_address) argument
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1108 (** [block_address f bb] returns the address of the basic block [bb] in the
1110 val block_address : llvalue -> llbasicblock -> llvalue var

Completed in 106 milliseconds