HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 226 - 250 of 2092) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/common/
sh-mem-vec128.tmpl.c 101 static void apply ( void(*fn)(U4,Bool), U4 arg1, Bool arg2 )
104 case 0: CFENCE; fn(arg1, arg2); CFENCE; break;
105 case 1: CFENCE; fn(arg1, arg2); CFENCE; break;
106 case 2: CFENCE; fn(arg1, arg2); CFENCE; break;
107 case 3: CFENCE; fn(arg1, arg2); CFENCE; break;
108 case 4: CFENCE; fn(arg1, arg2); CFENCE; break;
109 case 5: CFENCE; fn(arg1, arg2); CFENCE; break;
110 case 6: CFENCE; fn(arg1, arg2); CFENCE; break;
111 case 7: CFENCE; fn(arg1, arg2); CFENCE; break;
112 case 8: CFENCE; fn(arg1, arg2); CFENCE; break
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
rtcd.pl 67 my $fn=$_[0];
70 eval "\$${fn}_${opt}=${fn}_${opt}";
75 my $fn = splice(@_, -2, 1);
76 $ALL_FUNCS{$fn} = \@_;
77 specialize $fn, "c";
81 foreach my $fn (keys %ALL_FUNCS) {
83 my $ofn = eval "\$${fn}_${opt}";
88 my $best = eval "\$${fn}_default";
95 eval "\$${fn}_default=${fn}_${opt}"
    [all...]
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 109 static fntype fn = (fntype)getRealProcAddressOrDie(#name); \
110 fn(); \
117 static fntype fn = (fntype)getRealProcAddressOrDie(#name); \
118 fn(arg); \
125 static fntype fn = (fntype)getRealProcAddressOrDie(#name); \
126 fn(arg1, arg2); \
133 static fntype fn = (fntype)getRealProcAddressOrDie(#name); \
134 fn(arg1, arg2, arg3); \
141 static fntype fn = (fntype)getRealProcAddressOrDie(#name); \
142 return fn(); \
209 static fntype fn = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 168 #define FNFCIALLOC(fn) void *DIAMONDAPI fn(ULONG cb)
171 #define FNFCIFREE(fn) void DIAMONDAPI fn(void *memory)
180 #define FNFCIOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode,int *err,void *pv)
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
182 #define FNFCIWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv
    [all...]
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 48 static const char fn [] = "RoutingManager::RoutingManager()"; local
62 ALOGD("%s: default route is 0x%02X", fn, mDefaultEe);
76 ALOGD("%s: mOffHostEe=0x%02X", fn, mOffHostEe);
90 static const char fn [] = "RoutingManager::initialize()"; local
96 ALOGD ("%s: try ee register", fn);
100 ALOGE ("%s: fail ee register; error=0x%X", fn, nfaStat);
121 fn, i, mEeInfo.ee_disc_info[i].ee_handle,
218 static const char fn [] = "RoutingManager::addAidRouting"; local
219 ALOGD ("%s: enter", fn);
223 ALOGD ("%s: routed AID", fn);
234 static const char fn [] = "RoutingManager::removeAidRouting"; local
250 static const char fn [] = "RoutingManager::commitRouting"; local
266 static const char fn [] = "RoutingManager:onNfccShutdown"; local
405 static const char fn [] = "RoutingManager::stackCallback"; local
464 static const char fn [] = "RoutingManager::nfaEeCallback"; local
573 static const char fn [] = "RoutingManager::registerJniFunctions"; local
    [all...]
PowerSwitch.cpp 99 static const char fn [] = "PowerSwitch::initialize"; local
104 ALOGD ("%s: level=%s (%u)", fn, powerLevelToString(level), level);
107 ALOGD ("%s: desired screen-off state=%d", fn, mDesiredScreenOffPowerState);
122 ALOGE ("%s: not handled", fn);
160 static const char fn [] = "PowerSwitch::setLevel"; local
165 ALOGD ("%s: level=%s (%u)", fn, powerLevelToString(newLevel), newLevel);
174 ALOGE ("%s: unknown power level", fn);
185 ALOGD("%s: wait for deactivation", fn);
210 ALOGE ("%s: not handled", fn);
214 ALOGD("%s: actual power level=%s", fn, powerLevelToString(mCurrLevel))
291 static const char fn [] = "PowerSwitch::setPowerOffSleepState"; local
453 static const char fn [] = "PowerSwitch::abort"; local
473 static const char fn [] = "PowerSwitch::deviceManagementCallback"; local
    [all...]
NfcTag.cpp 151 static const char fn [] = "NfcTag::setDeactivationState"; local
156 ALOGD ("%s: state=%u", fn, mActivationState);
171 static const char fn [] = "NfcTag::setActivationState"; local
174 ALOGD ("%s: state=%u", fn, mActivationState);
247 static const char fn [] = "NfcTag::IsSameKovio"; local
248 ALOGD ("%s: enter", fn);
283 ALOGD ("%s: exit, is same Kovio=%d", fn, rVal);
300 static const char fn [] = "NfcTag::discoverTechnologies (activation)"; local
301 ALOGD ("%s: enter", fn);
393 ALOGD ("%s: Kovio", fn);
426 static const char fn [] = "NfcTag::discoverTechnologies (discovery)"; local
541 static const char fn [] = "NfcTag::createNativeNfcTag"; local
612 static const char fn [] = "NfcTag::fillNativeNfcTagMembers1"; local
663 static const char fn [] = "NfcTag::fillNativeNfcTagMembers2"; local
687 static const char fn [] = "NfcTag::fillNativeNfcTagMembers3"; local
808 static const char fn [] = "NfcTag::fillNativeNfcTagMembers4"; local
941 static const char fn [] = "NfcTag::fillNativeNfcTagMembers5"; local
1025 static const char fn [] = "NfcTag::isP2pDiscovered"; local
1054 static const char fn [] = "NfcTag::selectP2p"; local
1104 static const char fn [] = "NfcTag::resetTechnologies"; local
1128 static const char fn [] = "NfcTag::selectFirstTag"; local
1172 static const char fn [] = "NfcTag::getT1tMaxMessageSize"; local
1195 static const char fn [] = "NfcTag::calculateT1tMaxMessageSize"; local
1232 static const char fn [] = "NfcTag::isMifareUltralight"; local
1288 static const char fn [] = "NfcTag::isT2tNackResponse"; local
1331 static const char fn [] = "NfcTag::connectionEventHandler"; local
1454 static const char fn [] = "NfcTag::getTransceiveTimeout"; local
1477 static const char fn [] = "NfcTag::setTransceiveTimeout"; local
1511 static const char fn [] = "NfcTag::isInfineonMyDMove"; local
1545 static const char fn [] = "NfcTag::isKovioType2Tag"; local
    [all...]
RouteDataSet.cpp 121 static const char fn [] = "RouteDataSet::initialize"; local
122 ALOGD ("%s: enter", fn);
126 ALOGD ("%s: exit; return=true", fn);
142 static const char fn [] = "RouteDataSet::deleteDatabase"; local
143 ALOGD ("%s: default db size=%u; sec elem db size=%u", fn, mDefaultRouteDatabase.size(), mSecElemRouteDatabase.size());
167 static const char fn [] = "RouteDataSet::import"; local
168 ALOGD ("%s: enter", fn);
180 ALOGD ("%s: fail parse", fn);
187 ALOGE ("%s: fail root element", fn);
190 ALOGD ("%s: root=%s", fn, node1->name)
251 static const char fn [] = "RouteDataSet::saveToFile"; local
294 static const char fn [] = "RouteDataSet::loadFromFile"; local
336 static const char fn [] = "RouteDataSet::importProtocolRoute"; local
408 static const char fn [] = "RouteDataSet::importTechnologyRoute"; local
476 static const char fn [] = "RouteDataSet::deleteFile"; local
519 static const char fn [] = "RouteDataSet::printDiagnostic"; local
    [all...]
  /art/compiler/dex/quick/
resource_mask.cc 57 #define DEFINE_LIST_32(fn) \
58 fn(0), fn(1), fn(2), fn(3), fn(4), fn(5), fn(6), fn(7), \
59 fn(8), fn(9), fn(10), fn(11), fn(12), fn(13), fn(14), fn(15),
    [all...]
  /external/clang/test/Misc/
backend-stack-frame-diagnostics.cpp 64 auto fn = local
69 fn();
73 auto fn = local
78 fn();
  /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 {{'fn' 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}}
decltype.cpp 24 auto call(F&& fn) -> decltype(fn(T())) { function in struct:Future
25 return fn(T());
29 auto then(F&& fn) -> decltype(call(fn))
31 return fn(T());
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 36 #define fn lrint macro
47 fn(type x) function
s_nearbyint.c 44 #define DECL(type, fn, rint) \
46 fn(type x) \
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtpool.h 68 PR_QueueJob(PRThreadPool *tpool, PRJobFn fn, void *arg, PRBool joinable);
73 PRJobFn fn, void * arg, PRBool joinable);
78 PRJobFn fn, void * arg, PRBool joinable);
83 PRJobFn fn, void * arg, PRBool joinable);
88 const PRNetAddr *addr, PRJobFn fn, void * arg, PRBool joinable);
93 PRJobFn fn, void * arg, PRBool joinable);
  /external/valgrind/main/memcheck/tests/
wrap5.c 54 OrigFn fn; local
55 VALGRIND_GET_ORIG_FN(fn);
58 CALL_FN_W_W(r, fn, n);
68 OrigFn fn; local
69 VALGRIND_GET_ORIG_FN(fn);
72 CALL_FN_W_W(r, fn, n);
  /external/chromium_org/sync/internal_api/public/util/
weak_handle.h 117 const base::Closure& fn) const;
147 void (U::*fn)(void)) const {
150 Bind(&WeakHandleCore::template DoCall0<U>, this, fn));
155 void (U::*fn)(A1),
160 this, fn, a1));
165 void (U::*fn)(A1, A2),
171 this, fn, a1, a2));
176 void (U::*fn)(A1, A2, A3),
183 this, fn, a1, a2, a3));
188 void (U::*fn)(A1, A2, A3, A4)
    [all...]
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 52 <fn>pthread_create_WRK</fn>
60 <fn>pthread_create@*</fn>
68 <fn>main</fn>
88 <fn>main</fn>
102 <fn>child_fn</fn>
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c 211 void*(*fn)(void*) = (void*(*)(void*))xargs[0];
233 return (void*) fn( (void*)arg );
250 OrigFn fn; local
253 VALGRIND_GET_ORIG_FN(fn);
269 CALL_FN_W_WWWW(ret, fn, thread,attr,mythread_wrapper,&xargs[0]);
328 OrigFn fn; local
329 VALGRIND_GET_ORIG_FN(fn);
334 CALL_FN_W_WW(ret, fn, thread,value_pointer);
426 OrigFn fn; local
427 VALGRIND_GET_ORIG_FN(fn);
464 OrigFn fn; local
501 OrigFn fn; local
545 OrigFn fn; local
586 OrigFn fn; local
625 OrigFn fn; local
673 OrigFn fn; local
755 OrigFn fn; local
853 OrigFn fn; local
905 OrigFn fn; local
954 OrigFn fn; local
1003 OrigFn fn; local
1074 OrigFn fn; local
1109 OrigFn fn; local
1146 OrigFn fn; local
1200 OrigFn fn; local
1248 OrigFn fn; local
1285 OrigFn fn; local
1330 OrigFn fn; local
1398 OrigFn fn; local
1444 OrigFn fn; local
1488 OrigFn fn; local
1536 OrigFn fn; local
1584 OrigFn fn; local
1638 OrigFn fn; local
1691 OrigFn fn; local
1765 OrigFn fn; local
1813 OrigFn fn; local
1864 OrigFn fn; local
1917 OrigFn fn; local
1967 OrigFn fn; local
2001 OrigFn fn; local
2126 OrigFn fn; local
2157 OrigFn fn; local
2190 OrigFn fn; local
2228 OrigFn fn; local
2273 OrigFn fn; local
2295 OrigFn fn; local
    [all...]
  /build/tools/
check_radio_versions.py 40 key, fn = item.split(":", 1)
47 f = open(fn, "rb")
53 f = open(fn + ".sha1")
56 print "*** Error opening \"%s.sha1\"; can't verify %s" % (fn, key)
67 print "*** SHA-1 hash of \"%s\" doesn't appear in \"%s.sha1\"" % (fn, fn)
74 fn, versions[digest], key, sys.argv[1])
  /external/libedit/src/
hist.h 57 #define HIST_FUN_INTERNAL(el, fn, arg) \
59 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
61 #define HIST_FUN(el, fn, arg) \
62 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
63 HIST_FUN_INTERNAL(el, fn, arg))
65 #define HIST_FUN(el, fn, arg) HIST_FUN_INTERNAL(el, fn, arg)
  /bionic/libc/bionic/
clone.cpp 36 extern "C" pid_t __bionic_clone(uint32_t flags, void* child_stack, int* parent_tid, void* tls, int* child_tid, int (*fn)(void*), void* arg);
40 extern "C" __LIBC_HIDDEN__ void __start_thread(int (*fn)(void*), void* arg) {
41 int status = (*fn)(arg);
45 int clone(int (*fn)(void*), void* child_stack, int flags, void* arg, ...) {
74 int clone_result = __bionic_clone(flags, child_stack, parent_tid, new_tls, child_tid, fn, arg);
  /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/benchmarks/
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));
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 65 long double z,w,t,r,fn; local
77 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
78 fn = x*invpio2+0x1.8p112;
79 fn = fn-0x1.8p112;
81 n = i64rint(fn);
83 n = fn;
85 r = x-fn*pio2_1;
86 w = fn*pio2_1t; /* 1st round good to 180 bit */
97 w = fn*pio2_2
    [all...]

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>