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

1 2 3 45 6 7 8 91011>>

  /external/openssl/crypto/
cpt_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CRYPTO,func,0)
  /external/openssl/crypto/ecdh/
ech_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0)
  /external/openssl/crypto/objects/
obj_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0)
  /system/core/netcfg/
netcfg.c 93 void *func; member in struct:__anon15992
107 int (*func)(char *a0) = _func;
108 return func(args[0]);
111 int (*func)(char *a0, char *a1) = _func;
112 return func(args[0], args[1]);
115 int (*func)(char *a0, char *a1, char *a2) = _func;
116 return func(args[0], args[1], args[2]);
157 if(call_func(CMDS[n].func, nargs, argv)) {
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
chip_stat.c 103 struct sdio_func *func; local
105 func = SDIO_GetFunc();
106 if (!func)
114 SDIO_SyncWrite(func, &req);
120 SDIO_SyncWrite(func, &req);
126 SDIO_SyncWrite(func, &req);
132 SDIO_SyncWrite(func, &req);
139 SDIO_SyncRead(func, &req);
  /device/samsung/crespo/alsa-lib/src/conf/cards/
CA0106.conf 15 @func concat
22 @func concat
86 @func concat
95 @func concat
125 @func concat
134 @func concat
143 @func concat
170 @func concat
179 @func concat
188 @func conca
    [all...]
Maestro3.conf 26 @func concat
33 @func concat
PMac.conf 26 @func concat
33 @func concat
PMacToonie.conf 35 @func concat
47 @func concat
  /external/qemu/
arm-dis.c 1638 fprintf_ftype func = info->fprintf_func; local
2132 fprintf_ftype func = info->fprintf_func; local
2227 fprintf_ftype func = info->fprintf_func; local
2684 fprintf_ftype func = info->fprintf_func; local
3044 fprintf_ftype func = info->fprintf_func; local
3320 fprintf_ftype func = info->fprintf_func; local
    [all...]
  /bootable/bootloader/legacy/include/boot/
tags.h 37 void (*func)(unsigned type, void *data, unsigned bytes, void *cookie); member in struct:tag_handler
boot.h 71 void boot_register_poll_func(void (*func)(void));
78 void dprintf_set_putc(void (*func)(unsigned));
79 void dprintf_set_flush(void (*func)(void));
142 #define __attr_init __attribute__((__section__(".init.func.0")))
143 #define boot_init_hook(func) \
144 static int (*__boot_init_hook__)(void) __attr_used __attr_init = func
  /bootable/bootloader/legacy/libc/
malloc.c 50 void func(unsigned n) function
  /external/bluetooth/glib/glib/
gasyncqueue.h 72 GCompareDataFunc func,
76 GCompareDataFunc func,
109 GCompareDataFunc func,
112 GCompareDataFunc func,
  /external/chromium/third_party/icu/source/common/
ucln.h 66 cleanupFunc *func);
  /external/icu4c/common/
ucln.h 75 * @param func the function pointer
78 cleanupFunc *func);
ucln_cmn.c 70 cleanupFunc *func)
75 gCommonCleanupFunctions[type] = func;
84 cleanupFunc *func)
89 gLibCleanupFunctions[type] = func;
  /external/libnfc-nxp/src/
phDal4Nfc_DeferredCall.h 37 void phDal4Nfc_DeferredCall(pphDal4Nfc_Deferred_Call_t func, void *param);
  /external/webkit/WebCore/bindings/js/
ScriptCallStack.cpp 94 JSValue func = m_exec->interpreter()->retrieveCaller(m_exec, m_caller);
95 while (!func.isNull()) {
96 InternalFunction* internalFunction = asInternalFunction(func);
99 func = m_exec->interpreter()->retrieveCaller(m_exec, internalFunction);
  /frameworks/base/cmds/dumpstate/
dumpstate.h 42 void for_each_pid(void (*func)(int, const char *), const char *header);
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu_cmd.h 36 cmd_func_t *func; member in struct:cmd
  /hardware/broadcom/wlan/bcm4329/src/include/
sdiovar.h 38 int func; member in struct:sdreg
  /external/openssl/crypto/asn1/
asn1_mac.h 75 #define M_ASN1_D2I_vars(a,type,func) \
83 { if ((ret=(type)func()) == NULL) \
98 #define M_ASN1_D2I_Finish(a,func,e) \
103 if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
114 #define M_ASN1_D2I_Finish_nolen(a, func, e) \
121 if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
129 #define M_ASN1_D2I_get(b, func) \
131 if (func(&(b),&c.p,c.slen) == NULL) \
136 #define M_ASN1_D2I_get_x(type,b,func) \
138 if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL)
    [all...]
  /external/openssl/include/openssl/
asn1_mac.h 75 #define M_ASN1_D2I_vars(a,type,func) \
83 { if ((ret=(type)func()) == NULL) \
98 #define M_ASN1_D2I_Finish(a,func,e) \
103 if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
114 #define M_ASN1_D2I_Finish_nolen(a, func, e) \
121 if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
129 #define M_ASN1_D2I_get(b, func) \
131 if (func(&(b),&c.p,c.slen) == NULL) \
136 #define M_ASN1_D2I_get_x(type,b,func) \
138 if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dir_iterate.c 51 int (*func)(ext2_ino_t dir,
78 ctx.func = func;
91 int (*func)(struct ext2_dir_entry *dirent, member in struct:xlate
106 return (*xl->func)(dirent, offset, blocksize, buf, xl->real_private);
113 int (*func)(struct ext2_dir_entry *dirent,
123 xl.func = func;
172 ret = (ctx->func)(ctx->dir,

Completed in 199 milliseconds

1 2 3 45 6 7 8 91011>>