OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:o_mask
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/pax/
ar_io.c
1424
sigset_t
o_mask
;
local
1431
if (sigprocmask(SIG_BLOCK, &s_mask, &
o_mask
) < 0)
1434
if (sigprocmask(SIG_SETMASK, &
o_mask
, NULL) < 0)
/src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc
944
widest_int o_value,
o_mask
;
local
945
get_value_and_mask (operand, &o_value, &
o_mask
);
949
TYPE_SIGN (type), TYPE_PRECISION (type), o_value,
o_mask
);
/src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc
1179
widest_int o_value,
o_mask
;
local
1180
get_value_and_mask (operand, &o_value, &
o_mask
);
1184
TYPE_SIGN (type), TYPE_PRECISION (type), o_value,
o_mask
);
Completed in 35 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026