Searched refs:routines (Results 1 - 25 of 25) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
H A Dmem-memcpy.c57 struct routine routines[] = { variable in typeref:struct:routine
209 for (i = 0; routines[i].name; i++) {
210 if (!strcmp(routines[i].name, routine))
213 if (!routines[i].name) {
215 printf("Available routines...\n");
216 for (i = 0; routines[i].name; i++) {
218 routines[i].name, routines[i].desc);
230 do_memcpy_cycle(routines[i].fn, len, false);
232 do_memcpy_cycle(routines[
[all...]
H A Dmem-memset.c57 static const struct routine routines[] = { variable in typeref:struct:routine
201 for (i = 0; routines[i].name; i++) {
202 if (!strcmp(routines[i].name, routine))
205 if (!routines[i].name) {
207 printf("Available routines...\n");
208 for (i = 0; routines[i].name; i++) {
210 routines[i].name, routines[i].desc);
222 do_memset_cycle(routines[i].fn, len, false);
224 do_memset_cycle(routines[
[all...]
/external/libunwind/doc/
H A Dlibunwind-setjmp.tex27 be a drop-in replacement for the normal, system-provided routines of
30 \Func{setjmp}() routines is very fast. Typically, just 2 or 3 words
34 \Func{longjmp}() routines tends to be much slower than with the
35 system-provided routines. In fact, the time spent on a
55 and used by these routines is completely different from the ones
56 used by the system-provided routines. Thus, a jump-buffer created
68 goto routines.
H A Dunw_get_accessors.tex21 routines that were specified when address space \Var{as} was created
27 call-back routines for the local address space
H A Dlibunwind-ptrace.tex43 process. With the right set of call-back routines, it is therefore
47 ready-to-use callbacks for this purpose. The routines and variables
60 individual callback routines (\Func{\_UPT\_find\_proc\_info}(),
62 use. Of course, the addresses of these routines could also be picked
65 the callback routines will be linked into the application, even if
H A Dlibunwind.tex99 identified by the cursor). \Prog{Libunwind} provides several routines
178 arguments: a pointer to a set of \emph{accessor} routines and an
180 accessor routines provide \Func{libunwind} with the means to
191 the accessor (callback) routines. Typically, this pointer is used to
238 All \Prog{libunwind} routines are thread-safe. What this means is
243 To ensure thread-safety, some \Prog{libunwind} routines may have to
244 use locking. Such routines \emph{must~not} be called from signal
251 \Prog{libunwind} routines are guaranteed to be signal-safe.
256 \Func{Libunwind} provides the routines \Func{\_U\_dyn\_register}() and
266 performance impact on JIT-compilers. In particular, both routines ar
[all...]
H A Dunw_create_addr_space.tex20 address-space and initializes it based on the call-back routines
22 The call-back routines are described in detail below. The
33 \Prog{Libunwind} uses a set of call-back routines to access the
35 routines are specified via the \Var{ap} argument, which points to a
H A Dunw_resume.tex54 handlers (aka, ``personality routines''). If a program needs this, it
H A Dlibunwind-dynamic.tex141 personality-routine for this procedure. Personality-routines are
/external/libcxxabi/src/
H A Dcxa_vector.cpp20 #pragma mark --Helper routines and classes --
105 #pragma mark --Externally visible routines--
/external/libxml2/vms/
H A Dbuild_libxml.com10 $! After the library is built, you can link LIBXML routines into
/external/bison/lib/
H A Dprintf-parse.c406 be understood by the system's printf routines. */
425 be understood by the system's printf routines. */
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as49 * tree (not just Tree interface). It invokes the adaptor routines
50 * not the tree node routines to do the construction.
/external/bison/data/
H A Dglr.cc31 # object, yyparser. The C routines need to carry yyparser
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm396 ; On Android platforms use lrand48 when building postproc routines. Prior to L
/external/jemalloc/bin/
H A Djeprof.in60 # Generates disassembly listing of all routines with at least one
65 # Generates disassembly listing of all routines with at least one
198 --list=<regexp> Generate source listing of matching routines
199 --disasm=<regexp> Generate disassembly of matching routines
801 ##### Interactive helper routines #####
1035 Show source listing of routines whose names match "routine_regexp"
1038 Displays a source listing of routines whose names match "routine_regexp"
1047 top K routines will be shown (defaults to showing the top 10)
1050 Show disassembly of routines whose names match "routine_regexp",
1284 # Print disassembly for all all routines tha
[all...]
/external/jpeg/
H A Djmemdosa.asm8 ; This file contains low-level interface routines to support the MS-DOS
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as182 * to this object to access utility routines and so on. Also, changing
/external/libavc/encoder/arm/
H A Dime_distortion_metrics_a9q.s27 @* This file contains definitions of routines that compute distortion
/external/mksh/src/
H A DBuild.sh2167 /* our formatting routines assume this */
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas638 /// tree (not just the ITree interface). It invokes the adaptor routines
639 /// not the tree node routines to do the construction.
H A DAntlr.Runtime.pas768 /// routines and so on. Also, changing the message for an exception type would be
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4323 // It's not obvious how much data individual xdr_ routines write.
/external/bison/build-aux/
H A Dtexinfo.tex258 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
7253 % Utility routines.
/external/bison/
H A Dconfigure12132 /* Test availability of runtime routines for shift and division. */

Completed in 911 milliseconds