/external/ltrace/ |
D | vect.h | 166 enum callback_status (*_cb)(ELT_TYPE *, void *) = CB; \ 170 (*)(void *, void *))_cb, \ 185 enum callback_status (*_cb)(const ELT_TYPE *, void *) = CB; \ 190 void *))_cb, \
|
D | dict.h | 219 enum callback_status (*_cb)(KEY_TYPE *, VALUE_TYPE *, \ 224 (*)(void *, void *, void *))_cb, \
|
/external/chromium_org/third_party/openssl/openssl/crypto/dh/ |
D | dhtest.c | 98 BN_GENCB _cb; in main() local 120 BN_GENCB_set(&_cb, &cb, out); in main() 122 DH_GENERATOR_5, &_cb)) in main()
|
/external/openssl/crypto/dh/ |
D | dhtest.c | 98 BN_GENCB _cb; in main() local 120 BN_GENCB_set(&_cb, &cb, out); in main() 122 DH_GENERATOR_5, &_cb)) in main()
|
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | F_incomplete.pass.cpp | 24 callback_type _cb; member
|
/external/icu/icu4c/source/layout/ |
D | TibetanReordering.cpp | 49 …_cb = TibetanClassTable::CC_CANDRABINDU | TibetanClassTable::CF_DOTTED_CIRCLE | TibetanClassTable:… enumerator 89 _av, _cs, _cb, _cb, _ha, _xx, _as, _as, _ba, _ba, _ba, _ba, _xx, _xx, _xx, _xx, // 0F80 - 0F8F 8
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
D | glhd_context.c | 470 struct pipe_constant_buffer *_cb) in galahad_context_set_constant_buffer() argument 490 if (_cb) { in galahad_context_set_constant_buffer() 491 cb = *_cb; in galahad_context_set_constant_buffer() 492 cb.buffer = galahad_resource_unwrap(_cb->buffer); in galahad_context_set_constant_buffer() 498 _cb ? &cb : NULL); in galahad_context_set_constant_buffer()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 434 struct pipe_constant_buffer *_cb) in identity_set_constant_buffer() argument 441 if (_cb) { in identity_set_constant_buffer() 442 cb = *_cb; in identity_set_constant_buffer() 443 cb.buffer = identity_resource_unwrap(_cb->buffer); in identity_set_constant_buffer() 449 _cb ? &cb : NULL); in identity_set_constant_buffer()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 470 struct pipe_constant_buffer *_cb) in galahad_context_set_constant_buffer() argument 490 if (_cb) { in galahad_context_set_constant_buffer() 491 cb = *_cb; in galahad_context_set_constant_buffer() 492 cb.buffer = galahad_resource_unwrap(_cb->buffer); in galahad_context_set_constant_buffer() 498 _cb ? &cb : NULL); in galahad_context_set_constant_buffer()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
D | id_context.c | 434 struct pipe_constant_buffer *_cb) in identity_set_constant_buffer() argument 441 if (_cb) { in identity_set_constant_buffer() 442 cb = *_cb; in identity_set_constant_buffer() 443 cb.buffer = identity_resource_unwrap(_cb->buffer); in identity_set_constant_buffer() 449 _cb ? &cb : NULL); in identity_set_constant_buffer()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
D | rbug_context.c | 623 struct pipe_constant_buffer *_cb) in rbug_set_constant_buffer() argument 630 if (_cb) { in rbug_set_constant_buffer() 631 cb = *_cb; in rbug_set_constant_buffer() 632 cb.buffer = rbug_resource_unwrap(_cb->buffer); in rbug_set_constant_buffer() 639 _cb ? &cb : NULL); in rbug_set_constant_buffer()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 623 struct pipe_constant_buffer *_cb) in rbug_set_constant_buffer() argument 630 if (_cb) { in rbug_set_constant_buffer() 631 cb = *_cb; in rbug_set_constant_buffer() 632 cb.buffer = rbug_resource_unwrap(_cb->buffer); in rbug_set_constant_buffer() 639 _cb ? &cb : NULL); in rbug_set_constant_buffer()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 307 int _cb, _cg, _cr; in icvLineAA() local 406 _cb = tptr[0]; \ in icvLineAA() 407 _cb += ((cb - _cb)*a + 127)>> 8;\ in icvLineAA() 412 tptr[0] = (uchar)_cb; \ in icvLineAA() 486 _cb = tptr[0]; \ in icvLineAA() 487 _cb += ((cb - _cb)*a + 127)>> 8;\ in icvLineAA() 488 tptr[0] = (uchar)_cb; \ in icvLineAA()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
D | hists.c | 682 #define __HPP_COLOR_PERCENT_FN(_type, _field, _cb) \ argument 693 return __hpp__color_fmt(hpp, he, __hpp_get_##_field, _cb); \
|