OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:struct_size
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
local_data_pipe.cc
33
sizeof(MojoCreateDataPipeOptions), // |
struct_size
|.
41
if (options->
struct_size
< sizeof(*options))
/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
/external/compiler-rt/lib/msandr/
msandr.cc
680
ops.
struct_size
= sizeof(ops);
Completed in 151 milliseconds