Home
last modified time | relevance | path

Searched refs:components_local (Results 1 - 2 of 2) sorted by relevance

/third_party/libexif/libexif/huawei/
H A Dmnote-huawei-entry.c90 int components_local = 0, components_size = 0, ret = 0; in mnote_huawei_entry_rational_timestamp_process() local
103 int offset = increment * components_local; in mnote_huawei_entry_rational_timestamp_process()
117 components_local++; in mnote_huawei_entry_rational_timestamp_process()
118 components_size = components_local * increment; in mnote_huawei_entry_rational_timestamp_process()
123 *components = components_local; in mnote_huawei_entry_rational_timestamp_process()
124 if (!components_local) in mnote_huawei_entry_rational_timestamp_process()
150 int components_local = 0, components_size = 0, ret = 0; in mnote_huawei_entry_value_process() local
163 int offset = increment * components_local; in mnote_huawei_entry_value_process()
173 components_local++; in mnote_huawei_entry_value_process()
174 components_size = components_local * incremen in mnote_huawei_entry_value_process()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c684 char components_local[18] = {'.' /* the rest is 0-filled */}; in print_var_decl() local
691 components_local[i + 1] = xyzw[i + var->data.location_frac]; in print_var_decl()
693 components = components_local; in print_var_decl()

Completed in 6 milliseconds