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

<<41424344454647484950>>

  /external/opencv3/modules/imgproc/src/
canny.cpp 331 std::vector<uchar*> stack(maxsize);
332 uchar **stack_top = &stack[0];
333 uchar **stack_bottom = &stack[0];
459 stack.resize(maxsize);
460 stack_bottom = &stack[0];
539 stack.resize(maxsize);
540 stack_bottom = &stack[0];
722 std::vector<uchar*> stack(maxsize);
723 uchar **stack_top = &stack[0];
724 uchar **stack_bottom = &stack[0]
    [all...]
  /external/speex/libspeex/
filters.c 319 void filter_mem16(const spx_word16_t *x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack)
339 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack)
359 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack)
379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack)
386 iir_mem16(xx, ak, y, N, ord, mem, stack);
389 filter_mem16(y, awk1, awk2, y, N, ord, mem, stack);
391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack)
398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack);
401 fir_mem16(y, awk2, y, N, ord, mem, stack);
406 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack)
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 32 function stackToString(stack) {
33 return stack.join(' -> ');
88 // Stack looks like this: [pc, caller, ..., main].
191 var stack = stackToString(path);
192 assertNotNull(node, 'node not found: ' + stack);
193 assertEquals(selfTicks, node.selfWeight, 'self of ' + stack);
194 assertEquals(totalTicks, node.totalWeight, 'total of ' + stack);
243 // Only count each function in the stack once.
  /external/selinux/libsepol/cil/src/
cil_tree.c 252 char *stack[COND_EXPR_MAXDEPTH] = {}; local
262 rc = cil_expr_to_string(curr->data, &stack[pos]);
269 stack[pos] = curr->data;
273 stack[pos] = ((struct cil_symtab_datum *)curr->data)->name;
326 len = strlen(stack[pos-1]) + strlen(op_str) + 4;
328 snprintf(expr_str, len, "(%s %s)", op_str, stack[pos-1]);
329 free(stack[pos-1]);
330 stack[pos-1] = NULL;
337 len = strlen(stack[pos-1]) + strlen(stack[pos-2]) + strlen(op_str) + 5
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 260 'stack.h',
309 'stack',
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 260 'stack.h',
309 'stack',
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16_neon.asm 24 ; stack(r4) unsigned char *dst_ptr,
25 ; stack(r5) int dst_pixels_per_line,
26 ; stack(r6) unsigned int *sse
36 ldr r4, [sp, #16] ;load *dst_ptr from stack
37 ldr r5, [sp, #20] ;load dst_pixels_per_line from stack
38 ldr r6, [sp, #24] ;load *sse from stack
51 sub sp, sp, #272 ;reserve space on stack for temporary storage
242 sub sp, sp, #528 ;reserve space on stack for temporary storage
311 sub sp, sp, #528 ;reserve space on stack for temporary storage
vp8_subpixelvariance16x16s_neon.asm 36 ldr lr, [sp, #4] ;load *sse from stack
138 ldr lr, [sp, #4] ;load *sse from stack
233 ldr lr, [sp, #4] ;load *sse from stack
342 ; stack unsigned char *dst_ptr,
343 ; stack int dst_pixels_per_line,
344 ; stack unsigned int *sse
353 ldr r4, [sp, #8] ;load *dst_ptr from stack
354 ldr r12, [sp, #12] ;load dst_pixels_per_line from stack
355 ldr lr, [sp, #16] ;load *sse from stack
364 sub sp, sp, #256 ;reserve space on stack for temporary storag
    [all...]
  /external/freetype/src/psaux/
t1decode.c 383 /* compute random seed from stack address of parameter */
393 decoder->top = decoder->stack;
443 FT_TRACE5(( " (%d)", decoder->top - decoder->stack ));
657 /* Push value on stack, or process operator */
662 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS )
664 FT_ERROR(( "t1_decoder_parse_charstrings: stack overflow\n" ));
689 if ( top - decoder->stack < 2 )
699 /* remove all operands to callothersubr from the stack */
702 /* arguments, we increase the stack by the value of */
706 /* stack pointer as necessary *
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
t1decode.c 383 /* compute random seed from stack address of parameter */
393 decoder->top = decoder->stack;
443 FT_TRACE5(( " (%d)", decoder->top - decoder->stack ));
657 /* Push value on stack, or process operator */
662 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS )
664 FT_ERROR(( "t1_decoder_parse_charstrings: stack overflow\n" ));
689 if ( top - decoder->stack < 2 )
699 /* remove all operands to callothersubr from the stack */
702 /* arguments, we increase the stack by the value of */
706 /* stack pointer as necessary *
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 39 import gov.nist.javax.sip.stack.HopImpl;
40 import gov.nist.javax.sip.stack.MessageChannel;
41 import gov.nist.javax.sip.stack.SIPClientTransaction;
42 import gov.nist.javax.sip.stack.SIPDialog;
43 import gov.nist.javax.sip.stack.SIPDialogErrorEvent;
44 import gov.nist.javax.sip.stack.SIPDialogEventListener;
45 import gov.nist.javax.sip.stack.SIPServerTransaction;
46 import gov.nist.javax.sip.stack.SIPTransaction;
47 import gov.nist.javax.sip.stack.SIPTransactionErrorEvent;
48 import gov.nist.javax.sip.stack.SIPTransactionEventListener
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 383 /* compute random seed from stack address of parameter */
393 decoder->top = decoder->stack;
443 FT_TRACE5(( " (%d)", decoder->top - decoder->stack ));
657 /* Push value on stack, or process operator */
662 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS )
664 FT_ERROR(( "t1_decoder_parse_charstrings: stack overflow\n" ));
689 if ( top - decoder->stack < 2 )
699 /* remove all operands to callothersubr from the stack */
702 /* arguments, we increase the stack by the value of */
706 /* stack pointer as necessary *
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 175 final TaskStack stack = stacks.get(stackNdx); local
176 final ArrayList<Task> tasks = stack.getTasks();
198 mTmpExitingAppTokens.addAll(stack.mExitingAppTokens);
207 if (!stack.mExitingAppTokens.contains(appAnimator)) {
611 final TaskStack stack = win.getStack(); local
612 if (stack != null) {
613 stack.setAnimationBackground(winAnimator, color);
633 final TaskStack stack = win.getStack(); local
634 if (stack != null) {
635 stack.setAnimationBackground(winAnimator, color)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 38 Two stacks are provided, a string stack and an integer stack.
46 ! - pop top of integer stack for address, pop next for value; store
47 @ - treat value on integer stack as the address of an integer; push
48 that integer on the integer stack after popping the "address"
74 internalmode - pop from integer stack, set `internalmode' to that value
75 print_stack_level - print current stack depth to stderr
77 [quoted string] - push string onto string stack
78 [word starting with digit] - push atol(str) onto integer stack
92 #define STACK 5
283 string_type stack[STACK]; variable
    [all...]
  /external/libvorbis/lib/
psy.c 454 long stack=0; local
459 if(stack<2){
460 posstack[stack]=i;
461 ampstack[stack++]=seeds[i];
464 if(seeds[i]<ampstack[stack-1]){
465 posstack[stack]=i;
466 ampstack[stack++]=seeds[i];
469 if(i<posstack[stack-1]+linesper){
470 if(stack>1 && ampstack[stack-1]<=ampstack[stack-2] &
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
yacc.py 112 def __init__(self,s,stack=None):
115 self.stack = stack
120 else: return self.stack[n].value
189 lookaheadstack = [ ] # Stack of lookahead symbols
211 statestack = [ ] # Stack of parsing states
213 symstack = [ ] # Stack of grammar symbols
216 pslice.stack = symstack # Put in the production
251 # shift a symbol on the stack
269 # reduce a symbol on the stack, emit a productio
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 112 def __init__(self,s,stack=None):
115 self.stack = stack
120 else: return self.stack[n].value
189 lookaheadstack = [ ] # Stack of lookahead symbols
211 statestack = [ ] # Stack of parsing states
213 symstack = [ ] # Stack of grammar symbols
216 pslice.stack = symstack # Put in the production
251 # shift a symbol on the stack
269 # reduce a symbol on the stack, emit a productio
    [all...]
  /external/libavc/common/arm/
ih264_intra_pred_luma_16x16_a9q.s 110 stmfd sp!, {r4-r12, r14} @store register values to stack
132 ldmfd sp!, {r4-r12, pc} @Restoring registers from stack
190 stmfd sp!, {r14} @store register values to stack
211 ldmfd sp!, {pc} @Restoring registers from stack
268 stmfd sp!, {r4, r14} @store register values to stack
334 ldmfd sp!, {r4, pc} @Restoring registers from stack
  /external/skia/src/core/
SkClipStack.cpp 491 // the deepest save/restore stack we expect to see.
756 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc)
757 : fStack(&stack) {
758 this->reset(stack, startLoc);
808 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) {
809 fStack = &stack;
810 fIter.reset(stack.fDeque, static_cast<SkDeque::Iter::IterStart>(startLoc));
  /external/v8/src/compiler/
graph-visualizer.cc 587 os_ << " \"stack:" << index << "\"";
659 ZoneStack<Node*> stack(&local_zone);
661 stack.push(ar.graph.end());
663 while (!stack.empty()) {
664 Node* n = stack.top();
669 stack.push(i);
676 stack.pop();
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 126 test = new TestBase("Test without function on stack");
130 test = new TestBase("Test with function on stack");
134 test = new TestBase("Test with function on stack and with constructor frame");
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc64-linux.c 62 /* Call f(arg1), but first switch stacks, using 'stack' as the new
63 stack, and use 'retaddr' as f's return-to address. Also, clear all
66 void ML_(call_on_new_stack_0_1) ( Addr stack,
70 // r3 = stack
90 " mr %r1,%r3\n\t" // stack to %sp
139 " mr %r1,%r3\n\t" // stack to %sp
214 void* stack,
239 // setup child stack
243 " stdu 0,-32(4)\n" // make initial stack frame
269 /* Note: 2.4 kernel doesn't set the child stack pointer
394 UWord* stack; local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf.x 212 .stack 0x80000 :
215 *(.stack)
219 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
aarch64elf.xbn 211 .stack 0x80000 :
214 *(.stack)
218 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }

Completed in 1455 milliseconds

<<41424344454647484950>>