Home
last modified time | relevance | path

Searched refs:nresult (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/
H A Dcitrus_none.c90 *nresult = -1; in _citrus_NONE_ctype_mblen()
104 *nresult = 0; in _citrus_NONE_ctype_mbrlen()
123 *nresult = 0; in _citrus_NONE_ctype_mbrtowc()
254 *nresult = 0; in _citrus_NONE_ctype_mbtowc()
256 *nresult = 1; in _citrus_NONE_ctype_mbtowc()
278 *nresult = 1; in _citrus_NONE_ctype_wcrtomb()
492 *nresult = 0; in _citrus_NONE_stdenc_cstomb()
503 *nresult = 1; in _citrus_NONE_stdenc_cstomb()
517 *nresult = 0; in _citrus_NONE_stdenc_mbtowc()
548 *nresult = 1; in _citrus_NONE_stdenc_wctomb()
[all …]
H A Dcitrus_ctype.h62 void *pspriv, size_t *nresult) in _citrus_ctype_mbrlen() argument
76 nresult); in _citrus_ctype_mbrtowc()
94 nresult); in _citrus_ctype_mbsrtowcs()
104 pspriv, nresult); in _citrus_ctype_mbsnrtowcs()
109 size_t n, size_t *nresult) in _citrus_ctype_mbstowcs() argument
118 int *nresult) in _citrus_ctype_mbtowc() argument
127 void *pspriv, size_t *nresult) in _citrus_ctype_wcrtomb() argument
132 nresult); in _citrus_ctype_wcrtomb()
142 pspriv, nresult); in _citrus_ctype_wcsrtombs()
152 pspriv, nresult); in _citrus_ctype_wcsnrtombs()
[all …]
H A Dcitrus_ctype_template.h219 *nresult = -1; in _FUNCNAME()
223 *nresult = (int)nr; in _FUNCNAME()
343 *nresult = cnt; in _FUNCNAME()
375 *nresult = siz; in _FUNCNAME()
404 *nresult = cnt; in _FUNCNAME()
434 *nresult = siz; in _FUNCNAME()
577 *nresult = 0; in _FUNCNAME()
602 *nresult = 0; in _FUNCNAME()
620 *nresult = 1; in _FUNCNAME()
742 *nresult = -1; in _FUNCNAME()
[all …]
H A Dcitrus_stdenc_template.h115 void * __restrict ps, size_t * __restrict nresult) in _FUNCNAME()
120 _DIAGASSERT(nresult != NULL); in _FUNCNAME()
123 _TO_STATE(ps), nresult); in _FUNCNAME()
125 if (!ret && *nresult != (size_t)-2) in _FUNCNAME()
140 _DIAGASSERT(nresult != NULL); in _FUNCNAME()
151 nresult); in _FUNCNAME()
161 _TO_STATE(ps), nresult); in _FUNCNAME()
170 nresult); in _FUNCNAME()
177 size_t * __restrict nresult) in _FUNCNAME()
181 nresult); in _FUNCNAME()
[all …]
H A Dcitrus_stdenc.h74 void * __restrict ps, size_t * __restrict nresult) in _citrus_stdenc_mbtocs() argument
77 return (*ce->ce_ops->eo_mbtocs)(ce, csid, idx, s, n, ps, nresult); in _citrus_stdenc_mbtocs()
84 void * __restrict ps, size_t * __restrict nresult) in _citrus_stdenc_cstomb() argument
87 return (*ce->ce_ops->eo_cstomb)(ce, s, n, csid, idx, ps, nresult); in _citrus_stdenc_cstomb()
94 void * __restrict ps, size_t * __restrict nresult) in _citrus_stdenc_mbtowc() argument
97 return (*ce->ce_ops->eo_mbtowc)(ce, wc, s, n, ps, nresult); in _citrus_stdenc_mbtowc()
103 void * __restrict ps, size_t * __restrict nresult) in _citrus_stdenc_wctomb() argument
106 return (*ce->ce_ops->eo_wctomb)(ce, s, n, wc, ps, nresult); in _citrus_stdenc_wctomb()
113 size_t * __restrict nresult) in _citrus_stdenc_put_state_reset() argument
116 return (*ce->ce_ops->eo_put_state_reset)(ce, s, n, ps, nresult); in _citrus_stdenc_put_state_reset()
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Dvalidate_shufti.h69 DEBUG_PRINTF("nresult %x\n", nresult); in validateShuftiMask16x16()
72 u32 cmp_result = (((nresult >> 16) & nresult) ^ neg_mask) & valid_data_mask; in validateShuftiMask16x16()
84 m128 nresult = eq128(and128(t, and_mask), zeroes128()); in validateShuftiMask16x8() local
93 dumpMask(&nresult, 16); in validateShuftiMask16x8()
109 m256 nresult = eq256(and256(t, and_mask), zeroes256()); in validateShuftiMask32x8() local
122 dumpMask(&nresult, 32); in validateShuftiMask32x8()
146 u32 nresult = movemask256(eq256(result, zeroes256())); in validateShuftiMask32x16() local
200 DEBUG_PRINTF("nresult %llx\n", nresult); in validateShuftiMask64x8()
223 u64a nresult = eq512mask(result, zeroes512()); in validateShuftiMask64x16() local
286 u32 nresult = movemask128(eq128(result, zeroes128())); in validateMultipathShuftiMask16x8() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/
H A Dpathnt.c234 path_key_entry * nresult; in path_key() local
246 if ( !found || nresult == result ) in path_key()
248 nresult->path = normalized; in path_key()
251 nresult->key = object_copy( path ); in path_key()
252 nresult->exists = 1; in path_key()
260 nresult->exists = 1; in path_key()
262 nresult->exists = 0; in path_key()
263 nresult->key = object_new( canonic_path->value ); in path_key()
269 if ( nresult != result ) in path_key()
272 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/
H A Dpathnt.c234 path_key_entry * nresult; in path_key() local
246 if ( !found || nresult == result ) in path_key()
248 nresult->path = normalized; in path_key()
251 nresult->key = object_copy( path ); in path_key()
252 nresult->exists = 1; in path_key()
260 nresult->exists = 1; in path_key()
262 nresult->exists = 0; in path_key()
263 nresult->key = object_new( canonic_path->value ); in path_key()
269 if ( nresult != result ) in path_key()
272 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/
H A Dpathnt.c234 path_key_entry * nresult; in path_key() local
246 if ( !found || nresult == result ) in path_key()
248 nresult->path = normalized; in path_key()
251 nresult->key = object_copy( path ); in path_key()
252 nresult->exists = 1; in path_key()
260 nresult->exists = 1; in path_key()
262 nresult->exists = 0; in path_key()
263 nresult->key = object_new( canonic_path->value ); in path_key()
269 if ( nresult != result ) in path_key()
272 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/
H A Dpathnt.c234 path_key_entry * nresult; in path_key() local
246 if ( !found || nresult == result ) in path_key()
248 nresult->path = normalized; in path_key()
251 nresult->key = object_copy( path ); in path_key()
252 nresult->exists = 1; in path_key()
260 nresult->exists = 1; in path_key()
262 nresult->exists = 0; in path_key()
263 nresult->key = object_new( canonic_path->value ); in path_key()
269 if ( nresult != result ) in path_key()
272 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/
H A Dpathnt.c234 path_key_entry * nresult; in path_key() local
246 if ( !found || nresult == result ) in path_key()
248 nresult->path = normalized; in path_key()
251 nresult->key = object_copy( path ); in path_key()
252 nresult->exists = 1; in path_key()
260 nresult->exists = 1; in path_key()
262 nresult->exists = 0; in path_key()
263 nresult->key = object_new( canonic_path->value ); in path_key()
269 if ( nresult != result ) in path_key()
272 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/modules/
H A Dcitrus_johab.c181 _DIAGASSERT(nresult != 0); in _citrus_JOHAB_mbrtowc_priv()
185 *nresult = _ENCODING_IS_STATE_DEPENDENT; in _citrus_JOHAB_mbrtowc_priv()
198 *nresult = (l == 0) ? 0 : 1; in _citrus_JOHAB_mbrtowc_priv()
212 *nresult = (size_t)-2; in _citrus_JOHAB_mbrtowc_priv()
218 *nresult = (size_t)-1; in _citrus_JOHAB_mbrtowc_priv()
223 *nresult = s0 - *s; in _citrus_JOHAB_mbrtowc_priv()
241 _DIAGASSERT(nresult != NULL); in _citrus_JOHAB_wcrtomb_priv()
251 *nresult = 1; in _citrus_JOHAB_wcrtomb_priv()
255 *nresult = (size_t)-1; in _citrus_JOHAB_wcrtomb_priv()
264 *nresult = 2; in _citrus_JOHAB_wcrtomb_priv()
[all …]
H A Dcitrus_utf7.c198 *nresult = (size_t)-2; in _citrus_UTF7_mbtoutf16()
268 *nresult = (size_t)-1; in _citrus_UTF7_mbtoutf16()
302 *nresult = nr; in _citrus_UTF7_mbrtowc_priv()
317 *nresult = nr; in _citrus_UTF7_mbrtowc_priv()
331 *nresult = (size_t)0; in _citrus_UTF7_mbrtowc_priv()
334 *nresult = siz; in _citrus_UTF7_mbrtowc_priv()
386 *nresult = psenc->chlen; in _citrus_UTF7_utf16tomb()
405 _DIAGASSERT(nresult != NULL); in _citrus_UTF7_wcrtomb_priv()
417 *nresult = (size_t)-1; in _citrus_UTF7_wcrtomb_priv()
429 *nresult = siz; in _citrus_UTF7_wcrtomb_priv()
[all …]
H A Dcitrus_euctw.c198 size_t * __restrict nresult) in _citrus_EUCTW_mbrtowc_priv() argument
205 _DIAGASSERT(nresult != 0); in _citrus_EUCTW_mbrtowc_priv()
214 *nresult = 0; /* state independent */ in _citrus_EUCTW_mbrtowc_priv()
280 *nresult = 0; in _citrus_EUCTW_mbrtowc_priv()
282 *nresult = c - chlenbak; in _citrus_EUCTW_mbrtowc_priv()
288 *nresult = (size_t)-1; in _citrus_EUCTW_mbrtowc_priv()
293 *nresult = (size_t)-1; in _citrus_EUCTW_mbrtowc_priv()
301 size_t * __restrict nresult) in _citrus_EUCTW_wcrtomb_priv() argument
308 _DIAGASSERT(nresult != 0); in _citrus_EUCTW_wcrtomb_priv()
354 *nresult = len; in _citrus_EUCTW_wcrtomb_priv()
[all …]
H A Dcitrus_dechanyu.c189 _DECHanyuState * __restrict psenc, size_t * __restrict nresult) in _citrus_DECHanyu_mbrtowc_priv() argument
198 _DIAGASSERT(nresult != NULL); in _citrus_DECHanyu_mbrtowc_priv()
202 *nresult = _ENCODING_IS_STATE_DEPENDENT; in _citrus_DECHanyu_mbrtowc_priv()
216 *nresult = (size_t)((ch == 0) ? 0 : 1); in _citrus_DECHanyu_mbrtowc_priv()
283 *nresult = (size_t)(s0 - *s); in _citrus_DECHanyu_mbrtowc_priv()
290 *nresult = (size_t)-2; in _citrus_DECHanyu_mbrtowc_priv()
295 *nresult = (size_t)-1; in _citrus_DECHanyu_mbrtowc_priv()
310 _DIAGASSERT(nresult != NULL); in _citrus_DECHanyu_wcrtomb_priv()
336 *nresult = (size_t)-1; in _citrus_DECHanyu_wcrtomb_priv()
340 *nresult = psenc->chlen; in _citrus_DECHanyu_wcrtomb_priv()
[all …]
H A Dcitrus_zw.c138 _ZWState * __restrict psenc, size_t * __restrict nresult) in _citrus_ZW_mbrtowc_priv() argument
148 _DIAGASSERT(nresult != NULL); in _citrus_ZW_mbrtowc_priv()
152 *nresult = (size_t)_ENCODING_IS_STATE_DEPENDENT; in _citrus_ZW_mbrtowc_priv()
161 *nresult = (size_t)-2; \ in _citrus_ZW_mbrtowc_priv()
263 *nresult = (size_t)-1; in _citrus_ZW_mbrtowc_priv()
279 *nresult = (size_t)(wc == 0 ? 0 : len); in _citrus_ZW_mbrtowc_priv()
296 _DIAGASSERT(nresult != NULL); in _citrus_ZW_wcrtomb_priv()
365 *nresult = (size_t)-1; in _citrus_ZW_wcrtomb_priv()
369 *nresult = psenc->chlen; in _citrus_ZW_wcrtomb_priv()
384 _DIAGASSERT(nresult != NULL); in _citrus_ZW_put_state_reset()
[all …]
H A Dcitrus_euc.c207 size_t n, _EUCState *psenc, size_t *nresult) in _citrus_EUC_mbrtowc_priv() argument
214 _DIAGASSERT(nresult != 0); in _citrus_EUC_mbrtowc_priv()
223 *nresult = 0; /* state independent */ in _citrus_EUC_mbrtowc_priv()
283 *nresult = 0; in _citrus_EUC_mbrtowc_priv()
285 *nresult = (size_t)(c - chlenbak); in _citrus_EUC_mbrtowc_priv()
292 *nresult = (size_t)-1; in _citrus_EUC_mbrtowc_priv()
296 *nresult = (size_t)-2; in _citrus_EUC_mbrtowc_priv()
303 _EUCState *psenc, size_t *nresult) in _citrus_EUC_wcrtomb_priv() argument
309 _DIAGASSERT(nresult != 0); in _citrus_EUC_wcrtomb_priv()
345 *nresult = (size_t)ei->count[cs]; in _citrus_EUC_wcrtomb_priv()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/libctb-0.16/src/
H A Dfifo.cpp93 int nresult = 0; in read() local
105 nresult++; in read()
108 return nresult; in read()
113 int nresult = 0; in write() local
125 nresult++; in write()
127 return nresult; in write()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Dpathnt.cpp243 path_key_entry * nresult; in path_key() local
255 if ( !found || nresult == result ) in path_key()
257 nresult->path = normalized; in path_key()
260 nresult->key = object_copy( path ); in path_key()
261 nresult->exists = 1; in path_key()
269 nresult->exists = 1; in path_key()
271 nresult->exists = 0; in path_key()
272 nresult->key = object_new( canonic_path->value ); in path_key()
278 if ( nresult != result ) in path_key()
281 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Dpathnt.cpp243 path_key_entry * nresult; in path_key() local
255 if ( !found || nresult == result ) in path_key()
257 nresult->path = normalized; in path_key()
260 nresult->key = object_copy( path ); in path_key()
261 nresult->exists = 1; in path_key()
269 nresult->exists = 1; in path_key()
271 nresult->exists = 0; in path_key()
272 nresult->key = object_new( canonic_path->value ); in path_key()
278 if ( nresult != result ) in path_key()
281 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Dpathnt.cpp243 path_key_entry * nresult; in path_key() local
255 if ( !found || nresult == result ) in path_key()
257 nresult->path = normalized; in path_key()
260 nresult->key = object_copy( path ); in path_key()
261 nresult->exists = 1; in path_key()
269 nresult->exists = 1; in path_key()
271 nresult->exists = 0; in path_key()
272 nresult->key = object_new( canonic_path->value ); in path_key()
278 if ( nresult != result ) in path_key()
281 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Dpathnt.cpp243 path_key_entry * nresult; in path_key() local
255 if ( !found || nresult == result ) in path_key()
257 nresult->path = normalized; in path_key()
260 nresult->key = object_copy( path ); in path_key()
261 nresult->exists = 1; in path_key()
269 nresult->exists = 1; in path_key()
271 nresult->exists = 0; in path_key()
272 nresult->key = object_new( canonic_path->value ); in path_key()
278 if ( nresult != result ) in path_key()
281 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/devel/boost_build/build-29baa79/src/engine/
H A Dpathnt.cpp243 path_key_entry * nresult; in path_key() local
255 if ( !found || nresult == result ) in path_key()
257 nresult->path = normalized; in path_key()
260 nresult->key = object_copy( path ); in path_key()
261 nresult->exists = 1; in path_key()
269 nresult->exists = 1; in path_key()
271 nresult->exists = 0; in path_key()
272 nresult->key = object_new( canonic_path->value ); in path_key()
278 if ( nresult != result ) in path_key()
281 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Dpathnt.cpp243 path_key_entry * nresult; in path_key() local
255 if ( !found || nresult == result ) in path_key()
257 nresult->path = normalized; in path_key()
260 nresult->key = object_copy( path ); in path_key()
261 nresult->exists = 1; in path_key()
269 nresult->exists = 1; in path_key()
271 nresult->exists = 0; in path_key()
272 nresult->key = object_new( canonic_path->value ); in path_key()
278 if ( nresult != result ) in path_key()
281 result->key = object_copy( nresult->key ); in path_key()
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Dpathnt.cpp243 path_key_entry * nresult; in path_key() local
255 if ( !found || nresult == result ) in path_key()
257 nresult->path = normalized; in path_key()
260 nresult->key = object_copy( path ); in path_key()
261 nresult->exists = 1; in path_key()
269 nresult->exists = 1; in path_key()
271 nresult->exists = 0; in path_key()
272 nresult->key = object_new( canonic_path->value ); in path_key()
278 if ( nresult != result ) in path_key()
281 result->key = object_copy( nresult->key ); in path_key()
[all …]

12345678910>>...14