Home
last modified time | relevance | path

Searched defs:brc (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Python/
Dbrc.c119 struct _brc_thread_state *brc = &((_PyThreadStateImpl *)tstate)->brc; in _Py_brc_merge_refcounts() local
137 struct _brc_state *brc = &interp->brc; in _Py_brc_init_state() local
146 struct _brc_thread_state *brc = &((_PyThreadStateImpl *)tstate)->brc; in _Py_brc_init_thread() local
160 struct _brc_thread_state *brc = &((_PyThreadStateImpl *)tstate)->brc; in _Py_brc_remove_thread() local
Dgc_free_threading.c314 struct _brc_thread_state *brc = &tstate->brc; in merge_queued_objects() local
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/avc/features/
Dencode_avc_vdenc_feature_manager_xe_lpm_plus_base.cpp72 AvcEncodeBRC *brc= MOS_New(AvcEncodeBRC, this, m_allocator, m_hwInterface, constSettings); in CreateFeatures() local
/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/codec/hal/enc/avc/features/
Dencode_avc_vdenc_feature_manager_xe2_lpm.cpp73 AvcEncodeBRC *brc = MOS_New(AvcEncodeBRC, this, m_allocator, m_hwInterface, constSettings); in CreateFeatures() local
/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_XPM_base/codec/hal/enc/hevc/features/
Dencode_hevc_vdenc_feature_manager_xe_xpm_base.cpp99 HEVCEncodeBRC *brc = MOS_New(HEVCEncodeBRC, this, m_allocator, m_hwInterface, constSettings); in CreateFeatures() local
/external/python/cpython3/Include/internal/
Dpycore_tstate.h33 struct _brc_thread_state brc; member
Dpycore_interp.h222 struct _brc_state brc; // biased reference counting state member
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/hevc/features/
Dencode_hevc_vdenc_feature_manager_xe_lpm_plus_base.cpp59 HEVCEncodeBRC *brc = MOS_New(HEVCEncodeBRC, this, m_allocator, m_hwInterface, constSettings); in CreateFeatures() local
/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/enc/hevc/features/
Dencode_hevc_vdenc_feature_manager_xe2_lpm_base.cpp70 HEVCEncodeBRC *brc = MOS_New(HEVCEncodeBRC, this, m_allocator, m_hwInterface, constSettings); in CreateFeatures() local
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/
Dencode_hevc_vdenc_feature_manager.cpp114 HEVCEncodeBRC *brc = MOS_New(HEVCEncodeBRC, this, m_allocator, m_hwInterface, constSettings); in CreateFeatures() local
/external/pciutils/
Dlspci.c559 word brc = get_conf_word(d, PCI_BRIDGE_CONTROL); in show_htype1() local
688 word brc = get_conf_word(d, PCI_CB_BRIDGE_CONTROL); in show_htype2() local
/external/pcre/src/sljit/
DsljitNativeS390X.c791 SLJIT_S390X_INSTRUCTION(brc, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION() argument