OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARGET_CHAR_BIT
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
host-defs.h
28
#if !defined (
TARGET_CHAR_BIT
)
29
#define
TARGET_CHAR_BIT
8
40
#define HOST_CHAR_BIT
TARGET_CHAR_BIT
/src/external/gpl3/gdb.old/dist/gdbsupport/
host-defs.h
28
#if !defined (
TARGET_CHAR_BIT
)
29
#define
TARGET_CHAR_BIT
8
40
#define HOST_CHAR_BIT
TARGET_CHAR_BIT
/src/external/gpl3/gdb/dist/gdb/
typeprint.c
103
unsigned int hole_byte = hole /
TARGET_CHAR_BIT
;
104
unsigned int hole_bit = hole %
TARGET_CHAR_BIT
;
148
unsigned int fieldsize_bit = fieldsize_byte *
TARGET_CHAR_BIT
;
153
|| offset_bitpos %
TARGET_CHAR_BIT
!= 0)
162
real_bitpos /
TARGET_CHAR_BIT
,
163
real_bitpos %
TARGET_CHAR_BIT
);
170
(bitpos + offset_bitpos) /
TARGET_CHAR_BIT
);
187
unsigned int bitpos = type->length () *
TARGET_CHAR_BIT
;
/src/external/gpl3/gdb.old/dist/gdb/
typeprint.c
103
unsigned int hole_byte = hole /
TARGET_CHAR_BIT
;
104
unsigned int hole_bit = hole %
TARGET_CHAR_BIT
;
148
unsigned int fieldsize_bit = fieldsize_byte *
TARGET_CHAR_BIT
;
153
|| offset_bitpos %
TARGET_CHAR_BIT
!= 0)
162
real_bitpos /
TARGET_CHAR_BIT
,
163
real_bitpos %
TARGET_CHAR_BIT
);
170
(bitpos + offset_bitpos) /
TARGET_CHAR_BIT
);
187
unsigned int bitpos = type->length () *
TARGET_CHAR_BIT
;
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026