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

1 2 3 4

  /bionic/libc/kernel/arch-arm/asm/
pgtable.h 22 #include <asm/proc-fns.h>
  /development/ndk/platforms/android-3/arch-arm/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
pgtable.h 16 #include <asm/proc-fns.h>
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 2 Command: ./alloc-fns
48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
49 ->44.44% (1,600B) 0x........: d4 (alloc-fns.c:18)
50 | ->33.33% (1,200B) 0x........: d3 (alloc-fns.c:19)
51 | | ->22.22% (800B) 0x........: d2 (alloc-fns.c:20)
52 | | | ->11.11% (400B) 0x........: d1 (alloc-fns.c:21)
53 | | | | ->11.11% (400B) 0x........: main (alloc-fns.c:30)
55 | | | ->11.11% (400B) 0x........: main (alloc-fns.c:31)
57 | | ->11.11% (400B) 0x........: main (alloc-fns.c:32)
59 | ->11.11% (400B) 0x........: main (alloc-fns.c:33
    [all...]
alloc-fns-B.post.exp 2 Command: ./alloc-fns
48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
49 ->33.33% (1,200B) 0x........: a3 (alloc-fns.c:4)
50 | ->33.33% (1,200B) 0x........: a2 (alloc-fns.c:5)
51 | ->33.33% (1,200B) 0x........: a1 (alloc-fns.c:6)
52 | ->11.11% (400B) 0x........: main (alloc-fns.c:25)
54 | ->11.11% (400B) 0x........: main (alloc-fns.c:26)
56 | ->11.11% (400B) 0x........: main (alloc-fns.c:27)
58 ->11.11% (400B) 0x........: c1 (alloc-fns.c:16)
59 | ->11.11% (400B) 0x........: main (alloc-fns.c:29
    [all...]
  /bionic/libc/stdlib/
atexit.h 44 } fns[1]; /* the table itself */ member in struct:atexit
atexit.c 84 memset(&p->fns[0], 0, sizeof(p->fns[0]));
88 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) /
89 sizeof(p->fns[0]);
95 fnp = &p->fns[p->ind++];
128 if (p->fns[n].fn_ptr.cxa_func == NULL)
130 if (dso != NULL && dso != p->fns[n].fn_dso)
137 fn = p->fns[n];
139 p->fns[n].fn_ptr.cxa_func = NULL;
197 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p))
    [all...]
  /external/stlport/src/
cxa.c 62 struct exit_function fns[32]; member in struct:exit_function_list
122 if (l->fns[i].flavor == ef_free)
127 if (l->idx < sizeof (l->fns) / sizeof (l->fns[0])) {
146 l->fns[i].flavor = ef_us;
152 return l == NULL ? NULL : &l->fns[i];
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {

Completed in 635 milliseconds

1 2 3 4