/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
testprog.c | 12 fn (void) function
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
relax_branch_align.s | 3 fn: label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
err-bpo4.s | 5 Main PUSHGO $42,fn % { dg-error "no suitable GREG definition" "" }
|
/prebuilts/go/darwin-x86/src/runtime/ |
os_solaris.go | 33 func sysvicall0(fn *libcFunc) uintptr { 35 libcall.fn = uintptr(unsafe.Pointer(fn)) 37 libcall.args = uintptr(unsafe.Pointer(fn)) // it's unused but must be non-nil, otherwise crashes 43 func sysvicall1(fn *libcFunc, a1 uintptr) uintptr { 45 libcall.fn = uintptr(unsafe.Pointer(fn)) 54 func sysvicall2(fn *libcFunc, a1, a2 uintptr) uintptr { 56 libcall.fn = uintptr(unsafe.Pointer(fn)) [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
os_solaris.go | 33 func sysvicall0(fn *libcFunc) uintptr { 35 libcall.fn = uintptr(unsafe.Pointer(fn)) 37 libcall.args = uintptr(unsafe.Pointer(fn)) // it's unused but must be non-nil, otherwise crashes 43 func sysvicall1(fn *libcFunc, a1 uintptr) uintptr { 45 libcall.fn = uintptr(unsafe.Pointer(fn)) 54 func sysvicall2(fn *libcFunc, a1, a2 uintptr) uintptr { 56 libcall.fn = uintptr(unsafe.Pointer(fn)) [all...] |
/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/clang/test/Index/ |
print-type.c | 3 int *f(int *p, char *x, FooType z, int arr[5], void (*fn)(int)) { 4 fn(*p); 26 // CHECK: ParmDecl=fn:3:55 (Definition) [type=void (*)(int)] [typekind=Pointer] [canonicaltype=void (*)(int)] [canonicaltypekind=Pointer] [isPOD=1] [pointeetype=void (int)] [pointeekind=Unexposed] 29 // CHECK: CallExpr=fn:3:55 [type=void] [typekind=Void] [args= [int] [Int]] [isPOD=0] 30 // CHECK: DeclRefExpr=fn:3:55 [type=void (*)(int)] [typekind=Pointer] [canonicaltype=void (*)(int)] [canonicaltypekind=Pointer] [isPOD=1] [pointeetype=void (int)] [pointeekind=Unexposed]
|
/external/skia/src/core/ |
SkTaskGroup.h | 23 void add(std::function<void(void)> fn); 25 // Add a batch of N tasks, all calling fn with different arguments. 26 void batch(int N, std::function<void(int)> fn);
|
Sk4px.h | 98 // A generic driver that maps fn over a src array into a dst array. 99 // fn should take an Sk4px (4 src pixels) and return an Sk4px (4 dst pixels). 100 template <typename Fn> 101 static void MapSrc(int n, SkPMColor* dst, const SkPMColor* src, const Fn& fn) { 104 // This looks a bit odd, but it helps loop-invariant hoisting across different calls to fn. 108 Sk4px dst0 = fn(Load4(src+0)), 109 dst4 = fn(Load4(src+4)); 117 fn(Load4(src)).store4(dst); 121 fn(Load2(src)).store2(dst) [all...] |
/external/skia/src/pdf/ |
SkScopeExit.h | 26 template <typename Fn> 29 SkScopeExit(Fn f) : fFn(std::move(f)) {} 33 Fn fFn; 41 template <typename Fn> 42 inline SkScopeExit<Fn> SkMakeScopeExit(Fn&& fn) { 43 return {std::move(fn)};
|
/external/valgrind/drd/ |
drd_libstdcxx_intercepts.c | 72 OrigFn fn; local 73 VALGRIND_GET_ORIG_FN(fn); 76 CALL_FN_W_W(ret, fn, guard); 97 OrigFn fn; local 98 VALGRIND_GET_ORIG_FN(fn); 101 CALL_FN_W_W(ret, fn, guard);
|
/external/valgrind/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);
|
/packages/apps/Nfc/nci/jni/ |
PowerSwitch.cpp | 99 static const char fn [] = "PowerSwitch::initialize"; local 104 ALOGV("%s: level=%s (%u)", fn, powerLevelToString(level), level); 107 ALOGV("%s: desired screen-off state=%d", fn, mDesiredScreenOffPowerState); 122 ALOGE("%s: not handled", fn); 160 static const char fn [] = "PowerSwitch::setLevel"; local 165 ALOGV("%s: level=%s (%u)", fn, powerLevelToString(newLevel), newLevel); 174 ALOGE("%s: unknown power level", fn); 185 ALOGV("%s: wait for deactivation", fn); 210 ALOGE("%s: not handled", fn); 214 ALOGV("%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...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug389.go | 10 func fn(a float32) {} func 12 var f func(arg int) = fn // ERROR "cannot use fn .type func.float32.. as type func.int. in assignment|different parameter types"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug389.go | 10 func fn(a float32) {} func 12 var f func(arg int) = fn // ERROR "cannot use fn .type func.float32.. as type func.int. in assignment|different parameter types"
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_thread.h | 107 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data, 116 #define SDL_CreateThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex) 118 #define SDL_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex) 142 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data);
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_thread.h | 107 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data, 116 #define SDL_CreateThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex) 118 #define SDL_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex) 142 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data);
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_thread.h | 107 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data, 116 #define SDL_CreateThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex) 118 #define SDL_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex) 142 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data);
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_thread.h | 107 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data, 116 #define SDL_CreateThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex) 118 #define SDL_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex) 142 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data);
|
/external/valgrind/helgrind/ |
hg_intercepts.c | 332 OrigFn fn; local 335 VALGRIND_GET_ORIG_FN(fn); 355 CALL_FN_v_W(fn, ptr); 367 void*(*fn)(void*) = (void*(*)(void*))xargs[0]; 389 return (void*) fn( (void*)arg ); 406 OrigFn fn; local 409 VALGRIND_GET_ORIG_FN(fn); 427 CALL_FN_W_WWWW(ret, fn, thread,attr,mythread_wrapper,&xargs[0]); 494 OrigFn fn; local 497 VALGRIND_GET_ORIG_FN(fn); 547 OrigFn fn; local 641 OrigFn fn; local 688 OrigFn fn; local 723 OrigFn fn; local 762 OrigFn fn; local 799 OrigFn fn; local 833 OrigFn fn; local 885 OrigFn fn; local 936 OrigFn fn; local 970 OrigFn fn; local 1026 OrigFn fn; local 1079 OrigFn fn; local 1125 OrigFn fn; local 1168 OrigFn fn; local 1257 OrigFn fn; local 1368 OrigFn fn; local 1429 OrigFn fn; local 1488 OrigFn fn; local 1531 OrigFn fn; local 1570 OrigFn fn; local 1647 OrigFn fn; local 1683 OrigFn fn; local 1721 OrigFn fn; local 1779 OrigFn fn; local 1835 OrigFn fn; local 1880 OrigFn fn; local 1933 OrigFn fn; local 2010 OrigFn fn; local 2057 OrigFn fn; local 2090 OrigFn fn; local 2140 OrigFn fn; local 2188 OrigFn fn; local 2220 OrigFn fn; local 2268 OrigFn fn; local 2300 OrigFn fn; local 2360 OrigFn fn; local 2422 OrigFn fn; local 2475 OrigFn fn; local 2526 OrigFn fn; local 2606 OrigFn fn; local 2652 OrigFn fn; local 2689 OrigFn fn; local 2746 OrigFn fn; local 2807 OrigFn fn; local 2864 OrigFn fn; local 2899 OrigFn fn; local 3024 OrigFn fn; local 3055 OrigFn fn; local 3088 OrigFn fn; local 3124 OrigFn fn; local 3167 OrigFn fn; local 3189 OrigFn fn; local [all...] |
/external/valgrind/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...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
tlspic.d | 9 0+000 <fn>: 13 6: c7 08 [ ]*mova 28 <fn\+0x28>,r0 14 8: dc 07 [ ]*mov\.l 28 <fn\+0x28>,r12[ ]+! 0 .* 16 c: d0 02 [ ]*mov\.l 18 <fn\+0x18>,r0[ ]+! 0 .* 19 12: a0 03 [ ]*bra 1c <fn\+0x1c>
|
/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) { 46 int status = (*fn)(arg); 50 int clone(int (*fn)(void*), void* child_stack, int flags, void* arg, ...) { 55 if (fn != nullptr && child_stack == nullptr) { 94 if (fn != nullptr) { 95 clone_result = __bionic_clone(flags, child_stack, parent_tid, new_tls, child_tid, fn, arg);
|
/build/make/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])
|