HomeSort by relevance Sort by last modified time
    Searched defs:fn (Results 151 - 175 of 693) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/cgo/
libcgo.h 37 void (*fn)(void); member in struct:ThreadStart
66 * Call fn in the 6c world.
68 void crosscall_amd64(void (*fn)(void));
71 * Call fn in the 8c world.
73 void crosscall_386(void (*fn)(void));
  /prebuilts/go/linux-x86/test/
reorder.go 122 x, x = fn()
123 checkOAS2XXX(x, "x, x = fn()")
143 func fn() (bool, bool) { return false, true } func
  /test/vti/dashboard/src/main/webapp/js/
test_acknowledgments.js 383 $.fn.testAcknowledgments = function(
  /art/runtime/native/
dalvik_system_VMStack.cc 42 T fn)
47 trace = fn(soa.Self(), soa);
69 trace = fn(thread, soa);
85 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) local
89 jobject trace = GetThreadStack(soa, javaThread, fn);
152 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) local
156 jobject trace = GetThreadStack(soa, javaThread, fn);
165 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) local
169 return GetThreadStack(soa, javaThread, fn);
  /bionic/libc/stdlib/
atexit.c 138 struct atexit_fn fn; local
158 fn = p->fns[n];
164 (*fn.fn_ptr)(fn.fn_arg);
  /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...]
  /bionic/tests/
pthread_dlfcn_test.cpp 51 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "proxy_pthread_atfork")); local
52 ASSERT_TRUE(fn != nullptr) << dlerror();
54 ASSERT_EQ(0, fn(AtForkPrepare2, AtForkParent2, AtForkChild2));
55 ASSERT_EQ(0, fn(AtForkPrepare3, AtForkParent3, AtForkChild3));
96 fn_t fn = reinterpret_cast<fn_t>(dlsym(g_atfork_test_handle, "proxy_pthread_atfork")); local
97 ASSERT_TRUE(fn != nullptr) << dlerror();
  /bootable/recovery/edify/include/edify/
expr.h 77 Function fn; member in struct:Expr
82 Expr(Function fn, const std::string& name, int start, int end) :
83 fn(fn),
119 void RegisterFunction(const std::string& name, Function fn);
  /device/google/contexthub/firmware/lib/libm/
ef_rem_pio2.c 105 float z,w,t,r,fn; local
142 fn = (float)n;
143 r = t-fn*pio2_1;
144 w = fn*pio2_1t; /* 1st round good to 40 bit */
155 w = fn*pio2_2;
157 w = fn*pio2_2t-((t-r)-w);
163 w = fn*pio2_3;
165 w = fn*pio2_3t-((t-r)-w);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shelve.py 11 fn = "shelftemp" + os.extsep + "db" variable in class:TestCase
30 s = shelve.open(self.fn, protocol=0)
35 for f in glob.glob(self.fn+"*"):
40 s = shelve.open(self.fn, protocol=1)
45 for f in glob.glob(self.fn+"*"):
50 s = shelve.open(self.fn, protocol=2)
55 for f in glob.glob(self.fn+"*"):
108 fn = "shelftemp.db" variable in class:TestShelveBase
121 x= shelve.open(self.fn+str(self.counter), **self._args)
129 for f in glob.glob(self.fn+"*"):
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_rem_pio2.c 78 double z,w,t,r,fn; local
116 fn = (double)n;
117 r = t-fn*pio2_1;
118 w = fn*pio2_1t; /* 1st round good to 85 bit */
129 w = fn*pio2_2;
131 w = fn*pio2_2t-((t-r)-w);
137 w = fn*pio2_3;
139 w = fn*pio2_3t-((t-r)-w);
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/tree/
UnitTest.class 
  /external/fdlibm/
e_rem_pio2.c 90 double z,w,t,r,fn; local
126 fn = (double)n;
127 r = t-fn*pio2_1;
128 w = fn*pio2_1t; /* 1st round good to 85 bit */
137 w = fn*pio2_2;
139 w = fn*pio2_2t-((t-r)-w);
144 w = fn*pio2_3;
146 w = fn*pio2_3t-((t-r)-w);
  /external/fio/lib/
bloom.c 23 uint32_t (*fn)(const void *, uint32_t, uint32_t); member in struct:bloom_hash
41 .fn = jhash,
45 .fn = XXH32,
49 .fn = murmurhash3,
53 .fn = bloom_crc32c,
57 .fn = bloom_fnv,
96 hash[i] = hashes[i].fn(data, len, hashes[i].seed);
  /external/libdaemon/libdaemon/
dpid.c 63 static char *fn = NULL; local
64 free(fn);
65 asprintf(&fn, "%s/%s.pid", VARRUN, daemon_pid_file_ident ? daemon_pid_file_ident : "unknown");
67 static char fn[PATH_MAX];
68 snprintf(fn, sizeof(fn), "%s/%s.pid", VARRUN, daemon_pid_file_ident ? daemon_pid_file_ident : "unknown");
71 return fn;
100 const char *fn; local
108 if (!(fn = daemon_pid_file_proc())) {
113 if ((fd = open(fn, O_RDWR, 0644)) < 0)
215 const char *fn; local
273 const char *fn; local
    [all...]
  /external/libevent/test/
tinytest.h 55 testcase_fn fn; /**< The function to run to implement this case. */ member in struct:testcase_t
  /external/libffi/src/frv/
ffi.c 130 void (*fn)(void));
133 void (*fn)(void),
158 cif->flags, ecif.rvalue, fn);
256 unsigned long fn = (long) ffi_closure_eabi; local
263 fn = (unsigned long) ffi_closure_eabi;
268 tramp[2] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 */
270 tramp[4] = 0x8cf80000 + (fn >> 16); /* sethi hi(fn), gr6 */
275 tramp[0] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 *
    [all...]
  /external/libffi/src/m88k/
ffi.c 53 void (*fn) ());
232 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue)
253 ffi_call_OBSD (cif->bytes, &ecif, cif->flags, ecif.rvalue, fn);
373 void *fn; local
378 fn = &ffi_closure_struct_OBSD;
380 fn = &ffi_closure_OBSD;
382 /* or.u %r10, %r0, %hi16(fn) */
383 tramp[0] = 0x5d400000 | (((unsigned int)fn) >> 16);
386 /* or %r10, %r10, %lo16(fn) */
387 tramp[2] = 0x594a0000 | (((unsigned int)fn) & 0xffff)
    [all...]
  /external/libffi/src/moxie/
ffi.c 123 void (*fn)(void));
126 void (*fn)(void),
150 cif->flags, ecif.rvalue, fn);
252 unsigned long fn = (long) ffi_closure_eabi; local
258 fn = (unsigned long) ffi_closure_eabi;
264 tramp[4] = fn >> 16;
265 tramp[5] = fn & 0xffff;
  /external/libffi/src/or1k/
ffi.c 115 void (*fn)(void),
119 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue)
154 ffi_call_SYSV(size, &ecif, ffi_prep_args, rvalue, fn, cif->flags);
272 unsigned long fn = (unsigned long) ffi_closure_SYSV; local
289 tramp[5] = fn >> 16;
291 tramp[7] = fn & 0xFFFF;
  /external/libffi/src/sparc/
ffi.c 373 unsigned, unsigned *, void (*fn)(void));
376 unsigned, unsigned *, void (*fn)(void));
383 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue)
427 unsigned long f = (unsigned long)fn;
430 call_struct[2] = 0x03000000 | f >> 10; /* sethi %hi(fn), %g1 */
431 call_struct[3] = 0x9fc06000 | (f & 0x3ff); /* jmp %g1+%lo(fn), %o7 */
454 cif->flags, rvalue, fn);
460 cif->flags, rvalue, fn);
467 cif->flags, rval, fn);
496 unsigned long fn; local
    [all...]
  /external/libffi/src/vax/
ffi.c 163 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue)
183 ffi_call_elfbsd (&ecif, cif->bytes, cif->flags, ecif.rvalue, fn);
247 void *fn; local
261 fn = &ffi_closure_struct_elfbsd;
263 fn = &ffi_closure_elfbsd;
265 /* jmpl #fn */
268 *(unsigned int *)(tramp + 11) = (unsigned int)fn + 2 -
  /external/ltp/testcases/kernel/lib/
numa_helper.c 53 char fn[64]; local
58 sprintf(fn, "/sys/devices/system/node/node%d", i);
59 if (stat(fn, &st) == 0)
118 char fn[64]; local
126 sprintf(fn, "/sys/devices/system/node/node%d/cpumap", i);
127 f = fopen(fn, "r");
  /external/pdfium/testing/
embedder_test_timer_handling_delegate.h 28 TimerCallback fn; member in struct:EmbedderTestTimerHandlingDelegate::Timer
40 int SetTimer(int msecs, TimerCallback fn) override {
43 std::pair<int, Timer>(msecs + fake_elapsed_msecs_, {id, msecs, fn}));
72 t.fn(t.id); // Fire timer.
  /external/python/cpython2/Lib/test/
test_shelve.py 11 fn = "shelftemp" + os.extsep + "db" variable in class:TestCase
30 s = shelve.open(self.fn, protocol=0)
35 for f in glob.glob(self.fn+"*"):
40 s = shelve.open(self.fn, protocol=1)
45 for f in glob.glob(self.fn+"*"):
50 s = shelve.open(self.fn, protocol=2)
55 for f in glob.glob(self.fn+"*"):
108 fn = "shelftemp.db" variable in class:TestShelveBase
121 x= shelve.open(self.fn+str(self.counter), **self._args)
129 for f in glob.glob(self.fn+"*")
    [all...]

Completed in 505 milliseconds

1 2 3 4 5 67 8 91011>>