Home
last modified time | relevance | path

Searched refs:count_ret (Results 1 – 25 of 60) sorted by relevance

123

/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DlcPrTxt.c117 int *count_ret) in _XTextPropertyToTextList() argument
133 *count_ret = 0; in _XTextPropertyToTextList()
179 unconv_num = *count_ret = 0; in _XTextPropertyToTextList()
203 (*count_ret)++; in _XTextPropertyToTextList()
238 copy_list(is_wide_char, buf, *list_ret, *count_ret); in _XTextPropertyToTextList()
251 int *count_ret) in _XmbTextPropertyToTextList() argument
254 (XPointer **) list_ret, count_ret); in _XmbTextPropertyToTextList()
263 int *count_ret) in _XwcTextPropertyToTextList() argument
266 (XPointer **) list_ret, count_ret); in _XwcTextPropertyToTextList()
275 int *count_ret) in _Xutf8TextPropertyToTextList() argument
[all …]
H A DlcWrap.c353 int *count_ret) in XmbTextPropertyToTextList() argument
361 count_ret); in XmbTextPropertyToTextList()
369 int *count_ret) in XwcTextPropertyToTextList() argument
377 count_ret); in XwcTextPropertyToTextList()
385 int *count_ret) in Xutf8TextPropertyToTextList() argument
393 list_ret, count_ret); in Xutf8TextPropertyToTextList()
521 int *count_ret) in _XlcCountVaList() argument
528 *count_ret = count; in _XlcCountVaList()
H A DXlcPubI.h146 int* count_ret
154 int* count_ret
162 int* count_ret
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/xtrans/
H A DXtrans.c1093 int *count_ret; variable
1104 *count_ret = 0;
1146 *count_ret = 0;
1165 temp_ciptrs[*count_ret] = ciptr;
1166 (*count_ret)++;
1175 if (*count_ret > 0)
1199 int *count_ret; variable
1210 *count_ret = 0;
1249 *count_ret = 0;
1268 (*count_ret)++;
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dchessmodels.c1380 int prevbase, int prevsteps, void *h, int *count_ret, in enumerate_ring_faces() argument
1392 if (count_ret) (*count_ret)++; in enumerate_ring_faces()
1401 if (count_ret) (*count_ret)++; in enumerate_ring_faces()
1412 if (count_ret) (*count_ret)++; in enumerate_ring_faces()
1421 if (count_ret) (*count_ret)++; in enumerate_ring_faces()
1427 enumerate_faces( unsigned short *data, void *h, int *count_ret, in enumerate_faces() argument
1462 count_ret, process_face); in enumerate_faces()
1484 count_ret, process_face); in enumerate_faces()
1514 if (count_ret) (*count_ret)++; in enumerate_faces()
1539 if (count_ret) (*count_ret)++; in enumerate_faces()
[all …]
/dports/net/netpipes/netpipes-4.2/
H A Dcommon.c131 convert_hostname(name, count_ret) in convert_hostname() argument
133 int *count_ret;
146 *count_ret = i;
148 for (i=0; i<*count_ret; i++) {
152 rval[*count_ret] = 0;
163 *count_ret = 0;
174 *count_ret = 1;
/dports/x11/xtrans/xtrans-1.4.0/
H A DXtrans.c1042 int* count_ret) in receive_listening_fds() argument
1107 temp_ciptrs[(*count_ret)++] = ciptr; in receive_listening_fds()
1133 *count_ret = 0; in TRANS()
1142 temp_ciptrs[(*count_ret)++] = ciptr; in TRANS()
1193 for (j = 0; j < *count_ret; j++) in TRANS()
1196 *count_ret = 0; in TRANS()
1220 temp_ciptrs[*count_ret] = ciptr; in TRANS()
1221 (*count_ret)++; in TRANS()
1228 *partial, *count_ret, complete_network_count()); in TRANS()
1230 if (*count_ret > 0) in TRANS()
[all …]
/dports/x11/xsm/xsm-1.0.4/
H A Dchoose.c76 GetSessionNames(int *count_ret, String **short_names_ret, in GetSessionNames() argument
92 *count_ret = 0; in GetSessionNames()
128 while ((entry = readdir (dir)) != NULL && *count_ret < count) in GetSessionNames()
136 (*short_names_ret)[*count_ret] = XtNewString (name); in GetSessionNames()
137 (*locked_ret)[*count_ret] = locked; in GetSessionNames()
143 (*long_names_ret)[*count_ret] = in GetSessionNames()
144 (*short_names_ret)[*count_ret]; in GetSessionNames()
160 (*long_names_ret)[*count_ret] = lockmsg; in GetSessionNames()
167 (*count_ret)++; in GetSessionNames()
H A Dchoose.h33 extern int GetSessionNames(int *count_ret, String **short_names_ret,
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dgmm.c792 voice_activity_score(GMMCalc *gc, float *mean_ret, float *var_ret, int *count_ret) in voice_activity_score() argument
804 *count_ret = 0; in voice_activity_score()
830 *count_ret = count; in voice_activity_score()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dbeam_bp.h151 int erts_is_count_break(ErtsCodeInfo *ci, Uint *count_ret);
H A Dbeam_bp.c981 erts_is_count_break(ErtsCodeInfo *ci, Uint *count_ret) in erts_is_count_break() argument
986 if (count_ret) { in erts_is_count_break()
987 *count_ret = (Uint) erts_atomic_read_nob(&bp->count->acount); in erts_is_count_break()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_bp.h151 int erts_is_count_break(const ErtsCodeInfo *ci, Uint *count_ret);
H A Dbeam_bp.c1012 erts_is_count_break(const ErtsCodeInfo *ci, Uint *count_ret) in erts_is_count_break() argument
1017 if (count_ret) { in erts_is_count_break()
1018 *count_ret = (Uint) erts_atomic_read_nob(&bp->count->acount); in erts_is_count_break()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_bp.h151 int erts_is_count_break(const ErtsCodeInfo *ci, Uint *count_ret);
H A Dbeam_bp.c1012 erts_is_count_break(const ErtsCodeInfo *ci, Uint *count_ret) in erts_is_count_break() argument
1017 if (count_ret) { in erts_is_count_break()
1018 *count_ret = (Uint) erts_atomic_read_nob(&bp->count->acount); in erts_is_count_break()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_bp.h151 int erts_is_count_break(const ErtsCodeInfo *ci, Uint *count_ret);
H A Dbeam_bp.c1012 erts_is_count_break(const ErtsCodeInfo *ci, Uint *count_ret) in erts_is_count_break() argument
1017 if (count_ret) { in erts_is_count_break()
1018 *count_ret = (Uint) erts_atomic_read_nob(&bp->count->acount); in erts_is_count_break()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_bp.h151 int erts_is_count_break(const ErtsCodeInfo *ci, Uint *count_ret);
H A Dbeam_bp.c1012 erts_is_count_break(const ErtsCodeInfo *ci, Uint *count_ret) in erts_is_count_break() argument
1017 if (count_ret) { in erts_is_count_break()
1018 *count_ret = (Uint) erts_atomic_read_nob(&bp->count->acount); in erts_is_count_break()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dimport.h243 unsigned int *count_ret,
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dimport.h247 unsigned int *count_ret,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dbeam_bp.h157 int erts_is_count_break(ErtsCodeInfo *ci, Uint *count_ret);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dbeam_bp.h157 int erts_is_count_break(ErtsCodeInfo *ci, Uint *count_ret);
/dports/devel/efl/efl-1.25.1/src/lib/eet/
H A Deet_lib.c2575 int *count_ret) in eet_list() argument
2589 if (count_ret) in eet_list()
2590 *count_ret = 0; in eet_list()
2642 if (count_ret) in eet_list()
2643 *count_ret = list_count; in eet_list()
2650 if (count_ret) in eet_list()
2651 *count_ret = 0; in eet_list()

123