OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_blocks
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/newfs_ext2fs/
mke2fs.c
433
uint64_t
target_blocks
;
local
437
target_blocks
=
441
if (
target_blocks
> UINT32_MAX)
442
target_blocks
= UINT32_MAX;
443
target_ncg = howmany(
target_blocks
, sblock.e2fs.e2fs_bpg);
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-forwprop.cc
991
bitmap
target_blocks
;
local
1015
target_blocks
= BITMAP_ALLOC (NULL);
1020
bitmap_set_bit (
target_blocks
, target->index);
1024
if (! bitmap_bit_p (
target_blocks
, e->dest->index))
1033
BITMAP_FREE (
target_blocks
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-forwprop.cc
1054
bitmap
target_blocks
;
local
1078
target_blocks
= BITMAP_ALLOC (NULL);
1083
bitmap_set_bit (
target_blocks
, target->index);
1087
if (! bitmap_bit_p (
target_blocks
, e->dest->index))
1096
BITMAP_FREE (
target_blocks
);
Completed in 22 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026