Searched refs:count_ptr (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/cmd/ |
D | tpm-common.c | 48 void *parse_byte_string(char *bytes, u8 *data, size_t *count_ptr) in parse_byte_string() argument 71 if (count_ptr) in parse_byte_string() 72 *count_ptr = count; in parse_byte_string()
|
D | tpm-user-utils.h | 11 void *parse_byte_string(char *bytes, u8 *data, size_t *count_ptr);
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 1083 jint* count_ptr); 1542 jint* count_ptr); 1593 jint* count_ptr, 1667 jint* count_ptr, 1904 jint* count_ptr) { in GetStackTrace() 1905 …turn functions->GetStackTrace(this, thread, start_depth, max_frame_count, frame_buffer, count_ptr); in GetStackTrace() 1922 jint* count_ptr) { in GetFrameCount() 1923 return functions->GetFrameCount(this, thread, count_ptr); in GetFrameCount() 1998 jint* count_ptr, in GetObjectsWithTags() 2001 …return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_resu… in GetObjectsWithTags() [all …]
|
/external/clang/test/SemaCXX/ |
D | nested-name-spec.cpp | 215 extern int *count_ptr; 221 int *ns::count_ptr = &count; member in test2::ns
|
/external/u-boot/tools/ |
D | ifwitool.c | 1294 size_t bpdt_curr = 0, sbpdt_curr = 0, *count_ptr; in bpdt_entries_init_header_order() local 1308 count_ptr = &sbpdt_curr; in bpdt_entries_init_header_order() 1311 count_ptr = &bpdt_curr; in bpdt_entries_init_header_order() 1314 assert(*count_ptr < curr->h.descriptor_count); in bpdt_entries_init_header_order() 1315 curr->e[*count_ptr].type = type; in bpdt_entries_init_header_order() 1316 curr->e[*count_ptr].flags = 0; in bpdt_entries_init_header_order() 1317 curr->e[*count_ptr].offset = 0; in bpdt_entries_init_header_order() 1318 curr->e[*count_ptr].size = size; in bpdt_entries_init_header_order() 1320 (*count_ptr)++; in bpdt_entries_init_header_order()
|