HomeSort by relevance Sort by last modified time
    Searched full:force_align (Results 1 - 10 of 10) sorted by null

  /external/flatbuffers/tests/
monster_test.fbs 27 struct Vec3 (force_align: 16) {
test.cpp 184 // the largest force_align value in your schema if you're using it.
    [all...]
  /external/libtextclassifier/
model.fbs 311 selection_model:[ubyte] (force_align: 16);
313 classification_model:[ubyte] (force_align: 16);
314 embedding_model:[ubyte] (force_align: 16);
  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.h 285 uint8_t force_align[ARBEL_SEND_WQE_ALIGN]; member in union:arbel_send_wqe
304 uint8_t force_align[ARBEL_RECV_WQE_ALIGN]; member in union:arbel_recv_wqe
hermon.h 375 uint8_t force_align[HERMON_SEND_WQE_ALIGN]; member in union:hermon_send_wqe
401 uint8_t force_align[HERMON_RECV_WQE_ALIGN]; member in union:hermon_recv_wqe
  /external/flatbuffers/src/
idl_parser.cpp 1580 auto force_align = struct_def->attributes.Lookup("force_align"); local
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 518 known_attributes_["force_align"] = true;
flatbuffers.h     [all...]
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h     [all...]
  /external/flatbuffers/docs/source/
Schemas.md 302 - `force_align: size` (on a struct): force the alignment of this struct

Completed in 438 milliseconds