Searched refs:format_type (Results 1 - 6 of 6) sorted by relevance
/external/ltrace/ |
H A D | printf.c | 122 enum arg_type format_type, enum arg_type elt_type, 138 if (format_type == ARGTYPE_ARRAY || format_type == ARGTYPE_POINTER) 140 else if (format_type == ARGTYPE_INT) 141 format_type = ints[2 + lng - hlf]; 142 else if (format_type == ARGTYPE_UINT) 143 format_type = uints[2 + lng - hlf]; 146 if (format_type == ARGTYPE_ARRAY) { 193 } else if (format_type == ARGTYPE_POINTER) { 197 *infop = *type_get_simple(format_type); 121 form_next_param(struct param_enum *self, enum arg_type format_type, enum arg_type elt_type, unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, struct arg_type_info *infop) argument 209 enum arg_type format_type = ARGTYPE_VOID; local [all...] |
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
H A D | common.py | 283 def run(self, format_type, message, *params): 284 if format_type == 'dict': 286 elif format_type == 'tuple': 289 raise pipeline.Abort('Invalid format type: %s' % format_type)
|
/external/libnfc-nci/src/hal/int/ |
H A D | nfc_hal_int_api.h | 177 ** format_type patch format type 201 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type,
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
H A D | nfc_hal_prm.c | 985 ** format_type patch format type 1009 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type, argument 1033 nfc_hal_cb.prm.format = format_type; 1038 if (format_type == NFC_HAL_PRM_FORMAT_NCD)
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_blend.c | 61 enum util_format_type format_type[PIPE_MAX_COLOR_BUFS]; member in struct:blend_quad_stage 989 if (bqs->format_type[cbuf] != UTIL_FORMAT_TYPE_FLOAT) { 1263 bqs->format_type[i] = desc->channel[0].type;
|
/external/strace/ |
H A D | vsprintf.c | 250 enum format_type { enum 267 uint8_t type; /* format_type enum */
|
Completed in 205 milliseconds