| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | parse-headers.pl | 27 my %enums; 101 $enums{$s} = "enum :c:type:`$s`\\ "; 165 delete $enums{$1} if (exists($enums{$1})); 216 $enums{$old} = $new if (exists($enums{$old})); 231 print Data::Dumper->Dump([\%enums], [qw(*enums)]) if (%enums); 290 foreach my $r (keys %enums) { 291 my $s = $enums{$r};
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/ |
| H A D | tobin.c | 44 wr_size = fwrite(enums,sizeof(enums), 1, fp); in main() 45 total += wr_size * sizeof(enums); in main() 46 printf("write enums size: %zu, expected: %zu\n", wr_size * sizeof(enums), sizeof(enums)); in main() 53 sizeof(objs) + sizeof(structs) + sizeof(enums) + sizeof(enum_values)); in main()
|
| H A D | parser.c | 117 j2s_list enums; member 422 j2s_list_add(&ctx->enums, ctx->enum_obj); in j2s_parse() 927 j2s_list_walk_safe(&ctx->enums, entry, next, enum_obj) { in j2s_dump() 956 j2s_list_init(&ctx.enums); in main() 983 j2s_list_find(&ctx.enums, entry, in main() 1017 j2s_list_walk_safe(&ctx.enums, entry, next, enum_obj) in main() 1019 j2s_list_free(&ctx.enums, entry, true); in main()
|
| H A D | dump.cpp | 66 j2s_enum *enum_obj = &ctx->enums[obj->enum_index]; in dump_obj() 151 enum_obj = &ctx->enums[enum_index]; in dump_enum()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/ |
| H A D | 0001-Add-meson-option-to-pass-sysroot.patch | 9 We need to pass this to meson to help it finding gdesktop-enums.h: 11 …son.build:38:0: ERROR: File /usr/include/gsettings-desktop-schemas/gdesktop-enums.h does not exist. 36 enums = 'gdesktop-enums-types' 38 …sktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', 39 …sktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h',
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/libhandy/libhandy/ |
| H A D | 0001-Add-private-headers.patch | 6 After the commit(8157ecc Separate public and private enums) introduced, 9 …| ../git/src/hdy-settings-private.h:16:10: fatal error: hdy-enums-private.h: No such file or direc… 10 | 16 | #include "hdy-enums-private.h" 26 @@ -64,7 +64,7 @@ hdy_private_enums = gnome.mkenums('hdy-enums-private',
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0060-backend-drm-Ignore-case-when-populating-drm-properti.patch | 30 - if (!strcmp(prop->enums[l].name, 31 + if (!strcasecmp(prop->enums[l].name,
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0062-backend-drm-Ignore-case-when-populating-drm-properti.patch | 30 - if (!strcmp(prop->enums[l].name, 31 + if (!strcasecmp(prop->enums[l].name,
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0063-backend-drm-Ignore-case-when-populating-drm-properti.patch | 30 - if (!strcmp(prop->enums[l].name, 31 + if (!strcasecmp(prop->enums[l].name,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s_utils.cpp | 234 ctx->enums = (j2s_enum*)ptr; in j2s_load_ctx_cache() 235 ptr += ctx->num_enum * sizeof(*ctx->enums); in j2s_load_ctx_cache() 277 bytes_written = write(fd, ctx->enums, ctx->num_enum * sizeof(*ctx->enums)); in j2s_save_ctx_cache() 312 wr_size = fwrite(ctx->enums, data_size , 1, fp); in j2s_init()
|
| H A D | j2s.cpp | 119 enum_obj = &ctx->enums[enum_index]; in j2s_enum_get_value() 141 enum_obj = &ctx->enums[enum_index]; in j2s_enum_get_name() 163 enum_obj = &ctx->enums[enum_index]; in _j2s_enum_to_json() 190 j2s_enum* enum_obj = &ctx->enums[i]; in j2s_enums_to_json() 536 j2s_enum* enum_obj = &ctx->enums[obj->enum_index]; in _j2s_obj_to_json()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/files/ |
| H A D | 0001-Ticket-4200-fix-FTBFS-with-ncurses-build-with-disabl.patch | 57 /*** enums ***************************************************************************************/ 68 /*** enums ***************************************************************************************/
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/mk/ |
| H A D | conf.mk | 6 …-mcpu=cortex-a15 -Os -gdwarf-2 -fpie -mthumb -mthumb-interwork -fno-short-enums -fno-common -mno-u…
|
| H A D | platform_flags.mk | 8 arm32-platform-cflags += -fno-short-enums -mno-apcs-float -fno-common
|
| /OK3568_Linux_fs/kernel/arch/hexagon/ |
| H A D | Makefile | 11 KBUILD_CFLAGS += -fno-short-enums
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | audio.h.rst.exceptions | 17 # some typedefs should point to struct/enums
|
| H A D | ca.h.rst.exceptions | 20 # some typedefs should point to struct/enums
|
| H A D | video.h.rst.exceptions | 32 # some typedefs should point to struct/enums
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/ |
| H A D | conf.mk | 5 ta_arm32-platform-cflags := -mcpu=cortex-a53 -Os -gdwarf-2 -fpic -mthumb -fno-short-enums -fno-comm…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus-cxx/files/ |
| H A D | 0001-include-utility-header.patch | 27 #include "enums.h"
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 26 enums and defines and create cross-references to a Sphinx book. 73 enums and enum symbols and create cross-references for all of them.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
| H A D | 0001-vulkancts.patch | 8 O_TRUNC in this particular sourcefile before its is used in enums
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | j2s.cpp | 215 enum_obj = &ctx->enums[enum_index]; in j2s_enum_get_value() 236 enum_obj = &ctx->enums[enum_index]; in j2s_enum_get_name() 257 enum_obj = &ctx->enums[enum_index]; in _j2s_enum_to_json() 283 j2s_enum *enum_obj = &ctx->enums[i]; in j2s_enums_to_json() 620 j2s_enum *enum_obj = &ctx->enums[obj->enum_index]; in _j2s_obj_to_json()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | btf_dumper.c | 141 const struct btf_enum *enums = btf_enum(t); in btf_dumper_enum() local 163 if (value == enums[i].val) { in btf_dumper_enum() 166 enums[i].name_off)); in btf_dumper_enum()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/ |
| H A D | core.c | 817 const u16 *enums, unsigned int n) in sh_pfc_check_reg_enums() argument 822 if (enums[i] && sh_pfc_check_enum(drvname, enums[i])) in sh_pfc_check_reg_enums() 824 enums[i]); in sh_pfc_check_reg_enums()
|