/external/boringssl/src/crypto/poly1305/ |
poly1305_arm.c | 35 extern int blocks(fe1305x2 *h, const fe1305x2 *precomp, const uint8_t *in, 187 fe1305x2 *const precomp = c + 1; local 200 addmulmod(precomp, r, r, &zero); /* precompute r^2 */ 201 addmulmod(precomp + 1, precomp, precomp, &zero); /* precompute r^4 */ 213 fe1305x2 *const precomp = c + 1; local 229 addmulmod(h, h, precomp, &zero); 243 tlen -= blocks(h, precomp, in, tlen); 261 fe1305x2 *const precomp = c + 1 local [all...] |
/external/drm_hwcomposer/ |
platform.cpp | 62 // If needed, reserve the precomp plane at the next highest z-order 71 ALOGE("Not enough planes to reserve for precomp fb"); 124 // If there's no precomp layer already queued, queue one now. 125 DrmCompositionPlane *precomp = GetPrecomp(composition); local 126 if (precomp) { 127 precomp->source_layers().emplace_back(i->first); 135 ALOGE("Not enough planes to reserve for precomp fb"); 158 // Put the rest of the layers in the precomp plane 159 DrmCompositionPlane *precomp = GetPrecomp(composition); local 160 if (precomp) { [all...] |
platform.h | 85 // Inserts the given layer:plane in the composition right before the precomp 95 auto precomp = GetPrecompIter(composition); 96 composition->emplace(precomp, type, plane, crtc, source_layer); 115 // layers in a PRECOMP plane. Layers in the PRECOMP plane will be composited 116 // using GL. PRECOMP planes should be placed above any 1:1 layer:plane
|
platformnv.cpp | 256 // If there's no precomp layer already queued, queue one now. 257 DrmCompositionPlane *precomp = GetPrecomp(composition); local 258 if (precomp) { 259 precomp->source_layers().emplace_back(i->first); 267 ALOGE("Not enough planes to reserve for precomp fb");
|
/system/core/libmincrypt/ |
p256_ec.c | 1118 felem precomp[16][3]; local [all...] |
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p256.go | [all...] |
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256.go | [all...] |
/external/opencv/ |
Android.mk | 188 cvaux/src/precomp.cpp 257 otherlibs/highgui/precomp.cpp \
|
/external/opencv3/modules/calib3d/src/ |
rho.cpp | 47 #include <precomp.hpp> [all...] |
/external/opencv3/ |
Android.mk | 968 modules/shape/src/precomp.cpp \ [all...] |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
gwt-dev.jar | |