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

  /external/llvm/include/llvm/MC/
MCSchedule.h 221 const MCSchedClassDesc *sc, unsigned npr, unsigned nsc,
225 SchedClassTable(sc), NumProcResourceKinds(npr), NumSchedClasses(nsc),
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 832 INSNetSourceCreator * nsc = 0;
834 IID_INSNetSourceCreator, (LPVOID *) &nsc);
836 if (SUCCEEDED(hr = nsc->Initialize())) {
839 if (SUCCEEDED(hr = nsc->GetNetSourceAdminInterface(L"http", &dispatch))) {
866 if (FAILED(hr = nsc->Shutdown())) {
870 nsc->Release();
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_ts_frames.c 435 /* Total length is sizeof NSC data + mx header 2 */
836 p_rx_frame->u.nsc.ea = *p_data & RFCOMM_EA;
837 p_rx_frame->u.nsc.cr = (*p_data & RFCOMM_CR_MASK) >> RFCOMM_SHIFT_CR;
838 p_rx_frame->u.nsc.type = *p_data++ >> RFCOMM_SHIFT_DLCI;
rfc_int.h 117 } nsc; member in union:__anon3497::__anon3498

Completed in 369 milliseconds