/external/trusty/arm-trusted-firmware/lib/transfer_list/ |
D | transfer_list.c | 16 void transfer_list_dump(struct transfer_list_header *tl) in transfer_list_dump() 53 transfer_list_set_handoff_args(struct transfer_list_header *tl, in transfer_list_set_handoff_args() 91 struct transfer_list_header *tl = addr; in transfer_list_init() local 123 transfer_list_relocate(struct transfer_list_header *tl, void *addr, in transfer_list_relocate() 164 transfer_list_check_header(const struct transfer_list_header *tl) in transfer_list_check_header() 218 struct transfer_list_entry *transfer_list_next(struct transfer_list_header *tl, in transfer_list_next() 263 static uint8_t calc_byte_sum(const struct transfer_list_header *tl) in calc_byte_sum() 280 void transfer_list_update_checksum(struct transfer_list_header *tl) in transfer_list_update_checksum() 299 bool transfer_list_verify_checksum(const struct transfer_list_header *tl) in transfer_list_verify_checksum() 316 bool transfer_list_set_data_size(struct transfer_list_header *tl, in transfer_list_set_data_size() [all …]
|
/external/apache-xml/test/trace-src/org/apache/xalan/trace/ |
D | TraceManager.java | 65 public void addTraceListener(TraceListener tl) in addTraceListener() 82 public void removeTraceListener(TraceListener tl) in removeTraceListener() 110 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireGenerateEvent() local 180 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireTraceEndEvent() local 205 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireTraceEvent() local 281 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireSelectedEndEvent() local 306 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireSelectedEvent() local 333 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireExtensionEndEvent() local 361 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireExtensionEvent() local 385 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireExtensionEndEvent() local [all …]
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | default_temporal_layers_unittest.cc | 232 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 277 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 320 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 362 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 448 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 517 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 577 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 638 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 718 DefaultTemporalLayers tl(num_layers); in TEST_P() local
|
/external/libvpx/vp9/ |
D | ratectrl_rtc.cc | 52 for (int tl = 0; tl < cpi_->svc.number_temporal_layers; tl++) { in ~VP9RateControlRTC() local 159 for (int tl = 0; tl < cpi_->svc.number_temporal_layers; ++tl) { in UpdateRateControl() local 163 for (int tl = 0; tl < cpi_->svc.number_temporal_layers; ++tl) { in UpdateRateControl() local
|
/external/libvpx/test/ |
D | svc_test.cc | 81 for (int tl = temporal_layer_id_; tl < number_temporal_layers_; ++tl) { in PostEncodeFrameHook() local 122 for (int tl = 0; tl < temporal_layers; ++tl) { in AssignLayerBitrates() local
|
/external/libaom/av1/encoder/ |
D | svc_layercontext.c | 40 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_init_layer_context() local 116 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_update_layer_context_change_config() local 122 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_update_layer_context_change_config() local 187 const int tl = svc->temporal_layer_id; in av1_update_temporal_layer_framerate() local 388 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_free_svc_cyclic_refresh() local 401 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_svc_reset_temporal_layers() local 634 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_svc_check_reset_layer_rc_flag() local
|
D | encodemb.h | 52 ENTROPY_CONTEXT tl[MAX_MB_PLANE][MAX_MIB_SIZE]; member 60 ENTROPY_CONTEXT *tl; member
|
/external/walt/pywalt/pywalt/ |
D | minimization.py | 45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step): argument 108 def debug_plot(tx, x, ty, y, tl, shift): argument
|
/external/igt-gpu-tools/lib/ |
D | igt_kmod.c | 399 static void tests_add(struct igt_kselftest_list *tl, struct igt_list *list) in tests_add() 417 struct igt_kselftest_list *tl; in igt_kselftest_get_tests() local 505 struct igt_kselftest_list *tl, in igt_kselftest_execute() 556 struct igt_kselftest_list *tl, *tn; in igt_kselftests() local
|
/external/eigen/unsupported/test/ |
D | cxx11_meta.cpp | 161 typedef type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c> tl; in test_slice() typedef 204 typedef type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c> tl; in test_get() typedef 259 typedef type_list<dummy_a, dummy_b, dummy_c> tl; in test_apply_op() typedef 266 typedef type_list<dummy_a, dummy_b, dummy_c> tl; in test_contained_in_list() typedef
|
/external/aac/libFDK/src/ |
D | mdct.cpp | 137 const INT nSpec, const INT tl, const FIXP_WTP *pRightWindowPart, in mdct_block() 272 void imdct_gain(FIXP_DBL *pGain_m, int *pGain_e, int tl) { in imdct_gain() 372 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, in imdct_adapt_parameters() 467 const INT noOutSamples, const INT tl, const FIXP_WTP *wls, in imlt_block()
|
/external/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 35 int sl, tl, i; in vp9_init_layer_context() local 195 int sl, tl, layer = 0, spatial_layer_target; in vp9_update_layer_context_change_config() local 316 const int tl = svc->temporal_layer_id; in vp9_update_temporal_layer_framerate() local 1014 int sl, tl; in vp9_free_svc_cyclic_refresh() local 1030 int sl, tl; in vp9_svc_reset_temporal_layers() local 1054 int sl, tl; in vp9_svc_check_reset_layer_rc_flag() local 1342 int tl; in vp9_svc_adjust_avg_frame_qindex() local
|
/external/libvpx/vpx_dsp/arm/ |
D | fdct8x8_neon.h | 147 int32x4_t sl[8], sr[8], xl[4], xr[4], tl[4], tr[4]; in vpx_highbd_fdct8x8_pass1_notranspose_neon() local 220 int32x4_t sl[8], sr[8], xl[4], xr[4], tl[4], tr[4]; in vpx_highbd_fdct8x8_pass2_notranspose_neon() local
|
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
D | while_v2_test.py | 668 def Cond(x, tl): argument 672 def Body(x, tl): argument 757 def Cond(x, tl): argument 761 def Body(x, tl): argument 766 def InnerBody(inner_x, outer_x, tl): argument 945 def Cond(x, tl): argument 949 def Body(x, tl): argument 968 def Cond(x, tl): argument 972 def Body(x, tl): argument
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/ |
D | ChannelSinkDepthBenchmark.kt | 16 private val tl = ThreadLocal.withInitial({ 42 }) in <lambda>() constant in benchmarks.ChannelSinkDepthBenchmark
|
D | ChannelSinkBenchmark.kt | 16 private val tl = ThreadLocal.withInitial({ 42 }) in <lambda>() constant in benchmarks.ChannelSinkBenchmark
|
/external/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 419 unsigned int sl, tl; in set_rate_control_stats() local 458 unsigned int sl, tl; in printout_rate_control_summary() local 566 int tl, int num_spatial_layers, int is_key_frame, in set_frame_flags_bypass_mode_ex0() 649 int tl, int num_spatial_layers, int is_key_frame, in set_frame_flags_bypass_mode_ex1() 774 unsigned int sl, tl; in svc_output_rc_stats() local 1094 unsigned int tl = 0; in main() local
|
/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
D | border.c | 132 chtype tl, chtype tr, chtype bl, chtype br) in wborder() 181 int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, in border() 313 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, in wborder_set() 324 const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, in border_set()
|
/external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/ |
D | testclock.cpp | 17 ptime tl = second_clock::local_time(); in main() local
|
/external/sdv/vsomeip/third_party/boost/date_time/test/local_time/ |
D | testclocks.cpp | 25 ptime tl = second_clock::local_time(); in main() local
|
/external/jemalloc_new/test/src/ |
D | SFMT.c | 164 uint64_t th, tl, oh, ol; in rshift128() local 179 uint64_t th, tl, oh, ol; in rshift128() local 203 uint64_t th, tl, oh, ol; in lshift128() local 218 uint64_t th, tl, oh, ol; in lshift128() local
|
/external/python/mako/test/ |
D | test_tgplugin.py | 6 tl = TGPlugin( variable
|
/external/tensorflow/tensorflow/python/autograph/utils/ |
D | tensor_list_test.py | 17 from tensorflow.python.autograph.utils import tensor_list as tl unknown
|
/external/testng/src/test/java/test/configuration/ |
D | BeforeTestOrderingTest.java | 47 TestListenerAdapter tl = new TestListenerAdapter(); in verifyBeforeTestOrdering() local
|
/external/trusty/musl/src/locale/ |
D | __mo_lookup.c | 27 uint32_t tl = swapc(mo[t+2*(b+n/2)], sw); in __mo_lookup() local
|