OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitpack_word_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
data-streamer.h
32
typedef unsigned HOST_WIDE_INT
bitpack_word_t
;
typedef
40
bitpack_word_t
word;
111
bp_pack_value (struct bitpack_d *bp,
bitpack_word_t
val, unsigned nbits)
113
bitpack_word_t
word = bp->word;
118
|| !(val & ~(((
bitpack_word_t
)1<<nbits)-1)));
142
const poly_int<NUM_POLY_INT_COEFFS,
bitpack_word_t
> &val,
171
inline
bitpack_word_t
174
bitpack_word_t
mask, val;
178
? (
bitpack_word_t
) -1
179
: ((
bitpack_word_t
) 1 << nbits) - 1)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
data-streamer.h
32
typedef unsigned HOST_WIDE_INT
bitpack_word_t
;
typedef
40
bitpack_word_t
word;
106
bp_pack_value (struct bitpack_d *bp,
bitpack_word_t
val, unsigned nbits)
108
bitpack_word_t
word = bp->word;
113
|| !(val & ~(((
bitpack_word_t
)1<<nbits)-1)));
137
const poly_int<NUM_POLY_INT_COEFFS,
bitpack_word_t
> &val,
166
static inline
bitpack_word_t
169
bitpack_word_t
mask, val;
173
? (
bitpack_word_t
) -1
174
: ((
bitpack_word_t
) 1 << nbits) - 1)
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026