Home
last modified time | relevance | path

Searched refs:chl (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibppmcmap.c232 chl && !PPM_EQUAL(chl->ch.color, apixel); in buildHashTable()
233 chl = chl->next); in buildHashTable()
235 if (chl) in buildHashTable()
389 MALLOCVAR(chl); in ppm_addtocolorhash()
390 if (chl == NULL) in ppm_addtocolorhash()
423 free(chl); in ppm_delfromcolorhash()
443 for (chl = cht[i]; chl; chl = chl->next) in colorHashSize()
481 for (chl = cht[i]; chl; chl = chl->next) { in ppm_colorhashtocolorhist()
512 for (chl = cht[hash]; chl && !error; chl = chl->next) in ppm_colorhisttocolorhash()
550 for (chl = cht[hash]; chl; chl = chl->next) in ppm_lookupcolor()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Dpreauth_pkinit.c100 chl = k5alloc(sizeof(*chl), &ret); in krb5_responder_pkinit_get_challenge()
101 if (chl == NULL) in krb5_responder_pkinit_get_challenge()
106 chl->identities = k5calloc(n_ids + 1, sizeof(chl->identities[0]), &ret); in krb5_responder_pkinit_get_challenge()
107 if (chl->identities == NULL) in krb5_responder_pkinit_get_challenge()
121 *chl_out = chl; in krb5_responder_pkinit_get_challenge()
196 if (chl == NULL) in krb5_responder_pkinit_challenge_free()
198 for (i = 0; chl->identities != NULL && chl->identities[i] != NULL; i++) { in krb5_responder_pkinit_challenge_free()
199 free(chl->identities[i]->identity); in krb5_responder_pkinit_challenge_free()
200 free(chl->identities[i]); in krb5_responder_pkinit_challenge_free()
202 free(chl->identities); in krb5_responder_pkinit_challenge_free()
[all …]
H A Dpreauth_otp.c337 if (chl == NULL) in codec_decode_challenge()
360 return chl; in codec_decode_challenge()
363 if (chl != NULL) { in codec_decode_challenge()
364 for (i = 0; chl->tokeninfo != NULL && chl->tokeninfo[i] != NULL; i++) in codec_decode_challenge()
367 free(chl); in codec_decode_challenge()
1180 *chl = NULL; in krb5_responder_otp_get_challenge()
1188 *chl = challenge; in krb5_responder_otp_get_challenge()
1259 if (chl == NULL) in krb5_responder_otp_challenge_free()
1264 free(chl->service); in krb5_responder_otp_challenge_free()
1265 free(chl->tokeninfo); in krb5_responder_otp_challenge_free()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Dpreauth_pkinit.c100 chl = k5alloc(sizeof(*chl), &ret); in krb5_responder_pkinit_get_challenge()
101 if (chl == NULL) in krb5_responder_pkinit_get_challenge()
106 chl->identities = k5calloc(n_ids + 1, sizeof(chl->identities[0]), &ret); in krb5_responder_pkinit_get_challenge()
107 if (chl->identities == NULL) in krb5_responder_pkinit_get_challenge()
121 *chl_out = chl; in krb5_responder_pkinit_get_challenge()
196 if (chl == NULL) in krb5_responder_pkinit_challenge_free()
198 for (i = 0; chl->identities != NULL && chl->identities[i] != NULL; i++) { in krb5_responder_pkinit_challenge_free()
199 free(chl->identities[i]->identity); in krb5_responder_pkinit_challenge_free()
200 free(chl->identities[i]); in krb5_responder_pkinit_challenge_free()
202 free(chl->identities); in krb5_responder_pkinit_challenge_free()
[all …]
H A Dpreauth_otp.c337 if (chl == NULL) in codec_decode_challenge()
360 return chl; in codec_decode_challenge()
363 if (chl != NULL) { in codec_decode_challenge()
364 for (i = 0; chl->tokeninfo != NULL && chl->tokeninfo[i] != NULL; i++) in codec_decode_challenge()
367 free(chl); in codec_decode_challenge()
1180 *chl = NULL; in krb5_responder_otp_get_challenge()
1188 *chl = challenge; in krb5_responder_otp_get_challenge()
1259 if (chl == NULL) in krb5_responder_otp_challenge_free()
1264 free(chl->service); in krb5_responder_otp_challenge_free()
1265 free(chl->tokeninfo); in krb5_responder_otp_challenge_free()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/
H A Dresponder.c84 krb5_responder_pkinit_challenge *chl; in responder() local
172 if (chl != NULL) { in responder()
173 for (n = 0; chl->identities[n] != NULL; n++) in responder()
201 if (chl != NULL && in responder()
202 chl->identities != NULL && in responder()
203 chl->identities[0] != NULL) { in responder()
226 if (chl != NULL && in responder()
227 chl->identities != NULL && in responder()
228 chl->identities[0] != NULL) { in responder()
244 if (chl == NULL) { in responder()
[all …]
/dports/security/krb5/krb5-1.19.2/src/tests/
H A Dresponder.c84 krb5_responder_pkinit_challenge *chl; in responder() local
172 if (chl != NULL) { in responder()
173 for (n = 0; chl->identities[n] != NULL; n++) in responder()
201 if (chl != NULL && in responder()
202 chl->identities != NULL && in responder()
203 chl->identities[0] != NULL) { in responder()
226 if (chl != NULL && in responder()
227 chl->identities != NULL && in responder()
228 chl->identities[0] != NULL) { in responder()
244 if (chl == NULL) { in responder()
[all …]
/dports/devel/libsigrok/libsigrok-0.5.2/tests/
H A Dtrigger.c132 chl[i]->index = i; in START_TEST()
134 chl[i]->enabled = TRUE; in START_TEST()
175 g_free(chl[i]->name); in START_TEST()
176 g_free(chl[i]); in START_TEST()
194 chl->index = 0; in START_TEST()
196 chl->enabled = TRUE; in START_TEST()
197 chl->name = g_strdup("L0"); in START_TEST()
235 chl->type = -1; in START_TEST()
239 chl->type = 270; in START_TEST()
245 g_free(chl->name); in START_TEST()
[all …]
/dports/math/PDL/PDL-2.019/Lib/ImageRGB/
H A Dppm_quant.c274 for (chl = cht[hash]; chl; chl = chl->next) in ppm_quant()
275 if (PPM_EQUAL(chl->ch.color, *pP)) {index = chl->ch.value; break;} in ppm_quant()
305 cht[hash] = chl; in ppm_quant()
571 chist_list chl; local
582 for (chl = cht[hash]; chl != (chist_list) 0; chl = chl->next)
585 if (chl != (chist_list) 0) ++(chl->ch.value);
596 chl->ch.value = 1;
598 cht[hash] = chl;
628 chist_list chl; local
640 for (chl = cht[i]; chl != (chist_list) 0; chl = chl->next) {
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A Dlibpnmrw.c980 for (chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next) in ppm_computecolorhash()
984 ++(chl->ch.value); in ppm_computecolorhash()
992 if (chl == 0) { in ppm_computecolorhash()
1002 cht[hash] = chl; in ppm_computecolorhash()
1034 if (chl == 0) in ppm_addtocolorhash()
1061 for (chl = cht[i]; chl != (colorhist_list) 0; chl = chl->next) { in ppm_colorhashtocolorhist()
1086 for (chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next) in ppm_colorhisttocolorhash()
1101 chl->ch.value = i; in ppm_colorhisttocolorhash()
1103 cht[hash] = chl; in ppm_colorhisttocolorhash()
1116 for (chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next) in ppm_lookupcolor()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dlibpnmrw.cpp1048 colorhist_list chl; in ppm_computecolorhash() local
1061 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next ) in ppm_computecolorhash()
1065 ++(chl->ch.value); in ppm_computecolorhash()
1074 if ( chl == 0 ) in ppm_computecolorhash()
1121 if ( chl == 0 ) in ppm_addtocolorhash()
1127 cht[hash] = chl; in ppm_addtocolorhash()
1152 for ( chl = cht[i]; chl != (colorhist_list) 0; chl = chl->next ) in ppm_colorhashtocolorhist()
1155 chv[j] = chl->ch; in ppm_colorhashtocolorhist()
1180 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next ) in ppm_colorhisttocolorhash()
1213 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next ) in ppm_lookupcolor()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Drawmd5u_fmt_plug.c324 chl = *source; in set_key_utf8()
325 if (chl >= 0xC0) { in set_key_utf8()
331 chl <<= 6; in set_key_utf8()
332 chl += *source; in set_key_utf8()
338 chl <<= 6; in set_key_utf8()
339 chl += *source; in set_key_utf8()
345 chl <<= 6; in set_key_utf8()
346 chl += *source; in set_key_utf8()
370 chl -= halfBase; in set_key_utf8()
372 chl = (UTF16)((chl >> halfShift) + UNI_SUR_HIGH_START); in set_key_utf8()
[all …]
H A Dmssql05_fmt_plug.c315 chl = *source; in set_key_utf8()
316 if (chl >= 0xC0) { in set_key_utf8()
322 chl <<= 6; in set_key_utf8()
323 chl += *source; in set_key_utf8()
329 chl <<= 6; in set_key_utf8()
330 chl += *source; in set_key_utf8()
336 chl <<= 6; in set_key_utf8()
337 chl += *source; in set_key_utf8()
361 chl -= halfBase; in set_key_utf8()
363 chl = (UTF16)((chl >> halfShift) + UNI_SUR_HIGH_START); in set_key_utf8()
[all …]
H A Depiserver_fmt_plug.c490 chl = *source; in episerver_set_key_utf8()
491 if (chl >= 0xC0) { in episerver_set_key_utf8()
497 chl <<= 6; in episerver_set_key_utf8()
498 chl += *source; in episerver_set_key_utf8()
504 chl <<= 6; in episerver_set_key_utf8()
505 chl += *source; in episerver_set_key_utf8()
511 chl <<= 6; in episerver_set_key_utf8()
512 chl += *source; in episerver_set_key_utf8()
536 chl -= halfBase; in episerver_set_key_utf8()
538 chl = (UTF16)((chl >> halfShift) + UNI_SUR_HIGH_START); in episerver_set_key_utf8()
[all …]
H A Dnt2_fmt_plug.c430 chl = *source; in set_key_utf8()
431 if (chl >= 0xC0) { in set_key_utf8()
438 chl <<= 6; in set_key_utf8()
439 chl += *source; in set_key_utf8()
446 chl <<= 6; in set_key_utf8()
447 chl += *source; in set_key_utf8()
453 chl <<= 6; in set_key_utf8()
454 chl += *source; in set_key_utf8()
479 chl -= halfBase; in set_key_utf8()
481 chl = (UTF16)((chl >> halfShift) + UNI_SUR_HIGH_START); in set_key_utf8()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A Dgl2gif.cpp101 for(chl = cht[i]; chl != (colorhist_list)nullptr; chl = chlnext) { in ppm_freecolorhash()
115 colorhist_list chl; in ppm_computecolorhash() local
125 for(chl = cht[hash]; chl != (colorhist_list)nullptr; chl = chl->next) in ppm_computecolorhash()
149 colorhist_list chl; in ppm_addtocolorhash() local
156 cht[hash] = chl; in ppm_addtocolorhash()
164 colorhist_list chl; in ppm_colorhashtocolorhist() local
172 for(chl = cht[i]; chl != (colorhist_list)nullptr; chl = chl->next) { in ppm_colorhashtocolorhist()
195 for(chl = cht[hash]; chl != (colorhist_list)nullptr; chl = chl->next) in ppm_colorhisttocolorhash()
203 cht[hash] = chl; in ppm_colorhisttocolorhash()
230 for(chl = cht[hash]; chl != (colorhist_list)nullptr; chl = chl->next) in ppm_lookupcolor()
[all …]
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A Dgl2gif.cxx89 for (chl = cht[i]; chl != (colorhist_list) 0; chl = chlnext) { in ppm_freecolorhash()
112 for (chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next) in ppm_computecolorhash()
116 ++(chl->ch.value); in ppm_computecolorhash()
124 chl->ch.value = 1; in ppm_computecolorhash()
126 cht[hash] = chl; in ppm_computecolorhash()
144 cht[hash] = chl; in ppm_addtocolorhash()
160 for (chl = cht[i]; chl != (colorhist_list) 0; chl = chl->next) { in ppm_colorhashtocolorhist()
183 for (chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next) in ppm_colorhisttocolorhash()
191 chl->ch.value = i; in ppm_colorhisttocolorhash()
193 cht[hash] = chl; in ppm_colorhisttocolorhash()
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dlibpnmrw.c1180 colorhist_list chl; local
1193 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next )
1197 ++(chl->ch.value);
1206 if ( chl == 0 )
1254 if ( chl == 0 )
1260 cht[hash] = chl;
1286 for ( chl = cht[i]; chl != (colorhist_list) 0; chl = chl->next )
1289 chv[j] = chl->ch;
1315 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next )
1349 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next )
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dlibpnmrw.c1185 colorhist_list chl; local
1198 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next )
1202 ++(chl->ch.value);
1211 if ( chl == 0 )
1259 if ( chl == 0 )
1265 cht[hash] = chl;
1291 for ( chl = cht[i]; chl != (colorhist_list) 0; chl = chl->next )
1294 chv[j] = chl->ch;
1320 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next )
1354 for ( chl = cht[hash]; chl != (colorhist_list) 0; chl = chl->next )
[all …]
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/baylibre-acme/
H A Dapi.c246 GSList *chl; in dev_acquisition_close() local
249 for (chl = sdi->channels; chl; chl = chl->next) { in dev_acquisition_close()
250 ch = chl->data; in dev_acquisition_close()
257 GSList *chl; in dev_acquisition_open() local
260 for (chl = sdi->channels; chl; chl = chl->next) { in dev_acquisition_open()
261 ch = chl->data; in dev_acquisition_open()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/common/
H A Dquantize.c557 chist_list chl; in ppm_quant() local
563 for(chl = cht[hash]; chl; chl = chl->next) in ppm_quant()
572 if(!chl) in ppm_quant()
603 cht[hash] = chl; in ppm_quant()
837 chist_list chl; in ppm_computechash() local
850 for(chl = cht[hash]; chl != (chist_list) 0; chl = chl->next) in ppm_computechash()
871 cht[hash] = chl; in ppm_computechash()
896 chist_list chl; in ppm_chashtochist() local
906 for(chl = cht[i]; chl != (chist_list) 0; chl = chl->next) in ppm_chashtochist()
909 chv[j] = chl->ch; in ppm_chashtochist()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A Dquantize.c557 chist_list chl; in ppm_quant() local
563 for(chl = cht[hash]; chl; chl = chl->next) in ppm_quant()
572 if(!chl) in ppm_quant()
603 cht[hash] = chl; in ppm_quant()
837 chist_list chl; in ppm_computechash() local
850 for(chl = cht[hash]; chl != (chist_list) 0; chl = chl->next) in ppm_computechash()
871 cht[hash] = chl; in ppm_computechash()
896 chist_list chl; in ppm_chashtochist() local
906 for(chl = cht[i]; chl != (chist_list) 0; chl = chl->next) in ppm_chashtochist()
909 chv[j] = chl->ch; in ppm_chashtochist()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DUnicodeUtils.java77 int chl; in foldCase() local
79 chl = ch; in foldCase()
81 chl = -2; // Handled below in foldCase()
83 chl = 0x03C3; in foldCase()
85 chl = Character.toLowerCase(Character.toUpperCase(ch)); in foldCase()
86 if (ch != chl || sbuf != null) { in foldCase()
91 if (chl == -1) in foldCase()
93 if (chl == -2) { in foldCase()
101 } else if (chl >= 0x10000) { in foldCase()
105 sbuf.append((char) chl); in foldCase()
/dports/cad/opencascade/opencascade-7.6.0/src/TransferBRep/
H A DTransferBRep.cxx324 (const Interface_CheckIterator& chl, in ResultCheckList() argument
331 for (chl.Start(); chl.More(); chl.Next()) { in ResultCheckList()
333 Handle(Interface_Check) ach = chl.Value(); in ResultCheckList()
348 (const Interface_CheckIterator& chl, const Standard_Boolean alsoshapes) in Handle()
351 for (chl.Start(); chl.More(); chl.Next()) { in Handle()
352 const Handle(Interface_Check) ach = chl.Value(); in Handle()
367 (const Interface_CheckIterator& chl) in Handle()
370 for (chl.Start(); chl.More(); chl.Next()) { in Handle()
371 const Handle(Interface_Check) ach = chl.Value(); in Handle()
397 for (chl.Start(); chl.More(); chl.Next()) { in CheckObject()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/XSControl/
H A DXSControl_TransferWriter.cxx187 Interface_CheckIterator chl; in CheckList() local
188 if (myTransferWriter.IsNull()) return chl; in CheckList()
198 chl.Add(ach); in CheckList()
200 return chl; in CheckList()
211 Interface_CheckIterator chl; in ResultCheckList() local
212 if (myTransferWriter.IsNull()) return chl; in ResultCheckList()
220 if (!ent.IsNull() && !model.IsNull()) chl.Add(ach,model->Number(ent)); in ResultCheckList()
221 else chl.Add(ach,0); in ResultCheckList()
223 return chl; in ResultCheckList()

12345678910>>...43