| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 338 int isize, int osize) in mppe_compress() argument 351 if (osize < isize + MPPE_OVHD + 2) { in mppe_compress() 355 osize, osize + MPPE_OVHD + 2); in mppe_compress() 359 osize = isize + MPPE_OVHD + 2; in mppe_compress() 396 state->stats.comp_bytes += osize; in mppe_compress() 399 return osize; in mppe_compress() 435 int osize) in mppe_decompress() argument 455 if (osize < isize - MPPE_OVHD - 1) { in mppe_decompress() 458 osize, isize - MPPE_OVHD - 1); in mppe_decompress() 461 osize = isize - MPPE_OVHD - 2; /* assume no PFC */ in mppe_decompress() [all …]
|
| H A D | ppp_deflate.c | 48 int isize, int osize); 51 int isize, unsigned char *obuf, int osize); 186 int isize, int osize) in z_compress() argument 201 if (osize > isize) in z_compress() 202 osize = isize; in z_compress() 217 state->strm.avail_out = oavail = osize - olen; in z_compress() 246 if (olen < isize && olen <= osize) { in z_compress() 412 unsigned char *obuf, int osize) in z_decompress() argument 470 state->strm.avail_out = osize - PPP_HDRLEN; in z_decompress() 502 olen = osize + overflow - state->strm.avail_out; in z_decompress()
|
| H A D | bsd_comp.c | 185 unsigned char *obuf, int isize, int osize); 189 unsigned char *obuf, int osize); 564 int isize, int osize) in bsd_compress() argument 589 if (olen >= osize) \ in bsd_compress() 633 if (osize > isize) in bsd_compress() 635 osize = isize; in bsd_compress() 828 unsigned char *obuf, int osize) in bsd_decompress() argument 977 if (explen > osize) in bsd_decompress()
|
| /OK3568_Linux_fs/kernel/net/ceph/crush/ |
| H A D | mapper.c | 908 int osize; in crush_do_rule() local 1003 osize = 0; in crush_do_rule() 1030 osize += crush_choose_firstn( in crush_do_rule() 1037 o+osize, j, in crush_do_rule() 1038 result_max-osize, in crush_do_rule() 1046 c+osize, in crush_do_rule() 1050 out_size = ((numrep < (result_max-osize)) ? in crush_do_rule() 1051 numrep : (result_max-osize)); in crush_do_rule() 1059 o+osize, j, in crush_do_rule() 1064 c+osize, in crush_do_rule() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ppp-comp.h | 51 unsigned char *obuf, int isize, int osize); 72 unsigned char *obuf, int osize);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | pk_internal.h | 79 unsigned char *output, size_t *olen, size_t osize, 85 unsigned char *output, size_t *olen, size_t osize,
|
| H A D | pk.h | 578 unsigned char *output, size_t *olen, size_t osize, 599 unsigned char *output, size_t *olen, size_t osize,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | pk_internal.h | 79 unsigned char *output, size_t *olen, size_t osize, 85 unsigned char *output, size_t *olen, size_t osize,
|
| H A D | pk.h | 578 unsigned char *output, size_t *olen, size_t osize, 599 unsigned char *output, size_t *olen, size_t osize,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | pk_internal.h | 79 unsigned char *output, size_t *olen, size_t osize, 85 unsigned char *output, size_t *olen, size_t osize,
|
| H A D | pk.h | 578 unsigned char *output, size_t *olen, size_t osize, 599 unsigned char *output, size_t *olen, size_t osize,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | pk_internal.h | 79 unsigned char *output, size_t *olen, size_t osize, 85 unsigned char *output, size_t *olen, size_t osize,
|
| H A D | pk.h | 578 unsigned char *output, size_t *olen, size_t osize, 599 unsigned char *output, size_t *olen, size_t osize,
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-mixx-defs.h | 337 uint64_t osize:20; member 343 uint64_t osize:20; 350 uint64_t osize:20; member 358 uint64_t osize:20;
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/ |
| H A D | debugfs.c | 47 static int parse_hex_sentence(const char *in, int isize, u8 *out, int osize) in parse_hex_sentence() argument 58 while (word_start < isize && n_parsed < osize) { in parse_hex_sentence()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_bpf.c | 444 u32 copy, osize; in tcp_bpf_sendmsg() local 461 osize = msg_tx->sg.size; in tcp_bpf_sendmsg() 467 copy = msg_tx->sg.size - osize; in tcp_bpf_sendmsg() 473 sk_msg_trim(sk, msg_tx, osize); in tcp_bpf_sendmsg()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hash-table.h | 783 size_t osize = size (); in expand() local 784 value_type *olimit = oentries + osize; in expand() 791 if (elts * 2 > osize || too_empty_p (elts)) in expand() 799 nsize = osize; in expand() 806 * osize); in expand()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hash-table.h | 783 size_t osize = size (); in expand() local 784 value_type *olimit = oentries + osize; in expand() 791 if (elts * 2 > osize || too_empty_p (elts)) in expand() 799 nsize = osize; in expand() 806 * osize); in expand()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_legacy_crtc.c | 450 unsigned long nsize, osize; in radeon_crtc_do_set_base() local 453 osize = radeon_bo_size(old_rbo); in radeon_crtc_do_set_base() 455 if (nsize <= osize && !radeon_bo_reserve(old_rbo, false)) { in radeon_crtc_do_set_base()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | commctrl.c | 52 unsigned int size, osize; in ioctl_send_fib() local 76 osize = size = le16_to_cpu(kfib->header.Size) + in ioctl_send_fib() 110 if ((osize != le16_to_cpu(kfib->header.Size) + in ioctl_send_fib()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects.c | 443 size_t osize = chain->effects[e]->oend - chain->effects[e]->obeg; in sox_flow_effects() local 456 …if (e < chain->length && chain->effects[e]->oend - chain->effects[e]->obeg > osize) /* False for o… in sox_flow_effects()
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tuner-xc2028.c | 134 #define i2c_send_recv(priv, obuf, osize, ibuf, isize) ({ \ argument 136 _rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, obuf, osize, \
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skmsg.c | 30 u32 osize = msg->sg.size; in sk_msg_alloc() local 81 sk_msg_trim(sk, msg, osize); in sk_msg_alloc()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_state.c | 121 unsigned long nsize, osize; in xfrm_hash_resize() local 161 osize = (ohashmask + 1) * sizeof(struct hlist_head); in xfrm_hash_resize() 165 xfrm_hash_free(odst, osize); in xfrm_hash_resize() 166 xfrm_hash_free(osrc, osize); in xfrm_hash_resize() 167 xfrm_hash_free(ospi, osize); in xfrm_hash_resize()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_api.c | 679 unsigned int nsize, nmask, osize; in qdisc_class_hash_grow() local 692 osize = clhash->hashsize; in qdisc_class_hash_grow() 695 for (i = 0; i < osize; i++) { in qdisc_class_hash_grow()
|