Searched refs:count_ptr (Results 1 – 3 of 3) sorted by relevance
51 void *parse_byte_string(char *bytes, u8 *data, size_t *count_ptr) in parse_byte_string() argument74 if (count_ptr) in parse_byte_string()75 *count_ptr = count; in parse_byte_string()
11 void *parse_byte_string(char *bytes, u8 *data, size_t *count_ptr);
1292 size_t bpdt_curr = 0, sbpdt_curr = 0, *count_ptr; in bpdt_entries_init_header_order() local1306 count_ptr = &sbpdt_curr; in bpdt_entries_init_header_order()1309 count_ptr = &bpdt_curr; in bpdt_entries_init_header_order()1312 assert(*count_ptr < curr->h.descriptor_count); in bpdt_entries_init_header_order()1313 curr->e[*count_ptr].type = type; in bpdt_entries_init_header_order()1314 curr->e[*count_ptr].flags = 0; in bpdt_entries_init_header_order()1315 curr->e[*count_ptr].offset = 0; in bpdt_entries_init_header_order()1316 curr->e[*count_ptr].size = size; in bpdt_entries_init_header_order()1318 (*count_ptr)++; in bpdt_entries_init_header_order()
Completed in 8 milliseconds