HomeSort by relevance Sort by last modified time
    Searched refs:_cb (Results 1 - 17 of 17) sorted by null

  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp 24 callback_type _cb; member in struct:X
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp 24 callback_type _cb; member in struct:X
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wabnot.h 26 #define CbNewNOTIFKEY(_cb) (offsetof(NOTIFKEY,ab) + (_cb))
28 #define SizedNOTIFKEY(_cb,_name) struct _NOTIFKEY_ ## _name { ULONG cb; BYTE ab[_cb]; } _name
mapidefs.h 114 #define CbNewENTRYID(_cb) (offsetof(ENTRYID,ab) + (_cb))
115 #define CbENTRYID(_cb) (offsetof(ENTRYID,ab) + (_cb))
116 #define SizedENTRYID(_cb,_name) struct _ENTRYID_ ## _name { BYTE abFlags[4]; BYTE ab[_cb]; } _name
383 #define CbNewFLATENTRY(_cb) (offsetof(FLATENTRY,abEntry) + (_cb))
385 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
    [all...]
wabdefs.h 115 #define CbNewENTRYID(_cb) (offsetof(ENTRYID,ab) + (_cb))
116 #define CbENTRYID(_cb) (offsetof(ENTRYID,ab) + (_cb))
117 #define SizedENTRYID(_cb,_name) struct _ENTRYID_ ## _name { BYTE abFlags[4]; BYTE ab[_cb]; } _name
381 #define CbNewFLATENTRY(_cb) (offsetof(FLATENTRY,abEntry) + (_cb))
383 #define CbNewFLATENTRYLIST(_cb) (offsetof(FLATENTRYLIST,abEntries) + (_cb))
    [all...]
mapispi.h 34 #define CbNewNOTIFKEY(_cb) (offsetof(NOTIFKEY,ab) + (_cb))
36 #define SizedNOTIFKEY(_cb,_name) struct _NOTIFKEY_ ## _name { ULONG cb; BYTE ab[_cb]; } _name
  /external/ltrace/
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, \
dict.h 219 enum callback_status (*_cb)(KEY_TYPE *, VALUE_TYPE *, \
224 (*)(void *, void *, void *))_cb, \
  /frameworks/base/native/android/
storage_manager.cpp 50 ObbCallback(int32_t _nonce, AStorageManager_obbCallbackFunc _cb, void* _data)
52 , cb(_cb)
  /external/icu/icu4c/source/layout/
TibetanReordering.cpp 49 _cb = TibetanClassTable::CC_CANDRABINDU | TibetanClassTable::CF_DOTTED_CIRCLE | TibetanClassTable::CF_POS_ABOVE, enumerator in enum:__anon10054
70 //_cb Candrabindu
89 _av, _cs, _cb, _cb, _ha, _xx, _as, _as, _ba, _ba, _ba, _ba, _xx, _xx, _xx, _xx, // 0F80 - 0F8F 8
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 470 struct pipe_constant_buffer *_cb)
490 if (_cb) {
491 cb = *_cb;
492 cb.buffer = galahad_resource_unwrap(_cb->buffer);
498 _cb ? &cb : NULL);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 434 struct pipe_constant_buffer *_cb)
441 if (_cb) {
442 cb = *_cb;
443 cb.buffer = identity_resource_unwrap(_cb->buffer);
449 _cb ? &cb : NULL);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 623 struct pipe_constant_buffer *_cb)
630 if (_cb) {
631 cb = *_cb;
632 cb.buffer = rbug_resource_unwrap(_cb->buffer);
639 _cb ? &cb : NULL);
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 307 int _cb, _cg, _cr; local
406 _cb = tptr[0]; \
407 _cb += ((cb - _cb)*a + 127)>> 8;\
412 tptr[0] = (uchar)_cb; \
486 _cb = tptr[0]; \
487 _cb += ((cb - _cb)*a + 127)>> 8;\
488 tptr[0] = (uchar)_cb; \
    [all...]
  /external/linux-tools-perf/src/tools/perf/ui/browsers/
hists.c 682 #define __HPP_COLOR_PERCENT_FN(_type, _field, _cb) \
693 return __hpp__color_fmt(hpp, he, __hpp_get_##_field, _cb); \
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js 549 },registerComparator:function(_ca,_cb,_cc,_cd){
550 MochiKit.Base.comparatorRegistry.register(_ca,_cb,_cc,_cd);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 592 milliseconds