Home
last modified time | relevance | path

Searched refs:iindex (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/mail/elm/elm2.5.8/src/
H A Dlimit.c224 for (iindex = 0 ; iindex < curr_folder.num_mssgs ; iindex++) {
273 for (iindex = 0; iindex < num_aliases; iindex++)
284 iindex, aliases[iindex]->alias,
289 for (iindex = 0; iindex < num_aliases; iindex++)
300 iindex, aliases[iindex]->alias,
305 for (iindex = 0; iindex < num_aliases; iindex++)
344 for(iindex++;iindex < item_count; iindex++) {
372 for(iindex--; iindex >= 0; iindex--) {
404 for (iindex = 0; iindex < message; iindex++)
408 for (iindex = 0; iindex < message; iindex++)
[all …]
H A Dwordwrap.c134 if (iindex > 0) {
135 iindex--;
200 if (iindex == 0)
202 iindex--;
207 while (iindex >= 0 && isspace(string[iindex])) {
212 iindex--;
215 while (iindex >= 0 && ! isstopchar(string[iindex])) {
216 iindex--;
226 iindex = 0;
238 iindex--;
[all …]
H A Dstrings.c105 if (iindex > 0) {
107 ret_buffer[iindex++] = '\n';
108 ret_buffer[iindex++] = '\t';
120 if (iindex > 0) {
122 ret_buffer[iindex++] = ' ';
133 ret_buffer[iindex] = '\0';
224 register int iindex, i, len; local
226 iindex=0;
230 while (iindex < len) {
234 iindex += i;
[all …]
H A Dbouncebk.c88 register int hostcount = 0, hindex = 0, iindex, len; local
112 for (iindex=1; iindex < hostcount; iindex++) {
114 strcat(address, host[iindex]);
119 for (iindex = hostcount -2; iindex > -1; iindex--) {
121 strcat(address, host[iindex]);
H A Dreply.c432 register int i, loc, iindex = 0, local
474 iindex = 0;
484 if (iindex > 0) {
485 name[iindex++] = '.';
497 name[iindex] = '\0';
504 if (iindex == 0) {
534 for (iindex = 0; iindex < loc - i + 1; iindex++)
536 name[iindex] = tolower(single_address[iindex+i]);
538 name[iindex] = single_address[iindex+i];
539 name[iindex] = '\0';
[all …]
H A Dutils.c189 register int i = 0, iindex = 0, len; local
195 iindex = len;
196 if(filename[iindex] == '/')
197 iindex++;
205 iindex = len;
207 else iindex = 0;
210 while (filename[iindex] != '\0')
211 buffer[i++] = filename[iindex++];
H A Daddr_util.c63 register int loc, loc2, iindex = 0; local
103 while (iindex <= loc) {
104 ret_addr[iindex] = remaining_addr[iindex];
105 iindex++;
110 ret_addr[iindex++] = '%';
111 ret_addr[iindex++] = 's';
123 ret_addr[iindex++] = remaining_addr[loc2++];
125 ret_addr[iindex++] = '%';
128 ret_addr[iindex] = '\0';
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/ucd-snmp/
H A Dlogmatch.c110 updateLogmatch(int iindex) in updateLogmatch() argument
124 if (iindex >= MAXLOGMATCH) in updateLogmatch()
140 if (logmatchTable[iindex].virgin) { in updateLogmatch()
227 logmatchTable[iindex].virgin = FALSE; in updateLogmatch()
261 if ((logmatchTable[iindex].logfile = in updateLogmatch()
518 int iindex = 0; in var_logmatch_table() local
531 iindex = name[*length - 1] - 1; in var_logmatch_table()
532 if (iindex >= MAXLOGMATCH) in var_logmatch_table()
534 logmatch = &logmatchTable[iindex]; in var_logmatch_table()
537 updateLogmatch(iindex); in var_logmatch_table()
[all …]
H A Dpass_persist.c57 static void close_persist_pipe(int iindex);
625 persist_pipes[iindex].pid = pid; in open_persist_pipe()
649 close_persist_pipe(iindex); in open_persist_pipe()
665 close_persist_pipe(iindex); in open_persist_pipe()
673 close_persist_pipe(iindex); in open_persist_pipe()
728 close_persist_pipe(iindex); in write_persist_pipe()
748 close_persist_pipe(iindex); in write_persist_pipe()
756 close_persist_pipe(int iindex) in close_persist_pipe() argument
774 if (persist_pipes[iindex].fOut) { in close_persist_pipe()
789 if (persist_pipes[iindex].fIn) { in close_persist_pipe()
[all …]
H A Dfile.c110 updateFile(int iindex) in updateFile() argument
114 if (stat(fileTable[iindex].name, &sb) == 0) in updateFile()
115 fileTable[iindex].size = sb.st_size >> 10; in updateFile()
130 int iindex; in var_file_table() local
137 iindex = name[*length - 1] - 1; in var_file_table()
139 updateFile(iindex); in var_file_table()
141 file = &fileTable[iindex]; in var_file_table()
145 long_ret = iindex + 1; in var_file_table()
/dports/audio/csound/csound-6.15.0/util/SDIF/
H A Dsdif2adsyn.c133 int32_t result, iindex; in main() local
312 iindex = (int32_t) index; in main()
314 if (iindex >= MAXPARTIALS) { in main()
316 iindex,framecount); in main()
320 if (partials[iindex]==NULL) { in main()
331 pprops[iindex]->head = partials[iindex]; in main()
333 pprops[iindex]->maxfreq = pprops[iindex]->minfreq = freq; in main()
344 partials[iindex] = partials[iindex]->next; in main()
346 pprops[iindex]->maxamp = max(pprops[iindex]->maxamp,amp); in main()
347 pprops[iindex]->maxfreq = max(pprops[iindex]->maxfreq,freq); in main()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dckbsr.c79 static integer iindex; in ckbsr_0_() local
2102 iindex = isrchi_(&scinst, &nit, itins); in ckbsr_0_()
2103 if (iindex == 0) { in ckbsr_0_()
2855 iindex = cheap; in ckbsr_0_()
3310 if (i__ != iindex) { in ckbsr_0_()
3458 if (iindex == nit) { in ckbsr_0_()
3459 iindex = cheap; in ckbsr_0_()
4027 iindex * 5 - 5) < 500 && 0 <= in ckbsr_0_()
4041 itexp[(i__2 = iindex - 1) < 100 && in ckbsr_0_()
4044 + itruex[(i__3 = iindex - 1) < in ckbsr_0_()
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dckbsr.c79 static integer iindex; in ckbsr_0_() local
2102 iindex = isrchi_(&scinst, &nit, itins); in ckbsr_0_()
2103 if (iindex == 0) { in ckbsr_0_()
2855 iindex = cheap; in ckbsr_0_()
3310 if (i__ != iindex) { in ckbsr_0_()
3458 if (iindex == nit) { in ckbsr_0_()
3459 iindex = cheap; in ckbsr_0_()
4027 iindex * 5 - 5) < 500 && 0 <= in ckbsr_0_()
4041 itexp[(i__2 = iindex - 1) < 100 && in ckbsr_0_()
4044 + itruex[(i__3 = iindex - 1) < in ckbsr_0_()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_inline_unicode.x25 int *iindex);
32 eina_unicode_utf8_next_get(const char *buf, int *iindex) in eina_unicode_utf8_next_get() argument
38 if (!buf || !iindex) return 0; in eina_unicode_utf8_next_get()
40 ind = *iindex; in eina_unicode_utf8_next_get()
47 *iindex = ind; in eina_unicode_utf8_next_get()
59 *iindex = ind; in eina_unicode_utf8_next_get()
63 return _eina_unicode_utf8_next_get(ind, d, buf, iindex); in eina_unicode_utf8_next_get()
69 d = (unsigned char)buf[*iindex]; in eina_unicode_utf8_next_get()
70 (*iindex)++; in eina_unicode_utf8_next_get()
H A Deina_unicode.c197 int *iindex) in _eina_unicode_utf8_next_get() argument
213 *iindex = ind; in _eina_unicode_utf8_next_get()
232 *iindex = ind; in _eina_unicode_utf8_next_get()
255 *iindex = ind; in _eina_unicode_utf8_next_get()
282 *iindex = ind; in _eina_unicode_utf8_next_get()
290 d = (unsigned char)buf[*iindex]; in _eina_unicode_utf8_next_get()
291 (*iindex)++; in _eina_unicode_utf8_next_get()
303 ind = *iindex; in eina_unicode_utf8_get_prev()
309 if (*iindex <= 0) in eina_unicode_utf8_get_prev()
313 ind = *iindex; in eina_unicode_utf8_get_prev()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/
H A DvtkExtractBlock.cxx181 for (unsigned int iindex = 0, max = mpartition->GetNumberOfPartitions(); iindex < max; ++iindex) in Prune() local
183 auto iinfo = mpartition->HasMetaData(iindex) ? mpartition->GetMetaData(iindex) : nullptr; in Prune()
188 if (oindex != iindex) in Prune()
190 assert(oindex < iindex); in Prune()
191 mpartition->SetPartition(oindex, mpartition->GetPartition(iindex)); in Prune()
207 for (unsigned int iindex = 0, max = mblock->GetNumberOfBlocks(); iindex < max; ++iindex) in Prune() local
209 auto block = mblock->GetBlock(iindex); in Prune()
210 auto iinfo = mblock->HasMetaData(iindex) ? mblock->GetMetaData(iindex) : nullptr; in Prune()
217 if (oindex != iindex) in Prune()
219 assert(oindex < iindex); in Prune()
/dports/net/latd/latd-1.31/
H A Dinterfaces-linux.cc87 int iindex = 1; in get_all_interfaces() local
91 for (iindex = 1; iindex < 256; iindex++) in get_all_interfaces()
93 ifr.ifr_ifindex = iindex; in get_all_interfaces()
100 debuglog(("interface %d: %d\n", num, iindex)); in get_all_interfaces()
101 ifs[num++] = iindex; in get_all_interfaces()
151 int iindex = 1; in find_interface() local
158 ifr.ifr_ifindex = iindex; in find_interface()
160 for (iindex = 1; iindex < 256; iindex++) in find_interface()
162 ifr.ifr_ifindex = iindex; in find_interface()
175 return iindex; in find_interface()
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dchinese.c278 iindex = top; in UdmSegmentProcess()
280 while (iindex != -1) { in UdmSegmentProcess()
285 if (top == iindex) { in UdmSegmentProcess()
293 iindex = -1; in UdmSegmentProcess()
295 father = iindex; in UdmSegmentProcess()
296 iindex = next[iindex]; in UdmSegmentProcess()
301 while ((iindex != -1) && (value[iindex] > value[nextid])) { in UdmSegmentProcess()
302 father = iindex; in UdmSegmentProcess()
303 iindex = next[iindex]; in UdmSegmentProcess()
305 if (top == iindex) { in UdmSegmentProcess()
[all …]
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/
H A Dsignal.c74 int iindex; local
82 default: iindex = INDEXSIG_SIGHUP; break;
84 case SIGINT: iindex = INDEXSIG_SIGINT; break;
87 case SIGQUIT: iindex = INDEXSIG_SIGQUIT; break;
90 case SIGTERM: iindex = INDEXSIG_SIGTERM; break;
93 case SIGPIPE: iindex = INDEXSIG_SIGPIPE; break;
97 afSignal[iindex] = TRUE;
98 afLog_signal[iindex] = TRUE;
/dports/games/pinball/pinball-0.3.20201218/src/
H A DBounceBehavior.cpp302 int iindex = (int)(findex); in onCollision() local
303 float foffset = findex - iindex; in onCollision()
304 iindex = EM_MAX(0, EM_MIN(iindex, ARM_TABLE_SIZE-1)); in onCollision()
305 if (iindex < ARM_TABLE_SIZE-2) { in onCollision()
307 vtxDir.x = EMath::quadratic(g_vtxArmTable[iindex].x, g_vtxArmTable[iindex+1].x, in onCollision()
309 vtxDir.z = EMath::quadratic(g_vtxArmTable[iindex].z, g_vtxArmTable[iindex+1].z, in onCollision()
311 } else if (iindex == ARM_TABLE_SIZE-2) { in onCollision()
312 vtxDir.x = EMath::quadratic(g_vtxArmTable[iindex].x, g_vtxArmTable[iindex+1].x, in onCollision()
314 vtxDir.z = EMath::quadratic(g_vtxArmTable[iindex].z, g_vtxArmTable[iindex+1].z, in onCollision()
317 vtxDir.x = g_vtxArmTable[iindex].x; in onCollision()
[all …]
/dports/textproc/miller/miller-5.10.2/go/src/transformers/utils/
H A Dpercentile-keeper.go238 iindex := int(math.Floor(findex))
239 if iindex >= n-1 {
240 return *array[iindex].Copy()
244 frac := types.MlrvalPointerFromFloat64(findex - float64(iindex))
245 diff := types.MlrvalBinaryMinus(array[iindex+1], array[iindex])
247 return *types.MlrvalBinaryPlus(array[iindex], prod)
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dgen21.csd23 iindex = 0 ;start loop
25 ivalue tab_i iindex, ifn
26 prints "%d:\t%f\n", iindex, ivalue
27 iindex = iindex + 1
28 if (iindex < isize) igoto begin_loop
/dports/textproc/miller/miller-5.10.2/c/containers/
H A Dpercentile_keeper.c232 unsigned long long iindex = (unsigned long long)floor(findex); in get_percentile_linearly_interpolated() local
233 if (iindex >= n-1) { in get_percentile_linearly_interpolated()
234 return array[iindex]; in get_percentile_linearly_interpolated()
237 mv_t frac = mv_from_float(findex - iindex); in get_percentile_linearly_interpolated()
238 mv_t* pa = &array[iindex]; in get_percentile_linearly_interpolated()
239 mv_t* pb = &array[iindex+1]; in get_percentile_linearly_interpolated()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/segmentation/include/pcl/segmentation/impl/
H A Dconditional_euclidean_clustering.hpp78 for (const auto& iindex : (*indices_)) // iindex = input index in segment()
81 if (iindex == UNAVAILABLE || processed[iindex]) in segment()
89 current_cluster.push_back (iindex); in segment()
90 processed[iindex] = true; in segment()
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uucico/
H A Dprotj.c532 int iindex, iendindex; local
602 iindex = (istart + CHDRLEN + cdata) % CRECBUFLEN;
616 while (iindex != iendindex)
622 ihigh = abPrecbuf[iindex] - INDEX_OFFSET;
623 abPrecbuf[iindex] = 0;
624 iindex = (iindex + 1) % CRECBUFLEN;
625 ilow = abPrecbuf[iindex] - INDEX_OFFSET;
626 abPrecbuf[iindex] = 0;
627 iindex = (iindex + 1) % CRECBUFLEN;

12345678910>>...12