Searched defs:func (Results 151 - 175 of 779) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c85 get_blend_func(unsigned func) argument
87 switch (func) {
/external/mesa3d/src/mesa/vbo/
H A Dvbo_context.c232 void vbo_set_draw_func(struct gl_context *ctx, vbo_draw_func func) argument
235 vbo->draw_prims = func;
/external/opencv3/modules/core/src/opencl/runtime/
H A Dopencl_clamdblas.cpp118 void* func = CV_CL_GET_PROC_ADDRESS(e->fnName); local
119 if (!func)
125 *(e->ppFn) = func;
126 return func;
H A Dopencl_clamdfft.cpp118 void* func = CV_CL_GET_PROC_ADDRESS(e->fnName); local
119 if (!func)
125 *(e->ppFn) = func;
126 return func;
/external/opencv3/modules/cudacodec/src/
H A Dthread.cpp56 Thread::Func func; member in struct:__anon15356::UserData
64 userData->func(userData->param);
73 Impl(Thread::Func func, void* userData) argument
75 userData_.func = func;
109 Thread::Func func;
117 userData->func(userData->param);
126 Impl(Thread::Func func, void* userData)
128 userData_.func = func;
151 Thread(Func func, void* userData) argument
[all...]
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
H A Dprivate.hpp82 static inline void checkNcvError(int err, const char* file, const int line, const char* func) argument
87 cv::error(cv::Error::GpuApiCallError, msg, func, file, line);
/external/opencv3/modules/cudev/include/opencv2/cudev/
H A Dcommon.hpp70 __host__ __forceinline__ void checkCudaError(cudaError_t err, const char* file, const int line, const char* func) argument
73 cv::error(cv::Error::GpuApiCallError, cudaGetErrorString(err), func, file, line);
/external/pdfium/third_party/freetype/src/base/
H A Dftadvanc.c77 FT_Face_GetAdvancesFunc func; local
89 func = face->driver->clazz->get_advances;
90 if ( func && LOAD_ADVANCE_FAST_CHECK( flags ) )
95 error = func( face, gindex, 1, flags, padvance );
116 FT_Face_GetAdvancesFunc func; local
135 func = face->driver->clazz->get_advances;
136 if ( func && LOAD_ADVANCE_FAST_CHECK( flags ) )
138 error = func( face, start, count, flags, padvances );
/external/v8/src/runtime/
H A Druntime-function.cc221 JSFunction* func = JSFunction::cast(object); local
222 func->shared()->set_native(true);
242 JSFunction* func = JSFunction::cast(*object); local
243 func->shared()->set_force_inline(true);
/external/v8/test/webkit/
H A Dcomparison-operators-greater.js32 function func(content) { var f = new Function(content); f.toString = function(){ return content}; return f; } function
33 result.push([new func("return " + expr + ";"), resultValue]);
34 result.push([new func("if (" + expr + ") return true; return false;"), resultValue]);
35 result.push([new func("var k = 0; while (" + expr + ") if (k++) return true; return false;"), resultValue]);
36 result.push([new func("var k = 0; for (; " + expr + "; ) if (k++) return true; return false;"), resultValue]);
H A Dcomparison-operators-less.js32 function func(content) { var f = new Function(content); f.toString = function(){ return content}; return f; } function
33 result.push([new func("return " + expr + ";"), resultValue]);
34 result.push([new func("if (" + expr + ") return true; return false;"), resultValue]);
35 result.push([new func("var k = 0; while (" + expr + ") if (k++) return true; return false;"), resultValue]);
36 result.push([new func("var k = 0; for (; " + expr + "; ) if (k++) return true; return false;"), resultValue]);
/external/valgrind/none/tests/ppc32/
H A Dldst_multiple.c13 test_func_t func; member in struct:test_table
186 test_func_t func; local
189 while ((func = all_tests[i].func)) {
190 (*func)();
/external/valgrind/none/tests/ppc64/
H A Dldst_multiple.c13 test_func_t func; member in struct:test_table
186 test_func_t func; local
189 while ((func = all_tests[i].func)) {
190 (*func)();
/external/vixl/examples/
H A Dcrc-checksums.cc75 Label func; local
76 masm.Bind(&func);
88 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&func));
/external/v8/test/mjsunit/es6/
H A Dunscopables.js647 var func = function() {
649 var args = func.arguments;
650 with (func) {
652 func[Symbol.unscopables] = {arguments: true};
654 delete func[Symbol.unscopables];
658 func(1);
664 var func = function() {
672 func(1);
678 var func = function() {
680 with (func) {
[all...]
/external/autotest/client/tests/monotonic_time/src/
H A Dthreads.c22 thread_func_t func; member in struct:thread
41 result = thread->func(thread->arg);
52 int create_per_cpu_threads(cpu_set_t *cpus, thread_func_t func, void *arg) argument
65 thread->func = func;
86 int create_threads(int nthreads, thread_func_t func, void *arg) argument
96 thread->func = func;
100 err = pthread_create(&thread->thread, NULL, func, arg);
/external/boringssl/src/crypto/modes/
H A Dctr.c166 unsigned int *num, ctr128_f func) {
190 /* As (*func) operates on 32-bit counter, caller
199 (*func)(in, out, blocks, key, ivec);
200 /* (*func) does not update ivec, caller does: */
213 (*func)(ecount_buf, ecount_buf, 1, key, ivec);
162 CRYPTO_ctr128_encrypt_ctr32(const uint8_t *in, uint8_t *out, size_t len, const void *key, uint8_t ivec[16], uint8_t ecount_buf[16], unsigned int *num, ctr128_f func) argument
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-member.cpp7 virtual void func() { function in struct:MyClass
23 // CHECK: [[FOO_FUNC]] = !DISubprogram(name: "func", linkageName: "_ZN3foo4funcEN5outerIS_E5innerE",
44 // CHECK: [[C_FUNC]] = !DISubprogram(name: "func",{{.*}} line: 7,
71 void func(outer<foo>::inner);
74 inline void func() { function
/external/clang/test/Misc/
H A Ddiag-template-diffing-cxx98.cpp37 void foo(void (func(T*)), T*) {} argument
/external/clang/test/SemaTemplate/
H A Dexplicit-specialization-member.cpp54 template<int N> static void func(const T *m) {} // expected-note {{failed template argument deduction}} function in struct:PR19340::Helper
57 template<typename T> void Helper<T>::func<2>() {} // expected-error {{cannot specialize a member}} \ function in class:PR19340::Helper
/external/compiler-rt/test/profile/
H A Dinstrprof-value-prof-2.c37 void *func = __llvm_get_function_addr(Data); local
38 if (func == caller_without_value_site1 ||
39 func == caller_without_value_site2 ||
40 func == callee1 || func == callee2 || func == main)
46 if (func == caller_with_value_site_never_called1 ||
47 func == caller_with_value_site_never_called2)
/external/compiler-rt/test/ubsan/TestCases/Misc/
H A Dnonnull-arg.cpp27 __attribute__((nonnull)) int func(int *nonnull) { return *nonnull; } function
52 return func(arg);
/external/deqp/modules/internal/
H A DditDelibsTests.cpp99 GetUint32Case (tcu::TestContext& testCtx, const char* name, const char* description, GetUint32Func func) argument
101 , m_func (func)
/external/eigen/Eigen/src/Core/
H A DNoAlias.h85 ExpressionType& operator=(const ReturnByValue<OtherDerived>& func) argument
86 { return m_expression = func; }
/external/eigen/bench/
H A DbenchGeometry.cpp23 struct func;
26 struct func<res, arg1, arg2, TV> struct
36 struct func<res, arg1, arg2, TMATV> struct
46 struct func<res, arg1, arg2, TMATVMAT> struct
55 template <class func, class arg1, class arg2>
71 a2 = func::run( a1, a2 );
84 typedef func<Vec,Trans,Vec,op> Func;\
92 typedef func<Trans,Trans,Trans,op> Func;\

Completed in 998 milliseconds

1234567891011>>