Home
last modified time | relevance | path

Searched refs:internal_state (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py896 self.internal_state = {}
897 self.internal_state['taskdata'] = {}
898 self.internal_state['targets'] = []
923 if not 'build' in self.internal_state or not self.internal_state['build']:
925 self.internal_state['build'] = \
928 build = self.internal_state['build']
962 self.orm_wrapper.update_build(self.internal_state['build'], build_info)
969 task_information['build'] = self.internal_state['build']
1039 … = Layer_Version.objects.get_or_create(layer = unknown_layer, build = self.internal_state['build'])
1081 self.internal_state['lvs'] = {}
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h82 struct internal_state;
94 struct internal_state *state; /* not visible by applications */
592 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h418 struct internal_state;
428 struct internal_state FAR *state; /* not visible by applications */
721 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dzutil.c11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
H A Ddeflate.h94 typedef struct internal_state { struct
H A Ddeflate.c267 strm->state = (struct internal_state FAR *)s;
950 dest->state = (struct internal_state FAR *) ds;
H A Dinflate.c52 strm->state = (struct internal_state FAR *)state; in inflateInit2_()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h83 struct internal_state;
95 struct internal_state FAR *state; /* not visible by applications */
1742 struct internal_state {int dummy;}; struct
H A Dzconf.h155 # define internal_state z_internal_state macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h83 struct internal_state;
95 struct internal_state FAR *state; /* not visible by applications */
1742 struct internal_state {int dummy;}; struct
H A Dzconf.h155 # define internal_state z_internal_state macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h83 struct internal_state;
95 struct internal_state FAR *state; /* not visible by applications */
1742 struct internal_state {int dummy;}; argument
H A Dzconf.h155 # define internal_state z_internal_state macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h83 struct internal_state;
95 struct internal_state FAR *state; /* not visible by applications */
1742 struct internal_state {int dummy;}; argument
H A Dzconf.h155 # define internal_state z_internal_state macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch194 @@ -217,7 +217,7 @@ typedef struct internal_state {
203 @@ -239,13 +239,8 @@ typedef struct internal_state {
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.c67 strm->state = (struct internal_state *)state; in zlib_inflateInit2()
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c248 strm->state = (struct internal_state *)s; in zlib_deflateInit2()