Searched defs:ndx (Results 1 - 15 of 15) sorted by relevance

/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_upstream_node.h38 fbl::RefPtr<PcieDevice> GetDownstream(uint ndx) { return bus_drv_.GetDownstream(*this, ndx); } argument
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-path.cpp31 void AudioPath::AddUnit(uint32_t ndx, fbl::RefPtr<AudioUnit> unit) { argument
H A Dusb-audio-units.cpp201 uint8_t ndx = 0; local
H A Dusb-audio-stream-interface.cpp345 zx_status_t UsbAudioStreamInterface::ActivateFormat(size_t ndx, uint32_t frames_per_second) { argument
/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_upstream_node.cpp91 uint ndx = (dev_id * PCIE_MAX_FUNCTIONS_PER_DEVICE) + func_id; local
H A Dpcie_bus_driver.cpp223 uint ndx = (dev.dev_id() * PCIE_MAX_FUNCTIONS_PER_DEVICE) + dev.func_id(); local
[all...]
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dassociative_container_test_environment.h468 void ReleaseObject(size_t ndx) { Sp::ReleaseObject(ndx); } argument
H A Dbase_test_environments.h33 PtrType CreateTrackedObject(size_t ndx, size_t value, bool ref_held) { argument
71 void ReleaseObject(size_t ndx) { argument
83 CreateTrackedObject(size_t ndx, size_t value, bool hold_ref = false) argument
96 ReleaseObject(size_t ndx) argument
105 CreateTrackedObject(size_t ndx, size_t value, bool hold_ref = false) argument
118 CreateTrackedObject(size_t ndx, size_t value, bool hold_ref = false) argument
127 ReleaseObject(size_t ndx) argument
287 DoErase(TargetType&& target, size_t ndx, size_t remaining, bool check_ndx = true) argument
415 size_t ndx = OBJ_COUNT - i - 1; local
1224 ReleaseObject(size_t ndx) argument
[all...]
H A Dsequence_container_test_environment.h45 size_t ndx = OBJ_COUNT - i - 1; variable
461 size_t ndx = START_INSERT_COUNT - i - 1; local
472 size_t ndx = START_INSERT_COUNT + i; local
525 size_t ndx = START_INSERT_COUNT - i - 1; local
534 size_t ndx = START_INSERT_COUNT + i; local
1112 ReleaseObject(size_t ndx) argument
[all...]
/fuchsia/zircon/system/uapp/audio/
H A Daudio.cpp93 void dump_format_range(size_t ndx, const audio_stream_format_range_t& range) { argument
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_hash_table.h129 HashType ndx = GetHash(KeyTraits::GetKey(obj)); local
168 HashType ndx = GetHash(key); local
197 HashType ndx = GetHash(key); local
216 HashType ndx local
225 HashType ndx = GetHash(key); local
461 GetBucket(HashType ndx) argument
[all...]
/fuchsia/zircon/system/utest/fbl/
H A Dintrusive_wavl_tree_tests.cpp320 size_t ndx = static_cast<size_t>(rng.GetNext()) % i; local
/fuchsia/zircon/system/uapp/ihda/
H A Dintel_hda_codec.cpp845 zx_status_t IntelHDACodec::ReadAmpState(uint16_t nid, bool is_input, uint8_t ndx, argument
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-file-test.cpp50 size_t ndx; local
[all...]
/fuchsia/zircon/system/dev/ethernet/usb-cdc-ecm/
H A Dusb-cdc-ecm.c472 size_t ndx; local
[all...]

Completed in 261 milliseconds