Home
last modified time | relevance | path

Searched refs:start_id (Results 1 – 3 of 3) sorted by relevance

/system/libufdt/tests/src/
Dufdt_gen_test_dts.c123 static void output_ref_nodes(FILE *fp, int start_id, int count, in output_ref_nodes() argument
126 for (i = start_id; i < start_id + count; i++) { in output_ref_nodes()
145 int start_id = 0; in gen_dts() local
146 output_ref_nodes(fp, start_id, params->append_num, "new_prop", "bar"); in gen_dts()
147 start_id += params->append_num; in gen_dts()
148 output_ref_nodes(fp, start_id, params->override_num, "status", "okay"); in gen_dts()
/system/apex/apexd/
Dapexd_loop.cpp121 size_t start_id = 0; in PreAllocateLoopDevices() local
129 if (parse_ok && id > start_id) { in PreAllocateLoopDevices()
130 start_id = id; in PreAllocateLoopDevices()
135 if (found) ++start_id; in PreAllocateLoopDevices()
143 for (size_t id = start_id; id < num + start_id; ++id) { in PreAllocateLoopDevices()
/system/bt/stack/sdp/
Dsdp_utils.cc1035 uint16_t start_id = 0, end_id = 0; in sdpu_get_attrib_seq_len() local
1039 start_id = attr_seq->attr_entry[xx].start; in sdpu_get_attrib_seq_len()
1042 p_attr = sdp_db_find_attr_in_rec(p_rec, start_id, end_id); in sdpu_get_attrib_seq_len()
1047 if (start_id != end_id) { in sdpu_get_attrib_seq_len()
1049 start_id = p_attr->id + 1; in sdpu_get_attrib_seq_len()