Searched refs:root_index (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | cpumap.c | 297 int root_index, const int *rover_inc_table) in increment_rover() argument 302 top_level = t->nodes[root_index].level; in increment_rover() 318 static int iterate_cpu(struct cpuinfo_tree *t, unsigned int root_index) in iterate_cpu() argument 321 int level, new_index, index = root_index; in iterate_cpu() 340 for (level = t->nodes[root_index].level; level < CPUINFO_LVL_MAX; in iterate_cpu() 344 increment_rover(t, index, root_index, rover_inc_table); in iterate_cpu()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s.cpp | 69 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_free() 76 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_json() 83 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_to_struct() 91 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_from_struct() 98 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_cache() 105 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_from_cache() 223 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_template_json() 1183 if (struct_index == ctx->root_index) { in _j2s_struct_from_cache() 1184 int root_size = j2s_struct_size(ctx, ctx->root_index); in _j2s_struct_from_cache() 1283 if (struct_index == ctx->root_index) in _j2s_struct_to_cache()
|
| H A D | j2s_utils.cpp | 342 ctx->root_index += 1; in j2s_camgroup_init() 462 memset(ptr, 0, j2s_struct_size(ctx, ctx->root_index)); in j2s_json_file_to_struct()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/ |
| H A D | main.cpp | 74 root_struct = &ctx->structs[ctx->root_index]; in j2s_root_struct_size() 151 root_struct = &j2s4b_ctx.structs[j2s4b_ctx.root_index]; in main()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/ |
| H A D | dump.cpp | 217 root_struct = &ctx.structs[ctx.root_index]; in main() 220 dump_struct(&ctx, ctx.root_index, true, 0); in main()
|
| H A D | j2s_generated_optim.c | 70 fprintf(fp, "\tctx->root_index = %d;\n", ctx->root_index); in main()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | j2s.cpp | 168 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_free() 179 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_bin() 189 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_json() 195 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_to_struct() 202 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_json_from_struct() 314 int struct_index = name ? j2s_find_struct_index(ctx, name) : ctx->root_index; in j2s_struct_to_template_json()
|
| H A D | j2s.h | 95 int root_index; /* Root struct's index */ member
|
| H A D | j2s4b_utils.cpp | 144 memset(ptr, 0, j2s_struct_size(ctx, ctx->root_index)); in j2s_json_file_to_struct()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | j2s.h | 78 int root_index; /* Root struct's index */ member
|