HomeSort by relevance Sort by last modified time
    Searched refs:routines (Results 1 - 25 of 39) sorted by null

1 2

  /external/linux-tools-perf/src/tools/perf/bench/
mem-memcpy.c 57 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[i].fn, len, true)
    [all...]
mem-memset.c 57 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[i].fn, len, true)
    [all...]
  /external/libunwind/doc/
libunwind-setjmp.tex 27 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.
unw_get_accessors.tex 21 routines that were specified when address space \Var{as} was created
27 call-back routines for the local address space
libunwind-ptrace.tex 43 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
libunwind.tex 99 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...]
unw_create_addr_space.tex 20 address-space and initializes it based on the call-back routines
22 The call-back routines are described in detail below. The
31 \section{Call-back Routines}
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
unw_resume.tex 54 handlers (aka, ``personality routines''). If a program needs this, it
  /external/libcxxabi/src/
cxa_vector.cpp 20 #pragma mark --Helper routines and classes --
105 #pragma mark --Externally visible routines--
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp 20 #pragma mark --Helper routines and classes --
105 #pragma mark --Externally visible routines--
  /external/libxml2/vms/
build_libxml.com 10 $! After the library is built, you can link LIBXML routines into
  /external/bison/lib/
printf-parse.c 406 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/
BaseTreeAdaptor.as 49 * tree (not just Tree interface). It invokes the adaptor routines
50 * not the tree node routines to do the construction.
  /external/bison/data/
glr.cc 31 # object, yyparser. The C routines need to carry yyparser
  /ndk/sources/host-tools/make-3.81/
arscan.c 38 #include <lbr$routines.h>
vmsify.c 34 #include <lib$routines.h>
job.c 100 # include <lib$routines.h>
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 396 ; On Android platforms use lrand48 when building postproc routines. Prior to L
  /external/jemalloc/bin/
jeprof.in 60 # 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 #####
    [all...]
  /external/jpeg/
jmemdosa.asm 8 ; This file contains low-level interface routines to support the MS-DOS
9 ; backing store manager (jmemdos.c). Routines are provided to access disk
  /external/v8/third_party/fdlibm/
fdlibm.js 16 // The following is a straightforward translation of fdlibm routines
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/eigen/blas/testing/
cblat2.f 362 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
    [all...]
dblat2.f 357 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
    [all...]
dblat3.f 326 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
    [all...]

Completed in 1126 milliseconds

1 2