Searched refs:start_id (Results 1 – 2 of 2) sorted by relevance
/system/libufdt/tests/src/ |
D | ufdt_gen_test_dts.c | 123 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/bt/stack/sdp/ |
D | sdp_utils.cc | 1034 uint16_t start_id = 0, end_id = 0; in sdpu_get_attrib_seq_len() local 1038 start_id = attr_seq->attr_entry[xx].start; in sdpu_get_attrib_seq_len() 1041 p_attr = sdp_db_find_attr_in_rec(p_rec, start_id, end_id); in sdpu_get_attrib_seq_len() 1046 if (start_id != end_id) { in sdpu_get_attrib_seq_len() 1048 start_id = p_attr->id + 1; in sdpu_get_attrib_seq_len()
|