Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 25 of 54) sorted by relevance

123

/openbsd/src/usr.sbin/npppd/npppd/
Dmppe.c314 int pktloss, encrypt, flushed, m, n; in mppe_input() local
321 flushed = 0; in mppe_input()
328 flushed = (coher_cnt & 0x8000)? 1 : 0; in mppe_input()
334 _this->recv.coher_cnt, coher_cnt, (flushed)? "[flushed]" : "", in mppe_input()
382 flushed = 1; in mppe_input()
384 if (flushed) { in mppe_input()
413 flushed = 1; in mppe_input()
415 if (flushed) { in mppe_input()
473 int encrypt, flushed; in mppe_pkt_output() local
479 flushed = 0; in mppe_pkt_output()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/
Dout_err_mix2 my $flushed = shift;
3 my $old_fh = select $flushed;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
DExecutable.pm144 my ( $class, $flushed ) = @_;
145 my $old_fh = select $flushed;
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/bitwriter/
Dllvm_bitwriter.mli22 will be flushed. Returns [true] if successful, [false] otherwise. *)
35 will be flushed. Returns [true] if successful, [false] otherwise. *)
/openbsd/src/usr.bin/vi/docs/internals/
Dgdb.script14 printf "flushed\n"
34 printf "flushed\n"
/openbsd/src/usr.bin/col/
DREADME42 If a character is to be placed on a line that has been flushed, a warning
49 a line is flushed, the characters in the line are sorted according to
/openbsd/src/sys/net/
Dpipex.c2495 int pktloss, encrypt, flushed, m, n, len; in pipex_mppe_input() local
2511 flushed = ((coher_cnt & 0x8000) != 0) ? 1 : 0; in pipex_mppe_input()
2519 mppe->coher_cnt, (flushed) ? "[flushed]" : "", in pipex_mppe_input()
2574 if (flushed) { in pipex_mppe_input()
2604 flushed = 1; in pipex_mppe_input()
2606 if (flushed) in pipex_mppe_input()
2643 int encrypt, flushed, len; in pipex_mppe_output() local
2676 flushed = 0; in pipex_mppe_output()
2682 flushed = 1; in pipex_mppe_output()
2686 flushed = 1; in pipex_mppe_output()
[all …]
/openbsd/src/gnu/llvm/llvm/docs/
DXRay.rst231 programmatically until the buffers are finalized and flushed. To use FDR mode
239 When the buffers are flushed to disk, the result is a binary trace format
243 the logging implementation is finalized -- at which point it can be flushed and
DHowToBuildOnARM.rst60 are disappearing, caches being flushed on every big.LITTLE switch, and
DXRayFDRFormat.rst16 is finalized and flushed.
18 A goal of the profiler is to minimize overhead, the flushed data directly
DMCJITDesignAndImplementation.rst68 is flushed to complete the process. If an ObjectCache is being used, the
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DPathDiagnostic.cpp403 if (flushed) in FlushDiagnostics()
406 flushed = true; in FlushDiagnostics()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DPathDiagnostic.h175 bool flushed = false;
/openbsd/src/gnu/usr.bin/perl/lib/unicore/emoji/
Demoji.txt294 1F630..1F633 ; Emoji # E0.6 [4] (��..��) anxious face with sweat..flushed face
589 1F630..1F633 ; Emoji_Presentation # E0.6 [4] (��..��) anxious face with sweat..flushed face
1157 1F630..1F633 ; Extended_Pictographic# E0.6 [4] (��..��) anxious face with sweat..flushed face
/openbsd/src/gnu/usr.bin/texinfo/djgpp/
DREADME155 Note that the asterisk `*' should be flushed all the way to the
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dlb1sf68.asm2064 movel IMM (0),d6 | use d6-d7 to collect bits flushed right
2065 movel d6,d7 | use d6-d7 to collect bits flushed right
2111 orl d7,d3 | the bits which were flushed right
3542 | the extra bits which were flushed right
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dlb1sf68.asm1988 movel IMM (0),d6 | use d6-d7 to collect bits flushed right
1989 movel d6,d7 | use d6-d7 to collect bits flushed right
2035 orl d7,d3 | the bits which were flushed right
3445 | the extra bits which were flushed right
/openbsd/src/share/snmp/
DBRIDGE-MIB.txt872 not yet been flushed from the table.
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DPath.inc946 // flushed and subsequent process's attempts to read a file can return
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
DChangeLog1627 non-flushed output. This is required by the ANSI/ISO draft.
2619 Kludge to make sure _IO_FILE buffers get flushed before exit.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperltie.pod1171 have not been flushed to disk.
Dperlvms.pod1162 Setting C<$|> for an I/O stream causes data to be flushed
/openbsd/src/usr.bin/lex/
Dflex.skl2147 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
/openbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.seq1127 * the data FIFO should be flushed auto-magically on STCNT=0
/openbsd/src/usr.bin/vi/docs/
Dchangelog514 be flushed.

123