Home
last modified time | relevance | path

Searched refs:vl (Results 151 – 175 of 20671) sorted by last modified time

12345678910>>...827

/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl11462 my ($vt,$vl) = split(/ /o,$LDAPlist{$current_email});
11463 if ($vl) {
11464 $LDAPlist{$current_email}=time." $vl";
11653 my ($vt,$vl) = split(/ /o,$v);
11654 if($vl && $k !~ /^@/o) { # do VRFY
/dports/mail/spamass-milter/spamass-milter-0.4.0/
H A Dspamass-milter.cpp1980 va_list vl; in debug() local
1981 va_start(vl, fmt); in debug()
1982 vsyslog(LOG_ERR, fmt, vl); in debug()
1983 va_end(vl); in debug()
1990 va_list vl; in debug()
1991 va_start(vl, fmt); in debug()
1993 vasprintf(&buf, fmt, vl); in debug()
1996 vsnprintf(buf, sizeof(buf)-1, fmt, vl); in debug()
1999 vsprintf(buf, fmt, vl); in debug()
2002 va_end(vl); in debug()
/dports/lang/guile2/guile-2.2.7/
H A Dconfigure35580 long double vl;
35626 if (signbit (vl)) /* link check */
35627 vl++;
35695 long double vl;
35741 if (signbit (vl)) /* link check */
35742 vl++;
/dports/lang/squirrel/squirrel3/squirrel/
H A Dsqdebug.cpp61 va_list vl; in Raise_Error() local
62 va_start(vl, s); in Raise_Error()
64 scvsprintf(_sp(sq_rsl(buffersize)),buffersize, s, vl); in Raise_Error()
65 va_end(vl); in Raise_Error()
H A Dsqcompiler.cpp91 va_list vl; in Error() local
92 va_start(vl, s); in Error()
93 scvsprintf(_compilererror, MAX_COMPILER_ERROR_LEN, s, vl); in Error()
94 va_end(vl); in Error()
/dports/lang/squirrel/squirrel3/etc/
H A Dminimal.c23 va_list vl; in printfunc() local
24 va_start(vl, s); in printfunc()
25 scvprintf(stdout, s, vl); in printfunc()
26 va_end(vl); in printfunc()
31 va_list vl; in errorfunc() local
32 va_start(vl, s); in errorfunc()
33 scvprintf(stderr, s, vl); in errorfunc()
34 va_end(vl); in errorfunc()
/dports/lang/squirrel/squirrel3/sq/
H A Dsq.c51 va_list vl; in printfunc() local
52 va_start(vl, s); in printfunc()
53 scvprintf(stdout, s, vl); in printfunc()
54 va_end(vl); in printfunc()
60 va_list vl; in errorfunc() local
61 va_start(vl, s); in errorfunc()
62 scvprintf(stderr, s, vl); in errorfunc()
63 va_end(vl); in errorfunc()
/dports/lang/rexx-regutil/regutil/
H A Dinifile.c172 int nl, vl, cl; in read_ini_raw() local
260 vl = i - (v - buf); in read_ini_raw()
262 tvt = malloc(sizeof(*tvt)+nl+vl+2); in read_ini_raw()
269 memcpy(tvt->value, v, vl); in read_ini_raw()
270 tvt->name[nl] = tvt->value[vl] = 0; in read_ini_raw()
466 int sl, vl, vvl; in ini_set_val() local
505 vl = strlen(valname); in ini_set_val()
507 nvt = malloc(sizeof(*nvt) + vl + vvl + 2); in ini_set_val()
509 nvt->value = nvt->name+vl+1; in ini_set_val()
510 memcpy(nvt->name, valname, vl+1); in ini_set_val()
/dports/lang/guile/guile-3.0.7/
H A Dconfigure39866 long double vl;
39912 if (signbit (vl)) /* link check */
39913 vl++;
39993 long double vl;
40039 if (signbit (vl)) /* link check */
40040 vl++;
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/
H A Dmeson.build436 'vl/vl_csc.c',
437 'vl/vl_csc.h',
439 'vl/vl_decoder.h', 'vl/vl_decoder.c',
443 'vl/vl_idct.c',
444 'vl/vl_idct.h',
447 'vl/vl_mc.c',
448 'vl/vl_mc.h',
455 'vl/vl_rbsp.h',
456 'vl/vl_types.h',
460 'vl/vl_video_buffer.h', 'vl/vl_video_buffer.c',
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/regutil/
H A Dinifile.c175 int nl, vl, cl; in read_ini_raw() local
263 vl = i - (v - buf); in read_ini_raw()
265 tvt = malloc(sizeof(*tvt)+nl+vl+2); in read_ini_raw()
272 memcpy(tvt->value, v, vl); in read_ini_raw()
273 tvt->name[nl] = tvt->value[vl] = 0; in read_ini_raw()
473 int sl, vl, vvl; in ini_set_val() local
513 vl = strlen(valname); in ini_set_val()
515 nvt = malloc(sizeof(*nvt) + vl + vvl + 2); in ini_set_val()
517 nvt->value = nvt->name+vl+1; in ini_set_val()
518 memcpy(nvt->name, valname, vl+1); in ini_set_val()
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/ja/
H A DT-Code.txt.in1068 vl
H A DTUT-Code.txt.in420 vl
/dports/irc/ircII/ircii-20210314/source/
H A Dhelp.c381 va_list vl; in help_pause_add_line() local
385 va_start(vl, format); in help_pause_add_line()
386 malloc_vsnprintf(&copy, format, vl); in help_pause_add_line()
387 va_end(vl); in help_pause_add_line()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMHyperView.h44 void setViewRectLow(const double2& vl) in setViewRectLow() argument
46 if(vl == double2(0, 0)) return; in setViewRectLow()
48 vl.write(mFile); in setViewRectLow()
H A DMayaDMRemapValue.h75 void setValue(size_t vl_i,const Value& vl) in setValue() argument
78 vl.write(mFile); in setValue()
81 void setValue(size_t vl_start,size_t vl_end,Value* vl) in setValue() argument
87 vl[i].write(mFile); in setValue()
97 void appendValue(const Value& vl)const in appendValue() argument
100 vl.write(mFile); in appendValue()
H A DMayaDMTextureBakeSet.h79 void setVMin(float vl) in setVMin() argument
81 if(vl == 1.0) return; in setVMin()
82 fprintf(mFile,"\tsetAttr \".vl\" %f;\n", vl); in setVMin()
H A DMayaDMTweak.h131 void setVlist(size_t vl_i,const Vlist& vl) in setVlist() argument
134 vl.write(mFile); in setVlist()
137 void setVlist(size_t vl_start,size_t vl_end,Vlist* vl) in setVlist() argument
143 vl[i].write(mFile); in setVlist()
153 void appendVlist(const Vlist& vl)const in appendVlist() argument
156 vl.write(mFile); in appendVlist()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtVector3.h517 float32x4_t vl = vsubq_f32(v1.mVec128, v0.mVec128); in ATTRIBUTE_ALIGNED16()
518 vl = vmulq_n_f32(vl, rt); in ATTRIBUTE_ALIGNED16()
519 mVec128 = vaddq_f32(vl, v0.mVec128); in ATTRIBUTE_ALIGNED16()
538 __m128 vl = _mm_sub_ps(v.mVec128, mVec128); in ATTRIBUTE_ALIGNED16() local
539 vl = _mm_mul_ps(vl, vt); in ATTRIBUTE_ALIGNED16()
540 vl = _mm_add_ps(vl, mVec128); in ATTRIBUTE_ALIGNED16()
542 return btVector3(vl); in ATTRIBUTE_ALIGNED16()
544 float32x4_t vl = vsubq_f32(v.mVec128, mVec128); in ATTRIBUTE_ALIGNED16()
545 vl = vmulq_n_f32(vl, t); in ATTRIBUTE_ALIGNED16()
546 vl = vaddq_f32(vl, mVec128); in ATTRIBUTE_ALIGNED16()
[all …]
/dports/graphics/nurbs++/nurbs++-3.0.11/nurbs/
H A DnurbsS.h43 … surfMeshParamsClosedU(const Matrix< Point_nD<T,N> >& Qw, Vector<T>& uk, Vector<T>& vl, int degU );
44 …urfMeshParamsClosedUH(const Matrix< HPoint_nD<T,N> >& Qw, Vector<T>& uk, Vector<T>& vl, int degU );
H A DnurbsS.cpp726 vl.resize(m) ; in surfMeshParams()
759 vl.reset(0) ; in surfMeshParams()
787 vl[l] /= num ; in surfMeshParams()
788 vl[m-1] = 1.0 ; in surfMeshParams()
820 vl.resize(m) ; in surfMeshParamsH()
853 vl.reset(0) ; in surfMeshParamsH()
881 vl[m-1] = 1.0 ; in surfMeshParamsH()
4356 vl.resize(m) ; in surfMeshParamsClosedU()
4387 vl.reset(0) ; in surfMeshParamsClosedU()
4444 vl.resize(m) ; in surfMeshParamsClosedUH()
[all …]
/dports/games/scorched3d/scorched/src/common/lua/
H A Dlauxlib.cpp456 size_t vl; in luaL_addvalue() local
457 const char *s = lua_tolstring(L, -1, &vl); in luaL_addvalue()
458 if (vl <= bufffree(B)) { /* fit into buffer? */ in luaL_addvalue()
459 memcpy(B->p, s, vl); /* put it there */ in luaL_addvalue()
460 B->p += vl; in luaL_addvalue()
/dports/games/spring/spring_98.0/rts/lib/lua/src/
H A Dlauxlib.cpp477 size_t vl; in luaL_addvalue() local
478 const char *s = lua_tolstring(L, -1, &vl); in luaL_addvalue()
479 if (vl <= bufffree(B)) { /* fit into buffer? */ in luaL_addvalue()
480 memcpy(B->p, s, vl); /* put it there */ in luaL_addvalue()
481 B->p += vl; in luaL_addvalue()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dgcm.c105 uint64_t vl, vh; in gcm_gen_table() local
120 vl = (uint64_t) hi << 32 | lo; in gcm_gen_table()
123 ctx->HL[8] = vl; in gcm_gen_table()
138 uint32_t T = ( vl & 1 ) * 0xe1000000U; in gcm_gen_table()
139 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()
142 ctx->HL[i] = vl; in gcm_gen_table()
150 vl = *HiL; in gcm_gen_table()
154 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()
/dports/games/spring/spring_98.0/rts/Menu/
H A DSelectionWidget.cpp32 agui::VerticalLayout* vl = new agui::VerticalLayout(this); in SelectionWidget() local
33 vl->SetBorder(1.2f); in SelectionWidget()
34 agui::HorizontalLayout* modL = new agui::HorizontalLayout(vl); in SelectionWidget()
42 agui::HorizontalLayout* mapL = new agui::HorizontalLayout(vl); in SelectionWidget()
50 agui::HorizontalLayout* scriptL = new agui::HorizontalLayout(vl); in SelectionWidget()

12345678910>>...827