Home
last modified time | relevance | path

Searched refs:ientry (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dlavaddwav.c760 if( vp[ientry]->fps <= 0.0 ) in open_lav_file()
767 vp[ientry]->time_length = vp[ientry]->video_frames / vp[ientry]->fps; in open_lav_file()
855 ap[ientry]->audio_bps = (ap[ientry]->audio_chans * ap[ientry]->audio_bits + 7) / 8; in open_wav_file()
857 if( ap[ientry]->audio_bps == 0 ) { ap[ientry]->audio_bps = 1; } /* safety first */ in open_wav_file()
892 ap[ientry]->audio_samps = data[1] / ap[ientry]->audio_bps; in open_wav_file()
893 ap[ientry]->time_length = (double)ap[ientry]->audio_samps / (double)ap[ientry]->audio_rate; in open_wav_file()
928 int ientry = 0; in fill_video_list_entries() local
949 display_video_params(ientry); in fill_video_list_entries()
950 ientry++; in fill_video_list_entries()
961 int ientry = 0; in fill_audio_list_entries() local
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/
H A Dvalue_repr.c171 int ientry; in check_table_integrity() local
183 for (ientry=0; ientry < ACR_VR_NUM_TYPES+1; ientry++) { in check_table_integrity()
184 if (VR_table[ientry].vr_code != ientry) { in check_table_integrity()
242 int ientry; in find_vr_name() local
247 for (ientry=0; ientry < ACR_VR_NUM_TYPES; ientry++) { in find_vr_name()
250 return (Acr_VR_Type) ientry; in find_vr_name()
255 for (ientry=0; ientry < unknown_VR_table_length; ientry++) { in find_vr_name()
325 int ientry; in acr_lookup_vr_name() local
348 ientry = unknown_VR_table_length-1; in acr_lookup_vr_name()
349 unknown_VR_table[ientry].vr_code = ientry + ACR_VR_NUM_TYPES; in acr_lookup_vr_name()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Didled.c72 struct ientry { struct
75 struct ientry *next; argument
102 struct ientry *t, *p = NULL; in remove_ientry()
104 t = (struct ientry *) hash_lookup(mboxname, &itable); in remove_ientry()
132 struct ientry *t, *n; in process_message()
142 t = (struct ientry *) hash_lookup(msg->mboxname, &itable); in process_message()
143 n = (struct ientry *) xzmalloc(sizeof(struct ientry)); in process_message()
155 t = (struct ientry *) hash_lookup(msg->mboxname, &itable); in process_message()
215 struct ientry *t = (struct ientry *) data; in send_alert()
216 struct ientry *n; in send_alert()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Didled.c72 struct ientry { struct
75 struct ientry *next; argument
102 struct ientry *t, *p = NULL; in remove_ientry()
104 t = (struct ientry *) hash_lookup(mboxname, &itable); in remove_ientry()
132 struct ientry *t, *n; in process_message()
142 t = (struct ientry *) hash_lookup(msg->mboxname, &itable); in process_message()
143 n = (struct ientry *) xzmalloc(sizeof(struct ientry)); in process_message()
155 t = (struct ientry *) hash_lookup(msg->mboxname, &itable); in process_message()
215 struct ientry *t = (struct ientry *) data; in send_alert()
216 struct ientry *n; in send_alert()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Didled.c72 struct ientry { struct
75 struct ientry *next; argument
102 struct ientry *t, *p = NULL; in remove_ientry()
104 t = (struct ientry *) hash_lookup(mboxname, &itable); in remove_ientry()
132 struct ientry *t, *n; in process_message()
142 t = (struct ientry *) hash_lookup(msg->mboxname, &itable); in process_message()
143 n = (struct ientry *) xzmalloc(sizeof(struct ientry)); in process_message()
155 t = (struct ientry *) hash_lookup(msg->mboxname, &itable); in process_message()
215 struct ientry *t = (struct ientry *) data; in send_alert()
216 struct ientry *n; in send_alert()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/doc/
H A Drdsrc.pl439 @ientry = ();
510 @$ientry = @ientry;
511 $idxmap{$text} = $ientry;
512 $ientry++;
530 my $ientry = $idxmap{$_};
539 $ientry = $idxmap{$iitem};
544 $$ientry[$i] = $1;
563 $ientry = $idxmap{$iitem};
565 foreach $w (@$ientry) {
987 $ientry = $idxmap{$itag};
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/doc/
H A Drdsrc.pl439 @ientry = ();
510 @$ientry = @ientry;
511 $idxmap{$text} = $ientry;
512 $ientry++;
530 my $ientry = $idxmap{$_};
539 $ientry = $idxmap{$iitem};
544 $$ientry[$i] = $1;
563 $ientry = $idxmap{$iitem};
565 foreach $w (@$ientry) {
987 $ientry = $idxmap{$itag};
[all …]
/dports/devel/nasm/nasm-2.15.05/doc/
H A Drdsrc.pl450 @ientry = ();
521 @$ientry = @ientry;
522 $idxmap{$text} = $ientry;
523 $ientry++;
541 my $ientry = $idxmap{$_};
550 $ientry = $idxmap{$iitem};
555 $$ientry[$i] = $1;
574 $ientry = $idxmap{$iitem};
576 foreach $w (@$ientry) {
1000 $ientry = $idxmap{$itag};
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gnome1/src/libgnomeui/
H A Dgnomeiconentry.inc26 procedure gnome_icon_entry_set_pixmap_subdir(ientry:PGnomeIconEntry; subdir:Pgchar);cdecl;external …
27 procedure gnome_icon_entry_set_icon(ientry:PGnomeIconEntry; filename:Pgchar);cdecl;external libgnom…
28 function gnome_icon_entry_gnome_file_entry(ientry:PGnomeIconEntry):PGtkWidget;cdecl;external libgno…
29 function gnome_icon_entry_gnome_entry(ientry:PGnomeIconEntry):PGtkWidget;cdecl;external libgnomeuid…
30 function gnome_icon_entry_gtk_entry(ientry:PGnomeIconEntry):PGtkWidget;cdecl;external libgnomeuidll…
31 function gnome_icon_entry_get_filename(ientry:PGnomeIconEntry):Pgchar;cdecl;external libgnomeuidll …
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkHyperTreeGridNonOrientedGeometryCursor.cxx284 int ientry = 0; in Dump() local
285 for (; ientry <= this->LastValidEntry; ++ientry) in Dump()
287 os << "Entries: #" << ientry << endl; in Dump()
288 this->Entries[ientry].Dump(os); in Dump()
290 for (; static_cast<size_t>(ientry) < this->Entries.size(); ++ientry) in Dump()
292 os << "Entries: #" << ientry << " Non USED" << endl; in Dump()
293 this->Entries[ientry].Dump(os); in Dump()
/dports/cad/netgen/netgen-6.2.2105/ng/
H A Dng_acis.hpp135 int ientry = -1, iface = -1; in Ng_ACISCommand() local
143 if (pos_ent1 != -1) ientry = atoi (select.substr(pos_ent1+6, pos_ent2).c_str()); in Ng_ACISCommand()
150 cout << "entry = " << ientry << ", face = " << iface << endl; in Ng_ACISCommand()
154 if (ientry != -1 && iface == -1) in Ng_ACISCommand()
155 vsacisgeom.SelectEntity (entlist[ientry]); in Ng_ACISCommand()
160 api_get_faces_from_all_entities(entlist[ientry], faceList); in Ng_ACISCommand()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/
H A DLauncherSection.java219 final IconEntry ientry = new IconEntry(comp, toolkit, F_WIN_ICON_LABELS[i], F_WIN_ICON_IDS[i]); in addWin32Section() local
220 BidiUtils.applyBidiProcessing(ientry.getText(), StructuredTextTypeHandlerFactory.FILE); in addWin32Section()
226 return validateMultipleWinIcon(ientry, index); in addWin32Section()
232 ientry.getText().addModifyListener(e -> fMultipleWinIconValidator[index].validate()); in addWin32Section()
234 fIcons.add(ientry); in addWin32Section()
250 …fSingleWinIconValidator = new TextValidator(getManagedForm(), ientry.getText(), getProject(), true… in addWin32Section()
253 return validateSingleWinIcon(ientry); in addWin32Section()
259 fIcons.add(ientry); in addWin32Section()
265 private boolean validateSingleWinIcon(IconEntry ientry) { in validateSingleWinIcon() argument
266 return EditorUtilities.imageEntryHasValidIco(fSingleWinIconValidator, ientry, getProduct()); in validateSingleWinIcon()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/row/
H A Drow0vers.cc75 const dtuple_t* ientry,
104 dtuple_t* ientry = NULL; in row_vers_impl_x_locked_low() local
149 ientry = row_rec_to_index_entry( in row_vers_impl_x_locked_low()
253 index, row, ext, ientry, heap, in row_vers_impl_x_locked_low()
438 const dtuple_t* ientry, in row_vers_non_vc_match() argument
444 ulint n_fields = dtuple_get_n_fields(ientry); in row_vers_non_vc_match()
464 field1 = dtuple_get_nth_field(ientry, i); in row_vers_non_vc_match()
650 const dtuple_t* ientry, in row_vers_vc_matches_cluster() argument
730 field1 = dtuple_get_nth_field(ientry, i); in row_vers_vc_matches_cluster()
812 const dtuple_t* ientry, in row_vers_build_cur_vrow() argument
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/row/
H A Drow0vers.cc75 const dtuple_t* ientry,
104 dtuple_t* ientry = NULL; in row_vers_impl_x_locked_low() local
149 ientry = row_rec_to_index_entry( in row_vers_impl_x_locked_low()
253 index, row, ext, ientry, heap, in row_vers_impl_x_locked_low()
438 const dtuple_t* ientry, in row_vers_non_vc_match() argument
444 ulint n_fields = dtuple_get_n_fields(ientry); in row_vers_non_vc_match()
464 field1 = dtuple_get_nth_field(ientry, i); in row_vers_non_vc_match()
650 const dtuple_t* ientry, in row_vers_vc_matches_cluster() argument
730 field1 = dtuple_get_nth_field(ientry, i); in row_vers_vc_matches_cluster()
812 const dtuple_t* ientry, in row_vers_build_cur_vrow() argument
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/row/
H A Drow0vers.cc75 const dtuple_t* ientry,
104 dtuple_t* ientry = NULL; in row_vers_impl_x_locked_low() local
149 ientry = row_rec_to_index_entry( in row_vers_impl_x_locked_low()
253 index, row, ext, ientry, heap, in row_vers_impl_x_locked_low()
438 const dtuple_t* ientry, in row_vers_non_vc_match() argument
444 ulint n_fields = dtuple_get_n_fields(ientry); in row_vers_non_vc_match()
464 field1 = dtuple_get_nth_field(ientry, i); in row_vers_non_vc_match()
650 const dtuple_t* ientry, in row_vers_vc_matches_cluster() argument
730 field1 = dtuple_get_nth_field(ientry, i); in row_vers_vc_matches_cluster()
812 const dtuple_t* ientry, in row_vers_build_cur_vrow() argument
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_query.F337 logical function nwpwxc_get_df(ientry,func_id,weight)
340 integer ientry !< [In/Output] On input the entry number to extract,
346 if (.not.((ientry.ge.1).and.(ientry.le.nwpwxc_usr_num))) then
350 func_id = nwpwxc_usr_ids(ientry)
351 weight = nwpwxc_usr_wghts(ientry)
352 ientry = ientry + 1
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_query.F337 logical function nwpwxc_get_df(ientry,func_id,weight)
340 integer ientry !< [In/Output] On input the entry number to extract,
346 if (.not.((ientry.ge.1).and.(ientry.le.nwpwxc_usr_num))) then
350 func_id = nwpwxc_usr_ids(ientry)
351 weight = nwpwxc_usr_wghts(ientry)
352 ientry = ientry + 1
/dports/science/cdo/cdo-2.0.0/src/
H A Dcmortable_parser.cc115 int ientry = -1; in parseCmortablebuf() local
116 for (ientry = 0; ientry < nentry; ++ientry) in parseCmortablebuf()
117 if (strncmp(pline, listentry[ientry], strlen(listentry[ientry])) == 0) break; in parseCmortablebuf()
119 if (ientry < nentry) in parseCmortablebuf()
121 pline += strlen(listentry[ientry]); in parseCmortablebuf()
129 kvlist.name = listentry[ientry]; in parseCmortablebuf()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwxc/
H A Dnwxc_query.F340 logical function nwxc_get_df(ientry,func_id,weight)
343 integer ientry !< [In/Output] On input the entry number to extract,
349 if (.not.((ientry.ge.1).and.(ientry.le.nwxc_usr_num))) then
353 func_id = nwxc_usr_ids(ientry)
354 weight = nwxc_usr_wghts(ientry)
355 ientry = ientry + 1
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwxc/
H A Dnwxc_query.F340 logical function nwxc_get_df(ientry,func_id,weight)
343 integer ientry !< [In/Output] On input the entry number to extract,
349 if (.not.((ientry.ge.1).and.(ientry.le.nwxc_usr_num))) then
353 func_id = nwxc_usr_ids(ientry)
354 weight = nwxc_usr_wghts(ientry)
355 ientry = ientry + 1
/dports/science/minc2/minc-release-2.2.00/progs/mincreshape/
H A Dmincreshape.c559 int ientry; in get_dimsize() local
578 ientry = dimsize_list->nentries; in get_dimsize()
584 dimsize_list->name[ientry] = nextArg; in get_dimsize()
735 int ientry; in get_axis_range() local
754 ientry = axis_ranges->nentries; in get_axis_range()
760 axis_ranges->name[ientry] = nextArg; in get_axis_range()
798 axis_ranges->count[ientry] = 0; in get_axis_range()
1006 int ientry, idim; in setup_dim_sizes() local
1025 for (ientry=0; ientry < dimsize_list->nentries; ientry++) { in setup_dim_sizes()
1083 int idim, jdim, ientry, iloop, order_idim; in setup_reshaping_info() local
[all …]
/dports/science/minc2/minc-release-2.2.00/progs/minclookup/
H A Dminclookup.c410 int nentries, table_nvalues, nvalues, ivalue, ientry; in read_lookup_table() local
492 for (ientry=0; ientry < nentries; ientry++) { in read_lookup_table()
493 sort_table[ientry].key = table[ientry*table_nvalues]; in read_lookup_table()
494 sort_table[ientry].index = ientry; in read_lookup_table()
503 for (ientry=0; ientry < nentries; ientry++) { in read_lookup_table()
504 new_offset = ientry * table_nvalues; in read_lookup_table()
505 old_offset = sort_table[ientry].index * table_nvalues; in read_lookup_table()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11load.c396 CK_C_GetInterface ientry = NULL; in secmod_LoadPKCS11Module() local
417 ientry = (CK_C_GetInterface)NSC_GetInterface; in secmod_LoadPKCS11Module()
437 ientry = (CK_C_GetInterface) in secmod_LoadPKCS11Module()
439 if (!ientry) { in secmod_LoadPKCS11Module()
481 ientry = (CK_C_GetInterface) in secmod_LoadPKCS11Module()
483 if (!ientry) { in secmod_LoadPKCS11Module()
494 if ((ientry == NULL) && (fentry == NULL)) { in secmod_LoadPKCS11Module()
508 if (ientry) { in secmod_LoadPKCS11Module()
510 if ((*ientry)((CK_UTF8CHAR_PTR) "PKCS 11", NULL, &interface, in secmod_LoadPKCS11Module()
513 if ((*ientry)((CK_UTF8CHAR_PTR) "PKCS 11", NULL, &interface, 0) != CKR_OK) { in secmod_LoadPKCS11Module()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/pk11wrap/
H A Dpk11load.c396 CK_C_GetInterface ientry = NULL; in secmod_LoadPKCS11Module() local
417 ientry = (CK_C_GetInterface)NSC_GetInterface; in secmod_LoadPKCS11Module()
437 ientry = (CK_C_GetInterface) in secmod_LoadPKCS11Module()
439 if (!ientry) { in secmod_LoadPKCS11Module()
481 ientry = (CK_C_GetInterface) in secmod_LoadPKCS11Module()
483 if (!ientry) { in secmod_LoadPKCS11Module()
494 if ((ientry == NULL) && (fentry == NULL)) { in secmod_LoadPKCS11Module()
508 if (ientry) { in secmod_LoadPKCS11Module()
510 if ((*ientry)((CK_UTF8CHAR_PTR) "PKCS 11", NULL, &interface, in secmod_LoadPKCS11Module()
513 if ((*ientry)((CK_UTF8CHAR_PTR) "PKCS 11", NULL, &interface, 0) != CKR_OK) { in secmod_LoadPKCS11Module()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/pk11wrap/
H A Dpk11load.c396 CK_C_GetInterface ientry = NULL; in secmod_LoadPKCS11Module() local
417 ientry = (CK_C_GetInterface)NSC_GetInterface; in secmod_LoadPKCS11Module()
437 ientry = (CK_C_GetInterface) in secmod_LoadPKCS11Module()
439 if (!ientry) { in secmod_LoadPKCS11Module()
481 ientry = (CK_C_GetInterface) in secmod_LoadPKCS11Module()
483 if (!ientry) { in secmod_LoadPKCS11Module()
494 if ((ientry == NULL) && (fentry == NULL)) { in secmod_LoadPKCS11Module()
508 if (ientry) { in secmod_LoadPKCS11Module()
510 if ((*ientry)((CK_UTF8CHAR_PTR) "PKCS 11", NULL, &interface, in secmod_LoadPKCS11Module()
513 if ((*ientry)((CK_UTF8CHAR_PTR) "PKCS 11", NULL, &interface, 0) != CKR_OK) { in secmod_LoadPKCS11Module()
[all …]

12345678