Searched refs:vec (Results 301 - 325 of 362) sorted by relevance

<<1112131415

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter_unittest.cc77 std::vector<CryptoParams> vec; local
78 vec.push_back(params);
79 return vec;
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp687 int32_t vec[10]; local
688 int t = bi->getRuleStatusVec(vec, 10, status);
691 TEST_ASSERT(vec[0] == tag);
/external/valgrind/main/none/tests/amd64/
H A Davx-1.c18 void showYMM ( YMM* vec )
21 assert(IS_32_ALIGNED(vec));
23 printf("%02x", (UInt)vec->u8[i]);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parse.y55 struct asm_symbol *param_var, const struct asm_vector *vec,
2602 * \param vec the vector/constant to add
2611 const struct asm_vector *vec,
2616 vec->data, vec->count,
/external/chromium_org/third_party/re2/re2/
H A Dre2.h493 // Append the "rewrite" string, with backslash subsitutions from "vec",
500 const StringPiece* vec,
/external/libcxx/src/
H A Dlocale.cpp784 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const
786 for (; low != high; ++low, ++vec)
787 *vec = static_cast<mask>(isascii(*low) ?
1200 ctype_byname<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const
1202 for (; low != high; ++low, ++vec)
1205 *vec = static_cast<mask>(ctype<char>::classic_table()[*low]);
1208 *vec = 0;
1211 *vec |= space;
1213 *vec |= print;
1215 *vec |
[all...]
/external/llvm/lib/Support/
H A DSourceMgr.cpp245 Message(Msg), LineContents(LineStr), Ranges(Ranges.vec()),
/external/mesa3d/src/mesa/program/
H A Dprogram_parse.y55 struct asm_symbol *param_var, const struct asm_vector *vec,
2602 * \param vec the vector/constant to add
2611 const struct asm_vector *vec,
2616 vec->data, vec->count,
/external/regex-re2/re2/
H A Dre2.h493 // Append the "rewrite" string, with backslash subsitutions from "vec",
500 const StringPiece* vec,
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
H A Dvec3-spec.js456 result = vec3.forEach(vecArray, 0, 0, 0, function(out, vec) {});
H A Dvec4-spec.js429 result = vec3.forEach(vecArray, 0, 0, 0, function(out, vec) {});
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp827 ValueVector &vec = vals.getValueVector(&entry); local
830 vec[j] = Uninitialized;
/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp100 RangeVecBuilder& operator<< (const tcu::IVec2& vec) argument
102 list.push_back(vec);
H A Des2fUniformApiTests.cpp816 static vector<BasicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name) argument
818 for (vector<BasicUniform>::const_iterator it = vec.begin(); it != vec.end(); it++)
823 return vec.end();
856 static vector<BasicUniformReportGL>::const_iterator findWithName (const vector<BasicUniformReportGL>& vec, const char* const name) argument
858 for (vector<BasicUniformReportGL>::const_iterator it = vec.begin(); it != vec.end(); it++)
863 return vec.end();
1130 << "(" << uniform.name << ", vec" << getSamplerNumLookupDimensions(uniform.type) << "(0.0))";
/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp100 RangeVecBuilder& operator<< (const tcu::IVec2& vec) argument
102 list.push_back(vec);
H A Des3fUniformApiTests.cpp981 static vector<BasicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name) argument
983 for (vector<BasicUniform>::const_iterator it = vec.begin(); it != vec.end(); it++)
988 return vec.end();
1021 static vector<BasicUniformReportGL>::const_iterator findWithName (const vector<BasicUniformReportGL>& vec, const char* const name) argument
1023 for (vector<BasicUniformReportGL>::const_iterator it = vec.begin(); it != vec.end(); it++)
1028 return vec.end();
1321 dst << "compare_" << glu::getDataTypeName(getSamplerLookupReturnType(uniform.type)) << "(texture(" << uniform.name << ", vec" << getSamplerNumLookupDimensions(uniform.type) << "(0.0))";
/external/libvorbis/lib/
H A Dres0.c392 static int _encodepart(oggpack_buffer *opb,int *vec, int n, argument
399 int entry=local_book_besterror(book,vec+i*dim);
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c1605 HReg vec = iselVecExpr(env, e->Iex.Unop.arg); local
1607 addInstr(env, AMD64Instr_SseLdSt(False/*store*/, 16, vec, rsp_m16));
1618 HReg vec = iselVecExpr(env, e->Iex.Unop.arg); local
1622 16, vec, m16_rsp));
1630 HReg vHi, vLo, vec; local
1637 case Iop_V256to64_0: vec = vLo; off = -16; break;
1638 case Iop_V256to64_1: vec = vLo; off = -8; break;
1639 case Iop_V256to64_2: vec = vHi; off = -16; break;
1640 case Iop_V256to64_3: vec = vHi; off = -8; break;
1648 16, vec, m16_rs
1717 HReg vec = iselVecExpr(env, e->Iex.Unop.arg); local
4385 HReg vec = iselVecExpr(env, stmt->Ist.Put.data); local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c3313 Int32 n, vec, i; local
3315 vec = 0;
3318 if (length[i] == n) { code[i] = vec; vec++; };
3319 vec <<= 1;
3333 Int32 pp, i, j, vec; local
3346 vec = 0;
3349 vec += (base[i+1] - base[i]);
3350 limit[i] = vec-1;
3351 vec <<
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c3337 Int32 n, vec, i; local
3339 vec = 0;
3342 if (length[i] == n) { code[i] = vec; vec++; };
3343 vec <<= 1;
3357 Int32 pp, i, j, vec; local
3370 vec = 0;
3373 vec += (base[i+1] - base[i]);
3374 limit[i] = vec-1;
3375 vec <<
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c3328 Int32 n, vec, i; local
3330 vec = 0;
3333 if (length[i] == n) { code[i] = vec; vec++; };
3334 vec <<= 1;
3348 Int32 pp, i, j, vec; local
3361 vec = 0;
3364 vec += (base[i+1] - base[i]);
3365 limit[i] = vec-1;
3366 vec <<
[all...]
H A Dvarinfo6.c3366 Int32 n, vec, i; local
3368 vec = 0;
3371 if (length[i] == n) { code[i] = vec; vec++; };
3372 vec <<= 1;
3386 Int32 pp, i, j, vec; local
3399 vec = 0;
3402 vec += (base[i+1] - base[i]);
3403 limit[i] = vec-1;
3404 vec <<
[all...]
/external/valgrind/main/perf/
H A Dbz2.c3328 Int32 n, vec, i; local
3330 vec = 0;
3333 if (length[i] == n) { code[i] = vec; vec++; };
3334 vec <<= 1;
3348 Int32 pp, i, j, vec; local
3361 vec = 0;
3364 vec += (base[i+1] - base[i]);
3365 limit[i] = vec-1;
3366 vec <<
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h3850 FT_Vector_Transform( FT_Vector* vec,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c132 struct asm_symbol *param_var, const struct asm_vector *vec,
5744 * \param vec the vector/constant to add
5753 const struct asm_vector *vec,
5758 vec->data, vec->count,
5751 initialize_symbol_from_const(struct gl_program *prog, struct asm_symbol *param_var, const struct asm_vector *vec, GLboolean allowSwizzle) argument

Completed in 5530 milliseconds

<<1112131415