/external/iptables/extensions/ |
libxt_CHECKSUM.c | 32 static void CHECKSUM_parse(struct xt_option_call *cb) 34 struct xt_CHECKSUM_info *einfo = cb->data; 36 xtables_option_parse(cb);
|
libxt_SECMARK.c | 32 static void SECMARK_parse(struct xt_option_call *cb) 34 struct xt_secmark_target_info *info = cb->data; 36 xtables_option_parse(cb);
|
libxt_pkttype.c | 77 static void pkttype_parse(struct xt_option_call *cb) 79 struct xt_pkttype_info *info = cb->data; 81 xtables_option_parse(cb); 82 parse_pkttype(cb->arg, info); 83 if (cb->invert)
|
libxt_quota2.c | 60 static void quota_mt2_parse(struct xt_option_call *cb) 62 struct xt_quota_mtinfo2 *info = cb->data; 64 xtables_option_parse(cb); 65 switch (cb->entry->id) { 78 if (cb->invert)
|
libxt_state.c | 66 static void state_parse(struct xt_option_call *cb) 68 struct xt_state_info *sinfo = cb->data; 70 xtables_option_parse(cb); 71 state_parse_states(cb->arg, sinfo); 72 if (cb->invert)
|
libipt_DNAT.c | 151 static void DNAT_parse(struct xt_option_call *cb) 153 const struct ipt_entry *entry = cb->xt_entry; 154 struct ipt_natinfo *info = (void *)(*cb->target); 166 xtables_option_parse(cb); 167 switch (cb->entry->id) { 169 if (cb->xflags & F_X_TO_DEST) { 176 *cb->target = parse_to(cb->arg, portok, info); 178 if (cb->xflags & F_RANDOM) 180 cb->xflags |= F_X_TO_DEST [all...] |
/external/openssl/crypto/rsa/ |
rsa_gen.c | 74 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb); 81 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) 92 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb); 95 return FIPS_rsa_generate_key_ex(rsa, bits, e_value, cb); 97 return rsa_builtin_keygen(rsa, bits, e_value, cb); 100 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) 135 if(!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb)) 140 if(!BN_GENCB_call(cb, 2, n++)) 143 if(!BN_GENCB_call(cb, 3, 0)) 153 if(!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb)) [all...] |
/external/wpa_supplicant_8/src/ap/ |
utils.c | 18 int (*cb)(void *ctx, const u8 *sa, 35 n->cb = cb;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
h264bsdWriteMacroblock.s | 29 cb RN 4 label 95 LDR cb, [image, #0x10] 118 VLD1 {qRow0, qRow1}, [data]! ;cb rows 0,1,2,3 120 VLD1 {qRow2, qRow3}, [data]! ;cb rows 4,5,6,7 126 VST1 {dRow0}, [cb@64], cwidth 129 VST1 {dRow1}, [cb@64], cwidth 132 VST1 {dRow2}, [cb@64], cwidth 135 VST1 {dRow3}, [cb@64], cwidth 138 VST1 {dRow4}, [cb@64], cwidth 141 VST1 {dRow5}, [cb@64], cwidt [all...] |
/external/chromium/third_party/libevent/ |
buffer.c | 119 if (inbuf->off != oldoff && inbuf->cb != NULL) 120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); 121 if (oldoff && outbuf->cb != NULL) 122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg); 166 if (buf->cb != NULL) 167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); 313 if (datlen && buf->cb != NULL) 314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); 338 if (buf->off != oldoff && buf->cb != NULL) 339 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg) [all...] |
/external/chromium_org/third_party/libevent/ |
buffer.c | 119 if (inbuf->off != oldoff && inbuf->cb != NULL) 120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); 121 if (oldoff && outbuf->cb != NULL) 122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg); 166 if (buf->cb != NULL) 167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); 313 if (datlen && buf->cb != NULL) 314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); 338 if (buf->off != oldoff && buf->cb != NULL) 339 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
n_pkey.c | 110 int (*cb)(char *buf, int len, const char *prompt, 115 int (*cb)(char *buf, int len, const char *prompt, 118 return i2d_RSA_NET(a, pp, cb, 0); 122 int (*cb)(char *buf, int len, const char *prompt, int verify), 199 if (cb == NULL) 200 cb=EVP_read_pw_string; 201 i=cb((char *)buf,256,"Enter Private Key password:",1); 239 int (*cb)(char *buf, int len, const char *prompt, 242 return d2i_RSA_NET(a, pp, length, cb, 0); 246 int (*cb)(char *buf, int len, const char *prompt, int verify) [all...] |
/external/openssl/crypto/asn1/ |
n_pkey.c | 110 int (*cb)(char *buf, int len, const char *prompt, 115 int (*cb)(char *buf, int len, const char *prompt, 118 return i2d_RSA_NET(a, pp, cb, 0); 122 int (*cb)(char *buf, int len, const char *prompt, int verify), 199 if (cb == NULL) 200 cb=EVP_read_pw_string; 201 i=cb((char *)buf,256,"Enter Private Key password:",1); 239 int (*cb)(char *buf, int len, const char *prompt, 242 return d2i_RSA_NET(a, pp, length, cb, 0); 246 int (*cb)(char *buf, int len, const char *prompt, int verify) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_state.c | 1135 struct pipe_constant_buffer cb; local 1861 struct pipe_constant_buffer *cb; local 2156 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_state.c | 1135 struct pipe_constant_buffer cb; local 1861 struct pipe_constant_buffer *cb; local 2156 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local [all...] |
/external/chromium_org/third_party/leveldatabase/src/util/ |
env_test.cc | 38 struct CB { 42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { } 45 CB* cb = reinterpret_cast<CB*>(v); local 46 void* cur = cb->last_id_ptr->NoBarrier_Load(); 47 ASSERT_EQ(cb->id-1, reinterpret_cast<uintptr_t>(cur)); 48 cb->last_id_ptr->Release_Store(reinterpret_cast<void*>(cb->id)); 53 CB cb1(&last_id, 1) [all...] |
/external/chromium_org/third_party/skia/include/utils/win/ |
SkIStream.h | 40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 43 , ULONG cb 94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 97 , ULONG cb 122 , ULONG cb
|
/external/chromium_org/third_party/skia/src/core/ |
SkError.cpp | 65 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context) { 66 SkErrorInternals::SetErrorCallback(cb, context); 74 void SkErrorInternals::SetErrorCallback(SkErrorCallbackFunction cb, void *context) { 75 if (cb == NULL) { 78 THREAD_ERROR_CALLBACK = cb;
|
/external/elfutils/libdwfl/ |
dwfl_build_id_find_elf.c | 85 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks; local 89 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) 92 char *path = strdupa ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
|
/external/qemu/ |
async.c | 119 QEMUBHFunc *cb; member in struct:QEMUBH 127 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque) 131 bh->cb = cb; 150 bh->cb(bh->opaque);
|
/external/skia/include/utils/win/ |
SkIStream.h | 40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 43 , ULONG cb 94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 97 , ULONG cb 122 , ULONG cb
|
/external/skia/src/core/ |
SkError.cpp | 65 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context) { 66 SkErrorInternals::SetErrorCallback(cb, context); 74 void SkErrorInternals::SetErrorCallback(SkErrorCallbackFunction cb, void *context) { 75 if (cb == NULL) { 78 THREAD_ERROR_CALLBACK = cb;
|
/external/chromium/net/disk_cache/ |
disk_cache_perftest.cc | 69 TestCompletionCallback cb; local 70 int rv = cache->CreateEntry(entry.key, &cache_entry, &cb); 71 if (net::OK != cb.GetResult(rv)) 117 TestCompletionCallback cb; local 118 int rv = cache->OpenEntry(entries[i].key, &cache_entry, &cb); 119 if (net::OK != cb.GetResult(rv)) 168 TestCompletionCallback cb; local 172 cache_thread.message_loop_proxy(), NULL, &cache, &cb); 174 ASSERT_EQ(net::OK, cb.GetResult(rv)); 201 NULL, &cache, &cb); [all...] |
/external/chromium_org/net/disk_cache/ |
disk_cache_perftest.cc | 65 net::TestCompletionCallback cb; local 66 int rv = cache->CreateEntry(entry.key, &cache_entry, cb.callback()); 67 if (net::OK != cb.GetResult(rv)) 114 net::TestCompletionCallback cb; local 115 int rv = cache->OpenEntry(entries[i].key, &cache_entry, cb.callback()); 116 if (net::OK != cb.GetResult(rv)) 167 net::TestCompletionCallback cb; local 171 cache_thread.message_loop_proxy().get(), NULL, &cache, cb.callback()); 173 ASSERT_EQ(net::OK, cb.GetResult(rv)); 199 cache_thread.message_loop_proxy().get(), NULL, &cache, cb.callback()) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/pem/ |
pem_pkey.c | 75 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) 84 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u)) 105 if (cb) klen=cb(psbuf,PEM_BUFSIZE,0,u); 142 pem_password_cb *cb, void *u) 148 cb, u); 152 pem_str,bp,x,enc,kstr,klen,cb,u); 209 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) 220 ret=PEM_read_bio_PrivateKey(b,x,cb,u); 227 pem_password_cb *cb, void *u [all...] |