OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_num_blocks
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/gpxe/src/core/
bitmap.c
38
unsigned int
old_num_blocks
;
local
43
old_num_blocks
= BITMAP_INDEX ( bitmap->length + BITMAP_BLKSIZE - 1 );
46
if (
old_num_blocks
!= new_num_blocks ) {
58
while (
old_num_blocks
< new_num_blocks ) {
59
bitmap->blocks[
old_num_blocks
++] = 0;
/system/update_engine/payload_generator/
delta_diff_utils.h
54
// are stored in the |old_part| and |new_part| files and have |
old_num_blocks
|
65
size_t
old_num_blocks
,
delta_diff_utils.cc
288
size_t
old_num_blocks
,
299
old_num_blocks
* kBlockSize,
309
uint64_t num_blocks = std::min(
old_num_blocks
, new_num_blocks);
325
for (uint64_t block =
old_num_blocks
; block-- > 0; ) {
[
all
...]
/external/valgrind/memcheck/
mc_leakcheck.c
[
all
...]
mc_include.h
438
UInt
old_num_blocks
; // output only the changed/new loss records
member in struct:_LossRecord
mc_errors.c
349
(SizeT) lr->
old_num_blocks
,
[
all
...]
Completed in 116 milliseconds