/external/chromium_org/third_party/boringssl/src/crypto/bio/ |
bio.c | 321 bio_info_cb cb; local 332 cb = bio->callback; 334 if (cb != NULL) { 335 ret = cb(bio, BIO_CB_CTRL, (void *)&fp, cmd, 0, 1L); 343 if (cb != NULL) { 344 ret = cb(bio, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, cmd, 0, ret);
|
/external/chromium_org/third_party/boringssl/src/crypto/dh/ |
dh_test.c | 69 static int cb(int p, int n, BN_GENCB *arg) { function 105 BN_GENCB_set(&_cb, &cb, out);
|
/external/chromium_org/third_party/libevent/ |
event.c | 532 void (*cb)(int, short, void *); member in struct:event_once 543 (*eonce->cb)(fd, events, eonce->arg); 571 eonce->cb = callback;
|
evhttp.h | 229 void (*cb)(struct evhttp_request *, void *); member in struct:evhttp_request 246 void (*cb)(struct evhttp_request *, void *), void *arg); 250 void (*cb)(struct evhttp_request *, void *));
|
evrpc.h | 102 void (*cb)(struct evrpc_req_generic *, void *); member in struct:evrpc 182 void (*cb)(struct evrpc_status *, \ 198 ctx->cb = (void (*)(struct evrpc_status *, \ 199 void *, void *, void *))cb; \ 210 (*(cb))(&status, request, reply, cbarg); \ 356 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg); member in struct:evrpc_request_wrapper 383 * @param cb the callback to invoke when the RPC request has been answered 387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ 388 evrpc_send_request_##name(pool, request, reply, cb, cbarg) 460 * @param cb the callback to call when the hook is activate [all...] |
http-internal.h | 85 void (*cb)(struct evhttp_connection *, void *); member in struct:evhttp_connection 99 void (*cb)(struct evhttp_request *req, void *); member in struct:evhttp_cb
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jdcolor.c | 29 int * Cb_b_tab; /* => table for Cb to B conversion */ 31 INT32 * Cb_g_tab; /* => table for Cb to G conversion */ 44 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are 49 * G = Y - 0.34414 * Cb - 0.71414 * Cr 50 * B = Y + 1.77200 * Cb 54 * where Cb and Cr represent the incoming values less CENTERJSAMPLE. 64 * by precalculating the constants times Cb and Cr for all possible values. 69 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the 231 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */ 235 /* Cb=>B value is nearest int to 1.77200 * x * 508 register int y, cb, cr; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_inlines.h | 467 struct pipe_constant_buffer cb; local 468 cb.buffer = buf; 469 cb.buffer_offset = 0; 470 cb.buffer_size = buf->width0; 471 cb.user_buffer = NULL; 472 pipe->set_constant_buffer(pipe, shader, index, &cb);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
codec_database.cc | 574 VCMDecodedFrameCallback* cb = ptr_decoder_->_callback; local 577 if (cb && ptr_decoder_->RegisterDecodeCompleteCallback(cb)) {
|
/external/fio/ |
parse.h | 32 void *cb; /* sub-option callback */ member in struct:value_pair 60 void *cb; /* callback */ member in struct:fio_option
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
Engine.java | 39 private final ResourceCallback cb; field in class:Engine.LoadStatus 41 public LoadStatus(ResourceCallback cb, EngineJob engineJob) { 42 this.cb = cb; 47 engineJob.removeCallback(cb); 102 ResourceTranscoder<Z, R> transcoder, Priority priority, boolean isMemoryCacheable, ResourceCallback cb) { 116 cb.onResourceReady(cached); 128 cb.onResourceReady(active); 141 job.addCallback(cb); 145 return new LoadStatus(cb, job) [all...] |
SourceResourceRunner.java | 42 private final ResourceCallback cb; field in class:SourceResourceRunner 51 ResourceCallback cb) { 66 this.cb = cb; 112 cb.onResourceReady(transcoded); 114 cb.onException(null); 118 cb.onException(e);
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
ViewTarget.java | 51 public void getSize(SizeReadyCallback cb) { 52 sizeDeterminer.getSize(cb); 89 for (SizeReadyCallback cb : cbs) { 90 cb.onSizeReady(width, height); 124 public void getSize(SizeReadyCallback cb) { 127 cb.onSizeReady(view.getWidth(), view.getHeight()); 129 cb.onSizeReady(layoutParams.width, layoutParams.height); 141 cb.onSizeReady(display.getWidth(), display.getHeight()); 143 cbs.add(cb);
|
/external/javassist/src/main/javassist/expr/ |
Expr.java | 100 CtBehavior[] cb = thisClass.getDeclaredBehaviors(); local 101 for (int i = cb.length - 1; i >= 0; --i) 102 if (cb[i].getMethodInfo2() == mi) 103 return cb[i]; 114 for (int i = cb.length - 1; i >= 0; --i) { 115 if (thisMethod.getName().equals(cb[i].getMethodInfo2().getName()) 117 .equals(cb[i].getMethodInfo2().getDescriptor())) { 118 return cb[i];
|
/external/jpeg/ |
jdcolor.c | 25 int * Cb_b_tab; /* => table for Cb to B conversion */ 27 INT32 * Cb_g_tab; /* => table for Cb to G conversion */ 56 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are 60 * G = Y - 0.34414 * Cb - 0.71414 * Cr 61 * B = Y + 1.77200 * Cb 62 * where Cb and Cr represent the incoming values less CENTERJSAMPLE. 72 * by precalculating the constants times Cb and Cr for all possible values. 77 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the 114 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */ 118 /* Cb=>B value is nearest int to 1.77200 * x * 146 register int y, cb, cr; local 187 register int y, cb, cr; local 228 register int y, cb, cr; local 300 register int y, cb, cr; local 696 register int y, cb, cr; local [all...] |
jdmerge.c | 18 * G = Y + K2 * Cb + K3 * Cr 19 * B = Y + K4 * Cb 72 int * Cb_b_tab; /* => table for Cb to B conversion */ 74 INT32 * Cb_g_tab; /* => table for Cb to G conversion */ 123 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */ 127 /* Cb=>B value is nearest int to 1.77200 * x */ 132 /* Cb=>G value is scaled-up -0.34414 * x */ 256 int cb, cr; local 275 cb = GETJSAMPLE(*inptr1++); 278 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS) 315 int cb, cr; local 379 int cb, cr; local 453 int cb, cr; local 529 int cb, cr; local 614 int cb, cr; local [all...] |
/external/libnl/lib/ |
cache.c | 468 struct nl_cb *cb; local 477 cb = nl_cb_clone(sk->s_cb); 478 if (cb == NULL) 481 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, update_msg_parser, &x); 483 err = nl_recvmsgs(sk, cb); 489 nl_cb_put(cb); 520 struct nl_msgtype *type, change_func_t cb, void *data) 531 if (cb) 532 cb(cache, old, NL_ACT_DEL, data); 539 if (old == NULL && cb) [all...] |
socket.c | 90 static struct nl_sock *__alloc_socket(struct nl_cb *cb) 99 sk->s_cb = cb; 119 struct nl_cb *cb; local 121 cb = nl_cb_alloc(default_cb); 122 if (!cb) 125 return __alloc_socket(cb); 130 * @arg cb Callback handler 137 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) 139 if (cb == NULL) 142 return __alloc_socket(nl_cb_get(cb)); [all...] |
/external/llvm/lib/Target/R600/InstPrinter/ |
AMDGPUInstPrinter.cpp | 282 int cb = sel >> 12; local 284 O << cb << "[" << sel << "]"; 371 O << "CB" << KCacheBank <<":";
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_inlines.h | 467 struct pipe_constant_buffer cb; local 468 cb.buffer = buf; 469 cb.buffer_offset = 0; 470 cb.buffer_size = buf->width0; 471 cb.user_buffer = NULL; 472 pipe->set_constant_buffer(pipe, shader, index, &cb);
|
/external/nfacct/ |
nfacct.c | 397 struct nl_cb *cb; local 447 cb = nl_cb_alloc(NL_CB_DEFAULT); 448 if (!cb) 451 if (nl_cb_set(cb, NL_CB_MSG_IN, 456 nl_socket_set_cb(handle,cb);
|
/external/opencv/cvaux/src/ |
cvbgfg_codebook.cpp | 142 CvBGCodeBookElem** cb = model->cbmap + image->cols*(y + roi.y) + roi.x; local 144 for( x = 0; x < roi.width; x++, p += 3, cb++ ) 157 for( e = *cb; e != 0; e = e->next ) 214 e->next = *cb; 215 *cb = e; 265 CvBGCodeBookElem** cb = model->cbmap + image->cols*(y + roi.y) + roi.x; local 267 for( x = 0; x < roi.width; x++, p += 3, cb++ ) 275 for( e = *cb; e != 0; e = e->next ) 327 CvBGCodeBookElem** cb = model->cbmap + model->size.width*(y + roi.y) + roi.x; local 329 for( x = 0; x < roi.width; x++, cb++ [all...] |
/external/openssl/crypto/des/ |
des_opts.c | 399 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb); 405 for (count=0,run=1; COND(cb); count++) \ 412 tm[index]=((double)COUNT(cb))/tm[index]; 431 long ca,cb,cc,cd,ce; local 464 cb=count*3;
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdcolor.c | 24 int * Cb_b_tab; /* => table for Cb to B conversion */
26 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
35 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
39 * G = Y - 0.34414 * Cb - 0.71414 * Cr
40 * B = Y + 1.77200 * Cb
41 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
51 * by precalculating the constants times Cb and Cr for all possible values.
56 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
93 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
97 /* Cb=>B value is nearest int to 1.77200 * x */ 126 register int y, cb, cr; local 251 register int y, cb, cr; local [all...] |
fpdfapi_jdmerge.c | 19 * G = Y + K2 * Cb + K3 * Cr
20 * B = Y + K4 * Cb
58 int * Cb_b_tab; /* => table for Cb to B conversion */
60 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
109 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
113 /* Cb=>B value is nearest int to 1.77200 * x */
118 /* Cb=>G value is scaled-up -0.34414 * x */
236 int cb, cr;
local 255 cb = GETJSAMPLE(*inptr1++);
258 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); 298 int cb, cr; local [all...] |