Home
last modified time | relevance | path

Searched refs:orig_len (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/net/
H A Dppp-deflate.c224 int orig_len, int maxolen) in z_compress() argument
238 return orig_len; in z_compress()
242 if (maxolen > orig_len) in z_compress()
243 maxolen = orig_len; in z_compress()
328 if (m != NULL && olen < orig_len in z_compress()
335 state->stats.inc_bytes += orig_len; in z_compress()
337 olen = orig_len; in z_compress()
339 state->stats.unc_bytes += orig_len; in z_compress()
H A Dppp-comp.h72 PACKETPTR mp, int orig_len, int max_len);
/openbsd/lib/libssl/
H A Ds3_cbc.c196 unsigned int md_size, unsigned int orig_len) in ssl3_cbc_copy_mac() argument
215 OPENSSL_assert(orig_len >= md_size); in ssl3_cbc_copy_mac()
223 if (orig_len > md_size + 255 + 1) in ssl3_cbc_copy_mac()
224 scan_start = orig_len - (md_size + 255 + 1); in ssl3_cbc_copy_mac()
237 for (i = scan_start, j = 0; i < orig_len; i++) { in ssl3_cbc_copy_mac()
H A Dssl_local.h1464 unsigned int md_size, unsigned int orig_len);
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dfindvar.c120 extract_long_unsigned_integer (const void *addr, int orig_len, LONGEST *pval) in extract_long_unsigned_integer() argument
125 len = orig_len; in extract_long_unsigned_integer()
129 len > (int) sizeof (LONGEST) && p < (char *) addr + orig_len; in extract_long_unsigned_integer()
142 for (p = (char *) addr + orig_len - 1; in extract_long_unsigned_integer()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2asm.c235 dw2_asm_output_nstring VPARAMS ((const char *str, size_t orig_len, in dw2_asm_output_nstring() argument
242 VA_FIXEDARG (ap, size_t, orig_len); in dw2_asm_output_nstring()
245 len = orig_len; in dw2_asm_output_nstring()
271 if (orig_len == (size_t) -1) in dw2_asm_output_nstring()
274 if (orig_len != (size_t) -1) in dw2_asm_output_nstring()
/openbsd/gnu/gcc/gcc/
H A Ddwarf2asm.c244 dw2_asm_output_nstring (const char *str, size_t orig_len, in dw2_asm_output_nstring() argument
252 len = orig_len; in dw2_asm_output_nstring()
278 if (orig_len == (size_t) -1) in dw2_asm_output_nstring()
281 if (orig_len != (size_t) -1) in dw2_asm_output_nstring()
/openbsd/usr.bin/vi/vi/
H A Dv_txt.c2810 txt_Rresolve(SCR *sp, TEXTH *tiqh, TEXT *tp, const size_t orig_len) in txt_Rresolve() argument
2846 if (input_len < orig_len) { in txt_Rresolve()
2847 retain = MINIMUM(tp->owrite, orig_len - input_len); in txt_Rresolve()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c1557 bfd_size_type orig_len, len = 0; in vsprint_msg() local
1565 orig_len = strlen (origmsg); in vsprint_msg()
1566 len = orig_len + strlen (fmt) + arglen + 20; in vsprint_msg()
1573 memcpy (message, origmsg, orig_len); in vsprint_msg()
1574 vsprintf (message + orig_len, fmt, ap); in vsprint_msg()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c1799 bfd_size_type orig_len, len = 0; in vsprint_msg() local
1807 orig_len = strlen (origmsg); in vsprint_msg()
1808 len = orig_len + strlen (fmt) + arglen + 20; in vsprint_msg()
1815 memcpy (message, origmsg, orig_len); in vsprint_msg()
1816 vsprintf (message + orig_len, fmt, ap); in vsprint_msg()