HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 51 - 75 of 604) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
cxx0x-default-delete.cpp 19 void fn() { function
  /external/libvpx/vp8/encoder/
dct.h 60 #define FDCT_INVOKE(ctx,fn) (ctx)->fn
62 #define FDCT_INVOKE(ctx,fn) vp8_fdct_##fn
quantize.h 45 #define QUANTIZE_INVOKE(ctx,fn) (ctx)->fn
47 #define QUANTIZE_INVOKE(ctx,fn) vp8_quantize_##fn
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11dyn.c 64 static void X11_GetSym(const char *fnname, int *rc, void **fn)
70 *fn = SDL_LoadFunction(x11libs[i].lib, fnname);
71 if (*fn != NULL)
77 if (*fn != NULL)
78 printf("X11: Found '%s' in %s (%p)\n", fnname, x11libs[i].libname, *fn);
83 if (*fn == NULL)
90 #define SDL_X11_SYM(rc,fn,params,args,ret) \
91 static rc (*p##fn) params = NULL; \
92 rc fn params { ret p##fn args ;
    [all...]
  /packages/apps/Launcher2/
fill_screens.py 34 def pull_file(fn):
35 print "pull_file: " + fn
38 + " " + fn);
43 def push_file(fn):
44 print "push_file: " + fn
46 + " " + fn
52 def process_file(fn):
53 print "process_file: " + fn
54 conn = sqlite3.connect(fn)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block
  /external/valgrind/main/exp-ptrcheck/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...]
  /external/valgrind/main/callgrind/
context.c 140 static UWord cxt_hash_val(fn_node** fn, UInt size)
144 while(*fn != 0) {
145 hash = (hash<<7) + (hash>>25) + (UWord)(*fn);
146 fn--;
154 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt)
162 cxt_fn = &(cxt->fn[0]);
163 while((*fn != 0) && (count>0)) {
164 if (*cxt_fn != *fn) return False;
165 fn--;
175 static Context* new_cxt(fn_node** fn)
    [all...]
  /bionic/libm/src/
s_fdim.c 32 #define DECL(type, fn) \
34 fn(type x, type y) \
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
87 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
89 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_thread.h 82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
87 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
89 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_thread.h 82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
87 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
89 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilt/windows/sdl/include/SDL/
SDL_thread.h 82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
87 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
89 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /bootable/recovery/tools/ota/
check-lost+found.c 76 char fn[PATH_MAX]; local
77 snprintf(fn, sizeof(fn), "%s/%s", kPartitions[i], "dirty");
78 fd = open(fn, O_WRONLY|O_CREAT, 0444);
80 write(fd, fn, sizeof(fn)); // write, you know, some data
82 unlink(fn);
98 char fn[PATH_MAX]; local
99 snprintf(fn, sizeof(fn), "%s/%s", kPartitions[i], "lost+found")
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 377 OrigFn fn; local
383 VALGRIND_GET_ORIG_FN(fn);
416 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), thread_args_p);
456 OrigFn fn; local
458 VALGRIND_GET_ORIG_FN(fn);
459 CALL_FN_W_WW(ret, fn, pt_joinee, thread_return);
476 OrigFn fn; local
477 VALGRIND_GET_ORIG_FN(fn);
479 CALL_FN_W_W(ret, fn, pt_thread);
499 OrigFn fn; local
517 OrigFn fn; local
540 OrigFn fn; local
564 OrigFn fn; local
582 OrigFn fn; local
600 OrigFn fn; local
619 OrigFn fn; local
638 OrigFn fn; local
659 OrigFn fn; local
678 OrigFn fn; local
696 OrigFn fn; local
717 OrigFn fn; local
743 OrigFn fn; local
761 OrigFn fn; local
780 OrigFn fn; local
798 OrigFn fn; local
816 OrigFn fn; local
834 OrigFn fn; local
852 OrigFn fn; local
875 OrigFn fn; local
894 OrigFn fn; local
912 OrigFn fn; local
934 OrigFn fn; local
952 OrigFn fn; local
970 OrigFn fn; local
989 OrigFn fn; local
1005 OrigFn fn; local
1021 OrigFn fn; local
1038 OrigFn fn; local
1056 OrigFn fn; local
1074 OrigFn fn; local
1092 OrigFn fn; local
1109 OrigFn fn; local
1128 OrigFn fn; local
1147 OrigFn fn; local
1166 OrigFn fn; local
1185 OrigFn fn; local
1204 OrigFn fn; local
1223 OrigFn fn; local
    [all...]
  /bionic/libc/bionic/
bionic_clone.c 42 int (*fn)(void *),
51 __bionic_clone_entry( int (*fn)(void *), void *arg )
53 int ret = (*fn)(arg);
58 clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...)
79 ret = __bionic_clone(flags, child_stack, parent_tidptr, new_tls, child_tidptr, fn, arg);
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp 40 <fn>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklm</fn>
48 <fn>main</fn>
59 <fn>malloc</fn>
67 <fn>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklm</fn>
75 <fn>main</fn>
    [all...]

Completed in 637 milliseconds

1 23 4 5 6 7 8 91011>>