/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_alg.cc | 76 void RingAlg::PCQueue::Enqueue(RingField* rf) { in Enqueue() 93 RingField* rf = deque_.front(); in Dequeue() local 309 void RingAlg::InitRingField(RingField* rf, int chunk_idx, int subdiv_idx, in InitRingField() 352 void RingAlg::AdvanceToSecondPass(RingField* rf) { in AdvanceToSecondPass() 380 void RingAlg::DispatchSend(RingField* rf, const StatusCallback& done) { in DispatchSend() 398 void RingAlg::DispatchRecv(RingField* rf, const StatusCallback& done) { in DispatchRecv()
|
D | ring_reducer.cc | 145 void RingReducer::InitRingField(RingField* rf, int chunk_idx, int subdiv_idx, in InitRingField() 200 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local 304 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local
|
D | ring_gatherer.cc | 164 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local 242 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 106 static INLINE int8_t get_uni_comp_ref_idx(const MV_REFERENCE_FRAME *const rf) { in get_uni_comp_ref_idx() 120 static INLINE int8_t av1_ref_frame_type(const MV_REFERENCE_FRAME *const rf) { in av1_ref_frame_type() 159 static INLINE void av1_set_ref_frame(MV_REFERENCE_FRAME *rf, in av1_set_ref_frame() 178 const int16_t *const mode_context, const MV_REFERENCE_FRAME *const rf) { in av1_mode_context_analyzer()
|
D | mvref_common.c | 345 MV_REFERENCE_FRAME rf[2]; in add_tpl_ref_mv() local 439 const MV_REFERENCE_FRAME *const rf, int_mv ref_id[2][2], in process_compound_ref_mv_candidate() 500 MV_REFERENCE_FRAME rf[2]; in setup_ref_mv_list() local 821 MV_REFERENCE_FRAME rf[2]; in av1_find_mv_refs() local 959 for (MV_REFERENCE_FRAME rf = LAST_FRAME; rf <= INTER_REFS_PER_FRAME; ++rf) { in motion_field_projection() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | sad_impl_avx2.c | 99 const uint8_t *rf[4]; in aom_sad64x128x4d_avx2() local 121 const uint8_t *rf[4]; in aom_sad128x64x4d_avx2() local 141 const uint8_t *rf[4]; in aom_sad128x128x4d_avx2() local
|
D | sad4d_avx2.c | 174 const uint8_t *rf[4]; in aom_sad32x64x4d_avx2() local 198 const uint8_t *rf[4]; in aom_sad64x32x4d_avx2() local
|
/external/python/cpython2/Python/ |
D | marshal.c | 1106 RFILE rf; in PyMarshal_ReadShortFromFile() local 1117 RFILE rf; in PyMarshal_ReadLongFromFile() local 1173 RFILE rf; in PyMarshal_ReadObjectFromFile() local 1187 RFILE rf; in PyMarshal_ReadObjectFromString() local 1302 RFILE rf; in marshal_load() local 1354 RFILE rf; in marshal_loads() local
|
/external/epid-sdk/epid/member/tiny/src/ |
D | presig_compute.h | 42 FpElem rf; ///< an integer between [0, p-1] member
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | gc.py | 158 def union(lf, rf): argument
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | gc.py | 154 def union(lf, rf): argument
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_core.cpp | 290 static sb_hw_chip translate_chip(enum radeon_family rf) { in translate_chip()
|
/external/python/cpython3/Python/ |
D | marshal.c | 1497 RFILE rf; in PyMarshal_ReadShortFromFile() local 1513 RFILE rf; in PyMarshal_ReadLongFromFile() local 1574 RFILE rf; in PyMarshal_ReadObjectFromFile() local 1594 RFILE rf; in PyMarshal_ReadObjectFromString() local 1715 RFILE rf; in marshal_load() local 1789 RFILE rf; in marshal_loads_impl() local
|
/external/python/cpython2/Demo/pdist/ |
D | server.py | 69 def _dorequest(self, rf, wf): argument
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 53 static void((*rf)(void *)) = 0; in __register_frame() local
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | XYRegionExampleActivity.java | 198 XYRegionFormatter rf, RectRegion rr) { in onCheckBoxClicked()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
D | rx-scope.hpp | 114 auto scope(ResourceFactory rf, ObservableFactory of) in scope()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 53 static void((*rf)(void *)) = 0; in __register_frame() local
|
/external/u-boot/drivers/misc/ |
D | rockchip-efuse.c | 33 u32 rf; /* 0x08 efuse redundancy bit used register */ member
|
/external/e2fsprogs/misc/ |
D | chattr.c | 75 static unsigned long rf; variable
|
/external/deqp-deps/SPIRV-Tools/tools/stats/ |
D | stats_analyzer.cpp | 196 const double rf = opcode_freq_[right.first]; in WriteOpcodeMarkov() local
|
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/ |
D | stats_analyzer.cpp | 196 const double rf = opcode_freq_[right.first]; in WriteOpcodeMarkov() local
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_enhancer.cc | 264 size_t lf = 1, rf = 4; in CreateErbBank() local
|
/external/aac/libSACdec/src/ |
D | sac_dec.cpp | 1048 int rf = -1, lf = -1, cf = -1; /* Right Front, Left Front, Center Front */ in SpatialDecApplyBypass() local
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | FilesTest.java | 270 RandomAccessFile rf = new RandomAccessFile(temp, "rw"); in testEqual() local
|