OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unfiltered
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/simple/
simple_coder.c
104
// If there is more output space left than there is
unfiltered
data
148
const size_t
unfiltered
= size - filtered;
local
149
assert(
unfiltered
<= coder->allocated / 2);
154
coder->size =
unfiltered
;
161
} else if (
unfiltered
> 0) {
162
// There is
unfiltered
data left in out[]. Copy it to
164
*out_pos -=
unfiltered
;
165
memcpy(coder->buffer, out + *out_pos,
unfiltered
);
178
//
unfiltered
data will be left to coder->buffer[].
/src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
blocks.cc
628
auto_vec<bitmap_head>
unfiltered
;
local
629
unfiltered
.safe_grow (num_bb_indices);
631
bitmap_initialize (&
unfiltered
[i], &bitmap_default_obstack);
651
if (bitmap_ior_into (&
unfiltered
[b2], b1_def)
666
if (!bitmap_ior_and_into (b1_phis, &
unfiltered
[b1], b1_in))
674
if (bitmap_ior_into (&
unfiltered
[b2], b1_phis)
687
bitmap_and (&phis.regs, &
unfiltered
[i], DF_LR_IN (cfg_bb));
705
bitmap_release (&
unfiltered
[i]);
/src/external/gpl3/gcc/dist/gcc/rtl-ssa/
blocks.cc
634
auto_vec<bitmap_head>
unfiltered
;
local
635
unfiltered
.safe_grow_cleared (num_bb_indices);
637
bitmap_initialize (&
unfiltered
[i], &bitmap_default_obstack);
657
if (bitmap_ior_into (&
unfiltered
[b2], b1_def)
672
if (!bitmap_ior_and_into (b1_phis, &
unfiltered
[b1], b1_in))
680
if (bitmap_ior_into (&
unfiltered
[b2], b1_phis)
693
bitmap_and (&phis.regs, &
unfiltered
[i], DF_LR_IN (cfg_bb));
711
bitmap_release (&
unfiltered
[i]);
Completed in 25 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026