HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 26 - 50 of 612) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
wrap7.c 16 OrigFn fn; local
17 VALGRIND_GET_ORIG_FN(fn);
19 CALL_FN_v_v(fn);
wrap3.c 28 OrigFn fn; local
29 VALGRIND_GET_ORIG_FN(fn);
31 CALL_FN_W_W(r,fn,n);
39 OrigFn fn; local
40 VALGRIND_GET_ORIG_FN(fn);
42 CALL_FN_W_W(r,fn,n);
wrap4.c 32 OrigFn fn; local
33 VALGRIND_GET_ORIG_FN(fn);
35 CALL_FN_W_W(r, fn, n);
44 OrigFn fn; local
45 VALGRIND_GET_ORIG_FN(fn);
47 CALL_FN_W_W(r, fn, n);
xml1.stderr.exp 40 <fn>frame3</fn>
48 <fn>frame2</fn>
56 <fn>frame1</fn>
64 <fn>main</fn>
75 <fn>malloc</fn>
    [all...]
  /external/clang/test/SemaCXX/
deleted-function.cpp 5 void fn() = delete; // expected-note {{candidate function has been explicitly deleted}}
19 void fn() = delete; // expected-note {{function has been explicitly marked deleted here}}
27 fn(); // expected-error {{call to deleted function 'fn'}}
33 d->fn(); // expected-error {{attempt to use a deleted function}}
fntype-decl.cpp 4 typedef void fn(int); typedef
5 fn f; // expected-note {{previous declaration is here}}
  /system/core/init/
ueventd_parser.h 22 int ueventd_parse_config_file(const char *fn);
  /external/valgrind/main/helgrind/tests/
tc19_shadowmem.c 284 void*(*fn)(void*) = info->child;
288 if (wot == 0) return fn(info);
290 if (wot == 1) return fn(info);
292 if (wot == 2) return fn(info);
294 if (wot == 3) return fn(info);
296 if (wot == 4) return fn(info);
298 if (wot == 5) return fn(info);
300 if (wot == 6) return fn(info);
302 if (wot == 7) return fn(info);
304 if (wot == 8) return fn(info)
    [all...]
tc06_two_races_xml.stderr.exp 42 <fn>clone</fn>
47 <fn>do_clone</fn>
52 <fn>pthread_create@@GLIBC_2.2.5</fn>
57 <fn>pthread_create_WRK</fn>
65 <fn>pthread_create@*</fn>
    [all...]
  /external/clang/test/CodeGenCXX/
destructor-debug-info.cpp 13 void fn(B b);
19 fn (b1);
  /bionic/libm/src/
s_llrint.c 7 #define fn llrint macro
s_llrintf.c 7 #define fn llrintf macro
s_lrintf.c 7 #define fn lrintf macro
s_llround.c 9 #define fn llround macro
s_llroundf.c 9 #define fn llroundf macro
s_llroundl.c 9 #define fn llroundl macro
s_lroundf.c 9 #define fn lroundf macro
s_lroundl.c 9 #define fn lroundl macro
  /external/libvpx/vp8/encoder/
temporal_filter.h 43 #define TEMPORAL_INVOKE(ctx,fn) (ctx)->fn
45 #define TEMPORAL_INVOKE(ctx,fn) vp8_temporal_filter_##fn
  /system/core/include/cutils/
misc.h 29 extern void *load_file(const char *fn, unsigned *sz);
  /external/kernel-headers/original/asm-arm/
glue.h 20 #define ____glue(name,fn) name##fn
22 #define ____glue(name,fn) name/**/fn
24 #define __glue(name,fn) ____glue(name,fn)
  /external/valgrind/main/drd/
drd_qtcore_intercepts.c 94 OrigFn fn; local
95 VALGRIND_GET_ORIG_FN(fn);
98 CALL_FN_W_WW(ret, fn, mutex, mode);
110 OrigFn fn; local
111 VALGRIND_GET_ORIG_FN(fn);
114 CALL_FN_W_WW(ret, fn, mutex, mode);
125 OrigFn fn; local
126 VALGRIND_GET_ORIG_FN(fn);
129 CALL_FN_W_W(ret, fn, mutex);
140 OrigFn fn; local
155 OrigFn fn; local
170 OrigFn fn; local
187 OrigFn fn; local
203 OrigFn fn; local
    [all...]
  /external/dbus/tools/
dbus-uuidgen.c 56 const char *fn; local
61 fn = arg + strlen(option);
63 if (!(*fn == '=' || *fn == ' ' || *fn == '\0'))
68 if (*fn == '=')
69 ++fn;
71 while (*fn == ' ' && *fn != '\0')
72 ++fn;
    [all...]
  /bionic/libc/kernel/common/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /development/ndk/platforms/android-3/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block

Completed in 2823 milliseconds

12 3 4 5 6 7 8 91011>>