/external/kernel-headers/original/linux/ |
cpu.h | 71 #define hotcpu_notifier(fn, pri) { \ 72 static struct notifier_block fn##_nb = \ 73 { .notifier_call = fn, .priority = pri }; \ 74 register_cpu_notifier(&fn##_nb); \ 84 #define hotcpu_notifier(fn, pri) do { } while (0)
|
/external/valgrind/main/exp-sgcheck/tests/ |
hsg.stderr.exp | 41 <fn>addup_wrongly</fn> 49 <fn>main</fn> 69 <fn>addup_wrongly</fn> 77 <fn>do_other_stuff</fn> 85 <fn>main</fn> [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_rem_pio2.c | 57 double z,w,t,r,fn; local 130 /* Use a specialized rint() to get fn. Assume round-to-nearest. */ 131 STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52); 132 fn = fn-0x1.8p52; 134 n = irint(fn); 136 n = (int32_t)fn; 138 r = x-fn*pio2_1; 139 w = fn*pio2_1t; /* 1st round good to 85 bit */ 148 w = fn*pio2_2; [all...] |
s_lround.c | 39 #define fn lround macro 56 fn(type x) function
|
/bionic/tests/ |
benchmark.h | 25 Benchmark(const char* name, void (*fn)(int)) { 26 Register(name, fn, NULL); 48 void Register(const char* name, void (*fn)(int), void (*fn_range)(int, int));
|
/external/libppp/src/ |
auth.h | 41 } fn; member in struct:authinfo 55 #define auth_Failure(a) (*(a)->fn.failure)(a) 56 #define auth_Success(a) (*(a)->fn.success)(a)
|
/build/tools/ |
compare_fileslist.py | 41 for fn,sz in lines: 42 if not data.has_key(fn): 43 data[fn] = {} 44 data[fn][index] = sz 47 for fn,sizes in data.iteritems(): 48 row = [fn] 59 .fn, .sz, .z, .d { 66 .fn { 86 print " <td class='fn'>%s</td>" % cgi.escape(combo) 98 print " <td class='fn'>%s</td>" % cgi.escape(row[0] [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
jquery-history.js | 62 $.fn.history = function(fn) { 63 $(this).bind('history', fn); 66 $.fn.historyadd = function(fn) { 67 $(this).bind('historyadd', fn);
|
/external/doclava/res/assets/templates/assets/ |
jquery-history.js | 62 $.fn.history = function(fn) { 63 $(this).bind('history', fn); 66 $.fn.historyadd = function(fn) { 67 $(this).bind('historyadd', fn);
|
/external/clang/test/CodeGenCXX/ |
assign-operator.cpp | 23 template <class T> void fn (T t) { } function in namespace:test1 26 A() { p = fn; }
|
/external/clang/test/SemaTemplate/ |
instantiate-decl-init.cpp | 17 void fn(T t, const arg& arg) { function 22 fn(1, arg());
|
/external/llvm/test/Bindings/Ocaml/ |
bitreader.ml | 15 let fn = Sys.argv.(1) in var 18 test (Llvm_bitwriter.write_bitcode_file m fn); 24 let mb = Llvm.MemoryBuffer.of_file fn in 36 let mb = Llvm.MemoryBuffer.of_file (fn ^ ".bogus") in 45 let mb = Llvm.MemoryBuffer.of_file fn in 56 let fn = fn ^ ".txt" in var 57 begin let oc = open_out fn in 65 let mb = Llvm.MemoryBuffer.of_file fn in
|
/external/valgrind/main/none/tests/ |
res_search.c | 8 void* fn(void* arg) function 42 if(0 != pthread_create(&pid, 0, fn, (void*)argv[1]))
|
/system/core/libcutils/ |
load_file.c | 22 void *load_file(const char *fn, unsigned *_sz) 29 fd = open(fn, O_RDONLY);
|
/bionic/libc/kernel/common/linux/ |
cpu.h | 39 #define hotcpu_notifier(fn, pri) do { } while (0)
|
/development/ndk/platforms/android-3/include/linux/ |
cpu.h | 32 #define hotcpu_notifier(fn, pri) do { } while (0)
|
/external/openssh/ |
dispatch.c | 68 dispatch_range(u_int from, u_int to, dispatch_fn *fn) 75 dispatch[i] = fn; 79 dispatch_set(int type, dispatch_fn *fn) 81 dispatch[type] = fn;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
catchptr1.cpp | 8 void fn () {} function 9 struct A {void fn () {}}; function in struct:A 20 throw &fn; 39 throw &A::fn; member in class:A
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
catchptr1.cpp | 8 void fn () {} function 9 struct A {void fn () {}}; function in struct:A 20 throw &fn; 39 throw &A::fn; member in class:A
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
cpu.h | 32 #define hotcpu_notifier(fn, pri) do { } while (0)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
cpu.h | 32 #define hotcpu_notifier(fn, pri) do { } while (0)
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
cpu.h | 32 #define hotcpu_notifier(fn, pri) do { } while (0)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
cpu.h | 32 #define hotcpu_notifier(fn, pri) do { } while (0)
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
cpu.h | 32 #define hotcpu_notifier(fn, pri) do { } while (0)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
cpu.h | 32 #define hotcpu_notifier(fn, pri) do { } while (0)
|