OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:small_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
malloca.c
40
typedef unsigned char
small_t
;
typedef
42
verify (2 * sa_alignment_max - 1 <= (
small_t
) -1);
51
int plus = sizeof (
small_t
) + alignment2_mask;
62
INT_ADD_WRAPV (umem, sizeof (
small_t
) + sa_alignment_max - 1,
67
small_t
*p = vp;
68
/* Here p >= mem + sizeof (
small_t
),
69
and p <= mem + sizeof (
small_t
) + 2 * sa_alignment_max - 1
102
void *mem = (char *) p - ((
small_t
*) p)[-1];
/src/external/gpl3/gdb.old/dist/gnulib/import/
malloca.c
40
typedef unsigned char
small_t
;
typedef
42
verify (2 * sa_alignment_max - 1 <= (
small_t
) -1);
51
int plus = sizeof (
small_t
) + alignment2_mask;
62
INT_ADD_WRAPV (umem, sizeof (
small_t
) + sa_alignment_max - 1,
67
small_t
*p = vp;
68
/* Here p >= mem + sizeof (
small_t
),
69
and p <= mem + sizeof (
small_t
) + 2 * sa_alignment_max - 1
102
void *mem = (char *) p - ((
small_t
*) p)[-1];
Completed in 22 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026