/third_party/lzma/Java/SevenZip/Compression/LZMA/ |
H A D | Encoder.java | 1063 public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] finished) throws IOException
in CodeOneBlock() argument 1272 long[] processedInSize = new long[1]; long[] processedOutSize = new long[1]; boolean[] finished = new boolean[1];
field in Encoder
|
/third_party/lzma/C/ |
H A D | XzEnc.c | 1080 XzEnc_MtCallback_Code(void *pp, unsigned coderIndex, unsigned outBufIndex, const Byte *src, size_t srcSize, int finished) XzEnc_MtCallback_Code() argument
|
H A D | LzmaEnc.c | 414 BoolInt finished;
member
|
/third_party/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaEncoder.cs | 1063 public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool finished)
in CodeOneBlock() argument
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.cpp | 115 inline bool GrResourceCache::TextureAwaitingUnref::finished() { return !fNumUnrefs; } in finished() function in GrResourceCache::TextureAwaitingUnref
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrutil.c | 1365 int finished = 0; /* crc checked */ in png_handle_iCCP() local
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_verify.c | 525 int __cil_verify_ordered_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) in __cil_verify_ordered_node_helper() argument 1022 static int __cil_verify_booleanif_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_verify_booleanif_helper() argument 1525 int __cil_verify_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_verify_helper() argument 1833 int __cil_pre_verify_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_pre_verify_helper() argument
|
H A D | cil_post.c | 565 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_count_helper() argument 673 static int __cil_post_db_array_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_array_helper() argument 1505 static int __cil_post_db_neverallow_attr_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_post_db_neverallow_attr_helper() argument 1534 static int __cil_post_db_attr_helper(struct cil_tree_node *node, uint32_t *finished, voi argument 1635 __cil_post_db_roletype_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_post_db_roletype_helper() argument 1721 __cil_post_db_userrole_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_post_db_userrole_helper() argument 1815 __cil_post_db_cat_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_post_db_cat_helper() argument 2190 __cil_post_db_classperms_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_post_db_classperms_helper() argument 2248 __cil_post_report_conflict(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_post_report_conflict() argument [all...] |
H A D | cil_policy.c | 75 static int __cil_gather_statements_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_gather_statements_helper() argument 1305 static int __cil_block_te_rules_to_policy_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_block_te_rules_to_policy_helper() argument 1424 static int __cil_te_rules_to_policy_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_te_rules_to_policy_helper() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 231 bool finished (const glu::ShaderType shaderType) const { DE_UNREF(shaderType); return false; } in finished() function in deqp::gles3::Functional::__anon30591::ConstantShaderGenerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 535 mlme_event_ch_switch(struct wpa_driver_nl80211_data *drv, struct nlattr *ifindex, struct nlattr *freq, struct nlattr *type, struct nlattr *bw, struct nlattr *cf1, struct nlattr *cf2, int finished) mlme_event_ch_switch() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 964 mlme_event_ch_switch(struct wpa_driver_nl80211_data *drv, struct nlattr *ifindex, struct nlattr *link, struct nlattr *freq, struct nlattr *type, struct nlattr *bw, struct nlattr *cf1, struct nlattr *cf2, struct nlattr *punct_bitmap, int finished) global() argument
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 361 struct completion *finished = data; in atmel_nand_dma_transfer_finished() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_actions.c | 370 bool finished; member
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 361 struct completion *finished = data; in atmel_nand_dma_transfer_finished() local
|
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 119 int finished; member [all...] |
/third_party/backends/backend/ |
H A D | mustek.c | 4853 SANE_Bool finished; /* block is finished */ in reader_process() member [all...] |
/third_party/node/src/ |
H A D | node_http2.cc | 2496 BaseObjectPtr<AsyncWrap> finished = in OnRead() local
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 652 int finished; member
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | marvell.c | 2114 marvell_vct7_cable_test_get_status(struct phy_device *phydev, bool *finished) marvell_vct7_cable_test_get_status() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_actions.c | 370 bool finished; member
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | at803x.c | 1964 static int qca808x_cable_test_get_status(struct phy_device *phydev, bool *finished) in qca808x_cable_test_get_status() argument 1537 at803x_cable_test_get_status(struct phy_device *phydev, bool *finished) at803x_cable_test_get_status() argument
|
H A D | nxp-c45-tja11xx.c | 1321 nxp_c45_cable_test_get_status(struct phy_device *phydev, bool *finished) nxp_c45_cable_test_get_status() argument
|
H A D | marvell.c | 2388 marvell_vct7_cable_test_get_status(struct phy_device *phydev, bool *finished) marvell_vct7_cable_test_get_status() argument
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 532 OSTFinished finished; /* no more packets should be written for this stream */ member
|