HomeSort by relevance Sort by last modified time
    Searched defs:vq (Results 1 - 7 of 7) sorted by null

  /external/mksh/src/
Build.sh 230 vq() { function
    [all...]
expr.c 682 struct tbl *vq; local
689 vq = tempvar("");
690 if (setint_v(vq, vp, es->arith) == NULL) {
695 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith);
699 return (vq);
jobs.c 1267 struct tbl *vq; local
1270 vq = alloc(offsetof(struct tbl, name[0]) + 11,
1272 memset(vq, 0, offsetof(struct tbl, name[0]));
1273 memcpy(vq->name, vp_pipest->name, 11);
1274 vp->u.array = vq;
1275 vp = vq;
    [all...]
var.c 97 struct tbl *vp, **vpp = l->vars.tbls, *vq; local
105 if ((vq = global(vp->name))->flag & ISSET)
106 setspec(vq);
108 unsetspec(vq, false);
351 struct tbl *vq; local
353 varsearch(l->next, &vq, vn, h);
354 if (vq != NULL) {
355 vp->flag |= vq->flag &
358 if (vq->flag & INTEGER)
359 vp->type = vq->type
1601 struct tbl *vp, *vq; local
    [all...]
funcs.c 1207 struct tbl *vq, *voptarg; local
1282 vq = global(var);
1284 if (!setstr(vq, buf, KSH_RETURN_ERROR))
1604 struct tbl *vp \/* FU gcc *\/ = NULL, *vq = NULL; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 125 VideoQuality vq = videoQualities.get(i); local
128 qualityLevel.setAttribute("Bitrate", Long.toString(vq.bitrate));
129 qualityLevel.setAttribute("FourCC", vq.fourCC);
130 qualityLevel.setAttribute("MaxWidth", Long.toString(vq.width));
131 qualityLevel.setAttribute("MaxHeight", Long.toString(vq.height));
132 qualityLevel.setAttribute("CodecPrivateData", vq.codecPrivateData);
133 qualityLevel.setAttribute("NALUnitLengthField", Integer.toString(vq.nalLength));
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 515 tcu::Vec4 vq = tq * (float)src.getHeight(); local
520 tcu::Vec3 triV[2] = { vq.swizzle(0, 1, 2), vq.swizzle(3, 2, 1) };
814 tcu::Vec4 vq = tq * (float)src.getHeight(); local
    [all...]

Completed in 366 milliseconds