/external/libwebsockets/plugins/generic-sessions/ |
D | protocol_lws_messageboard.c | 39 unsigned long last_idx; member 46 unsigned long last_idx; member 147 vhd->last_idx = get_last_idx(vhd); in post_message() 213 vhd->last_idx = get_last_idx(vhd); in callback_messageboard() 248 if (pss->last_idx == vhd->last_idx) in callback_messageboard() 252 if (!pss->last_idx) in callback_messageboard() 253 if (vhd->last_idx >= 10) in callback_messageboard() 254 pss->last_idx = vhd->last_idx - 10; in callback_messageboard() 258 pss->last_idx); in callback_messageboard() 282 pss->last_idx = m.idx; in callback_messageboard() [all …]
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bitvector_test.cpp | 35 uptr last_idx = bv.size(); in CheckBV() local 40 if (last_idx != bv.size()) in CheckBV() 41 EXPECT_LT(last_idx, idx); in CheckBV() 42 last_idx = idx; in CheckBV() 47 last_idx = bv.size(); in CheckBV() 50 if (last_idx != bv.size()) in CheckBV() 51 EXPECT_LT(last_idx, idx); in CheckBV() 52 last_idx = idx; in CheckBV()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bitvector_test.cc | 35 uptr last_idx = bv.size(); in CheckBV() local 40 if (last_idx != bv.size()) in CheckBV() 41 EXPECT_LT(last_idx, idx); in CheckBV() 42 last_idx = idx; in CheckBV() 47 last_idx = bv.size(); in CheckBV() 50 if (last_idx != bv.size()) in CheckBV() 51 EXPECT_LT(last_idx, idx); in CheckBV() 52 last_idx = idx; in CheckBV()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | nir_lower_dynamic_bo_access.c | 93 unsigned first_idx = UINT_MAX, last_idx; in lower_dynamic_bo_access_instr() local 101 last_idx = first_idx + b->shader->info.num_ssbos; in lower_dynamic_bo_access_instr() 105 last_idx = first_idx + b->shader->info.num_ubos; in lower_dynamic_bo_access_instr() 111 first_idx, last_idx); in lower_dynamic_bo_access_instr()
|
/external/llvm-project/openmp/runtime/tools/ |
D | message-converter.pl | 135 my $last_idx; 149 $last_idx = undef; 179 $last_idx = undef; 204 $last_idx = @{ $data->{ $section } } - 1; 210 if ( not defined( $last_idx ) ) { 219 $data->{ $section }->[ $last_idx ]->[ 1 ] .= $message;
|
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/ |
D | plat_ras.c | 182 uint32_t last_idx; in tegra194_ras_corrected_err_clear() member 198 (prev.rec.last_idx >= RAS_NODE_INDEX_MAX)) { in tegra194_ras_corrected_err_clear() 218 (prev.rec.last_idx + 1U) : 0U; in tegra194_ras_corrected_err_clear() 240 prev.rec.last_idx = j; in tegra194_ras_corrected_err_clear()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | encodetxb_sse2.c | 439 const int last_idx = eob - 1; in av1_get_nz_map_contexts_sse2() local 440 if (!last_idx) { in av1_get_nz_map_contexts_sse2() 498 const int pos = scan[last_idx]; in av1_get_nz_map_contexts_sse2() 499 if (last_idx <= (height << bwl) / 8) in av1_get_nz_map_contexts_sse2() 501 else if (last_idx <= (height << bwl) / 4) in av1_get_nz_map_contexts_sse2()
|
/external/skqp/src/compute/skc/ |
D | suballocator.c | 283 skc_uint const last_idx = --suballocator->rem.avail; in skc_suballocator_subbuf_free() local 288 if (last_idx != next_idx) in skc_suballocator_subbuf_free() 290 skc_subbuf_id_t const last_id = suballocator->ids[last_idx]; in skc_suballocator_subbuf_free()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.cc | 346 const int last_idx = node->input_size() - 1; in AddAndDedupFanouts() local 347 int last_pos = last_idx; in AddAndDedupFanouts() 379 if (last_pos < last_idx) { in AddAndDedupFanouts() 380 node->mutable_input()->DeleteSubrange(last_pos + 1, last_idx - last_pos); in AddAndDedupFanouts() 1574 const int last_idx = graph()->node_size() - 1; in DeleteNodes() local 1575 int last_pos = last_idx; in DeleteNodes() 1584 if (last_pos < last_idx) { in DeleteNodes() 1585 graph()->mutable_node()->DeleteSubrange(last_pos + 1, last_idx - last_pos); in DeleteNodes()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 1392 size_t last_idx = stack.size() - 1; in Evaluate() local 1393 Value old_top = stack[last_idx]; in Evaluate() 1394 stack[last_idx] = stack[last_idx - 1]; in Evaluate() 1395 stack[last_idx - 1] = stack[last_idx - 2]; in Evaluate() 1396 stack[last_idx - 2] = old_top; in Evaluate()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_batch_chain.c | 1556 uint32_t last_idx = execbuf->bo_count - 1; in setup_execbuf_for_cmd_buffer() local 1561 execbuf->objects[idx] = execbuf->objects[last_idx]; in setup_execbuf_for_cmd_buffer() 1562 execbuf->bos[idx] = execbuf->bos[last_idx]; in setup_execbuf_for_cmd_buffer() 1565 execbuf->objects[last_idx] = tmp_obj; in setup_execbuf_for_cmd_buffer() 1566 execbuf->bos[last_idx] = first_batch_bo->bo; in setup_execbuf_for_cmd_buffer() 1567 first_batch_bo->bo->index = last_idx; in setup_execbuf_for_cmd_buffer()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.cc | 549 const int last_idx = node_fanins.size() - 1; in AddFaninsInternal() local 550 int last_pos = last_idx; in AddFaninsInternal() 600 if (last_pos < last_idx) { in AddFaninsInternal() 601 node->mutable_input()->DeleteSubrange(last_pos + 1, last_idx - last_pos); in AddFaninsInternal()
|
/external/scapy/scapy/layers/tls/ |
D | cert.py | 86 last_idx = pem_string.rfind(b"-----", 0, pem_string.rfind(b"-----")) 87 base64_string = pem_string[first_idx:last_idx]
|
/external/llvm-project/polly/lib/External/isl/interface/ |
D | cpp.cc | 2332 string call, last_idx; in print_callback_body() local 2342 last_idx = ::to_string(num_params - 1); in print_callback_body() 2358 prefix.c_str(), last_idx.c_str()); in print_callback_body()
|
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 1970 int last_idx = 0; in set_reference_structure_one_pass_rt() local 1989 last_idx = ((cm->current_frame.frame_number - 1) % sh); in set_reference_structure_one_pass_rt() 2003 svc->ref_idx[0] = last_idx; // LAST in set_reference_structure_one_pass_rt()
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 1853 last_idx = varidx_map[table_map.mapping[s.last_retained_glyph]] 1855 map_[g] = last_idx if i > s.last_retained_order else 0
|