Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 112) sorted by relevance

12345

/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dparse-headers.pl29 my %structs;
113 $structs{$s} = "struct $s\\ ";
169 delete $structs{$1} if (exists($structs{$1}));
220 $structs{$old} = $new if (exists($structs{$old}));
232 print Data::Dumper->Dump([\%structs], [qw(*structs)]) if (%structs);
300 foreach my $r (keys %structs) {
301 my $s = $structs{$r};
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/
H A Dtobin.c40 wr_size = fwrite(structs,sizeof(structs), 1, fp); in main()
41 total += wr_size * sizeof(structs); in main()
42 printf("write structs size: %zu, expected: %zu\n", wr_size * sizeof(structs), sizeof(structs)); in main()
53 sizeof(objs) + sizeof(structs) + sizeof(enums) + sizeof(enum_values)); in main()
H A Ddump.cpp36 j2s_struct *struct_obj = &ctx->structs[obj->struct_index]; in dump_obj()
63 j2s_struct *struct_obj = &ctx->structs[obj->struct_index]; in dump_obj()
124 struct_obj = &ctx->structs[struct_index]; in dump_struct()
217 root_struct = &ctx.structs[ctx.root_index]; in main()
H A Dparser.c116 j2s_list structs; member
527 j2s_list_add(&ctx->structs, ctx->struct_obj); in j2s_parse()
919 j2s_list_walk_safe(&ctx->structs, entry, next, struct_obj) { in j2s_dump()
955 j2s_list_init(&ctx.structs); in main()
978 j2s_list_find(&ctx.structs, entry, struct_obj, obj->type_name); in main()
999 j2s_list_find(&ctx.structs, entry, struct_obj, argv[2]); in main()
1009 j2s_list_walk_safe(&ctx.structs, entry, next, struct_obj) in main()
1011 j2s_list_free(&ctx.structs, entry, true); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/
H A D0001-Fix-build-with-gcc-10.patch10 src/structs.h | 2 +-
26 diff --git a/src/structs.h b/src/structs.h
28 --- a/src/structs.h
29 +++ b/src/structs.h
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Ddtb_platdata.py347 structs = {}
358 if node_name in structs:
359 struct = structs[node_name]
369 structs[node_name] = fields
374 struct = structs[node_name]
384 return structs
416 def generate_structs(self, structs): argument
428 for name in sorted(structs):
430 for pname in sorted(structs[name]):
431 prop = structs[name][pname]
[all …]
/OK3568_Linux_fs/buildroot/package/matchbox/
H A D0002-src-Fix-build-with-gcc-10.patch16 src/structs.h | 2 +-
32 diff --git a/src/structs.h b/src/structs.h
34 --- a/src/structs.h
35 +++ b/src/structs.h
H A D0001-defaulttheme.patch18 src/structs.h | 9 ---------
21 Index: matchbox-window-manager-1.2/src/structs.h
23 --- matchbox-window-manager-1.2.orig/src/structs.h
24 +++ matchbox-window-manager-1.2/src/structs.h
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0003-slotinfo-in-struct-dtv_slotinfo_list-should-be-flexi.patch19 nptl_db/structs.def | 2 +-
107 # include "structs.def"
139 diff --git a/nptl_db/structs.def b/nptl_db/structs.def
141 --- a/nptl_db/structs.def
142 +++ b/nptl_db/structs.def
164 # include "structs.def"
180 # include "structs.def"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-Define-in_-structs-for-non-glibc-system-libs.patch4 Subject: [PATCH] Define in_* structs for non-glibc system libs
6 These defines and structs are required to be coming from
10 to infer that these structs should be defined in linux/in.h
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s_utils.cpp231 ctx->structs = (j2s_struct*)ptr; in j2s_load_ctx_cache()
232 ptr += ctx->num_struct * sizeof(*ctx->structs); in j2s_load_ctx_cache()
276 bytes_written = write(fd, ctx->structs, ctx->num_struct * sizeof(*ctx->structs)); in j2s_save_ctx_cache()
307 wr_size = fwrite(ctx->structs, data_size , 1, fp); in j2s_init()
H A Dj2s.cpp59 j2s_struct* struct_obj = &ctx->structs[i]; in j2s_find_struct_index()
208 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_to_template_json()
237 struct_obj = &ctx->structs[struct_index]; in j2s_struct_size()
566 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_to_json()
712 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_free()
1012 struct_obj = &ctx->structs[struct_index]; in _j2s_json_to_struct()
1189 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_from_cache()
1286 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_to_cache()
/OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/
H A Dmain.c105 struct rb_root structs; member
430 id = add_symbol(&obj->structs, prefix, sizeof(BTF_STRUCT) - 1); in symbols_collect()
515 root = &obj->structs; in symbols_resolve()
642 if (__symbols_patch(obj, &obj->structs) || in symbols_patch()
681 .structs = RB_ROOT, in main()
/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/u-boot/scripts/
H A Dconst_structs.checkpatch1 # Put structs here that should be constant
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst113 If BPF object has global variables, corresponding structs
116 *.bss*, *.rodata*, and *.kconfig* structs/data sections.
117 These data sections/structs can be used to set up initial
120 arrays, same structs can be used to fetch and update
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp159 j2s_struct *struct_obj = &ctx->structs[i]; in j2s_find_struct_index()
300 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_to_template_json()
327 struct_obj = &ctx->structs[struct_index]; in j2s_struct_size()
649 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_to_json()
793 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_free()
915 struct_obj = &ctx->structs[struct_index]; in _j2s_struct_to_bin()
1230 struct_obj = &ctx->structs[struct_index]; in _j2s_json_to_struct()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dnet.h.rst.exceptions6 # Ignore old ioctls/structs
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bitstruct_8.14.0.bb1 DESCRIPTION = "This module performs conversions between Python values and C bit field structs repre…
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dgen_stats.rst7 Statistic counters are grouped into structs:
22 Declare the statistic structs you need::
/OK3568_Linux_fs/kernel/drivers/staging/gdm724x/
H A DTODO10 - Review use of atomic allocation for tx structs
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch4 Subject: [PATCH] git-changebar: Adjust structs for libgit2 1.4.x
/OK3568_Linux_fs/buildroot/package/vboot-utils/
H A D0001-Add-missing-definition-of-MTD_CHAR_MAJOR.patch25 // Check if cmdline |argv| has "-D". "-D" signifies that GPT structs are stored
/OK3568_Linux_fs/buildroot/package/exim/
H A D0004-Fix-uClibc-build.patch9 structs.h:757:18: error: ‘NS_MAXMSG’ undeclared here (not in a function); did you mean ‘N_MASC’?
/OK3568_Linux_fs/buildroot/package/python3/
H A D0008-Serial-ioctl-workaround.patch6 The ioctls.h of some architectures (notably xtensa) references structs from

12345