Home
last modified time | relevance | path

Searched refs:isbound (Results 1 – 25 of 48) sorted by relevance

12

/dports/chinese/bitchx/bitchx-1.2.1/dll/amp/
H A Dmisc2.c392 isbound[0]=isbound[1]=isbound[2]=-1; in find_isbound()
402 …while ((isbound[0]<0 || isbound[1]<0 || isbound[2]<0) && !(info->mixed_block_flag[gr][0] && sfb<3)… in find_isbound()
425 if (isbound[0]<0 && isbound[1]<0 && isbound[2]<0) in find_isbound()
430 isbound[0]=isbound[1]=isbound[2]=t_l[sfb]+1; in find_isbound()
432 if (isbound[window]<0) isbound[window]=36; in find_isbound()
434 if (header->ID==1) isbound[0]=isbound[1]=isbound[2]=MAX(isbound[0],MAX(isbound[1],isbound[2])); in find_isbound()
448 isbound[0]=isbound[1]=isbound[2]=t_l[sfb]+1; in find_isbound()
462 isbound[0]=isbound[1]=isbound[2]=(MAX(non_zero[0],non_zero[1])); in find_isbound()
463 else isbound[0]=isbound[1]=isbound[2]=576; in find_isbound()
882 int isbound[3]; in requantize_downmix() local
[all …]
H A Dmisc2.h28 static int find_isbound(int isbound[3],int gr,struct SIDE_INFO *info,struct AUDIO_HEADER *header);
/dports/irc/bitchx/bitchx-1.2.1/dll/amp/
H A Dmisc2.c392 isbound[0]=isbound[1]=isbound[2]=-1; in find_isbound()
402 …while ((isbound[0]<0 || isbound[1]<0 || isbound[2]<0) && !(info->mixed_block_flag[gr][0] && sfb<3)… in find_isbound()
425 if (isbound[0]<0 && isbound[1]<0 && isbound[2]<0) in find_isbound()
430 isbound[0]=isbound[1]=isbound[2]=t_l[sfb]+1; in find_isbound()
432 if (isbound[window]<0) isbound[window]=36; in find_isbound()
434 if (header->ID==1) isbound[0]=isbound[1]=isbound[2]=MAX(isbound[0],MAX(isbound[1],isbound[2])); in find_isbound()
448 isbound[0]=isbound[1]=isbound[2]=t_l[sfb]+1; in find_isbound()
462 isbound[0]=isbound[1]=isbound[2]=(MAX(non_zero[0],non_zero[1])); in find_isbound()
463 else isbound[0]=isbound[1]=isbound[2]=576; in find_isbound()
882 int isbound[3]; in requantize_downmix() local
[all …]
H A Dmisc2.h28 static int find_isbound(int isbound[3],int gr,struct SIDE_INFO *info,struct AUDIO_HEADER *header);
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_BlockBuilder.cxx214 Standard_Boolean isbound = BI.More(); in Element() local
215 if (!isbound) throw Standard_Failure("OutOfRange"); in Element()
226 if (!isbound) throw Standard_Failure("OutOfRange"); in Element()
235 Standard_Boolean isbound = myOrientedShapeMap.Contains(E); in Element() local
236 if (!isbound) throw Standard_Failure("OutOfRange"); in Element()
250 Standard_Boolean isbound = BI.More(); in ElementIsValid() local
251 if (!isbound) return Standard_False; in ElementIsValid()
264 if (!isbound) return Standard_False; in ElementIsValid()
294 Standard_Boolean isbound = BI.More(); in SetValid() local
295 if (!isbound) return; in SetValid()
[all …]
H A DTopOpeBRepBuild_KPart.cxx352 Standard_Boolean isbound = EnewE.IsBound(ed); in FUN_makefaces() local
354 if (!isbound && !issplit) { in FUN_makefaces()
371 isbound = Standard_True; in FUN_makefaces()
392 else if (isbound) { in FUN_makefaces()
957 Standard_Boolean isbound = mape2.Contains(e2); in sectionedgesON() local
958 if (!isbound) return Standard_False; in sectionedgesON()
975 Standard_Boolean isbound = isgbound? mape1.Contains(e1): mape2.Contains(e1); in allIonsectionedges() local
976 if (!isbound) return Standard_False; in allIonsectionedges()
H A DTopOpeBRepBuild_ffsfs.cxx165 Standard_Boolean isbound = SplitAnc->IsBound(fsp); in FUN_getAncestorFsp() local
166 if (isbound) continue; in FUN_getAncestorFsp()
/dports/net/p5-Net-ext/Net-ext-1.011/lib/Net/TCP/
H A DServer.pm105 if ($self->getparam('srcaddrlist') && !$self->isbound) {
108 if ($self->isbound && !$self->didlisten) {
H A DServer.dat107 if ($self->getparam('srcaddrlist') && !$self->isbound) {
110 if ($self->isbound && !$self->didlisten) {
/dports/cad/opencascade/opencascade-7.6.0/src/StepToTopoDS/
H A DStepToTopoDS_TranslatePolyLoop.cxx116 Standard_Boolean isbound = aTool.IsEdgeBound(PP); in Init() local
117 if (!isbound) { in Init()
158 if (!isbound) aTool.BindEdge(PP, EB); in Init()
/dports/audio/snack/snack2.2.10/generic/
H A DjkFormatMP3.c846 isbound[0]=isbound[1]=isbound[2]=-1;
856 …while ((isbound[0]<0 || isbound[1]<0 || isbound[2]<0) && !(info->mixed_block_flag[gr][0] && sfb<3)…
865 if (isbound[window] < 0)
878 if (isbound[0]<0 && isbound[1]<0 && isbound[2]<0) {
882 isbound[0]=isbound[1]=isbound[2]=ext->t_l[sfb]+1; in highpass()
884 if (isbound[window]<0) isbound[window]=36;
886 … if (header->ID==1) isbound[0]=isbound[1]=isbound[2]=max(isbound[0],max(isbound[1],isbound[2]));
901 isbound[0]=isbound[1]=isbound[2]=ext->t_l[sfb]+1;
915 isbound[0]=isbound[1]=isbound[2]=(max(ext->non_zero[0],ext->non_zero[1]));
916 else isbound[0]=isbound[1]=isbound[2]=576;
[all …]
H A DjkFormatMP3.h241 static int find_isbound(mp3Info *ext, int isbound[3],int gr,struct SIDE_INFO *info,struct AUDIO_HEA…
/dports/net/p5-Net-ext/Net-ext-1.011/t/
H A D01unix.t103 my $srvok = $srvr && $srvr->isbound;
166 $ok = $srvr && $srvr->isbound && $srvr->didlisten;
/dports/math/gap/gap-4.11.0/lib/
H A Dglobal.gi92 local isbound;
94 isbound := ISBOUND_GLOBAL(name);
96 "IsBoundGlobal: called for ", name, " returned ", isbound);
97 return isbound;
/dports/devel/p5-Config-Model/Config-Model-2.147/t/
H A Dwarped_node_collateral.t62 isbound => '- fs_mntopts bind',
64 rules => [ '$fstyp eq "none" and $isbound' => { max => 0, } ]
/dports/net/p5-Net-ext/Net-ext-1.011/lib/Net/UNIX/
H A DServer.pm99 if ($self->isbound) {
/dports/net/p5-Net-ext/Net-ext-1.011/lib/Net/
H A DGen.pm846 and !$self->isbound)
859 if (!$self->isbound) {
890 and !$hval->{'isconnecting'} and !$self->isbound)
1239 sub isbound subroutine
2804 $self->isbound;
2829 $self->isbound;
2857 return undef unless $self->isbound or $self->bind;
H A DUNIX.pm260 return undef unless $self->isbound or $self->bind;
H A DGen.dat863 and !$self->isbound)
876 if (!$self->isbound) {
1263 #& isbound($self [, @ignored]) : boolean
1264 sub isbound
1267 $ {*{$_[0]}}{'isbound'};
1409 C<isbound> method will be returned.
1863 =item isbound
1867 $ok = $obj->isbound;
2830 $self->isbound;
2852 $ {*$self}{'isbound'} = $rval;
[all …]
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dsettings.h66 const gchar *isbound(int key);
/dports/lang/tcl86/tcl8.6.12/pkgs/thread2.8.7/tests/
H A Dtsv.test29 tsv::array isbound a
/dports/devel/tclthread/thread2.8.7/tests/
H A Dtsv.test29 tsv::array isbound a
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_EIR.cxx460 Standard_Boolean isbound = tkiR.IsBound(K,G); in FUN_keepl3dF() local
461 if (!isbound) {l3dFkeep.Append(loi);} in FUN_keepl3dF()
686 …Standard_Boolean isbound = Handle(TopOpeBRepDS_EdgeVertexInterference)::DownCast(loi.First())->GBo… in ProcessEdgeInterferences() local
687 if (isbound) { // replacing vG with oovG in ProcessEdgeInterferences()
H A DTopOpeBRepDS_ProcessEdgeInterferences.cxx524 Standard_Boolean isbound = fsdmFancSE.Contains(f); in FUN_purgeDSonSE() local
525 if (isbound) LIface.Append(I); in FUN_purgeDSonSE()
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dmisc.c344 #define isbound(c) \ macro
365 if (data[pos] != '\0' && !isbound(data[pos])) { in strstr_full_case()
376 if (match && (pos != 0 || data == start || isbound(data[-1]))) in strstr_full_case()

12