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_d
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
data-streamer.h
34
struct
bitpack_d
struct
47
void bp_pack_var_len_unsigned (struct
bitpack_d
*, unsigned HOST_WIDE_INT);
48
void bp_pack_var_len_int (struct
bitpack_d
*, HOST_WIDE_INT);
49
void bp_pack_real_value (struct
bitpack_d
*, const REAL_VALUE_TYPE *);
50
void bp_unpack_real_value (struct
bitpack_d
*, REAL_VALUE_TYPE *);
51
unsigned HOST_WIDE_INT bp_unpack_var_len_unsigned (struct
bitpack_d
*);
52
HOST_WIDE_INT bp_unpack_var_len_int (struct
bitpack_d
*);
66
void bp_pack_string_with_length (struct output_block *, struct
bitpack_d
*,
68
void bp_pack_string (struct output_block *, struct
bitpack_d
*,
85
const char *bp_unpack_indexed_string (class data_in *, struct
bitpack_d
*,
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
data-streamer.h
34
struct
bitpack_d
struct
47
void bp_pack_var_len_unsigned (struct
bitpack_d
*, unsigned HOST_WIDE_INT);
48
void bp_pack_var_len_int (struct
bitpack_d
*, HOST_WIDE_INT);
49
unsigned HOST_WIDE_INT bp_unpack_var_len_unsigned (struct
bitpack_d
*);
50
HOST_WIDE_INT bp_unpack_var_len_int (struct
bitpack_d
*);
64
void bp_pack_string_with_length (struct output_block *, struct
bitpack_d
*,
66
void bp_pack_string (struct output_block *, struct
bitpack_d
*,
82
const char *bp_unpack_indexed_string (class data_in *, struct
bitpack_d
*,
84
const char *bp_unpack_string (class data_in *, struct
bitpack_d
*);
94
static inline struct
bitpack_d
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026