Searched defs:stack (Results 251 - 275 of 419) sorted by relevance

<<11121314151617

/external/opencv/cvaux/src/
H A Dcvsegment.cpp58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
59 stack[StIn].l=(ushort)(IL); \
60 stack[StIn].r=(ushort)(IR); \
61 stack[StIn].Prevl=(ushort)(IPL); \
62 stack[StIn].Prevr=(ushort)(IPR); \
63 stack[StIn].fl=(short)(FL); \
67 Y=stack[StIn].y; \
68 IL=stack[StIn].l; \
69 IR=stack[StIn].r;\
70 IPL=stack[StI
94 Seg *stack = (Seg*)pStack; local
486 void* stack = 0; local
[all...]
/external/regex-re2/re2/
H A Dregexp.cc127 // Handle recursive Destroy with explicit stack
128 // to avoid arbitrarily deep recursion on process stack [sigh].
130 Regexp* stack = this; local
131 while (stack != NULL) {
132 Regexp* re = stack;
133 stack = re->down_;
147 sub->down_ = stack;
148 stack = sub;
405 // The stack (vector) has pairs of regexps waiting to
/external/skia/src/core/
H A DSkClipStack.cpp490 // the deepest save/restore stack we expect to see.
745 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc) argument
746 : fStack(&stack) {
747 this->reset(stack, startLoc);
797 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) { argument
798 fStack = &stack;
799 fIter.reset(stack.fDeque, static_cast<SkDeque::Iter::IterStart>(startLoc));
/external/skia/tests/
H A DClipStackTest.cpp24 // Build up a clip stack with a path, an empty clip, and a rect.
116 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, argument
118 SkClipStack::B2TIter iter(stack);
129 SkClipStack stack; local
140 stack.clipDevRect(gRects[i], SkRegion::kUnion_Op, false);
143 assert_count(reporter, stack, 4);
149 SkClipStack::B2TIter iter(stack);
164 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart);
179 SkClipStack::Iter iter(stack, SkClipStack::Iter::kBottom_IterStart);
242 SkClipStack stack; local
824 add_rect(const SkRect& rect, bool invert, SkRegion::Op op, SkClipStack* stack) argument
835 add_oval(const SkRect& rect, bool invert, SkRegion::Op op, SkClipStack* stack) argument
844 add_elem_to_stack(const SkClipStack::Element& element, SkClipStack* stack) argument
925 SkClipStack stack; local
1022 SkClipStack stack; local
1044 SkClipStack stack; local
1149 SkClipStack stack; local
1173 SkClipStack stack; local
[all...]
/external/speex/libspeex/
H A Dfilters.c319 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) argument
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) argument
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) argument
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) argument
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) argument
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) argument
441 qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack) argument
477 qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack) argument
[all...]
H A Dltp.c79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) argument
173 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack) argument
245 pitch_xcorr(sw, sw-end, corr, len, end-start+1, stack);
360 char *stack,
419 iir_mem16(e, ak, e, nsf, p, mm, stack);
422 filter_mem16(e, awk1, awk2, e, nsf, p, mm, stack);
542 char *stack,
609 open_loop_nbest_pitch(sw, start, end, nsf, nbest, NULL, N, stack);
622 bits, stack, exc
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
528 pitch_search_3tap( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
655 pitch_unquant_3tap( spx_word16_t exc[], spx_word32_t exc_out[], int start, int end, spx_word16_t pitch_coef, const void *par, int nsf, int *pitch_val, spx_word16_t *gain_val, SpeexBits *bits, char *stack, int count_lost, int subframe_offset, spx_word16_t last_pitch_gain, int cdbk_offset ) argument
755 forced_pitch_quant( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
805 forced_pitch_unquant( spx_word16_t exc[], spx_word32_t exc_out[], int start, int end, spx_word16_t pitch_coef, const void *par, int nsf, int *pitch_val, spx_word16_t *gain_val, SpeexBits *bits, char *stack, int count_lost, int subframe_offset, spx_word16_t last_pitch_gain, int cdbk_offset ) argument
[all...]
H A Dnb_celp.c67 /* Default size for the encoder and decoder stack (can be changed at compile time).
125 st->stack = NULL;
127 st->stack = (char*)speex_alloc_scratch(NB_ENC_STACK);
219 speex_free_scratch(st->stack);
273 char *stack; local
282 stack=st->stack;
322 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
349 lsp_to_lpc(interp_lsp, interp_lpc, st->lpcSize,stack);
367 filter_mem16(st->sw, bw_lpc1, bw_lpc2, st->sw, st->frameSize, st->lpcSize, st->mem_sw_whole, stack);
1020 nb_decode_lost(DecState *st, spx_word16_t *out, char *stack) argument
1096 char *stack; local
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h242 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local
246 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0)
304 // if state is final, pop up stack
305 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local
306 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) {
307 int prefix_id = PopPrefix(stack);
308 const PrefixTuple& top = stack.Top();
385 // \brief Tuple of fst_id and destination state (entry in stack prefix)
394 // \brief Container for stack prefix.
426 // \brief Compare two stack prefi
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c81 static void antlr3StackFree (pANTLR3_STACK stack);
82 static void * antlr3StackPop (pANTLR3_STACK stack);
83 static void * antlr3StackGet (pANTLR3_STACK stack, ANTLR3_INTKEY key);
84 static ANTLR3_BOOLEAN antlr3StackPush (pANTLR3_STACK stack, void * element, void (ANTLR3_CDECL *freeptr)(void *));
85 static ANTLR3_UINT32 antlr3StackSize (pANTLR3_STACK stack);
86 static void * antlr3StackPeek (pANTLR3_STACK stack);
966 pANTLR3_STACK stack; local
970 stack = (pANTLR3_STACK)ANTLR3_MALLOC((size_t)sizeof(ANTLR3_STACK));
972 if (stack == NULL)
979 stack
999 antlr3StackSize(pANTLR3_STACK stack) argument
1006 antlr3StackFree(pANTLR3_STACK stack) argument
1018 antlr3StackPop(pANTLR3_STACK stack) argument
1035 antlr3StackGet(pANTLR3_STACK stack, ANTLR3_INTKEY key) argument
1041 antlr3StackPeek(pANTLR3_STACK stack) argument
1047 antlr3StackPush(pANTLR3_STACK stack, void * element, void (ANTLR3_CDECL *freeptr)(void *)) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java62 * a ContentHandler stack, and pushing appropriate content
219 * Utility function to see if the stack contains the given URL.
221 * @param stack non-null reference to a Stack.
224 * @return true if the stack contains the url argument.
226 private boolean stackContains(Stack stack, String url) argument
229 int n = stack.size();
234 String url2 = (String) stack.elementAt(i);
401 * stylesheet being parsed. The stack needs to be popped
1040 * (warning: I worry that this should be in a stack).
1048 * (warning: I worry that this should be in a stack)
[all...]
/external/checkpolicy/
H A Dmodule_compiler.c48 /* keep track of the last item added to the stack */
92 /* reset the scoping stack */
104 /* Given the current parse stack, returns 1 if a declaration would be
107 * current scope stack then this would return a 0.
601 /* Given the current parse stack, returns 1 if a requirement would be
1225 static int is_scope_in_stack(scope_datum_t * scope, scope_stack_t * stack) argument
1228 if (stack == NULL) {
1231 if (stack->type == 1) {
1232 avrule_decl_t *decl = stack->decl;
1243 /* not within scope of this stack, s
1271 is_perm_in_stack(uint32_t perm_value, uint32_t class_value, scope_stack_t * stack) argument
1482 copy_requirements(avrule_decl_t * dest, scope_stack_t * stack) argument
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_interpreter.cc89 std::vector<const base::Value*>* stack() { return &stack_; } function in class:__anon4503::ExecutionContext
100 // A stack of Values, indicating a navigation path from the root node of
128 context->stack()->push_back(&i.value());
130 context->stack()->pop_back();
152 context->stack()->push_back(&i.value());
154 context->stack()->pop_back();
161 context->stack()->push_back(*i);
163 context->stack()->pop_back();
183 context->stack()->pop_back();
185 context->stack()
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc469 // panel has been expanded. If the panel is in a stack, the titlebar click
502 StackedPanelCollection* Panel::stack() const { function in class:Panel
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc515 // in a stack.
517 if (!panel_->stack())
579 // panel window has the same problem as the stack window. However,
834 StackedPanelCollection* stack = panel_->stack(); local
835 if (stack) {
839 if (panel_->stack()->GetPanelBelow(panel_.get())) {
851 Panel* below_panel = stack->GetPanelBelow(panel_.get());
874 StackedPanelCollection* stack = panel_->stack(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp628 RefPtrWillBeRawPtr<ScriptCallStack> stack = createScriptCallStack(1, false); local
629 if (!stack)
632 const ScriptCallFrame& callFrame = stack->at(0);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFlameChart.js362 var stack = []; variable
365 var top = stack.peekLast();
367 onEndEvent(stack.pop());
370 stack.push(e);
372 onInstantEvent(e, stack.peekLast());
375 while (stack.length)
376 onEndEvent(stack.pop());
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DBuffer.c211 __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack);
222 __Pyx_BufFmt_StackElem* stack,
224 stack[0].field = &ctx->root;
225 stack[0].parent_offset = 0;
229 ctx->head = stack;
546 /* Done checking, move to next field, pushing or popping struct stack if needed */
788 int nd, int cast, __Pyx_BufFmt_StackElem* stack)
804 __Pyx_BufFmt_Init(&ctx, stack, dtype);
221 __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, __Pyx_BufFmt_StackElem* stack, __Pyx_TypeInfo* type) argument
786 __Pyx_GetBufferAndValidate( Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack) argument
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.h167 FT_Long top; /* top of exec. stack */
169 FT_UInt stackSize; /* size of exec. stack */
170 FT_Long* stack; /* current exec. stack */ member in struct:TT_ExecContextRec_
213 FT_Int callTop, /* top of call stack during execution */
214 callSize; /* size of call stack */
215 TT_CallStack callStack; /* call stack */
/external/chromium_org/third_party/libxml/src/
H A Dxpointer.c917 * Move the current node of the nodeset on the stack to the
1182 * a sub-resource error, clean-up the stack
1255 /* Allocate the value stack */
1369 int stack = 0; local
1402 stack++;
1404 stack++;
1409 if (stack != 0) {
1411 "xmlXPtrEval: object(s) left on the eval stack\n",
1554 TODO /* handle crossing entities -> stack needed */
2299 * TODO: add a stack fo
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h209 __GLXattribute *stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; member in struct:__GLXattributeMachineRec
H A Dindirect_vertex_array.c118 if (arrays->stack) {
119 free(arrays->stack);
120 arrays->stack = NULL;
293 arrays->stack = malloc(sizeof(struct array_stack_state)
1910 struct array_stack_state *stack = local
1911 &arrays->stack[(arrays->stack_index * arrays->num_arrays)];
1916 stack[i].data = arrays->arrays[i].data;
1917 stack[i].data_type = arrays->arrays[i].data_type;
1918 stack[i].user_stride = arrays->arrays[i].user_stride;
1919 stack[
1936 struct array_stack_state *stack; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h269 struct brw_reg stack; member in struct:brw_wm_compile
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstate.h46 /* extra stack space to handle TM calls and some other extras */
70 StkId func; /* function index in the stack */
157 StkId top; /* first free slot in the stack */
161 StkId stack_last; /* last free slot in the stack */
162 StkId stack; /* stack base */ member in struct:lua_State
164 unsigned short nny; /* number of non-yieldable calls in stack */
171 GCObject *openupval; /* list of open upvalues in this stack */
174 ptrdiff_t errfunc; /* current error handling function (stack index) */
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc113 // We strip out different number of stack frames in debug mode
164 dealloc_(bucket->stack);
184 // Lookup stack trace in table
189 equal(key, key + depth, b->stack)) {
202 b->stack = kcopy;
210 int skip_count, void* stack[kMaxStackDepth]) {
212 stack, kMaxStackDepth, kStripFrames + skip_count + 1);
252 info->call_stack = alloc_value->bucket()->stack;
325 reinterpret_cast<uintptr_t>(b.stack[d]));
394 info.call_stack = list[i]->stack;
209 GetCallerStackTrace( int skip_count, void* stack[kMaxStackDepth]) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.cc993 int stack = OpParameter<int>(state->InputAt(2)); local
1002 FrameStateDescriptor(state_info, parameters, locals, stack, outer_state);
1030 Node* stack = state->InputAt(2); local
1035 DCHECK_EQ(IrOpcode::kStateValues, stack->op()->opcode());
1039 DCHECK_EQ(descriptor->stack_count(), stack->InputCount());
1052 inputs->push_back(UseOrImmediate(&g, stack->InputAt(i)));

Completed in 661 milliseconds

<<11121314151617