HomeSort by relevance Sort by last modified time
    Searched full:struct_size (Results 26 - 50 of 54) sorted by null

12 3

  /frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java 33 public static final int STRUCT_SIZE = 12;
103 return byteBuffer != null && byteBuffer.remaining() >= STRUCT_SIZE;
  /external/vulkan-validation-layers/scripts/
helper_file_generator.py 452 preamble += ' size_t struct_size = 0;\n'
460 postamble += ' struct_size += 0;\n'
465 postamble += ' return struct_size;\n'
489 struct_size = self.GenerateStructSizePreamble()
495 struct_size += '#ifdef %s\n' % item.ifdef_protect
499 chain_size += ' struct_size += vk_size_%s((%s*)pNext);\n' % (item.name.lower(), item.name)
502 struct_size += ' case %s: \n' % self.structTypes[item.name].value
503 struct_size += ' return vk_size_%s((%s*)struct_ptr);\n' % (item.name.lower(), item.name)
505 struct_size_funcs += ' size_t struct_size = 0;\n'
507 struct_size_funcs += ' struct_size = sizeof(%s);\n' % item.nam
    [all...]
  /external/libmojo/mojo/edk/js/
core.cc 112 // For future struct_size, we can probably infer that from the presence of
114 options.struct_size = 8;
209 // For future struct_size, we can probably infer that from the presence of
211 options.struct_size = 16;
  /frameworks/base/tests/net/java/android/net/netlink/
NetlinkSocketTest.java 76 assertTrue(StructNlMsgHdr.STRUCT_SIZE <= response.limit());
  /external/python/cpython3/Modules/_decimal/libmpdec/
memory.c 136 mpd_sh_alloc(mpd_size_t struct_size, mpd_size_t nmemb, mpd_size_t size)
145 req = add_size_t_overflow(req, struct_size, &overflow);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_surface.c 82 info.struct_size =
493 info.struct_size = 1;
555 info.struct_size = 1;
ilo_render_gen6.c 555 const int struct_size = so_info->stride[output_buffer] * 4; local
566 count = buf_size / struct_size;
567 if (buf_size % struct_size >= elem_size)
  /external/mesa3d/src/intel/vulkan/
anv_pipeline_cache.c 126 size_t struct_size = local
132 memcpy(data, shader, struct_size);
133 data += struct_size;
  /external/libmojo/mojo/edk/system/
core.cc 63 if (platform_handle->struct_size != sizeof(MojoPlatformHandle))
103 if (platform_handle->struct_size != sizeof(MojoPlatformHandle))
786 if (options && options->struct_size != sizeof(MojoCreateDataPipeOptions))
790 create_options.struct_size = sizeof(MojoCreateDataPipeOptions);
    [all...]
multiprocess_message_pipe_unittest.cc 298 options.struct_size = sizeof(options);
529 options.struct_size = sizeof(options);
659 options.struct_size = sizeof(options);
    [all...]
  /external/libmojo/mojo/public/c/system/
data_pipe.h 20 // |uint32_t struct_size|: Set to the size of the |MojoCreateDataPipeOptions|
46 MOJO_ALIGNAS(4) uint32_t struct_size; variable
message_pipe.h 32 // |uint32_t struct_size|: Set to the size of the
51 uint32_t struct_size; variable
  /external/libmojo/mojo/public/tools/bindings/generators/java_templates/
data_types_definition.tmpl 144 private static final int STRUCT_SIZE = {{struct.versions[-1].num_bytes}};
167 super(STRUCT_SIZE, version);
  /external/libmojo/mojo/edk/test/
mojo_test_base.cc 279 options.struct_size = static_cast<uint32_t>(sizeof(options));
  /external/libffi/src/s390/
ffi.c 345 size_t struct_size = 0; local
437 struct_size += ROUND_SIZE ((*ptr)->size);
492 cif->bytes = ROUND_SIZE (n_ov * sizeof (long)) + struct_size;
  /external/python/cpython2/Modules/_ctypes/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/python/cpython3/Modules/_ctypes/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;
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_api.h 455 int dvrGetApi(void* api, size_t struct_size, int version);
  /external/tpm2/
tpm_generated.c 1072 UINT32 struct_size; local
1084 struct_size = start_size - *size - sizeof(target->t.size);
1085 if (struct_size != target->t.size) {
1207 UINT32 struct_size; local
1219 struct_size = start_size - *size - sizeof(target->t.size);
1220 if (struct_size != target->t.size) {
1547 UINT32 struct_size; local
3351 UINT32 struct_size; local
3607 UINT32 struct_size; local
    [all...]
  /external/tpm2/generator/
structure_generator.py 882 UINT32 struct_size;"""
884 struct_size = start_size - *size - sizeof(target->t.size);
885 if (struct_size != target->t.size) {
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 67 options.struct_size = sizeof(MojoCreateDataPipeOptions);
  /external/vboot_reference/firmware/include/
vboot_struct.h 465 uint64_t struct_size; member in struct:VbSharedDataHeader
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 895 def STRUCT_SIZE(handle): return \
901 def STRUCT_SIZE(handle): return (sizeof (*(handle).ptr))
STROPTS.py 898 def STRUCT_SIZE(handle): return \
904 def STRUCT_SIZE(handle): return (sizeof (*(handle).ptr))
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 265 cls.struct_size = struct.calcsize(cls.struct_fmt)
884 struct_size = StringId.struct_size
887 offset_end = offset_start + header.string_ids_size * struct_size
889 for offset in range(offset_start, offset_end, struct_size):
948 offset = cls.VdexHeader.struct_size
    [all...]

Completed in 959 milliseconds

12 3