OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxNumBlocks
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
block_files.cc
57
DCHECK(size > 0 && size <=
kMaxNumBlocks
);
59
for (int i = size; i <=
kMaxNumBlocks
; i++) {
117
if (size < 0 || size >
kMaxNumBlocks
) {
156
if (size < 0 || size >
kMaxNumBlocks
)
172
for (int i = 0; i <
kMaxNumBlocks
; i++) {
191
for (int i = 0; i <
kMaxNumBlocks
; i++) {
208
for (int i = block_count - 1; i <
kMaxNumBlocks
; i++) {
218
for (int i = 0; i <
kMaxNumBlocks
; i++) {
227
return header_->empty[
kMaxNumBlocks
- 1];
325
if (block_count < 1 || block_count >
kMaxNumBlocks
)
[
all
...]
addr.h
29
const int
kMaxNumBlocks
= 4;
block_bitmaps_v3.cc
31
if (block_count < 1 || block_count >
kMaxNumBlocks
)
Completed in 62 milliseconds