/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3drmdef.h | 56 typedef void (*D3DRMWRAPCALLBACK)(D3DVECTOR *vec, int *u, int *v, D3DVECTOR *a, D3DVECTOR *b, void *ctx);
|
/toolchain/binutils/binutils-2.25/bfd/ |
aout-target.h | 624 const bfd_target MY (vec) = variable
|
vms-alpha.c | 388 /* Number of elements in VEC. */ 390 #define VEC_COUNT(VEC) ((VEC).nbr_el) 394 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N]) 396 #define VEC_INIT(VEC) \ 398 (VEC).max_el = 0; \ 399 (VEC).nbr_el = 0; \ 400 (VEC).els = NULL; \ 405 static void vector_grow1 (struct vector_type *vec, size_t elsz) [all...] |
/external/clang/lib/Analysis/ |
UninitializedValues.cpp | 886 ValueVector &vec = vals.getValueVector(&entry); local 889 vec[j] = Uninitialized;
|
/external/deqp/modules/gles2/functional/ |
es2fBufferWriteTests.cpp | 100 RangeVecBuilder& operator<< (const tcu::IVec2& vec) 102 list.push_back(vec);
|
es2fUniformApiTests.cpp | 816 static vector<BasicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name) 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) 858 for (vector<BasicUniformReportGL>::const_iterator it = vec.begin(); it != vec.end(); it++) 863 return vec.end(); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fBufferWriteTests.cpp | 100 RangeVecBuilder& operator<< (const tcu::IVec2& vec) 102 list.push_back(vec);
|
es3fUniformApiTests.cpp | 981 static vector<BasicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name) 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) 1023 for (vector<BasicUniformReportGL>::const_iterator it = vec.begin(); it != vec.end(); it++) 1028 return vec.end(); [all...] |
/external/libvorbis/lib/ |
res0.c | 392 static int _encodepart(oggpack_buffer *opb,int *vec, int n, 399 int entry=local_book_besterror(book,vec+i*dim);
|
/external/opencv3/3rdparty/openexr/Imath/ |
ImathQuat.h | 457 Quat<T> vec (0, original); // temporarily promote grade of original 460 Quat<T> result = *this * vec * inv;
|
/external/opencv3/modules/objdetect/src/ |
haar.cpp | 1413 std::vector<Rect>* vec; member in class:cv::HaarDetectObjects_ScaleImage_Invoker 1484 std::vector<Rect>* vec; member in class:cv::HaarDetectObjects_ScaleCascade_Invoker [all...] |
/external/skia/tests/ |
RoundRectTest.cpp | 18 const SkVector vec[] = { { rad, rad }, { 0, rad }, { rad, rad }, { 0, rad } }; local 19 rr.setRectRadii(bounds, vec);
|
/external/valgrind/VEX/priv/ |
host_amd64_isel.c | 1604 HReg vec = iselVecExpr(env, e->Iex.Unop.arg); local 1617 HReg vec = iselVecExpr(env, e->Iex.Unop.arg); local 1629 HReg vHi, vLo, vec; local 1716 HReg vec = iselVecExpr(env, e->Iex.Unop.arg); local 4458 HReg vec = iselVecExpr(env, stmt->Ist.Put.data); local [all...] |
/external/v8/test/cctest/ |
test-assembler-ia32.cc | 450 v8::Local<v8::Array> vec = v8::Local<v8::Array>::Cast(args[0]); local 451 CHECK_EQ(ELEMENT_COUNT, vec->Length()); 462 vec->Get(context, i).ToLocalChecked()->Int32Value(context).FromJust())); 503 "function foo(vec) {" 504 " return do_sse2(vec);" 511 int32_t vec[ELEMENT_COUNT] = { -1, 1, 1, 1 }; local 514 v8_vec->Set(env.local(), i, v8_num(vec[i])).FromJust(); [all...] |
/external/valgrind/VEX/switchback/ |
test_bzip2.c | 3311 Int32 n, vec, i; local 3331 Int32 pp, i, j, vec; local [all...] |
/external/valgrind/exp-sgcheck/tests/ |
hackedbz2.c | 3337 Int32 n, vec, i; local 3357 Int32 pp, i, j, vec; local [all...] |
/external/valgrind/memcheck/tests/ |
origin5-bz2.c | 3328 Int32 n, vec, i; local 3348 Int32 pp, i, j, vec; local [all...] |
varinfo6.c | 3366 Int32 n, vec, i; local 3386 Int32 pp, i, j, vec; local [all...] |
/external/valgrind/perf/ |
bz2.c | 3326 Int32 n, vec, i; local 3346 Int32 pp, i, j, vec; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
rbbiapts.cpp | 687 int32_t vec[10]; local 688 int t = bi->getRuleStatusVec(vec, 10, status); 691 TEST_ASSERT(vec[0] == tag); [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Matrix4.java | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fProgramUniformTests.cpp | 871 static vector<BasicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name) 873 for (vector<BasicUniform>::const_iterator it = vec.begin(); it != vec.end(); it++) 878 return vec.end(); [all...] |
/external/freetype/include/freetype/ |
freetype.h | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
freetype.h | [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
freetype.h | [all...] |