Home
last modified time | relevance | path

Searched refs:oldNumel (Results 1 – 4 of 4) sorted by relevance

/dports/misc/libad9361-iio/libad9361-iio-0.2-8-ge7bb5cd/filterdesigner/
H A Dinternal_design_filter_cg_emxutil.c32 if (oldNumel < 0) { in emxEnsureCapacity_cint8_T()
33 oldNumel = 0; in emxEnsureCapacity_cint8_T()
79 if (oldNumel < 0) { in emxEnsureCapacity_creal_T()
80 oldNumel = 0; in emxEnsureCapacity_creal_T()
126 if (oldNumel < 0) { in emxEnsureCapacity_creal_T1()
127 oldNumel = 0; in emxEnsureCapacity_creal_T1()
174 oldNumel = 0; in emxEnsureCapacity_int32_T()
221 oldNumel = 0; in emxEnsureCapacity_int32_T1()
268 oldNumel = 0; in emxEnsureCapacity_int8_T()
315 oldNumel = 0; in emxEnsureCapacity_real_T()
[all …]
H A Dinternal_design_filter_cg_emxutil.h36 extern void emxEnsureCapacity_cint8_T(emxArray_cint8_T *emxArray, int oldNumel);
37 extern void emxEnsureCapacity_creal_T(emxArray_creal_T *emxArray, int oldNumel);
39 oldNumel);
40 extern void emxEnsureCapacity_int32_T(emxArray_int32_T *emxArray, int oldNumel);
42 oldNumel);
43 extern void emxEnsureCapacity_int8_T(emxArray_int8_T *emxArray, int oldNumel);
44 extern void emxEnsureCapacity_real_T(emxArray_real_T *emxArray, int oldNumel);
45 extern void emxEnsureCapacity_real_T1(emxArray_real_T *emxArray, int oldNumel);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/Vanderplaats/
H A DfbeamGV_emxutil.cpp34 if (oldNumel < 0) { in emxEnsureCapacity_int32_T()
35 oldNumel = 0; in emxEnsureCapacity_int32_T()
59 memcpy(newData, (void *)emxArray->data, sizeof(int) * oldNumel); in emxEnsureCapacity_int32_T()
81 if (oldNumel < 0) { in emxEnsureCapacity_real_T()
82 oldNumel = 0; in emxEnsureCapacity_real_T()
128 if (oldNumel < 0) { in emxEnsureCapacity_real_T1()
129 oldNumel = 0; in emxEnsureCapacity_real_T1()
175 if (oldNumel < 0) { in emxEnsureCapacity_uint16_T()
176 oldNumel = 0; in emxEnsureCapacity_uint16_T()
222 if (oldNumel < 0) { in emxEnsureCapacity_uint16_T1()
[all …]
H A DfbeamGV_emxutil.h21 extern void emxEnsureCapacity_int32_T(emxArray_int32_T *emxArray, int oldNumel);
22 extern void emxEnsureCapacity_real_T(emxArray_real_T *emxArray, int oldNumel);
23 extern void emxEnsureCapacity_real_T1(emxArray_real_T *emxArray, int oldNumel);
24 extern void emxEnsureCapacity_uint16_T(emxArray_uint16_T *emxArray, int oldNumel);
26 oldNumel);