Searched refs:elem_type (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h91 const ocsd_gen_trc_elem_t getType() const { return elem_type; };
105 elem_type = type;
110 elem_type = OCSD_GEN_TRC_ELEM_UNKNOWN;
141 elem_type = type;
148 elem_type = type;
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_list.cpp85 ocsd_gen_trc_elem_t elem_type = OCSD_GEN_TRC_ELEM_UNKNOWN; local
89 elem_type = m_pElemArray[idx].pElem->getType();
91 return elem_type;
H A Dtrc_gen_elem.cpp100 int typeIdx = (int)this->elem_type;
104 switch(elem_type)
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h79 ocsd_gen_trc_elem_t elem_type; /**< Element type - remaining data interpreted according to this value */ member in struct:_ocsd_generic_trace_elem
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.h225 * @param elem_type
232 enum ecore_cxt_elem_type elem_type,
246 enum ecore_cxt_elem_type elem_type,
H A Decore_cxt.c2399 enum ecore_cxt_elem_type elem_type,
2411 switch (elem_type) {
2436 "ECORE_INVALID elem type = %d", elem_type);
2482 if (elem_type == ECORE_ELEM_TASK) {
2515 if (elem_type == ECORE_ELEM_CXT) {
2551 enum ecore_cxt_elem_type elem_type,
2563 switch (elem_type) {
2581 "ECORE_INVALID elem type = %d", elem_type);
2398 ecore_cxt_dynamic_ilt_alloc(struct ecore_hwfn *p_hwfn, enum ecore_cxt_elem_type elem_type, u32 iid) argument
2550 ecore_cxt_free_ilt_range(struct ecore_hwfn *p_hwfn, enum ecore_cxt_elem_type elem_type, u32 start_iid, u32 count) argument
/freebsd-12-stable/usr.sbin/nscd/
H A Dquery.c165 int elem_type; local
177 iov.iov_base = &elem_type;
178 iov.iov_len = sizeof(elem_type);
207 if ((elem_type != CET_READ_REQUEST) &&
208 (elem_type != CET_MP_READ_SESSION_REQUEST) &&
209 (elem_type != CET_WRITE_REQUEST) &&
210 (elem_type != CET_MP_WRITE_SESSION_REQUEST)) {
218 switch (elem_type) {
254 int elem_type; local
260 result = qstate->read_func(qstate, &elem_type, sizeo
[all...]
H A Dmp_rs_query.c368 int elem_type; local
374 result = qstate->read_func(qstate, &elem_type, sizeof(int));
382 switch (elem_type) {
H A Dmp_ws_query.c298 int elem_type; local
304 result = qstate->read_func(qstate, &elem_type, sizeof(int));
312 switch (elem_type) {
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/c_api/
H A Dopencsd_c_api.h395 OCSD_C_API void ocsd_gen_elem_init(ocsd_generic_trace_elem *p_pkt, const ocsd_gen_trc_elem_t elem_type);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp146 elem_type) {
147 return StringPrinter::GetDefaultEscapingHelper(elem_type);
144 GetStringPrinterEscapingHelper( lldb_private::formatters::StringPrinter::GetPrintableElementType elem_type) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp775 CompilerType elem_type; local
776 if (m_type.IsHomogeneousAggregate(&elem_type)) {
777 uint32_t type_flags = elem_type.GetTypeInfo();
778 llvm::Optional<uint64_t> elem_size = elem_type.GetByteSize(nullptr);
788 ValueSP val_sp = GetFloatValue(elem_type, i);
/freebsd-12-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp430 OCSD_C_API void ocsd_gen_elem_init(ocsd_generic_trace_elem *p_pkt, const ocsd_gen_trc_elem_t elem_type) argument
432 p_pkt->elem_type = elem_type;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h211 GetDefaultEscapingHelper(GetPrintableElementType elem_type);
/freebsd-12-stable/sys/dev/ice/
H A Dice_sched.c95 start_node->info.data.elem_type == ICE_AQC_ELEM_TYPE_LEAF)
345 node->info.data.elem_type != ICE_AQC_ELEM_TYPE_TC &&
346 node->info.data.elem_type != ICE_AQC_ELEM_TYPE_ROOT_PORT &&
347 node->info.data.elem_type != ICE_AQC_ELEM_TYPE_LEAF) {
930 buf->generic[i].data.elem_type = ICE_AQC_ELEM_TYPE_SE_GENERIC;
1158 if (node && node->info.data.elem_type == ICE_AQC_ELEM_TYPE_LEAF) {
1186 node->info.data.elem_type != ICE_AQC_ELEM_TYPE_TC &&
1187 node->info.data.elem_type != ICE_AQC_ELEM_TYPE_ROOT_PORT) {
1253 if (num_elems > 2 && buf[0].generic[num_elems - 1].data.elem_type ==
1273 if (buf[0].generic[j].data.elem_type
[all...]
H A Dice_adminq_cmd.h1008 u8 elem_type; /* Special field, reserved for some aq calls */ member in struct:ice_aqc_txsched_elem
H A Dice_common.c4393 node.data.elem_type = ICE_AQC_ELEM_TYPE_LEAF;
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp247 StringPrinter::GetDefaultEscapingHelper(GetPrintableElementType elem_type) { argument
248 switch (elem_type) {
/freebsd-12-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp69 m_output_elem.elem_type = OCSD_GEN_TRC_ELEM_NO_SYNC;
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_all.c3757 scsi_sense_elem_type elem_type; local
3774 while ((elem_type = va_arg(ap, scsi_sense_elem_type)) !=
3776 if (elem_type >= SSD_ELEM_MAX) {
3778 elem_type);
3784 switch (elem_type) {
3905 scsi_sense_elem_type elem_type; local
3928 while ((elem_type = va_arg(ap, scsi_sense_elem_type)) !=
3930 if (elem_type >= SSD_ELEM_MAX) {
3932 elem_type);
3938 switch (elem_type) {
8852 scsi_read_attribute(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, u_int8_t service_action, uint32_t element, u_int8_t elem_type, int logical_volume, int partition, u_int32_t first_attribute, int cache, u_int8_t *data_ptr, u_int32_t length, int sense_len, u_int32_t timeout) argument
[all...]
H A Dscsi_all.h1076 u_int8_t elem_type; member in struct:scsi_read_attribute
4288 uint32_t element, u_int8_t elem_type,
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5955 tree elem_type = TREE_TYPE (type);
5956 enum machine_mode elem_mode = TYPE_MODE (elem_type);
5964 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
5971 imag_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
5939 tree elem_type = TREE_TYPE (type); local
/freebsd-12-stable/contrib/gcc/
H A Dfold-const.c9857 tree elem_type = TREE_TYPE (TREE_TYPE (arg0));
9858 if (! HONOR_NANS (TYPE_MODE (elem_type))
9859 && ! HONOR_INFINITIES (TYPE_MODE (elem_type)))
9861 tree r = build_real (elem_type, dconst1);
9822 tree elem_type = TREE_TYPE (TREE_TYPE (arg0)); local

Completed in 331 milliseconds