Searched refs:format_type (Results 1 – 6 of 6) sorted by relevance
122 enum arg_type format_type, enum arg_type elt_type, in form_next_param() argument138 if (format_type == ARGTYPE_ARRAY || format_type == ARGTYPE_POINTER) in form_next_param()140 else if (format_type == ARGTYPE_INT) in form_next_param()141 format_type = ints[2 + lng - hlf]; in form_next_param()142 else if (format_type == ARGTYPE_UINT) in form_next_param()143 format_type = uints[2 + lng - hlf]; in form_next_param()146 if (format_type == ARGTYPE_ARRAY) { in form_next_param()193 } else if (format_type == ARGTYPE_POINTER) { in form_next_param()197 *infop = *type_get_simple(format_type); in form_next_param()209 enum arg_type format_type = ARGTYPE_VOID; in param_printf_next() local[all …]
283 def run(self, format_type, message, *params): argument284 if format_type == 'dict':286 elif format_type == 'tuple':289 raise pipeline.Abort('Invalid format type: %s' % format_type)
201 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type,
1009 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type, in HAL_NfcPrmDownloadStart() argument1033 nfc_hal_cb.prm.format = format_type; in HAL_NfcPrmDownloadStart()1038 if (format_type == NFC_HAL_PRM_FORMAT_NCD) in HAL_NfcPrmDownloadStart()
61 enum util_format_type format_type[PIPE_MAX_COLOR_BUFS]; member989 if (bqs->format_type[cbuf] != UTIL_FORMAT_TYPE_FLOAT) { in blend_fallback()1263 bqs->format_type[i] = desc->channel[0].type; in choose_blend_quad()
250 enum format_type { enum