Searched refs:force_align (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
H A Darbel.h285 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
H A Dhermon.h375 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/
H A Didl_parser.cpp1580 auto force_align = struct_def->attributes.Lookup("force_align"); local
1581 if (fixed && force_align) {
1582 auto align = static_cast<size_t>(atoi(force_align->constant.c_str()));
1583 if (force_align->type.base_type != BASE_TYPE_INT ||
1587 return Error("force_align must be a power of two integer ranging from the"

Completed in 237 milliseconds