Searched refs:input_len (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/boot/usb/tools/
H A Dsysinit.c54 static uint32_t input_len; variable
214 input_len = off;
216 if (input_len % (uint32_t)sizeof(struct sysinit_data)) {
224 if (read(input_file, input_ptr, input_len) != input_len)
227 entries = input_len / (uint32_t)sizeof(struct sysinit_data);
/freebsd-11.0-release/contrib/ntp/lib/isc/tests/
H A Dhash_test.c79 size_t input_len; member in struct:hash_testcase
209 testcase->input_len);
336 testcase->input_len);
468 testcase->input_len);
614 testcase->input_len);
761 testcase->input_len);
840 testcase->input_len);
970 testcase->input_len);
1133 testcase->input_len);
1296 testcase->input_len);
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A Devp_extra_test.c367 size_t input_len, int expected_id)
374 pkey = d2i_AutoPrivateKey(NULL, &p, input_len);
375 if (pkey == NULL || p != input + input_len) {
366 test_d2i_AutoPrivateKey(const unsigned char *input, size_t input_len, int expected_id) argument
/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_txt.c2868 size_t input_len, retain; local
2882 for (ttp = TAILQ_FIRST(tiqh), input_len = 0;;) {
2883 input_len += ttp == tp ? tp->cno : ttp->len + ttp->R_erase;
2902 if (input_len < orig_len) {
2903 retain = MIN(tp->owrite, orig_len - input_len);
2907 MEMCPY(tp->lb + tp->cno, p + input_len, retain);

Completed in 170 milliseconds