Home
last modified time | relevance | path

Searched refs:count_ptr (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/cmd/
Dtpm-common.c48 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()
Dtpm-user-utils.h11 void *parse_byte_string(char *bytes, u8 *data, size_t *count_ptr);
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1083 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/
Dnested-name-spec.cpp215 extern int *count_ptr;
221 int *ns::count_ptr = &count; member in test2::ns
/external/u-boot/tools/
Difwitool.c1294 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()