Home
last modified time | relevance | path

Searched refs:in_length (Results 1 – 25 of 1189) sorted by relevance

12345678910>>...48

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dbase64.h12 size_t li_base64_dec(unsigned char *result, size_t out_length, const char *in, size_t in_length, ba…
14 unsigned char* buffer_append_base64_decode(buffer *out, const char* in, size_t in_length, base64_ch…
17 #define li_to_base64_no_padding(out, out_length, in, in_length, charset) \ argument
18 li_base64_enc((out), (out_length), (in), (in_length), (charset), 0)
19 #define li_to_base64(out, out_length, in, in_length, charset) \ argument
20 li_base64_enc((out), (out_length), (in), (in_length), (charset), 1)
24 char* buffer_append_base64_enc(buffer *out, const unsigned char* in, size_t in_length, base64_chars…
26 #define buffer_append_base64_encode_no_padding(out, in, in_length, charset) \ argument
27 buffer_append_base64_enc((out), (in), (in_length), (charset), 0)
28 #define buffer_append_base64_encode(out, in, in_length, charset) \ argument
[all …]
H A Dbase64.c49 for (i = 0; i < in_length; i++) { in li_base64_dec()
72 switch (i == in_length || ch == -3 || in[i] != '\0' ? (i & 3) : 1) { in li_base64_dec()
101 force_assert(in_length <= 3221225469); /* (3221225469+2) / 3 * 4 < UINT32_MAX */ in li_base64_enc()
102 force_assert((in_length+2)/3*4 <= out_length); in li_base64_enc()
104 for (i = 2; i < in_length; i += 3) { in li_base64_enc()
113 switch (in_length - (i-2)) { in li_base64_enc()
153 const size_t reserve = (in_length+2)/3*4; in buffer_append_base64_enc()
156 li_base64_enc(result, reserve, in, in_length, charset, pad); in buffer_append_base64_enc()
165 const size_t reserve = 3*(in_length/4) + 3; in buffer_append_base64_decode()
169 li_base64_dec(result, reserve, in, in_length, charset); in buffer_append_base64_decode()
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dlibrary.c624 unsigned char preprocessed[in_length + 1]; in reduced_charset()
649 preprocessed[in_length] = '\0'; in reduced_charset()
823 if (in_length == 0) { in ZBarcode_Encode()
824 in_length = (int)ustrlen(source); in ZBarcode_Encode()
826 if (in_length == 0) { in ZBarcode_Encode()
840 unsigned char local_source[in_length + 1]; in ZBarcode_Encode()
1000 for (i = 0; i < in_length; i++) { in ZBarcode_Encode()
1011 in_length =(int)ustrlen(local_source); in ZBarcode_Encode()
1017 memcpy(local_source, source, in_length); in ZBarcode_Encode()
1018 local_source[in_length] = '\0'; in ZBarcode_Encode()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dbignum-copy.c37 register int in_length, /* in sizeof(littlenum)s */ in bignum_copy() argument
43 if (out_length < in_length) in bignum_copy()
50 for (p = in + in_length - 1; p >= in; --p) in bignum_copy()
55 significant_littlenums_dropped = p - in - in_length + 1; in bignum_copy()
65 (unsigned int) in_length << LITTLENUM_SHIFT); in bignum_copy()
67 if (out_length > in_length) in bignum_copy()
69 memset ((char *) (out + in_length), in bignum_copy()
71 (unsigned int) (out_length - in_length) << LITTLENUM_SHIFT); in bignum_copy()
H A Dflonum-copy.c27 unsigned int in_length; /* 0 origin */ in flonum_copy() local
31 in_length = in->leader - in->low; in flonum_copy()
42 if (in_length <= out_length) in flonum_copy()
48 if (in_length < out_length) in flonum_copy()
50 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
51 out_length - in_length); in flonum_copy()
55 ((in_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
63 shorten = in_length - out_length; in flonum_copy()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dbignum-copy.c37 register int in_length, /* in sizeof(littlenum)s */ in bignum_copy() argument
43 if (out_length < in_length) in bignum_copy()
50 for (p = in + in_length - 1; p >= in; --p) in bignum_copy()
55 significant_littlenums_dropped = p - in - in_length + 1; in bignum_copy()
65 (unsigned int) in_length << LITTLENUM_SHIFT); in bignum_copy()
67 if (out_length > in_length) in bignum_copy()
69 memset ((char *) (out + in_length), in bignum_copy()
71 (unsigned int) (out_length - in_length) << LITTLENUM_SHIFT); in bignum_copy()
H A Dflonum-copy.c27 unsigned int in_length; /* 0 origin */ in flonum_copy() local
31 in_length = in->leader - in->low; in flonum_copy()
42 if (in_length <= out_length) in flonum_copy()
48 if (in_length < out_length) in flonum_copy()
50 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
51 out_length - in_length); in flonum_copy()
55 ((in_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
63 shorten = in_length - out_length; in flonum_copy()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dbignum-copy.c37 register int in_length, /* in sizeof(littlenum)s */ in bignum_copy() argument
43 if (out_length < in_length) in bignum_copy()
50 for (p = in + in_length - 1; p >= in; --p) in bignum_copy()
55 significant_littlenums_dropped = p - in - in_length + 1; in bignum_copy()
65 (unsigned int) in_length << LITTLENUM_SHIFT); in bignum_copy()
67 if (out_length > in_length) in bignum_copy()
69 memset ((char *) (out + in_length), in bignum_copy()
71 (unsigned int) (out_length - in_length) << LITTLENUM_SHIFT); in bignum_copy()
H A Dflonum-copy.c27 unsigned int in_length; /* 0 origin */
31 in_length = in->leader - in->low;
42 if (in_length <= out_length)
48 if (in_length < out_length)
50 memset ((char *) (out->low + in_length + 1), '\0',
51 out_length - in_length);
55 ((in_length + 1) * sizeof (LITTLENUM_TYPE)));
63 shorten = in_length - out_length;
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dsmb2_read.c55 uint32_t in_length; in smbd_smb2_request_process_read() local
103 in_length, in smbd_smb2_request_process_read()
180 uint32_t in_length; member
198 uint32_t in_length = state->in_length; in smb2_sendfile_send_data() local
212 in_length); in smb2_sendfile_send_data()
307 if (nread < in_length) { in smb2_sendfile_send_data()
326 in_length, in smb2_sendfile_send_data()
463 state->in_length = in_length; in smbd_smb2_read_send()
522 (size_t)in_length); in smbd_smb2_read_send()
544 in_length, in smbd_smb2_read_send()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dflonum-copy.c26 unsigned int in_length; /* 0 origin */ in flonum_copy() local
30 in_length = in->leader - in->low; in flonum_copy()
41 if (in_length <= out_length) in flonum_copy()
47 if (in_length < out_length) in flonum_copy()
49 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
50 out_length - in_length); in flonum_copy()
54 ((in_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
62 shorten = in_length - out_length; in flonum_copy()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dflonum-copy.c26 unsigned int in_length; /* 0 origin */ in flonum_copy() local
30 in_length = in->leader - in->low; in flonum_copy()
41 if (in_length <= out_length) in flonum_copy()
47 if (in_length < out_length) in flonum_copy()
49 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
50 out_length - in_length); in flonum_copy()
54 ((in_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
62 shorten = in_length - out_length; in flonum_copy()
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Dflonum-copy.c26 unsigned int in_length; /* 0 origin */ in flonum_copy() local
30 in_length = in->leader - in->low; in flonum_copy()
41 if (in_length <= out_length) in flonum_copy()
47 if (in_length < out_length) in flonum_copy()
49 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
50 out_length - in_length); in flonum_copy()
54 ((in_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
62 shorten = in_length - out_length; in flonum_copy()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Dflonum-copy.c26 unsigned int in_length; /* 0 origin */ in flonum_copy() local
30 in_length = in->leader - in->low; in flonum_copy()
41 if (in_length <= out_length) in flonum_copy()
47 if (in_length < out_length) in flonum_copy()
49 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
50 out_length - in_length); in flonum_copy()
54 ((in_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
62 shorten = in_length - out_length; in flonum_copy()
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dflonum-copy.c27 unsigned int in_length; /* 0 origin */ in flonum_copy() local
31 in_length = in->leader - in->low; in flonum_copy()
42 if (in_length <= out_length) in flonum_copy()
48 if (in_length < out_length) in flonum_copy()
50 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
51 out_length - in_length); in flonum_copy()
55 ((in_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
63 shorten = in_length - out_length; in flonum_copy()
/dports/devel/binutils/binutils-2.37/gas/
H A Dflonum-copy.c26 unsigned int in_length; /* 0 origin */ in flonum_copy() local
30 in_length = in->leader - in->low; in flonum_copy()
41 if (in_length <= out_length) in flonum_copy()
47 if (in_length < out_length) in flonum_copy()
49 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
50 out_length - in_length); in flonum_copy()
54 ((in_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
62 shorten = in_length - out_length; in flonum_copy()
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_scriptcode.cpp66 int asCScriptCode::SetCode(const char *in_name, const char *in_code, size_t in_length, bool in_make… in SetCode() argument
73 if( in_length == 0 ) in SetCode()
74 in_length = strlen(in_code); in SetCode()
77 codeLength = in_length; in SetCode()
79 code = asNEWARRAY(char, in_length); in SetCode()
82 memcpy(code, in_code, in_length); in SetCode()
86 codeLength = in_length; in SetCode()
93 for( size_t n = 0; n < in_length; n++ ) in SetCode()
95 linePositions.PushLast(in_length); in SetCode()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_scriptcode.cpp66 int asCScriptCode::SetCode(const char *in_name, const char *in_code, size_t in_length, bool in_make… in SetCode() argument
73 if( in_length == 0 ) in SetCode()
74 in_length = strlen(in_code); in SetCode()
77 codeLength = in_length; in SetCode()
79 code = asNEWARRAY(char, in_length); in SetCode()
82 memcpy(code, in_code, in_length); in SetCode()
86 codeLength = in_length; in SetCode()
93 for( size_t n = 0; n < in_length; n++ ) in SetCode()
95 linePositions.PushLast(in_length); in SetCode()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_scriptcode.cpp66 int asCScriptCode::SetCode(const char *in_name, const char *in_code, size_t in_length, bool in_make… in SetCode() argument
73 if( in_length == 0 ) in SetCode()
74 in_length = strlen(in_code); in SetCode()
77 codeLength = in_length; in SetCode()
79 code = asNEWARRAY(char, in_length); in SetCode()
82 memcpy(code, in_code, in_length); in SetCode()
86 codeLength = in_length; in SetCode()
93 for( size_t n = 0; n < in_length; n++ ) in SetCode()
95 linePositions.PushLast(in_length); in SetCode()
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_scriptcode.cpp66 int asCScriptCode::SetCode(const char *in_name, const char *in_code, size_t in_length, bool in_make… in SetCode() argument
73 if( in_length == 0 ) in SetCode()
74 in_length = strlen(in_code); in SetCode()
77 codeLength = in_length; in SetCode()
79 code = asNEWARRAY(char, in_length); in SetCode()
82 memcpy(code, in_code, in_length); in SetCode()
86 codeLength = in_length; in SetCode()
93 for( size_t n = 0; n < in_length; n++ ) in SetCode()
95 linePositions.PushLast(in_length); in SetCode()
/dports/security/botan110/Botan-1.10.17/src/pk_pad/eme1/
H A Deme1.cpp18 SecureVector<byte> EME1::pad(const byte in[], size_t in_length, in pad() argument
24 if(key_length < in_length + 2*Phash.size() + 1) in pad()
32 out[out.size() - in_length - 1] = 0x01; in pad()
33 out.copy(out.size() - in_length, in, in_length); in pad()
47 SecureVector<byte> EME1::unpad(const byte in[], size_t in_length, in unpad() argument
65 if(in_length > key_length) in unpad()
66 in_length = 0; in unpad()
69 input.copy(key_length - in_length, in, in_length); in unpad()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/transient/
H A Ddyadic_decimator.h23 inline size_t GetOutLengthToDyadicDecimate(size_t in_length, in GetOutLengthToDyadicDecimate() argument
25 size_t out_length = in_length / 2; in GetOutLengthToDyadicDecimate()
27 if (in_length % 2 == 1 && !odd_sequence) { in GetOutLengthToDyadicDecimate()
47 size_t in_length, in DyadicDecimate() argument
51 size_t half_length = GetOutLengthToDyadicDecimate(in_length, odd_sequence); in DyadicDecimate()
53 if (!in || !out || in_length <= 0 || out_length < half_length) { in DyadicDecimate()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/transient/
H A Ddyadic_decimator.h23 inline size_t GetOutLengthToDyadicDecimate(size_t in_length, in GetOutLengthToDyadicDecimate() argument
25 size_t out_length = in_length / 2; in GetOutLengthToDyadicDecimate()
27 if (in_length % 2 == 1 && !odd_sequence) { in GetOutLengthToDyadicDecimate()
47 size_t in_length, in DyadicDecimate() argument
51 size_t half_length = GetOutLengthToDyadicDecimate(in_length, odd_sequence); in DyadicDecimate()
53 if (!in || !out || in_length <= 0 || out_length < half_length) { in DyadicDecimate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/transient/
H A Ddyadic_decimator.h23 inline size_t GetOutLengthToDyadicDecimate(size_t in_length, in GetOutLengthToDyadicDecimate() argument
25 size_t out_length = in_length / 2; in GetOutLengthToDyadicDecimate()
27 if (in_length % 2 == 1 && !odd_sequence) { in GetOutLengthToDyadicDecimate()
47 size_t in_length, in DyadicDecimate() argument
51 size_t half_length = GetOutLengthToDyadicDecimate(in_length, odd_sequence); in DyadicDecimate()
53 if (!in || !out || in_length <= 0 || out_length < half_length) { in DyadicDecimate()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/transient/
H A Ddyadic_decimator.h23 inline size_t GetOutLengthToDyadicDecimate(size_t in_length, in GetOutLengthToDyadicDecimate() argument
25 size_t out_length = in_length / 2; in GetOutLengthToDyadicDecimate()
27 if (in_length % 2 == 1 && !odd_sequence) { in GetOutLengthToDyadicDecimate()
47 size_t in_length, in DyadicDecimate() argument
51 size_t half_length = GetOutLengthToDyadicDecimate(in_length, odd_sequence); in DyadicDecimate()
53 if (!in || !out || in_length <= 0 || out_length < half_length) { in DyadicDecimate()

12345678910>>...48