Home
last modified time | relevance | path

Searched +defs:K +defs:l +defs:n +defs:ll (Results 1 – 25 of 192) sorted by path

12345678

/dports/biology/molden/molden5.8/
H A Dxwin.c49129 int i,j,l,n,i7=7; in RescoreResrot() local
62767 int i,j,k,l,n,nc,ir,istr; local
70365 int i,j,k,l,n,it,*iclos; in OptTris() local
73181 int i,j,k,K,l,n,iN,nt,frst,inm; in Linkage_List() local
73684 int xc,io,ic,ih,k,l,la,n; local
73710 int xc,io,ic,ih,k,l,la,n; local
73740 int xc,io,ic,ih,k,l,la,n; local
73859 int xc,xn,i,k,l,la,ll,lla,no,nn,nh; local
73899 int xc,k,l,la,n; local
75165 int i,j,k,l,m,n,id1,id2; local
[all …]
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dfalign.c177 Int4 K; /* output K best local alignments */ variable
195 Int4 l; member
589 void update_active(list cri, db_list cli_c, db_list cli_d, Int4 l) in update_active()
663 Int4 l, m; in free_all() local
680 Int4 i, l, m, pos; in scan() local
850 void rfscan(Int4 t, Int4 b, Int4 l, Int4 r) in rfscan()
1102 Int4 i, ll; in global() local
1254 Int4 tt,bb,ll,rr,tt1,ll1; /* current recomputation area */ variable
1890 Int4 enterS(fragment PNTR f, Int4 w, Int4 l) in enterS()
2833 Int4 gap_cost(Int4 l) in gap_cost()
[all …]
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dutilities.c541 pnode *n; in Create_Pnode() local
633 phydbl A,C,D,E,F,G,H,I,K,L,M,N,P,Q,R,S,T,V,W,Y; in Get_AA_Freqs() local
5793 int i,j,k,l; in Find_Mutual_Direction() local
8687 t_node *n; in Get_List_Of_Ancestors() local
9727 phydbl Reflect(phydbl x, phydbl l, phydbl u) in Reflect()
9941 int i,j,k,l,m,n,identical; in Match_Nodes_In_Small_Tree() local
10441 scalar_dbl *l; in Check_Br_Lens() local
11015 int i,j,n; in Mean_Identity() local
11230 void *Linked_List_Elem(int pos, t_ll *ll) in Linked_List_Elem()
11297 t_ll *new,*ll; in Push_Bottom_Linked_List() local
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DMesh2.cpp81 Int4 AGoodNumberPrimeWith(Int4 n) in AGoodNumberPrimeWith()
429 Icoor2 ll = Norme2_2 (C-I); in CloseBoundaryEdgeV2() local
749 register int n; in NewItem() local
777 register int n; in NewItem() local
1104 Icoor2 detss = 0,l=0,ks; in ForceEdge() local
4708 Triangle &K=triangles[it]; in ShowRegulaty() local
4775 Real8 l = log(LengthInterpole(vP,vQ,PQ)); in ShowHistogram() local
4930 Int4 n = nbnewv+NbVerticesOnGeomVertex; in CrackMesh() local
H A DMetric.cpp371 const Int4 n = ntmp; in IntersectConsMetric() local
900 Real8 l = M(AB,AB); in MaxSubDivision() local
995 Real8 ll = Norme2(Aij); in SmoothMetric() local
1087 static double K[32]; in LengthInterpole() local
1088 Real8 l=0,sss=0; in LengthInterpole() local
1150 Real8 l = s* LastMetricInterpole.lab,r; in abscisseInterpole() local
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_FacesFiller_1.cxx93 TCollection_AsciiString ll("Glineof"); ll.Cat(L.Index()); char* lll = ll.ToCString(); in FUN_traceGLine() local
250 Standard_Real f,l; FUN_tool_bounds(E,f,l); in FUN_findTF() local
338 Standard_Real f,l; FUN_tool_bounds(OOE,f,l); in FUN_findTOOF() local
1099 …OfListOfInterference& IT,const TopOpeBRep_VPointInter& VP,Standard_Integer& G,TopOpeBRepDS_Kind& K) in GetGeometry()
1110 …keGeometry(const TopOpeBRep_VPointInter& VP,const Standard_Integer ShapeIndex,TopOpeBRepDS_Kind& K) in MakeGeometry()
1132 …pOpeBRep_FacesFiller::GetFFGeometry(const TopOpeBRepDS_Point& DSP,TopOpeBRepDS_Kind& K,Standard_In… in GetFFGeometry()
1135 Standard_Integer i = myFFfirstDSP, n = myDS->NbPoints(); in GetFFGeometry() local
1152 …eBRep_FacesFiller::GetFFGeometry(const TopOpeBRep_VPointInter& VP,TopOpeBRepDS_Kind& K,Standard_In… in GetFFGeometry()
/dports/databases/courier-authlib-mysql/courier-authlib-0.71.4/libs/sha1/
H A Dsha256.c13 #define ROTR(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) >> (n))|((x) << (32-(n))))) argument
15 #define ROTL(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) << (n))|((x) >> (32-(n))))) argument
27 static const SHA256_WORD K[64]= variable
105 void sha256_context_hashstream(struct SHA256_CONTEXT *c, const void *p, unsigned l) in sha256_context_hashstream()
108 unsigned ll; in sha256_context_hashstream() local
135 void sha256_context_endstream(struct SHA256_CONTEXT *c, unsigned long l) in sha256_context_endstream()
H A Dsha512.c13 #define ROTR(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) >> (n))|((x) << (64-(n))))) argument
15 #define ROTL(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) << (n))|((x) >> (64-(n))))) argument
27 static const SHA512_WORD K[80]={ variable
122 void sha512_context_hashstream(struct SHA512_CONTEXT *c, const void *p, unsigned l) in sha512_context_hashstream()
125 unsigned ll; in sha512_context_hashstream() local
152 void sha512_context_endstream(struct SHA512_CONTEXT *c, SHA512_WORD l) in sha512_context_endstream()
/dports/databases/courier-authlib-pgsql/courier-authlib-0.71.4/libs/sha1/
H A Dsha256.c13 #define ROTR(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) >> (n))|((x) << (32-(n))))) argument
15 #define ROTL(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) << (n))|((x) >> (32-(n))))) argument
27 static const SHA256_WORD K[64]= variable
105 void sha256_context_hashstream(struct SHA256_CONTEXT *c, const void *p, unsigned l) in sha256_context_hashstream()
108 unsigned ll; in sha256_context_hashstream() local
135 void sha256_context_endstream(struct SHA256_CONTEXT *c, unsigned long l) in sha256_context_endstream()
H A Dsha512.c13 #define ROTR(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) >> (n))|((x) << (64-(n))))) argument
15 #define ROTL(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) << (n))|((x) >> (64-(n))))) argument
27 static const SHA512_WORD K[80]={ variable
122 void sha512_context_hashstream(struct SHA512_CONTEXT *c, const void *p, unsigned l) in sha512_context_hashstream()
125 unsigned ll; in sha512_context_hashstream() local
152 void sha512_context_endstream(struct SHA512_CONTEXT *c, SHA512_WORD l) in sha512_context_endstream()
/dports/databases/courier-authlib-sqlite/courier-authlib-0.71.4/libs/sha1/
H A Dsha256.c13 #define ROTR(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) >> (n))|((x) << (32-(n))))) argument
15 #define ROTL(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) << (n))|((x) >> (32-(n))))) argument
27 static const SHA256_WORD K[64]= variable
105 void sha256_context_hashstream(struct SHA256_CONTEXT *c, const void *p, unsigned l) in sha256_context_hashstream()
108 unsigned ll; in sha256_context_hashstream() local
135 void sha256_context_endstream(struct SHA256_CONTEXT *c, unsigned long l) in sha256_context_endstream()
H A Dsha512.c13 #define ROTR(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) >> (n))|((x) << (64-(n))))) argument
15 #define ROTL(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) << (n))|((x) >> (64-(n))))) argument
27 static const SHA512_WORD K[80]={ variable
122 void sha512_context_hashstream(struct SHA512_CONTEXT *c, const void *p, unsigned l) in sha512_context_hashstream()
125 unsigned ll; in sha512_context_hashstream() local
152 void sha512_context_endstream(struct SHA512_CONTEXT *c, SHA512_WORD l) in sha512_context_endstream()
/dports/databases/courier-authlib-userdb/courier-authlib-0.71.4/libs/sha1/
H A Dsha256.c13 #define ROTR(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) >> (n))|((x) << (32-(n))))) argument
15 #define ROTL(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) << (n))|((x) >> (32-(n))))) argument
27 static const SHA256_WORD K[64]= variable
105 void sha256_context_hashstream(struct SHA256_CONTEXT *c, const void *p, unsigned l) in sha256_context_hashstream()
108 unsigned ll; in sha256_context_hashstream() local
135 void sha256_context_endstream(struct SHA256_CONTEXT *c, unsigned long l) in sha256_context_endstream()
H A Dsha512.c13 #define ROTR(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) >> (n))|((x) << (64-(n))))) argument
15 #define ROTL(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) << (n))|((x) >> (64-(n))))) argument
27 static const SHA512_WORD K[80]={ variable
122 void sha512_context_hashstream(struct SHA512_CONTEXT *c, const void *p, unsigned l) in sha512_context_hashstream()
125 unsigned ll; in sha512_context_hashstream() local
152 void sha512_context_endstream(struct SHA512_CONTEXT *c, SHA512_WORD l) in sha512_context_endstream()
/dports/databases/courier-authlib-usergdbm/courier-authlib-0.71.4/libs/sha1/
H A Dsha256.c13 #define ROTR(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) >> (n))|((x) << (32-(n))))) argument
15 #define ROTL(x,n) ((SHA256_WORD)(((SHA256_WORD)(x) << (n))|((x) >> (32-(n))))) argument
27 static const SHA256_WORD K[64]= variable
105 void sha256_context_hashstream(struct SHA256_CONTEXT *c, const void *p, unsigned l) in sha256_context_hashstream()
108 unsigned ll; in sha256_context_hashstream() local
135 void sha256_context_endstream(struct SHA256_CONTEXT *c, unsigned long l) in sha256_context_endstream()
H A Dsha512.c13 #define ROTR(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) >> (n))|((x) << (64-(n))))) argument
15 #define ROTL(x,n) ((SHA512_WORD)(((SHA512_WORD)(x) << (n))|((x) >> (64-(n))))) argument
27 static const SHA512_WORD K[80]={ variable
122 void sha512_context_hashstream(struct SHA512_CONTEXT *c, const void *p, unsigned l) in sha512_context_hashstream()
125 unsigned ll; in sha512_context_hashstream() local
152 void sha512_context_endstream(struct SHA512_CONTEXT *c, SHA512_WORD l) in sha512_context_endstream()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dattr-noreturn.cpp38 struct K : virtual A {}; struct
42 struct O { N n; }; member
55 __attribute__((noreturn)) void test_12() { L l; } in test_12() local
57 __attribute__((noreturn)) void test_14() { N n; } in test_14() local
71 __attribute__((noreturn)) void test_27() { const L& l = L(); } in test_27() local
73 __attribute__((noreturn)) void test_29() { const N& n = N(); } in test_29() local
90 struct OO { NN n; }; member
104 LL l; in test_31() local
106 NN n; in test_31() local
120 const LL& ll = LL(); in test_31() local

12345678