Home
last modified time | relevance | path

Searched refs:root_index (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dcpumap.c297 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 Dj2s.cpp69 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 Dj2s_utils.cpp342 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 Dmain.cpp74 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 Ddump.cpp217 root_struct = &ctx.structs[ctx.root_index]; in main()
220 dump_struct(&ctx, ctx.root_index, true, 0); in main()
H A Dj2s_generated_optim.c70 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 Dj2s.cpp168 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 Dj2s.h95 int root_index; /* Root struct's index */ member
H A Dj2s4b_utils.cpp144 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 Dj2s.h78 int root_index; /* Root struct's index */ member