HomeSort by relevance Sort by last modified time
    Searched defs:CB (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 109 unsigned char *cb, unsigned char *out,
113 unsigned char *cb, unsigned char *out,
127 unsigned char *cb, unsigned char *out,
131 unsigned char *cb, unsigned char *out,
137 unsigned char *cb, unsigned char *out,
165 + colortab[ *cb + 2*256 ];
166 cb_b = 2*768+256 + colortab[ *cb + 3*256 ];
167 ++cr; ++cb;
207 unsigned char *cb, unsigned char *out,
237 + colortab[ *cb + 2*256 ]
    [all...]
  /external/chromium/net/tools/flip_server/
epoll_server.h 124 typedef EpollCallbackInterface CB;
162 // cb - an instance of a subclass of EpollCallbackInterface
166 virtual void RegisterFD(int fd, CB* cb, int event_mask);
175 // cb - an instance of a subclass of EpollCallbackInterface
176 virtual void RegisterFDForWrite(int fd, CB* cb);
185 // cb - an instance of a subclass of EpollCallbackInterface
186 virtual void RegisterFDForReadWrite(int fd, CB* cb);
554 mutable EpollCallbackInterface* cb; member in struct:net::EpollServer::CBAndEventMask
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
whalHwAccess.c 173 HWAccess_CB_T CB;
453 pHwAccess->CB.CBFunc = CBFunc;
454 pHwAccess->CB.CBArg = CBArg;
475 (WSPI_CB_T*)&pHwAccess->CB);
601 WSPI_CB_T Cb = { NULL, NULL }, *pCb;
604 pCb = (bCb) ? ((WSPI_CB_T*)&pHwAccess->CB) : &Cb;
671 (WSPI_CB_T*)&pHwAccess->CB,
    [all...]

Completed in 806 milliseconds