Searched refs:top (Results 1 - 17 of 17) sorted by relevance

/system/core/libmincrypt/
H A Dp256.c69 // top, c[] += a[] * b
70 // Returns new top
73 p256_digit top,
84 return top + (p256_digit)carry;
87 // top, c[] -= top_a, a[]
108 // top, c[] -= MOD[] & mask (0 or -1)
109 // returns new top.
111 p256_digit top,
122 return top + (p256_digit)borrow;
125 // top,
71 mulAdd(const p256_int* a, p256_digit b, p256_digit top, p256_digit* c) argument
110 subM(const p256_int* MOD, p256_digit top, p256_digit* c, p256_digit mask) argument
127 addM(const p256_int* MOD, p256_digit top, p256_digit* c, p256_digit mask) argument
149 p256_digit top = 0; local
196 p256_digit top = P256_DIGIT(a, P256_NDIGITS - 1); local
[all...]
H A Dp256_ec.c302 * felem. So the top of an element of tmp might overlap with another
364 * offset from the value of i at the top of the loop). The amounts are
369 * Added in top half: 28 11 29 21 29 28
1202 int i, top; local
1210 top = p256_shl(&result, 29, &tmp);
1212 top = p256_shl(&result, 28, &tmp);
1214 top |= p256_add_d(&tmp, in[i], &result);
1217 p256_modmul(&SECP256r1_p, &kRInv, top, &result, out);
/system/core/libmemunreachable/
H A DPtracerThread.cpp53 mprotect(top(), page_size_, PROT_NONE);
58 void* top() { function in class:Stack
72 if (stack_->top() == nullptr) {
101 child_pid_ = clone(proxy, stack_->top(),
/system/core/libpixelflinger/
H A Draster.cpp82 if (yd < GGLint(c->state.scissor.top)) {
83 GGLint offset = GGLint(c->state.scissor.top) - yd;
84 yd = GGLint(c->state.scissor.top);
115 // bottom to top
132 // top to bottom
H A Dtrap.cpp220 if (t < GGLint(c->state.scissor.top)) {
221 ystart += TRI_FROM_INT(c->state.scissor.top-t);
222 t = GGLint(c->state.scissor.top);
285 if (t < GGLint(c->state.scissor.top)) {
286 ystart += TRI_FROM_INT(c->state.scissor.top-t);
287 t = GGLint(c->state.scissor.top);
426 if (t < GGLint(c->state.scissor.top))
427 t = GGLint(c->state.scissor.top);
545 const int32_t miny = max(bminy, c->state.scissor.top);
642 ALOGI( " top
670 const GGLfixed* top = p1; local
860 const GGLfixed* top = p1; local
[all...]
H A Dclear.cpp100 const uint32_t t = c->state.scissor.top;
H A Dpixelflinger.cpp605 c->state.scissor.top = max(0, t);
609 c->state.scissor.top = 0;
/system/media/brillo/audio/audioservice/
H A Daudio_daemon.cpp53 &files_.top());
/system/core/include/utils/
H A DSortedVector.h99 //! stack-usage of the vector. returns the top of the stack (last element)
100 const TYPE& top() const;
201 const TYPE& SortedVector<TYPE>::top() const { function in class:android::SortedVector
H A DVector.h106 //! stack-usage of the vector. returns the top of the stack (last element)
107 const TYPE& top() const;
115 //! grants right access to the top of the stack (last element)
143 //! pop the top of the stack (removes the last element). No-op if the stack's empty
147 //! pushes an item on the top of the stack
292 const TYPE& Vector<TYPE>::top() const { function in class:android::Vector
/system/core/rootdir/
H A DAndroid.mk73 # The A/B updater uses a top-level /postinstall directory to mount the new
/system/core/toolbox/
H A DAndroid.mk45 top \
/system/core/include/system/
H A Dwindow.h67 int32_t top; member in struct:android_native_rect_t
840 * to the transform parameter specified applied on top of the regular buffer
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h332 uint32_t top; member in struct:android::scissor_t
/system/extras/simpleperf/
H A Drecord.cpp749 Record* r = queue_.top().record;
762 result.emplace_back(queue_.top().record);
/system/core/adb/
H A Dcommandline.cpp1361 char* top = getenv("ANDROID_BUILD_TOP"); local
1362 if (top == nullptr) {
1367 std::string path = top;
/system/media/camera/docs/
H A Dhtml.mako56 .entry_name { color: #333333; padding-left:1.0em; font-size:1.1em; font-family: monospace; vertical-align:top; }
409 [ <a href="#">top</a> ]

Completed in 396 milliseconds