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

1 2 3

  /external/linux-tools-perf/bench/
mem-memcpy.c 55 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_memcpy_clock(routines[i].fn, len, false);
224 do_memcpy_clock(routines[i].fn, len, true)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86_main.asm 3 ; Some routines Copyright (c) 1998 Christian Nentwich (brn@eleet.mcb.at)
9 ; Most routines are (c) Glenn Fiedler (ptc@gaffer.org), used with permission
mmx_main.asm 3 ; Some routines Copyright (c) 1998 Christian Nentwich (c.nentwich@cs.ucl.ac.uk)
mmxp2_32.asm 17 ; These routines aren't exactly pII optimised - it's just that as they
31 ;; Macros for conversion routines
x86p_32.asm 3 ; Some routines Copyright (c) 1998 Christian Nentwich (brn@eleet.mcb.at)
9 ; Most routines are (c) Glenn Fiedler (ptc@gaffer.org), used with permission
  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
usparc.cc 7 routines are being linked from a library. I'll record the higher
  /external/openssl/crypto/des/times/
usparc.cc 7 routines are being linked from a library. I'll record the higher
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad.js 5 // Helper routines for generating bad load tests.
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 25 rpw.c - Source for libdes.a testing password reading routines.
90 * are not normally built into libdes due to machine specific routines
  /external/openssl/crypto/des/
FILES0 25 rpw.c - Source for libdes.a testing password reading routines.
90 * are not normally built into libdes due to machine specific routines
  /device/lge/mako/camera/
Android.mk 86 # To Choose neon/C routines for YV12 conversion
  /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/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_log.c 76 # include <lib$routines.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/
o_time.c 73 # include <lib$routines.h>
160 #include <lib$routines.h>
331 * trigger the very errors the routines fix.
  /external/openssl/crypto/bio/
bss_log.c 76 # include <lib$routines.h>
  /external/openssl/crypto/
o_time.c 73 # include <lib$routines.h>
160 #include <lib$routines.h>
331 * trigger the very errors the routines fix.
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 22 ; Assembler routines for RISC OS display
  /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.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 345 echo Testing print and file routines
  /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>
  /external/dropbear/libtomcrypt/
crypt.tex 121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
173 is write a descriptor and the few support routines required for the device. After that the rest of the
179 unlike libraries like OpenSSL is not tied to direct routines. For instance, in OpenSSL there are CBC block
180 mode routines for every single cipher. That means every time you add or remove a cipher from the library
183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode routines
395 must pass in (a pointer to) an array of 32 \textit{unsigned char} variables. Certain routines (such as SAFER+) take
560 To facilitate automatic routines an array of cipher descriptors is provided in the array \textit{cipher\_descriptor}. An element
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 60 # Generates disassembly listing of all routines with at least one
65 # Generates disassembly listing of all routines with at least one
197 --list=<regexp> Generate source listing of matching routines
198 --disasm=<regexp> Generate disassembly of matching routines
777 ##### Interactive helper routines #####
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 60 # Generates disassembly listing of all routines with at least one
65 # Generates disassembly listing of all routines with at least one
197 --list=<regexp> Generate source listing of matching routines
198 --disasm=<regexp> Generate disassembly of matching routines
777 ##### Interactive helper routines #####
    [all...]

Completed in 480 milliseconds

1 2 3