HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 176 - 200 of 860) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilt/linux-x86/sdl/include/SDL/
SDL_thread.h 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
72 unsigned (__stdcall *func)(void *), void *arg,
77 unsigned (__stdcall *func)(void *), void *arg,
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
workqueue.h 24 void (*func)(void *); member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0)
interrupt.h 103 void (*func)(unsigned long); member in struct:tasklet_struct
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
workqueue.h 24 void (*func)(void *); member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0)
interrupt.h 103 void (*func)(unsigned long); member in struct:tasklet_struct
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
workqueue.h 24 void (*func)(void *); member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0)
interrupt.h 103 void (*func)(unsigned long); member in struct:tasklet_struct
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
workqueue.h 24 void (*func)(void *); member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0)
interrupt.h 103 void (*func)(unsigned long); member in struct:tasklet_struct
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
workqueue.h 24 void (*func)(void *); member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0)
interrupt.h 103 void (*func)(unsigned long); member in struct:tasklet_struct
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
workqueue.h 24 void (*func)(void *); member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
38 #define PREPARE_WORK(_work, _func, _data) do { (_work)->func = _func; (_work)->data = _data; } while (0)
interrupt.h 103 void (*func)(unsigned long); member in struct:tasklet_struct
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
  /prebuilt/windows/sdl/include/SDL/
SDL_thread.h 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
72 unsigned (__stdcall *func)(void *), void *arg,
77 unsigned (__stdcall *func)(void *), void *arg,
  /bionic/libc/kernel/common/linux/
interrupt.h 103 void (*func)(unsigned long); member in struct:tasklet_struct
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
  /development/ndk/platforms/android-3/include/linux/
interrupt.h 103 void (*func)(unsigned long); member in struct:tasklet_struct
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
  /external/clearsilver/util/
neo_err.h 57 const char *func; member in struct:_neo_err
94 NEOERR *nerr_raisef (const char *func, const char *file, int lineno,
108 NEOERR *nerr_raise_errnof (const char *func, const char *file, int lineno,
124 NEOERR *nerr_passf (const char *func, const char *file, int lineno,
148 NEOERR *nerr_pass_ctxf (const char *func, const char *file, int lineno,
  /external/ipsec-tools/src/racoon/
genlist.c 68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg)
73 ret = (*func)(p->data, arg);
96 genlist_free (struct genlist *head, genlist_freedata_t func)
102 if (func)
103 func(p->data);
plog.c 97 plog_common(pri, fmt, func)
99 const char *fmt, *func;
129 snprintf(p, reslen, "%s: %s", func, fmt);
141 _plog(int pri, const char *func, struct sockaddr *sa, const char *fmt, ...)
146 plogv(pri, func, sa, fmt, ap);
151 plogv(int pri, const char *func, struct sockaddr *sa,
160 newfmt = plog_common(pri, fmt, func);
  /external/kernel-headers/original/linux/
rcupdate.h 48 * @func: actual update function to call after the grace period.
52 void (*func)(struct rcu_head *head); member in struct:rcu_head
55 #define RCU_HEAD_INIT { .next = NULL, .func = NULL }
58 (ptr)->next = NULL; (ptr)->func = NULL; \
281 void (*func)(struct rcu_head *head)));
283 void (*func)(struct rcu_head *head)));
  /external/e2fsprogs/lib/ext2fs/
block.c 23 int (*func)(ext2_filsys fs, member in struct:block_context
49 ret = (*ctx->func)(ctx->fs, ind_block,
73 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
87 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
107 ret |= (*ctx->func)(ctx->fs, ind_block,
123 ret = (*ctx->func)(ctx->fs, dind_block,
183 ret |= (*ctx->func)(ctx->fs, dind_block,
199 ret = (*ctx->func)(ctx->fs, tind_block,
259 ret |= (*ctx->func)(ctx->fs, tind_block,
270 int (*func)(ext2_filsys fs
399 int (*func)(ext2_filsys fs, member in struct:xlate
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 346 my $func = ($globals{$self->{value}} or $self->{value}) . ":";
350 $func .= "\n";
351 $func .= " movq %rdi,8(%rsp)\n";
352 $func .= " movq %rsi,16(%rsp)\n";
353 $func .= " movq %rsp,%rax\n";
354 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
357 $func .= " movq %rcx,%rdi\n" if ($narg>0);
358 $func .= " movq %rdx,%rsi\n" if ($narg>1);
359 $func .= " movq %r8,%rdx\n" if ($narg>2);
360 $func .= " movq %r9,%rcx\n" if ($narg>3)
    [all...]
  /device/samsung/crespo/alsa-lib/src/conf/cards/
SI7018.conf 54 @func concat
63 @func concat
92 @func concat
101 @func concat
110 @func concat
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
function.h 623 /* Access macro for module_id field of function FUNC. */
624 #define FUNC_DECL_MODULE_ID(func) ((func)->module_id)
625 /* Access macro for funcdef_no field of function FUNC. */
626 #define FUNC_DECL_FUNC_ID(func) ((func)->funcdef_no + 1)
627 /* Macro to compute global function id for FUNC. */
628 #define FUNC_DECL_GLOBAL_ID(func) \
629 GEN_FUNC_GLOBAL_ID (FUNC_DECL_MODULE_ID (func), FUNC_DECL_FUNC_ID (func))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
function.h 623 /* Access macro for module_id field of function FUNC. */
624 #define FUNC_DECL_MODULE_ID(func) ((func)->module_id)
625 /* Access macro for funcdef_no field of function FUNC. */
626 #define FUNC_DECL_FUNC_ID(func) ((func)->funcdef_no + 1)
627 /* Macro to compute global function id for FUNC. */
628 #define FUNC_DECL_GLOBAL_ID(func) \
629 GEN_FUNC_GLOBAL_ID (FUNC_DECL_MODULE_ID (func), FUNC_DECL_FUNC_ID (func))
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6 78 91011>>