OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundtrip
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
bigdict.c
25
void*
roundtrip
, ZSTD_EndDirective end)
41
ZSTD_outBuffer rtOut = {
roundtrip
, srcSize, 0};
72
void*
roundtrip
= malloc(dataSize);
local
76
if (!buffer || !out || !
roundtrip
|| !cctx || !dctx) {
112
if (compress(cctx, dctx, out, outSize, buffer, dataSize,
roundtrip
, ZSTD_e_continue))
117
if (compress(cctx, dctx, out, outSize, buffer, dataSize,
roundtrip
, ZSTD_e_end))
122
free(
roundtrip
);
/src/tests/games/
t_morse.sh
90
atf_test_case
roundtrip
115
atf_check -o 'save:
roundtrip
.morse' \
118
/usr/games/morse -d <
roundtrip
.morse
126
atf_add_test_case
roundtrip
/src/external/bsd/zstd/dist/contrib/pzstd/
Makefile
126
debug: pzstd$(EXT) tests
roundtrip
143
all32: all tests
roundtrip
163
roundtripcheck:
roundtrip
check
176
.PHONY:
roundtrip
177
roundtrip
: EXTRA_FLAGS += -Wno-deprecated-declarations
178
roundtrip
: test/RoundTripTest$(EXT)
/src/external/bsd/zstd/dist/build/single_file_libs/
build_library_test.sh
13
IN_FILES="zstd.c examples/
roundtrip
.c"
75
cc -Wall -Wextra -Werror -Wshadow -pthread -I. -Os -g0 -o $OUT_FILE zstd.c examples/
roundtrip
.c
78
echo "Compiling
roundtrip
.c: FAILED"
81
echo "Compiling
roundtrip
.c: PASSED"
89
echo "Running
roundtrip
.c: FAILED"
92
echo "Running
roundtrip
.c: PASSED"
/src/tests/usr.bin/compress/
t_pr_19722.sh
60
atf_test_case '
roundtrip
'
174
atf_add_test_case
roundtrip
/src/external/bsd/unbound/dist/services/cache/
infra.h
313
* @param
roundtrip
: estimate of
roundtrip
time in milliseconds or -1 for
315
* @param orig_rtt: original rtt for the query that timed out (
roundtrip
==-1).
316
* ignored if
roundtrip
!= -1.
322
int
roundtrip
, int orig_rtt, time_t timenow);
infra.c
717
int
roundtrip
, int orig_rtt, time_t timenow)
736
if(
roundtrip
== -1) {
760
rtt_update(&data->rtt,
roundtrip
);
/src/external/bsd/ntp/dist/ntpd/
ntpd-opts.def
161
congestion, the
roundtrip
delay jitter can exceed three seconds and
163
roundtrip
delay plus error budget terms, can become very large.
363
incidental
roundtrip
delay jitter and oscillator frequency wander
/src/external/bsd/wpa/dist/src/radius/
radius_client.c
1094
int len,
roundtrip
;
local
1253
roundtrip
= (now.sec - req->last_attempt.sec) * 100 +
1259
roundtrip
/ 100,
roundtrip
% 100);
1260
rconf->round_trip_time =
roundtrip
;
Completed in 63 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026