Home
last modified time | relevance | path

Searched refs:str_out (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dpwhash_argon2id.c229 char *str_out; in str_tests() local
246 if (strcmp(str_out, str_out2) == 0) { in str_tests()
278 if (sodium_is_zero((const unsigned char *) str_out + strlen(str_out), in str_tests()
290 str_out[14]++; in str_tests()
294 str_out[14]--; in str_tests()
365 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
367 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
380 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
382 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
384 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
[all …]
H A Dpwhash_argon2i.c233 char *str_out; in str_tests() local
250 if (strcmp(str_out, str_out2) == 0) { in str_tests()
269 if (sodium_is_zero((const unsigned char *) str_out + strlen(str_out), in str_tests()
278 str_out[14]++; in str_tests()
282 str_out[14]--; in str_tests()
283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
367 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
369 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
371 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
382 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
[all …]
H A Dpwhash_scrypt.c298 char *str_out; in str_tests() local
302 str_out = in str_tests()
314 if (strcmp(str_out, str_out2) == 0) { in str_tests()
318 (str_out, OPSLIMIT, MEMLIMIT) != 0) { in str_tests()
322 (str_out, OPSLIMIT, MEMLIMIT / 2) != 1 || in str_tests()
324 (str_out, OPSLIMIT / 2, MEMLIMIT) != 1 || in str_tests()
326 (str_out, OPSLIMIT, MEMLIMIT * 2) != 1 || in str_tests()
343 str_out[14]++; in str_tests()
348 str_out[14]--; in str_tests()
353 (str_out, 0, 0) == 1); in str_tests()
[all …]
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dpwhash_argon2id.c229 char *str_out; in str_tests() local
246 if (strcmp(str_out, str_out2) == 0) { in str_tests()
278 if (sodium_is_zero((const unsigned char *) str_out + strlen(str_out), in str_tests()
290 str_out[14]++; in str_tests()
294 str_out[14]--; in str_tests()
365 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
367 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
380 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
382 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
384 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
[all …]
H A Dpwhash_argon2i.c233 char *str_out; in str_tests() local
250 if (strcmp(str_out, str_out2) == 0) { in str_tests()
269 if (sodium_is_zero((const unsigned char *) str_out + strlen(str_out), in str_tests()
278 str_out[14]++; in str_tests()
282 str_out[14]--; in str_tests()
283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
367 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
369 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
371 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
382 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
[all …]
H A Dpwhash_scrypt.c298 char *str_out; in str_tests() local
304 str_out = in str_tests()
318 if (strcmp(str_out, str_out2) == 0) { in str_tests()
322 (str_out, OPSLIMIT, MEMLIMIT) != 0) { in str_tests()
326 (str_out, OPSLIMIT, MEMLIMIT / 2) != 1 || in str_tests()
328 (str_out, OPSLIMIT / 2, MEMLIMIT) != 1 || in str_tests()
330 (str_out, OPSLIMIT, MEMLIMIT * 2) != 1 || in str_tests()
347 str_out[14]++; in str_tests()
352 str_out[14]--; in str_tests()
357 (str_out, 0, 0) == 1); in str_tests()
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dpwhash_argon2id.c229 char *str_out; in str_tests() local
246 if (strcmp(str_out, str_out2) == 0) { in str_tests()
278 if (sodium_is_zero((const unsigned char *) str_out + strlen(str_out), in str_tests()
290 str_out[14]++; in str_tests()
294 str_out[14]--; in str_tests()
365 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
367 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
380 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
382 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
384 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
[all …]
H A Dpwhash_argon2i.c233 char *str_out; in str_tests() local
250 if (strcmp(str_out, str_out2) == 0) { in str_tests()
269 if (sodium_is_zero((const unsigned char *) str_out + strlen(str_out), in str_tests()
278 str_out[14]++; in str_tests()
282 str_out[14]--; in str_tests()
283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
367 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
369 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
371 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
382 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
[all …]
H A Dpwhash_scrypt.c298 char *str_out; in str_tests() local
304 str_out = in str_tests()
318 if (strcmp(str_out, str_out2) == 0) { in str_tests()
322 (str_out, OPSLIMIT, MEMLIMIT) != 0) { in str_tests()
326 (str_out, OPSLIMIT, MEMLIMIT / 2) != 1 || in str_tests()
328 (str_out, OPSLIMIT / 2, MEMLIMIT) != 1 || in str_tests()
330 (str_out, OPSLIMIT, MEMLIMIT * 2) != 1 || in str_tests()
347 str_out[14]++; in str_tests()
352 str_out[14]--; in str_tests()
357 (str_out, 0, 0) == 1); in str_tests()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dpwhash_argon2id.c229 char *str_out; in str_tests() local
246 if (strcmp(str_out, str_out2) == 0) { in str_tests()
278 if (sodium_is_zero((const unsigned char *) str_out + strlen(str_out), in str_tests()
290 str_out[14]++; in str_tests()
294 str_out[14]--; in str_tests()
365 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
367 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
380 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
382 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
384 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
[all …]
H A Dpwhash_argon2i.c233 char *str_out; in str_tests() local
250 if (strcmp(str_out, str_out2) == 0) { in str_tests()
269 if (sodium_is_zero((const unsigned char *) str_out + strlen(str_out), in str_tests()
278 str_out[14]++; in str_tests()
282 str_out[14]--; in str_tests()
283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
367 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
369 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
371 assert(crypto_pwhash_argon2i_str_needs_rehash(str_out, in str_tests()
382 assert(crypto_pwhash_argon2id_str_needs_rehash(str_out, in str_tests()
[all …]
H A Dpwhash_scrypt.c298 char *str_out; in str_tests() local
302 str_out = in str_tests()
314 if (strcmp(str_out, str_out2) == 0) { in str_tests()
318 (str_out, OPSLIMIT, MEMLIMIT) != 0) { in str_tests()
322 (str_out, OPSLIMIT, MEMLIMIT / 2) != 1 || in str_tests()
324 (str_out, OPSLIMIT / 2, MEMLIMIT) != 1 || in str_tests()
326 (str_out, OPSLIMIT, MEMLIMIT * 2) != 1 || in str_tests()
343 str_out[14]++; in str_tests()
348 str_out[14]--; in str_tests()
353 (str_out, 0, 0) == 1); in str_tests()
[all …]
/dports/games/minetest/minetest-5.4.1/src/unittest/
H A Dtest_compression.cpp71 for (char i : str_out) in testRLECompression()
77 UASSERT(str_out[0] == 0); in testRLECompression()
78 UASSERT(str_out[1] == 0); in testRLECompression()
79 UASSERT(str_out[2] == 0); in testRLECompression()
80 UASSERT(str_out[3] == 4); in testRLECompression()
81 UASSERT(str_out[4] == 0); in testRLECompression()
82 UASSERT(str_out[5] == 1); in testRLECompression()
83 UASSERT(str_out[6] == 1); in testRLECompression()
84 UASSERT(str_out[7] == 5); in testRLECompression()
85 UASSERT(str_out[8] == 0); in testRLECompression()
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-decimal128.c164 *(str_out++) = '-'; in bson_decimal128_to_string()
176 strcpy (str_out, BSON_DECIMAL128_INF); in bson_decimal128_to_string()
260 *(str_out++) = *(significand_read++) + '0'; in bson_decimal128_to_string()
264 *(str_out++) = '.'; in bson_decimal128_to_string()
268 *(str_out++) = *(significand_read++) + '0'; in bson_decimal128_to_string()
271 *(str_out++) = 'E'; in bson_decimal128_to_string()
279 *str_out = '\0'; in bson_decimal128_to_string()
290 *(str_out++) = '0'; in bson_decimal128_to_string()
293 *(str_out++) = '.'; in bson_decimal128_to_string()
295 *(str_out++) = '0'; in bson_decimal128_to_string()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Descape_special_char.pro34 ; STRJOIN(STRSPLIT(str_out, /EXTRACT), '\ ') )
73 str_out='' ;
80 str_out=str_out+'\'+STRMID(str_in,tab[ii]-1,1)+STRMID(str_in,tab[ii],tab[ii+1]-tab[ii]-1)
83 str_out=str_out+STRMID(str_in,tab[ii],tab[ii+1]-tab[ii]-1)
89 str_out=str_out+'\'+STRMID(str_in,tab[ii]-1,1)+STRMID(str_in,tab[ii])
92 str_out=str_out+STRMID(str_in,tab[ii])
98 ;str_out=STRJOIN(STRSPLIT(str_out, /EXTRACT), '\ ')
103 print, 'After : ', str_out[ii]
109 return, str_out
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/compat/
H A Duuid.h45 int bt_uuid_unparse(const unsigned char *uuid_in, char *str_out) in bt_uuid_unparse() argument
47 uuid_unparse((unsigned char *) uuid_in, str_out); in bt_uuid_unparse()
66 int bt_uuid_unparse(const unsigned char *uuid_in, char *str_out) in bt_uuid_unparse() argument
68 uuid_unparse(uuid_in, str_out); in bt_uuid_unparse()
105 int bt_uuid_unparse(const unsigned char *uuid_in, char *str_out) in bt_uuid_unparse() argument
113 strcpy(str_out, alloc_str); in bt_uuid_unparse()
150 int bt_uuid_unparse(const unsigned char *uuid_in, char *str_out);
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-decimal128.c161 *(str_out++) = '-'; in bson_decimal128_to_string()
175 strcpy (str_out, "Inf"); in bson_decimal128_to_string()
257 *(str_out++) = *(significand_read++) + '0'; in bson_decimal128_to_string()
261 *(str_out++) = '.'; in bson_decimal128_to_string()
265 *(str_out++) = *(significand_read++) + '0'; in bson_decimal128_to_string()
268 *(str_out++) = 'E'; in bson_decimal128_to_string()
276 *str_out = '\0'; in bson_decimal128_to_string()
285 *(str_out++) = '0'; in bson_decimal128_to_string()
288 *(str_out++) = '.'; in bson_decimal128_to_string()
290 *(str_out++) = '0'; in bson_decimal128_to_string()
[all …]
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-decimal128.c164 *(str_out++) = '-'; in bson_decimal128_to_string()
176 strcpy (str_out, BSON_DECIMAL128_INF); in bson_decimal128_to_string()
260 *(str_out++) = *(significand_read++) + '0'; in bson_decimal128_to_string()
264 *(str_out++) = '.'; in bson_decimal128_to_string()
268 *(str_out++) = *(significand_read++) + '0'; in bson_decimal128_to_string()
271 *(str_out++) = 'E'; in bson_decimal128_to_string()
279 *str_out = '\0'; in bson_decimal128_to_string()
288 *(str_out++) = '0'; in bson_decimal128_to_string()
291 *(str_out++) = '.'; in bson_decimal128_to_string()
293 *(str_out++) = '0'; in bson_decimal128_to_string()
[all …]
/dports/devel/py-qutip/qutip-4.6.2/qutip/cy/
H A Dcodegen.py253str_out = "spmvpy(&data%s[0], &idx%s[0], &ptr%s[0], &vec[0], %s, &out[0], num_rows)" % (
255 func_vars.append(str_out)
263str_out = "spmvpy(&data%s[0], &idx%s[0], &ptr%s[0], &vec[0], 1.0, out, num_rows)" % (
271str_out = "spmvpy(&data%s[0], &idx%s[0], &ptr%s[0], &vec[0], %s, out, num_rows)" % (
284str_out = "spmvpy(&data%s[0], &idx%s[0], &ptr%s[0], &vec[0], %s, out, num_rows)" % (
288 str_out= ''
289 func_vars.append(str_out)
301 str_out = "spmvpy(&data%s[0], &idx%s[0], &ptr%s[0], &vec[0], %s, out, num_rows)" % (
304 func_vars.append(str_out)
326str_out = "spmvpy(&data%s[0], &idx%s[0], &ptr%s[0], &vec[0], %s, out, num_rows)" % (
[all …]
/dports/textproc/p5-Text-Unaccent-PurePerl/Text-Unaccent-PurePerl-0.05/lib/Text/Unaccent/
H A DPurePerl.pm17885 my $str_out = '';
17890 $str_out .= exists $map->{$chr} ? $map->{$chr} : $chr;
17897 $str_out = Encode::encode($encoding, $str_out);
17900 return $str_out;
/dports/devel/R-cran-pkgmaker/pkgmaker/man/
H A Dstr_out.Rd3 \name{str_out}
4 \alias{str_out}
15 str_out(
62 \item{...}{other arguments passed to \link{str_out}.}
80 \code{str_out} formats character vectors for use in show methods or
90 \item \code{str_class}: outputs the class(es) of an object using \code{str_out}.
108 str_out(x)
109 str_out(x, 8)
110 str_out(x, Inf)
111 str_out(x, quote=FALSE)
[all …]
/dports/audio/id3el/id3el-0.05/
H A Did3put.c8 char str_out[OUTLEN]; variable
23 p = str_out;
27 (void) strcpy(str_out, "TAG");
29 p = q = str_out + 3;
64 p = str_out;
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dquot_print.c204 zend_string *str_out; in PHP_FUNCTION() local
217 str_out = zend_string_alloc(ZSTR_LEN(arg1), 0); in PHP_FUNCTION()
225 ZSTR_VAL(str_out)[j++] = (php_hex2int((int) str_in[i + 1]) << 4) in PHP_FUNCTION() local
247 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION() local
252 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION()
255 ZSTR_VAL(str_out)[j] = '\0'; in PHP_FUNCTION() local
256 ZSTR_LEN(str_out) = j; in PHP_FUNCTION()
258 RETVAL_NEW_STR(str_out); in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dquot_print.c201 zend_string *str_out; in PHP_FUNCTION() local
214 str_out = zend_string_alloc(ZSTR_LEN(arg1), 0); in PHP_FUNCTION()
222 ZSTR_VAL(str_out)[j++] = (php_hex2int((int) str_in[i + 1]) << 4) in PHP_FUNCTION() local
244 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION() local
249 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION()
252 ZSTR_VAL(str_out)[j] = '\0'; in PHP_FUNCTION() local
253 ZSTR_LEN(str_out) = j; in PHP_FUNCTION()
255 RETVAL_NEW_STR(str_out); in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dquot_print.c204 zend_string *str_out; in PHP_FUNCTION() local
217 str_out = zend_string_alloc(ZSTR_LEN(arg1), 0); in PHP_FUNCTION()
225 ZSTR_VAL(str_out)[j++] = (php_hex2int((int) str_in[i + 1]) << 4) in PHP_FUNCTION() local
247 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION() local
252 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION()
255 ZSTR_VAL(str_out)[j] = '\0'; in PHP_FUNCTION() local
256 ZSTR_LEN(str_out) = j; in PHP_FUNCTION()
258 RETVAL_NEW_STR(str_out); in PHP_FUNCTION()

12345678910>>...15