Home
last modified time | relevance | path

Searched refs:force_align (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.h285 uint8_t force_align[ARBEL_SEND_WQE_ALIGN]; member
304 uint8_t force_align[ARBEL_RECV_WQE_ALIGN]; member
Dhermon.h375 uint8_t force_align[HERMON_SEND_WQE_ALIGN]; member
401 uint8_t force_align[HERMON_RECV_WQE_ALIGN]; member
/external/flatbuffers/tests/
Dmonster_test.fbs23 struct Vec3 (force_align: 16) {
/external/flatbuffers/src/
Didl_parser.cpp1385 auto force_align = struct_def->attributes.Lookup("force_align"); in ParseDecl() local
1386 if (fixed && force_align) { in ParseDecl()
1387 auto align = static_cast<size_t>(atoi(force_align->constant.c_str())); in ParseDecl()
1388 if (force_align->type.base_type != BASE_TYPE_INT || in ParseDecl()
/external/flatbuffers/docs/source/
DSchemas.md292 - `force_align: size` (on a struct): force the alignment of this struct