OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptr_data
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/marvell/
mvxpbm.c
172
char *kva, *ptr, *ptr_next, *
ptr_data
;
local
199
* ptr
ptr_data
DMA here ptr_next
204
* -
ptr_data
must be aligned to MVXPEBM_DATA_ALIGN
211
ptr_data
= ptr + sc->sc_chunk_header_size;
212
align = (unsigned long)
ptr_data
& MVXPBM_DATA_MASK;
220
ptr_data
= ptr + sc->sc_chunk_header_size;
221
ptr_next =
ptr_data
+ MVXPBM_PACKET_SIZE;
229
sc->sc_chunk_size = ptr_next -
ptr_data
;
281
ptr_data
= ptr + sc->sc_chunk_header_size;
287
chunk->buf_off = (
ptr_data
- sc->sc_buf)
[
all
...]
/src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3-demo-server.c
70
uint8_t *
ptr_data
; /* pointer to the data to send */
member in struct:h3ssl
90
if (h3ssl->
ptr_data
!= NULL && h3ssl->
ptr_data
!= nulldata)
91
free(h3ssl->
ptr_data
);
112
if (h3ssl->
ptr_data
!= NULL && h3ssl->
ptr_data
!= nulldata)
113
free(h3ssl->
ptr_data
);
114
h3ssl->
ptr_data
= NULL;
832
vec[0].base = &(h3ssl->
ptr_data
[h3ssl->offset_data]);
837
vec[0].base = &(h3ssl->
ptr_data
[h3ssl->offset_data])
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
ggc-common.cc
228
struct
ptr_data
242
struct saving_hasher : free_ptr_hash <
ptr_data
>
245
static inline hashval_t hash (const
ptr_data
*);
246
static inline bool equal (const
ptr_data
*, const void *);
250
saving_hasher::hash (const
ptr_data
*p)
256
saving_hasher::equal (const
ptr_data
*p1, const void *p2)
272
struct
ptr_data
**slot;
277
slot = (struct
ptr_data
**)
286
*slot = XCNEW (struct
ptr_data
);
307
struct
ptr_data
*dat
227
struct
ptr_data
struct
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc
216
struct
ptr_data
230
struct saving_hasher : free_ptr_hash <
ptr_data
>
233
static inline hashval_t hash (const
ptr_data
*);
234
static inline bool equal (const
ptr_data
*, const void *);
238
saving_hasher::hash (const
ptr_data
*p)
244
saving_hasher::equal (const
ptr_data
*p1, const void *p2)
259
struct
ptr_data
**slot;
264
slot = (struct
ptr_data
**)
273
*slot = XCNEW (struct
ptr_data
);
292
struct
ptr_data
*dat
215
struct
ptr_data
struct
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
457
const void *
ptr_data
[2];
member in struct:__anon2539
468
const void *
ptr_data
[2];
member in struct:__anon2540
4993
void *
ptr_data
;
member in struct:__anon2546
6206
void *
ptr_data
[2];
member in struct:__anon2551
Completed in 24 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026