HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 2401 - 2425 of 3511) sorted by null

<<919293949596979899100>>

  /bionic/libm/x86/
e_sinh.S 1406 .section .note.GNU-stack, ""
s_expm1.S 701 .section .note.GNU-stack, ""
  /bionic/libm/x86_64/
e_sinh.S 1410 .section .note.GNU-stack, ""
s_expm1.S 707 .section .note.GNU-stack, ""
  /build/kati/
parser.cc 19 #include <stack>
518 stack<IfState*> if_stack_;
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 132 for frame in inspect.stack():
  /external/boringssl/src/crypto/x509/
x509_cmp.c 66 #include <openssl/stack.h>
268 /* Search a stack of X509 for a match */
476 /* Not strictly speaking an "up_ref" as a STACK doesn't have a reference
477 * count but it has the same effect by duping the STACK and upping the ref
x509_vpm.c 61 #include <openssl/stack.h>
85 * XXX: Do we need to push an error onto the error stack?
x_crl.c 63 #include <openssl/stack.h>
x_name.c 66 #include <openssl/stack.h>
117 /* Normally that's where it would end: we'd have two nested STACK structures
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 68 #include <openssl/stack.h>
  /external/boringssl/src/include/openssl/
bio.h 66 #include <openssl/stack.h>
336 /* BIO_print_errors prints the current contents of the error stack to |bio|
639 * error stack.
655 * error stack. */
666 * stack.
682 * error stack. */
    [all...]
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 343 &stack);
  /external/freetype/include/freetype/internal/
psaux.h 614 /* T1_MAX_CHARSTRING_OPERANDS is the charstring stack's capacity. A */
668 FT_Long stack[T1_MAX_CHARSTRINGS_OPERANDS]; member in struct:T1_DecoderRec_
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 277 * pointing to the same stack memory contained in the thread list,
279 * was executing when the exception occurred. Stack memory is from
280 * 4 bytes below a thread's stack pointer up to the top of the
281 * memory region encompassing the stack. */
364 MDMemoryDescriptor stack; member in struct:__anon11431
    [all...]
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 102 stmfd sp!, {r4-r12, r14} @ stack stores the values of the arguments
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
psaux.h 613 /* T1_MAX_CHARSTRING_OPERANDS is the charstring stack's capacity. A */
667 FT_Long stack[T1_MAX_CHARSTRINGS_OPERANDS]; member in struct:T1_DecoderRec_
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Table.java 282 /** Adds a new cell to the table with the specified actors in a {@link Stack}.
283 * @param actors May be null to add a stack without any actors. */
284 public Cell<Stack> stack (Actor... actors) { method in class:Table
285 Stack stack = new Stack(); local
288 stack.addActor(actors[i]);
290 return add(stack);
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_copy_w16out.s 87 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
ihevc_intra_pred_chroma_horz.s 99 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
ihevc_intra_pred_luma_horz.s 99 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
ihevc_sao_band_offset_luma.s 71 STMFD sp!, {r4-r12, r14} @stack stores the values of the arguments
ihevc_weighted_pred_bi.s 149 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
  /external/libhevc/decoder/arm/
ihevcd_fmt_conv_420sp_to_rgba8888.s 71 @* Stack Usage : 40 Bytes *
90 @// push the registers on the stack
133 @// load other parameters from stack
453 .section .note.GNU-stack,"",%progbits
  /external/libpng/arm/
filter_neon.S 20 .section .note.GNU-stack,"",%progbits /* mark stack as non-executable */

Completed in 1278 milliseconds

<<919293949596979899100>>