OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:struct_size
(Results
1 - 2
of
2
) sorted by null
/external/libffi/src/s390/
ffi.c
342
size_t
struct_size
= 0;
local
430
struct_size
+= ROUND_SIZE ((*ptr)->size);
485
cif->bytes = ROUND_SIZE (n_ov * sizeof (long)) +
struct_size
;
/external/chromium_org/mojo/public/system/
core.h
222
size_t
struct_size
; // Set to the size of this structure.
member in struct:MojoCreateDataPipeOptions
Completed in 584 milliseconds