Home
last modified time | relevance | path

Searched refs:attrib_index (Results 1 – 25 of 134) sorted by relevance

123456

/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Ds_attrib.c45 static int attrib_index=0; variable
63 if (attrib_index >= MAX_ATTRIBS) { in s_attrib_add_entry()
67 attrib[attrib_index].attrib_name = g_strdup (new_attrib); in s_attrib_add_entry()
69 attrib_index++; in s_attrib_add_entry()
70 return(attrib_index); in s_attrib_add_entry()
82 for (i = 0; i < attrib_index; i++) { in s_attrib_print()
97 for (i = 0; i < attrib_index; i++) { in s_attrib_uniq()
115 for (i = 0; i < attrib_index; i++) { in s_attrib_free()
119 attrib_index=0; in s_attrib_free()
142 if (counter < attrib_index) { in s_attrib_get()
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Ds_attrib.c41 static int attrib_index=0; variable
61 if (attrib_index >= MAX_ATTRIBS) in s_attrib_add_entry()
66 attrib[attrib_index].attrib_name = g_strdup (new_attrib); in s_attrib_add_entry()
68 attrib_index++; in s_attrib_add_entry()
69 return(attrib_index); in s_attrib_add_entry()
83 for (i = 0; i < attrib_index; i++) { in s_attrib_uniq()
101 for (i = 0; i < attrib_index; i++) { in s_attrib_free()
105 attrib_index=0; in s_attrib_free()
130 if (counter < attrib_index) { in s_attrib_get()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapicontext.c238 guint value, va_chroma_format, attrib_index; in config_create() local
247 attrib_index = 0; in config_create()
248 attrib = &attribs[attrib_index]; in config_create()
249 g_assert (attrib_index < G_N_ELEMENTS (attribs)); in config_create()
264 attrib = &attribs[++attrib_index]; in config_create()
265 g_assert (attrib_index < G_N_ELEMENTS (attribs)); in config_create()
287 attrib = &attribs[++attrib_index]; in config_create()
302 attrib = &attribs[++attrib_index]; in config_create()
310 attrib = &attribs[++attrib_index]; in config_create()
333 attrib = &attribs[++attrib_index]; in config_create()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/Lib/src/
H A Dexpoatt.c67 int attrib_index, in ex_put_one_attr() argument
164 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_one_attr()
168 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_one_attr()
185 start[1] = attrib_index-1; in ex_put_one_attr()
203 attrib_index, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_one_attr()
H A Dexgoatt.c62 int attrib_index, in ex_get_one_attr() argument
161 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_one_attr()
165 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_one_attr()
182 start[1] = attrib_index-1; in ex_get_one_attr()
200 attrib_index, ex_name_of_object(obj_type), obj_id,exoid); in ex_get_one_attr()
H A Dexgnoatt.c75 int attrib_index, in ex_get_n_one_attr() argument
183 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_n_one_attr()
187 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_n_one_attr()
204 start[1] = attrib_index-1; in ex_get_n_one_attr()
222 attrib_index, ex_name_of_object(obj_type), obj_id,exoid); in ex_get_n_one_attr()
H A Dexpnoatt.c71 int attrib_index, in ex_put_n_one_attr() argument
177 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_n_one_attr()
181 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_n_one_attr()
198 start[1] = attrib_index-1; in ex_put_n_one_attr()
216 attrib_index, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_n_one_attr()
H A Dexpoea.c69 int attrib_index, in ex_put_one_elem_attr() argument
72 return ex_put_one_attr( exoid, EX_ELEM_BLOCK, elem_blk_id, attrib_index, attrib ); in ex_put_one_elem_attr()
H A Dexgoea.c61 int attrib_index, in ex_get_one_elem_attr() argument
65 return ex_get_one_attr( exoid, EX_ELEM_BLOCK, elem_blk_id, attrib_index, attrib ); in ex_get_one_elem_attr()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/
H A Dexpoatt.c67 int attrib_index, in ex_put_one_attr() argument
164 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_one_attr()
168 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_one_attr()
185 start[1] = attrib_index-1; in ex_put_one_attr()
203 attrib_index, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_one_attr()
H A Dexgoatt.c62 int attrib_index, in ex_get_one_attr() argument
161 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_one_attr()
165 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_one_attr()
182 start[1] = attrib_index-1; in ex_get_one_attr()
200 attrib_index, ex_name_of_object(obj_type), obj_id,exoid); in ex_get_one_attr()
H A Dexgnoatt.c75 int attrib_index, in ex_get_n_one_attr() argument
183 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_n_one_attr()
187 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_n_one_attr()
204 start[1] = attrib_index-1; in ex_get_n_one_attr()
222 attrib_index, ex_name_of_object(obj_type), obj_id,exoid); in ex_get_n_one_attr()
H A Dexpnoatt.c71 int attrib_index, in ex_put_n_one_attr() argument
177 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_n_one_attr()
181 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_n_one_attr()
198 start[1] = attrib_index-1; in ex_put_n_one_attr()
216 attrib_index, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_n_one_attr()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_put_one_attr.c67 int attrib_index, in ex_put_one_attr() argument
164 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_one_attr()
168 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_one_attr()
185 start[1] = attrib_index-1; in ex_put_one_attr()
203 attrib_index, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_one_attr()
H A Dex_get_one_attr.c62 int attrib_index, in ex_get_one_attr() argument
161 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_one_attr()
165 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_one_attr()
182 start[1] = attrib_index-1; in ex_get_one_attr()
200 attrib_index, ex_name_of_object(obj_type), obj_id,exoid); in ex_get_one_attr()
H A Dex_put_n_one_attr.c71 int attrib_index, in ex_put_n_one_attr() argument
177 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_n_one_attr()
181 attrib_index, num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_n_one_attr()
198 start[1] = attrib_index-1; in ex_put_n_one_attr()
216 attrib_index, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_n_one_attr()
H A Dex_get_n_one_attr.c75 int attrib_index, in ex_get_n_one_attr() argument
183 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_n_one_attr()
187 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_n_one_attr()
204 start[1] = attrib_index-1; in ex_get_n_one_attr()
222 attrib_index, ex_name_of_object(obj_type), obj_id,exoid); in ex_get_n_one_attr()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_one_attr.c68 int ex_put_one_attr(int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int attrib_index, in ex_put_one_attr() argument
169 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_one_attr()
173 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_one_attr()
189 start[1] = attrib_index - 1; in ex_put_one_attr()
206 "ERROR: failed to put attribute %d for %s %" PRId64 " in file id %d", attrib_index, in ex_put_one_attr()
H A Dex_get_one_attr.c63 int ex_get_one_attr(int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int attrib_index, in ex_get_one_attr() argument
168 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_one_attr()
172 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_one_attr()
187 start[1] = attrib_index - 1; in ex_get_one_attr()
204 "ERROR: failed to get attribute %d for %s %" PRId64 " in file id %d", attrib_index, in ex_get_one_attr()
H A Dex_put_partial_one_attr.c72 int64_t start_num, int64_t num_ent, int attrib_index, in ex_put_partial_one_attr() argument
183 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_partial_one_attr()
187 attrib_index, num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_partial_one_attr()
203 start[1] = attrib_index - 1; in ex_put_partial_one_attr()
224 "ERROR: failed to put attribute %d for %s %" PRId64 " in file id %d", attrib_index, in ex_put_partial_one_attr()
H A Dex_get_partial_one_attr.c79 int64_t start_num, int64_t num_ent, int attrib_index, void *attrib) in ex_get_partial_one_attr() argument
198 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_partial_one_attr()
202 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_partial_one_attr()
217 start[1] = attrib_index - 1; in ex_get_partial_one_attr()
237 "ERROR: failed to get attribute %d for %s %" PRId64 " in file id %d", attrib_index, in ex_get_partial_one_attr()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_one_attr.c37 int ex_put_one_attr(int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int attrib_index, in ex_put_one_attr() argument
140 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_one_attr()
144 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_one_attr()
160 start[1] = attrib_index - 1; in ex_put_one_attr()
177 "ERROR: failed to put attribute %d for %s %" PRId64 " in file id %d", attrib_index, in ex_put_one_attr()
H A Dex_put_partial_one_attr.c40 int64_t start_num, int64_t num_ent, int attrib_index, in ex_put_partial_one_attr() argument
153 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_put_partial_one_attr()
157 attrib_index, num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_put_partial_one_attr()
173 start[1] = attrib_index - 1; in ex_put_partial_one_attr()
194 "ERROR: failed to put attribute %d for %s %" PRId64 " in file id %d", attrib_index, in ex_put_partial_one_attr()
H A Dex_get_one_attr.c32 int ex_get_one_attr(int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int attrib_index, in ex_get_one_attr() argument
139 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_one_attr()
143 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_one_attr()
158 start[1] = attrib_index - 1; in ex_get_one_attr()
175 "ERROR: failed to get attribute %d for %s %" PRId64 " in file id %d", attrib_index, in ex_get_one_attr()
H A Dex_get_partial_one_attr.c47 int64_t start_num, int64_t num_ent, int attrib_index, void *attrib) in ex_get_partial_one_attr() argument
168 if (attrib_index < 1 || attrib_index > (int)num_attr) { in ex_get_partial_one_attr()
172 attrib_index, (int)num_attr, ex_name_of_object(obj_type), obj_id, exoid); in ex_get_partial_one_attr()
187 start[1] = attrib_index - 1; in ex_get_partial_one_attr()
207 "ERROR: failed to get attribute %d for %s %" PRId64 " in file id %d", attrib_index, in ex_get_partial_one_attr()

123456