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

1 2 3 4 5 67 8 91011>>

  /bootable/bootloader/legacy/libboot/
tags_partition.c 48 .func = ptn_importer,
tags_revision.c 46 h.func = tag_revision;
tags_serialno.c 45 h.func = tag_serialno;
  /external/chromium/third_party/icu/source/common/
ucln_cmn.h 61 cleanupFunc *func);
  /external/chromium/third_party/icu/source/i18n/
ucln_in.h 55 cleanupFunc *func);
  /external/icu4c/i18n/
ucln_in.h 55 cleanupFunc *func);
  /external/kernel-headers/original/linux/
workqueue.h 17 void (*func)(void *); member in struct:work_struct
29 .func = (f), \
38 * initialize a work-struct's func and data pointers:
42 (_work)->func = _func; \
74 extern int schedule_on_each_cpu(void (*func)(void *info), void *info);
  /external/qemu/
json-streamer.h 30 void (*func)(JSONMessageParser *, QList *));
ioport.c 64 IOPortReadFunc *func = ioport_read_table[index][address]; local
65 if (!func)
66 func = default_func[index];
67 return func(ioport_opaque[address], address);
77 IOPortWriteFunc *func = ioport_write_table[index][address]; local
78 if (!func)
79 func = default_func[index];
80 func(ioport_opaque[address], address, data);
140 IOPortReadFunc *func, void *opaque)
149 ioport_read_table[bsize][i] = func;
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
bitops-3bit-bits-in-byte.js 26 function TimeFunc(func) {
29 for(var y=0; y<256; y++) func(y);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
bitops-3bit-bits-in-byte.js 26 function TimeFunc(func) {
29 for(var y=0; y<256; y++) func(y);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi.c 71 static int sdspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr,
73 static int sdspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr,
77 static int sdspi_card_buf(sdioh_info_t *sd, int rw, int func, bool fifo,
79 static int sdspi_abort(sdioh_info_t *sd, uint func);
81 static int set_client_block_size(sdioh_info_t *sd, int func, int blocksize);
340 uint func = ((uint32)int_val >> 16); local
344 if (func > si->num_funcs) {
349 switch (func) {
365 bcmerror = set_client_block_size(si, func, blksize);
484 if (sdioh_cfg_read(si, sd_ptr->func, sd_ptr->offset, &data))
1016 uint8 func; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
KeyAgreementFunctionalTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
KeyGeneratorFunctionalTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
MacFunctionalTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
SecretKeyFactoryFunctionalTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
  /system/core/init/
init.h 31 int (*func)(int nargs, char **args); member in struct:command
118 void service_for_each(void (*func)(struct service *svc));
120 void (*func)(struct service *svc));
122 void (*func)(struct service *svc));
  /bionic/libc/bionic/
libc_init_common.c 114 void (*func)() = (void (*)) fini_array[--count];
117 if ((size_t)func == minus1)
120 func();
  /bionic/libc/kernel/common/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)
  /development/ndk/platforms/android-3/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)
  /external/bluetooth/glib/glib/
gthreadpool.h 47 GFunc func; member in struct:_GThreadPool
52 /* Get a thread pool with the function func, at most max_threads may
56 * 2nd argument to the func */
57 GThreadPool* g_thread_pool_new (GFunc func,
105 GCompareDataFunc func,
  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 29 int (*func)(ext2_ino_t dir,
52 ctx.func = func;
  /external/openssl/crypto/perlasm/
x86masm.pl 93 { my $func=shift;
94 my $global=($func !~ /^_/);
95 my $begin="${::lbdecor}_${func}_begin";
97 &::LABEL($func,$global?"$begin":"$nmdecor$func");
98 $func="ALIGN\t16\n".$nmdecor.$func."\tPROC";
100 if ($global) { $func.=" PUBLIC\n${begin}::\n"; }
101 else { $func.=" PRIVATE\n"; }
102 push(@out,$func);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
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/darwin-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,

Completed in 290 milliseconds

1 2 3 4 5 67 8 91011>>