Searched defs:inval (Results 1 - 14 of 14) sorted by relevance

/external/skia/experimental/sksg/
H A DSkSGInvalidationController.cpp17 void InvalidationController::inval(const SkRect& r, const SkMatrix& ctm) { function in class:sksg::InvalidationController
/external/skqp/experimental/sksg/
H A DSkSGInvalidationController.cpp17 void InvalidationController::inval(const SkRect& r, const SkMatrix& ctm) { function in class:sksg::InvalidationController
/external/eigen/bench/spbench/
H A Dspbenchsolver.cpp63 string inval; local
64 if (get_options(argc, args, "--eps", &inval))
65 tol = atof(inval.c_str());
66 if(get_options(argc, args, "--maxits", &inval))
67 maxiters = atoi(inval.c_str());
/external/libopus/silk/
H A Dbiquad_alt.c53 opus_int32 inval, A0_U_Q28, A0_L_Q28, A1_U_Q28, A1_L_Q28, out32_Q14; local
63 inval = in[ k ];
64 out32_Q14 = silk_LSHIFT( silk_SMLAWB( S[ 0 ], B_Q28[ 0 ], inval ), 2 );
68 S[ 0 ] = silk_SMLAWB( S[ 0 ], B_Q28[ 1 ], inval);
72 S[ 1 ] = silk_SMLAWB( S[ 1 ], B_Q28[ 2 ], inval );
/external/python/cpython2/Modules/
H A Dnismodule.c105 nis_foreach (int instatus, char *inkey, int inkeylen, char *inval, argument
117 if (invallen > 0 && inval[invallen-1] == '\0')
121 val = PyString_FromStringAndSize(inval, invallen);
/external/python/cpython3/Modules/
H A Dnismodule.c101 nis_foreach (int instatus, char *inkey, int inkeylen, char *inval, argument
113 if (invallen > 0 && inval[invallen-1] == '\0')
117 val = PyUnicode_DecodeFSDefaultAndSize(inval, invallen);
/external/libopus/src/
H A Dopus_encoder.c319 opus_val32 inval; local
332 inval = in[ k*stride ];
333 vout = S[ 0 ] + B[0]*inval;
335 S[ 0 ] = S[1] - vout*A[0] + B[1]*inval;
337 S[ 1 ] = - vout*A[1] + B[2]*inval + VERY_SMALL;
/external/valgrind/VEX/priv/
H A Dguest_amd64_toIR.c18972 const IRTemp inval = IRTemp_INVALID; local
18973 IRTemp dstDs[4] = { inval, inval, inval, inval };
19640 const IRTemp inval = IRTemp_INVALID; local
19649 IRTemp dsE[4] = { inval, inval, inval, inval };
31394 const IRTemp inval = IRTemp_INVALID; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 8862 milliseconds