OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HEADER_SIZE
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
allocsa.c
50
#define
HEADER_SIZE
\
52
struct header { void *next; char room[
HEADER_SIZE
- sizeof (struct preliminary_header) + MAGIC_SIZE]; };
53
/* Verify that
HEADER_SIZE
== sizeof (struct header). */
54
typedef int verify1[2 * (
HEADER_SIZE
== sizeof (struct header)) - 1];
70
size_t nplus = n +
HEADER_SIZE
;
80
p +=
HEADER_SIZE
;
87
((struct header *) (p -
HEADER_SIZE
))->next = mallocsa_results[slot];
126
char *p_begin = (char *) p -
HEADER_SIZE
;
131
chain = &((struct header *) ((char *) *chain -
HEADER_SIZE
))->next;
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
allocsa.c
50
#define
HEADER_SIZE
\
52
struct header { void *next; char room[
HEADER_SIZE
- sizeof (struct preliminary_header) + MAGIC_SIZE]; };
53
/* Verify that
HEADER_SIZE
== sizeof (struct header). */
54
typedef int verify1[2 * (
HEADER_SIZE
== sizeof (struct header)) - 1];
70
size_t nplus = n +
HEADER_SIZE
;
80
p +=
HEADER_SIZE
;
87
((struct header *) (p -
HEADER_SIZE
))->next = mallocsa_results[slot];
126
char *p_begin = (char *) p -
HEADER_SIZE
;
131
chain = &((struct header *) ((char *) *chain -
HEADER_SIZE
))->next;
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
allocsa.c
50
#define
HEADER_SIZE
\
52
struct header { void *next; char room[
HEADER_SIZE
- sizeof (struct preliminary_header) + MAGIC_SIZE]; };
53
/* Verify that
HEADER_SIZE
== sizeof (struct header). */
54
typedef int verify1[2 * (
HEADER_SIZE
== sizeof (struct header)) - 1];
70
size_t nplus = n +
HEADER_SIZE
;
80
p +=
HEADER_SIZE
;
87
((struct header *) (p -
HEADER_SIZE
))->next = mallocsa_results[slot];
126
char *p_begin = (char *) p -
HEADER_SIZE
;
131
chain = &((struct header *) ((char *) *chain -
HEADER_SIZE
))->next;
/src/external/gpl2/xcvs/dist/lib/
allocsa.c
55
#define
HEADER_SIZE
\
57
struct header { void *next; char room[
HEADER_SIZE
- sizeof (struct preliminary_header) + MAGIC_SIZE]; };
58
/* Verify that
HEADER_SIZE
== sizeof (struct header). */
59
typedef int verify1[2 * (
HEADER_SIZE
== sizeof (struct header)) - 1];
75
size_t nplus = n +
HEADER_SIZE
;
85
p +=
HEADER_SIZE
;
92
((struct header *) (p -
HEADER_SIZE
))->next = mallocsa_results[slot];
131
char *p_begin = (char *) p -
HEADER_SIZE
;
136
chain = &((struct header *) ((char *) *chain -
HEADER_SIZE
))->next;
/src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_d2i_fp.c
107
#define
HEADER_SIZE
8
114
size_t want =
HEADER_SIZE
;
182
want =
HEADER_SIZE
;
189
want =
HEADER_SIZE
;
241
want =
HEADER_SIZE
;
/src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_d2i_fp.c
92
#define
HEADER_SIZE
8
99
size_t want =
HEADER_SIZE
;
160
want =
HEADER_SIZE
;
167
want =
HEADER_SIZE
;
220
want =
HEADER_SIZE
;
/src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_d2i_fp.c
107
#define
HEADER_SIZE
2
114
size_t want =
HEADER_SIZE
;
234
want =
HEADER_SIZE
;
241
want =
HEADER_SIZE
;
292
want =
HEADER_SIZE
;
/src/external/bsd/openldap/dist/libraries/liblber/
encode.c
54
#define
HEADER_SIZE
(TAGBUF_SIZE + LENBUF_SIZE)
74
(INT_MAX>0xffffffffUL ? (ber_len_t) 0xffffffffUL : INT_MAX-
HEADER_SIZE
)
235
unsigned char header[
HEADER_SIZE
], *ptr;
290
unsigned char unusedbits, header[
HEADER_SIZE
+ 1], *ptr;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c
129
#define
HEADER_SIZE
(BARE_ADDRESS_SIZE + 1)
156
tx_size =
HEADER_SIZE
+ msg->size;
161
memcpy(tx_buf +
HEADER_SIZE
, msg->buffer, msg->size);
173
tx_size =
HEADER_SIZE
;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_dp.c
163
#define
HEADER_SIZE
(BARE_ADDRESS_SIZE + 1)
198
tx_size =
HEADER_SIZE
+ msg->size;
203
memcpy(tx_buf +
HEADER_SIZE
, msg->buffer, msg->size);
216
tx_size =
HEADER_SIZE
;
/src/external/bsd/libpcap/dist/
pcap-sita.c
960
#define
HEADER_SIZE
(4 * 4)
961
unsigned char packet_header[
HEADER_SIZE
];
969
if (acn_read_n_bytes_with_timeout(handle,
HEADER_SIZE
) == -1) return 0; /* try to read a packet header in so we can get the sizeof the packet data */
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_xar.c
126
#define
HEADER_SIZE
28
1914
archive_be16enc(&wb[4],
HEADER_SIZE
);
1919
xar->wbuff_remaining -=
HEADER_SIZE
;
archive_read_support_format_xar.c
105
#define
HEADER_SIZE
28
497
b = __archive_read_ahead(a,
HEADER_SIZE
, NULL);
511
if (archive_be16dec(b+4) !=
HEADER_SIZE
)
553
b = __archive_read_ahead(a,
HEADER_SIZE
, &bytes);
556
if (bytes <
HEADER_SIZE
) {
580
__archive_read_consume(a,
HEADER_SIZE
);
581
xar->offset +=
HEADER_SIZE
;
588
r = move_reading_point(a,
HEADER_SIZE
);
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c
1532
#define
HEADER_SIZE
(BARE_ADDRESS_SIZE + 1)
1535
intel_dp_aux_header(u8 txbuf[
HEADER_SIZE
],
1558
txsize = msg->size ?
HEADER_SIZE
+ msg->size : BARE_ADDRESS_SIZE;
1567
memcpy(txbuf +
HEADER_SIZE
, msg->buffer, msg->size);
1586
txsize = msg->size ?
HEADER_SIZE
: BARE_ADDRESS_SIZE;
5949
u8 txbuf[
HEADER_SIZE
+ DRM_HDCP_KSV_LEN] = {}, rxbuf[2], reply = 0;
5970
ret = intel_dp_aux_xfer(intel_dp, txbuf,
HEADER_SIZE
+ msg.size,
Completed in 86 milliseconds
Indexes created Sat Jul 11 00:26:11 UTC 2026