HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 1726 - 1750 of 10778) sorted by null

<<61626364656667686970>>

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DataContext.java 32 * Creates a new Data object to hold local references, pushes it onto the variable map stack. This
39 * Removes the most recent Data object added to the local variable map stack.
92 * Searches the variable map stack for the specified variable name. If not found, it then searches
102 * @return The first Data node in the variable map stack that matches the given name, or a Data
109 * Searches the variable map stack for the specified variable name, and returns its
  /external/libnfc-nxp/src/
phFriNfc.h 97 * down the stack. Moreover, such components shall provide a function within their API to enable the
102 * a component that needs to give control to a component up the stack needs to call the completion
131 * Depending on the actual implementation (static or dynamic completion information) the stack
139 * The stack initialiser (or depending on the implementation: the calling component)
145 * The stack initialiser (or depending on the implementation: the calling component)
  /external/llvm/docs/
Lexicon.rst 175 generation, "root" almost always refers to a "stack root" --- a local or
187 In garbage collection, it is necessary to identify `stack roots`_ so that
192 pointers`_ must be reloaded from stack roots.
213 **Stack Map**
215 identifies `roots`_ within the stack frame of an executing function.
  /external/llvm/include/llvm/IR/
CallingConv.h 61 /// from the stack.
65 /// in ECX:EDX registers, others - via stack. Callee is responsible for
66 /// stack cleaning.
84 /// others via stack. Callee is responsible for stack cleaning. MSVC uses
  /external/llvm/lib/CodeGen/
SpillPlacement.h 19 // should have the variable in a stack slot.
74 PrefSpill, ///< Block entry/exit prefers a stack slot.
75 PrefBoth, ///< Block entry prefers both register and stack.
87 /// the stack can be live-out on the stack without inserting a spill.
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 29 /// contains stack pointer re-alignment code which requires FP.
33 /// stack frame in bytes.
45 /// stack slot is moved as the result of tail call optimization.
66 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
67 /// being passed on the stack.
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 151 * Stack traces are not available with JDK 1.4.
154 // // Get stack traces for all live threads (do this only once per audit)
159 // // Get the stack trace for the non-responsive thread
162 // auditReport += " Stack trace:\n";
169 // auditReport += " Stack trace is not available.\n";
  /external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java 32 import gov.nist.javax.sip.stack.*;
37 * Implements all the support classes that are necessary for the nist-sip stack
38 * on which the jain-sip stack has been based. This is a mapping class to map
42 * messageChannel, the NIST-SIP stack calls the SIPStackMessageFactory
92 * Generate a new server response for the stack.
SipStackExt.java 20 * SIP Stack extensions to be added to the next spec revision. Only these may be safely used in
23 * The following new stack initialization flags are defined (not the gov.nist prefix will be
105 * Set the list of cipher suites supported by the stack. A stack can have only one set of
108 * The stack has a default cipher suite of:
  /external/opencv/cv/src/
cvapprox.cpp 531 CvSeq* stack = 0; local
545 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage );
559 cvSeqPush( stack, &slice );
599 /* 2. initialize the stack */
610 cvSeqPush( stack, &right_slice );
611 cvSeqPush( stack, &slice );
618 while( stack->total != 0 )
620 cvSeqPop( stack, &slice );
668 cvSeqPush( stack, &right_slice );
669 cvSeqPush( stack, &slice )
735 CvSeq* stack = 0; local
    [all...]
  /external/openssl/ssl/
ssl_cert.c 645 * Load CA certs from a file into a ::STACK. Note that it is somewhat misnamed;
647 * for a stack of CAs is to send it to the client). Actually, it doesn't have
650 * \return a ::STACK containing the certs.
714 * Add a file of certs to a stack.
715 * \param stack the stack to add to.
717 * already in the stack will be added.
719 * certs may have been added to \c stack.
722 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
731 oldcmp=sk_X509_NAME_set_cmp_func(stack,xname_cmp)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java 155 * started activities stack.
165 * the started activities stack.
175 * started services stack.
184 * Non-android accessor that delefates to the application to clear the stack of started
192 * Return (without consuming) the next {@code Intent} on the started services stack.
  /external/srec/srec/crec/
srec_stats.c 141 void srec_stats_update_astar(AstarStack* stack)
147 stack->num_active_paths);
150 stack->num_complete_paths);
152 num_parps_in_use = stack->partial_path_array_size;
153 for (parp = stack->free_parp_list; parp; parp = parp->next)
  /external/srec/srec/include/
astar.h 115 int astar_stack_prepare(AstarStack* stack, int request_nbest_len, psrec rec);
116 int astar_stack_prepare_from_active_search(AstarStack* stack, int request_nbest_len, psrec rec);
117 void astar_stack_clear(AstarStack* stack);
118 int astar_stack_flag_word_tokens_used(AstarStack* stack, psrec rec);
122 void free_partial_path(AstarStack* stack, partial_path* parp);
fpi_tgt.h 81 featdata* frameStack; /* Pointer to Frame Stack */
84 int frameStackSize; /* How many frames in the Stack? */
85 unsigned long stackMask; /* Mask to fit stack size */
86 int featuresInStack; /* How many features in the Stack? */
88 int haveVoiced; /* whether voice stack is valid */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
log.py 38 # This mirrors the call stack of the profiled code as the log
182 stack = [st.totuple(1)]
184 while stack:
185 tree = stack.pop()
194 stack.extend(list(tree[1:]))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
log.py 38 # This mirrors the call stack of the profiled code as the log
182 stack = [st.totuple(1)]
184 while stack:
185 tree = stack.pop()
194 stack.extend(list(tree[1:]))
  /external/valgrind/main/coregrind/
m_stacktrace.c 55 /* Take a snapshot of the client's stack, putting up to 'max_n_ips'
60 If you know what the thread ID for this stack is, send that as the
61 first parameter, else send zero. This helps generate better stack
89 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
91 when FP is not a reasonable stack location. */
95 // NJN 2002-sep-17: seems to -- stack traces look like 1.0.X again
107 * offending stack traces only have one item. --njn, 2002-aug-16 */
109 // On Darwin, this kicks in for pthread-related stack traces, so they're
113 /* If the stack limits look bogus, don't poke around ... but
129 /* Loop unwinding the stack. Note that the IP value we get o
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 47 // HeapLeakChecker uses the regions and the associated stack traces
87 // static fixed-sized stack (saved_regions and saved_buckets), when the
89 // this stack and move the data from saved_regions and saved_buckets to its
255 MyAllocator::Free(bucket->stack, 0);
364 RAW_VLOG(10, "Stack at %p is inside region %p..%p",
389 // Lookup stack trace in table
395 std::equal(key, key + depth, bucket->stack)) {
409 bucket->stack = key_copy;
422 bucket->stack = key_copy;
467 // and its call stack data: it's safe to do it now
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmenu.a 13 U??E??t?@D]Ð??@D]Í?U??E??t?@H]Ð??@H]Í?U??E??t?@L]Ð??@L]Í?U????u??u ?]??]??t??0?9?uK??t@9sLt ?Cp?sLf?u?sL??????1??]??u???]Ít&?$??????$???????????????????????????t&U????u??u ?]??]??t??0?9?uK??t@9sHt ?Cp?sHf?u?sH??????1??]??u???]Ít&?$??????$???????????????????????????t&U????u??u ?]??]??t??0?9?uK??t@9sDt ?Cp?sDf?u?sD??????1??]??u???]Ít&?$??????$??????????????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? ??%+0*9FFI    ?  &@0`{>O]k?{y`{menu_fore_nc_Default_Menumenu_backmenu_greyset_menu_grey__errno_location_nc_Draw_Menu_nc_Show_Menuset_menu_backset_menu_fore1Q? ? ? ??  4 < CJ ? ? ? ?? m_cursor.o/ 1203809894 0 0 100644 1352 `
33 U??MS??t?]??t?U??u??&?????[]ËE ??t>?Ap?????t?] ?Q?A??S ?‹U??C?Q@?])??Q?‰1??A<?E ?t&??'U???8?E??D$ ?E?D$?E?}??]?u??E??E??D$?$????????????U?r,?????M?Y0?????E?@lt???@ f??~?R?E??D??E??E??$?D$?E?D$?????9?t<?$??????$???????????t?C???D$ ?D$?D$?$???????????8???]?u??}???]É??j??????5?K???GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? 8%?+?0?*9??I??  ?_u? %+6>GX_nc_menu_cursor_pospos_menu_cursorwmovewcursyncupwsyncupwtouchln__errno_locationstdscr?% -
56 ?????????????????????????????????????????????????E??D$?D$?<$???????? ????C?9?~{?E??y???????????????D$ ?<$????????v???????????????????h????_,????????????????D$?<$????????2????E?$?D$?E?D$?????????????E??D$ ?t$?$?E?E?E?E?D$????????????f?8?????1?u???v?G8??9??v????E??t$ ?D$?G4???<$?D$???????u?E?;E?u?M?U?9?|??G?9?}??G4?E????U??L????E???????T$?<$?D$??????D$ ?<$??????D????t&?D$?<$????????)????D$?<$????????????D$?<$??????????????????0se?????mtGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.rel.rodata.comment.note.GNU-stack@? ? 
101 ?f?????????????????????????????????????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? ?H%?+?0?*9I??  ?c> @V.Rmenu_format_nc_Default_Menuset_menu_format_nc_Calculate_Item_Length_and_Width__errno_location18
120 ?D$?C?$?D$??????f?C@?C<???[^_]Ë??t??f?A?A??}?G??t?$??????E?@f?@ ?@4f?@8??1?[^_]Í?&??'U??S???]??tH?S4??u??f?@???@???u?C??t?$??????Cf?C ?C4f?C8??[]? ??-GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.rel.data.bss.comment.note.GNU-stack@  ?? )` ? % x /
140 U??E??t?@T]Ð??@T]Í?U??E??t?@X]Ð??@X]Í?U??E??t?@\]Ð??@\]Í?U??E??t?@`]Ð??@`]Í?U????U??t?E ?B`??????1??ú??&U????U??t?E ?B\??????1??ú??&U????U??t?E ?BX??????1??ú??&U????U??t?E ?BT??????1??ú??GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@9 `%|+|0|*9??I?  ??  &@0`:?)HY?)g?)u)menu_init_nc_Default_Menumenu_termitem_inititem_termset_item_term__errno_locationset_item_initset_menu_termset_menu_init1Qq? ?? ?? $ 3m_item_cur.o/ 1203809894 0 0 100644 1232 `
151 f?S@???V???C ??f?E?9?|?Cf?E?)?9?}*f?S@?t$?C@?$?D$???????????1??l????U?f+U???$??????w????????????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@5 ?(%x+x0x*9??I|?  <i @?*;Zcurrent_itemitem_indexset_current_item__errno_location_nc_New_TopRow_and_CurrentItem_nc_Link_Itemse ?
154 ELF?4( U1???U??t?]?U1???U??t?B]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!!d'd,d*5??E<? ? item_nameitem_descriptionm_item_new.o/ 1203809894 0 0 100644 2236 `
171 U??E??t?@h]Ð??@h]Í?U????E??t5?P??u?$???????????1??Ð?t&?????????????????????????????????Í???U??V??S???t-??????????&?Z????t???DA@u?[1?^]?[?^]Í???U??WVS?? ?]?u ???t?>u 1??u!??????????t?4$????????t???{p?Ch???E?t ?C9?????f?SuS?Ch??t?M???t ?E??$??????Cpu?$???????????1??? [^_]É$??????$???????B?$????????Cht-?t$?$???????t?f?Kp?????????????????E??Ch????????????????U????u??u?]???t?>u?????1????????u??]???]É??h?????t??D$4?$???????????????C??C? ?C ??C??C??C??C? ?C ?$?C$?(?C(?,?C,?0?C0?4$??????3?u ??f?Ct?E ?8uf?C ?C?5?????????t?E ?$?????f?C ?E ?C??????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@ ? %D+D0D*9nnIHp  ???D0 T:?P^?ls??????#??Is_Printable_Stringmenu_mark_nc_Default_Menufree_itemfree__errno_location__ctype_b_locset_menu_markstrlen_nc_Calculate_Item_Length_and_Width_nc_Draw_Menu_nc_Show_Menumallocstrcpynew_itemcalloc_nc_Default_Item8
191 ?~"t?F"??t?Cpf?u???????]?1??u???]Í?&?S?C??V ?‰D$?S?F?‰D$?C$?$??????t$?$??????$???????t&U???U?E ????t?? A?U?E ]??????v??'U????E ?U?????u??t?????#A?U?E ???????????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@D ? (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmenu.a 13 U??E??t?@D]Ð??@D]Í?U??E??t?@H]Ð??@H]Í?U??E??t?@L]Ð??@L]Í?U????u??u ?]??]??t??0?9?uK??t@9sLt ?Cp?sLf?u?sL??????1??]??u???]Ít&?$??????$???????????????????????????t&U????u??u ?]??]??t??0?9?uK??t@9sHt ?Cp?sHf?u?sH??????1??]??u???]Ít&?$??????$???????????????????????????t&U????u??u ?]??]??t??0?9?uK??t@9sDt ?Cp?sDf?u?sD??????1??]??u???]Ít&?$??????$??????????????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? ??%+0*9FFI    ?  &@0`{>O]k?{y`{menu_fore_nc_Default_Menumenu_backmenu_greyset_menu_grey__errno_location_nc_Draw_Menu_nc_Show_Menuset_menu_backset_menu_fore1Q? ? ? ??  4 < CJ ? ? ? ?? m_cursor.o/ 1203809894 0 0 100644 1352 `
33 U??MS??t?]??t?U??u??&?????[]ËE ??t>?Ap?????t?] ?Q?A??S ?‹U??C?Q@?])??Q?‰1??A<?E ?t&??'U???8?E??D$ ?E?D$?E?}??]?u??E??E??D$?$????????????U?r,?????M?Y0?????E?@lt???@ f??~?R?E??D??E??E??$?D$?E?D$?????9?t<?$??????$???????????t?C???D$ ?D$?D$?$???????????8???]?u??}???]É??j??????5?K???GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? 8%?+?0?*9??I??  ?_u? %+6>GX_nc_menu_cursor_pospos_menu_cursorwmovewcursyncupwsyncupwtouchln__errno_locationstdscr?% -
56 ?????????????????????????????????????????????????E??D$?D$?<$???????? ????C?9?~{?E??y???????????????D$ ?<$????????v???????????????????h????_,????????????????D$?<$????????2????E?$?D$?E?D$?????????????E??D$ ?t$?$?E?E?E?E?D$????????????f?8?????1?u???v?G8??9??v????E??t$ ?D$?G4???<$?D$???????u?E?;E?u?M?U?9?|??G?9?}??G4?E????U??L????E???????T$?<$?D$??????D$ ?<$??????D????t&?D$?<$????????)????D$?<$????????????D$?<$??????????????????0se?????mtGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.rel.rodata.comment.note.GNU-stack@? ? 
101 ?f?????????????????????????????????????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? ?H%?+?0?*9I??  ?c> @V.Rmenu_format_nc_Default_Menuset_menu_format_nc_Calculate_Item_Length_and_Width__errno_location18
120 ?D$?C?$?D$??????f?C@?C<???[^_]Ë??t??f?A?A??}?G??t?$??????E?@f?@ ?@4f?@8??1?[^_]Í?&??'U??S???]??tH?S4??u??f?@???@???u?C??t?$??????Cf?C ?C4f?C8??[]? ??-GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.rel.data.bss.comment.note.GNU-stack@  ?? )` ? % x /
140 U??E??t?@T]Ð??@T]Í?U??E??t?@X]Ð??@X]Í?U??E??t?@\]Ð??@\]Í?U??E??t?@`]Ð??@`]Í?U????U??t?E ?B`??????1??ú??&U????U??t?E ?B\??????1??ú??&U????U??t?E ?BX??????1??ú??&U????U??t?E ?BT??????1??ú??GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@9 `%|+|0|*9??I?  ??  &@0`:?)HY?)g?)u)menu_init_nc_Default_Menumenu_termitem_inititem_termset_item_term__errno_locationset_item_initset_menu_termset_menu_init1Qq? ?? ?? $ 3m_item_cur.o/ 1203809894 0 0 100644 1232 `
151 f?S@???V???C ??f?E?9?|?Cf?E?)?9?}*f?S@?t$?C@?$?D$???????????1??l????U?f+U???$??????w????????????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@5 ?(%x+x0x*9??I|?  <i @?*;Zcurrent_itemitem_indexset_current_item__errno_location_nc_New_TopRow_and_CurrentItem_nc_Link_Itemse ?
154 ELF?4( U1???U??t?]?U1???U??t?B]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!!d'd,d*5??E<? ? item_nameitem_descriptionm_item_new.o/ 1203809894 0 0 100644 2236 `
171 U??E??t?@h]Ð??@h]Í?U????E??t5?P??u?$???????????1??Ð?t&?????????????????????????????????Í???U??V??S???t-??????????&?Z????t???DA@u?[1?^]?[?^]Í???U??WVS?? ?]?u ???t?>u 1??u!??????????t?4$????????t???{p?Ch???E?t ?C9?????f?SuS?Ch??t?M???t ?E??$??????Cpu?$???????????1??? [^_]É$??????$???????B?$????????Cht-?t$?$???????t?f?Kp?????????????????E??Ch????????????????U????u??u?]???t?>u?????1????????u??]???]É??h?????t??D$4?$???????????????C??C? ?C ??C??C??C??C? ?C ?$?C$?(?C(?,?C,?0?C0?4$??????3?u ??f?Ct?E ?8uf?C ?C?5?????????t?E ?$?????f?C ?E ?C??????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@ ? %D+D0D*9nnIHp  ???D0 T:?P^?ls??????#??Is_Printable_Stringmenu_mark_nc_Default_Menufree_itemfree__errno_location__ctype_b_locset_menu_markstrlen_nc_Calculate_Item_Length_and_Width_nc_Draw_Menu_nc_Show_Menumallocstrcpynew_itemcalloc_nc_Default_Item8
191 ?~"t?F"??t?Cpf?u???????]?1??u???]Í?&?S?C??V ?‰D$?S?F?‰D$?C$?$??????t$?$??????$???????t&U???U?E ????t?? A?U?E ]??????v??'U????E ?U?????u??t?????#A?U?E ???????????????????????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@D ? (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libmenu.a 13 H??0?H9?uVH??tJH9kpt ???H?kpu%H?kp??1?H?\$H?l$H???DH???H????????????????????zRx ?4Ld? ???? ???? ??GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.data.bss.rela.eh_frame.comment.note.GNU-stack @??
44 H??tH??u???????H??t8????????t??W?G??V8???Wh??F6)??W??A?1??H?w`??@H?l$?L?l$?1?H?\$?L?d$?H??8H?L$H?T$H???D$?D$???A??uL?e@H?]HM??LD%H??ID????t?E(f??~??UD$?D??D$?T$?t$H???I9?t-H???H???H??????t?C?P1?1?H????D?(D??H?\$H?l$ L?d$(L?l$0H??8?zRx ?\4?@????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.data.bss.rela.eh_frame.comment.note.GNU-stack @F(?
70 ??p????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.data.bss.rela.rodata.rela.eh_frame.comment.note.GNU-stack @??H &0 ,0 60 ?1?? C? ?>`0 MP
109 ?O???fD??~f?5E??~?fD??fD????????????????????????????????????{???zRx ?04YGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.data.bss.rela.eh_frame.comment.note.GNU-stack @?(?
140 ??0???L?? ???(0??8@?4Z?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.rela.data.bss.rela.eh_frame.comment.note.GNU-stack @: p? +? B &? 1?
162 ELF>?@@ H???HD?H????fff.?H???HD?H????fff.?H???HD?H????fff.?H???HD?H????fff.?H???H??HD?H?????1?H????H???H??HD?H?????1?H????H???H??HD?H?????1?H????H???H??HD?H?????1?H???zRx ?4Ld|)?)?)?)GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.data.bss.rela.eh_frame.comment.note.GNU-stack @9 
192 f?Kh???M6?s ??D????A9?|?S??f)?)?A9?M?f?Kh?shH??H?????H??1?[]?H????????????????K???zRx ?4!,L?? ?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.data.bss.rela.eh_frame.comment.note.GNU-stack @5 x
208 ELF>(@@ 1?H??tH???@1?H??tH?G??zRx ? 4 GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.text.data.bss.rela.eh_frame.comment.note.GNU-stack@!`'`1`H,?0 ;?*D??T??
221 ??  ?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.data.bss.rela.eh_frame.comment.note.GNU-stack @> H
251 ?:t?G:H??t ???u??H?\$1?H?l$H????E?U?s6H?}0??C8???E???H??H???H????D?5?????H??HE? p0?f?H????????uH???HE????#p0H??????????????H???zRx ?4? ??Tl>GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-1ubuntu2).symtab.strtab.shstrtab.rela.text.data.bss.rela.eh_frame.comment.note.GNU-stack @ (…)
    [all...]
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 120 // Push a copy of the function onto the stack.
155 // Store a smi-tagged arguments count on the stack.
159 // Push the function to invoke on the stack.
350 // Retrieve the function from the stack.
353 // Retrieve smi-tagged arguments count from the stack.
357 // Push the allocated receiver to the stack. We need two copies
366 // Copy arguments and receiver to the expression stack.
412 // on-stack receiver as the result.
423 // Remove caller arguments from the stack and return.
465 // Push the function and the receiver onto the stack
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libgmp.a 31 A?C zA?HX9C .symtab.strtab.shstrtab.rel.text.data.bss.rodata.str1.1.comment.note.GNU-stack.rel.eh_frame4? X %?+?02?&?0?/H\ XX h xf??  ?E??
47 ELF?4( ???D$ ?D$(?D$?D$$?D$?D$ ?$???????Ð??,?D$<?D$?D$8?D$ ?D$4?D$?D$?D$0?$???????,Ð?????GCC: (GNU) 4.6.x-google 20120106 (prerelease)zR| ?+C g4,3C0oL`.symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack.rel.eh_frame4e ?
58 ??=??????????$?????????$?????GCC: (GNU) 4.6.x-google 20120106 (prerelease)zR| ?#C0$C D4C .symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack.rel.eh_frame4C ?0
84 A?A? A?A?B .symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack.rel.eh_frame4?!0'0,00/5_I`?E ? ?S??
88 ELF?4( ???$??????????GCC: (GNU) 4.6.x-google 20120106 (prerelease)zR| ?C .symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack.rel.eh_frame4 ?
104 A?A .symtab.strtab.shstrtab.rel.text.rel.data.bss.rodata.str1.4.comment.note.GNU-stack.rel.eh_frame4? tX )? % ? /?42?kC03/Lb`dt\ ? ?jtP  ???? 
117  GCC: (GNU) 4.6.x-google 20120106 (prerelease).symtab.strtab.shstrtab.text.data.bss.rodata.comment.note.GNU-stack4!4'4,440</=kkMH?  ?1??
120 ELF?4( GCC: (GNU) 4.6.x-google 20120106 (prerelease).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack4!4'4,04/5ccEp ???mp_clz_tab.cmp_dv_tab.o/ 1331373494 1000 1000 100644 1247 `
134  !"#??????$%&'()*+,-./0123456789:;<=?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????GCC: (GNU) 4.6.x-google 20120106 (prerelease).symtab.strtab.shstrtab.text.data.bss.rodata.comment.note.GNU-stack4!4'4,@? 40 /=OOM,?  ?#?? ?mp_dv_tab.c__gmp_digit_value_tab
140 ??9????=?)5????????? ???k?w?c?????g?????KmW?Ce????G???+M7?#Eoq??'???_a -?%OQ{??s??A? ?y?/1[}?iSu!???Y??;]?I3U?GCC: (GNU) 4.6.x-google 20120106 (prerelease).symtab.strtab.shstrtab.text.data.bss.rodata.comment.note.GNU-stack4!4 (…)
    [all...]
  /external/speex/libspeex/
nb_celp.c 67 /* 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);
1096 char *stack; local
    [all...]

Completed in 1850 milliseconds

<<61626364656667686970>>