Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 1908) sorted by relevance

12345678910>>...77

/freebsd/usr.bin/diff3/tests/
H A Dlong-m.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-y.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-o.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-merge.out2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
16 These lines are the same in all three files
17 These lines are the same in all three files
18 These lines are the same in all three files
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Ddes_modes.pod31 The same plaintext block always produces the same ciphertext block
32 (for the same key) making it vulnerable to a 'dictionary attack'.
54 The CBC mode produces the same ciphertext whenever the same
66 enciphering to the same ciphertext.
86 The CFB mode produces the same ciphertext whenever the same
98 enciphering to the same ciphertext.
133 The OFB mode produces the same ciphertext whenever the same
135 over, in the OFB mode the same key stream is produced when the same
176 produced each time from the same parameters. This would be
211 If all 3 keys are the same, this is effectively the same as normal
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dstrcaseeq.c37 bool same; local
59 same = *l1 == *l2;
62 return same;
85 bool same; local
109 same = *l1 == *l2;
112 return same;
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_bio.pod24 the same value as previously).
26 SSL_set0_wbio() works in the same as SSL_set0_rbio() except that it connects
28 rbio and wbio are the same then SSL_set0_rbio() and SSL_set0_wbio() each take
34 that it connects both the B<rbio> and the B<wbio> at the same time, and
54 If the B<rbio> and B<wbio> parameters are the same and the B<rbio> is not
55 the same as the previously set value then one reference is consumed.
59 If the B<rbio> and B<wbio> parameters are the same and the B<rbio> is the
65 same as the
72 same as the previously set value and the old B<rbio> and B<wbio> values
73 were the same as each other then one reference is consumed for the B<rbio>
[all …]
H A DBN_add.pod51 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
54 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
57 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
61 (C<r=a^2>). I<r> and I<a> may be the same B<BIGNUM>.
84 the same B<BIGNUM> as I<a> or I<b>. For more efficient algorithms for
85 repeated computations using the same modulus, see
108 places the result in I<r>. I<r> may be the same B<BIGNUM> as I<a> or
120 to use the same B<BIGNUM> object for the modulus as for the output.
H A Dd2i_PrivateKey.pod63 d2i_PrivateKey() does the same as d2i_PrivateKey_ex() except that the default
65 d2i_PublicKey() does the same for public keys.
66 d2i_KeyParams() does the same for key parameters.
71 d2i_PrivateKey_fp() functions are the same except that they read the data from
80 i2d_PublicKey() does the same for public keys.
81 i2d_KeyParams() does the same for key parameters.
83 i2d_PrivateKey_bio() and i2d_PrivateKey_fp() do the same thing except that they
H A DSSL_CTX_add_session.pod19 the same session id already exists, the old session is removed by calling
28 whether a session with the same session id already exists. In this case
29 it is assumed that both sessions are identical. If the same session is
53 the same (identical) session twice. In case of the remove operation, the
/freebsd/contrib/libdiff/test/
H A Dexpect.results_test4 [0] same lines L2 R2 @L 0 @R 0
7 [3] same lines L2 R2 @L 5 @R 5
10 [0] same lines L2 R2 @L 0 @R 0
13 [3] same lines L2 R2 @L 5 @R 5
/freebsd/stand/i386/libi386/
H A Dtime.c72 int same, try; in time() local
74 same = try = 0; in time()
80 same = 0; in time()
81 } while (++same < 8 && ++try < 1000); in time()
/freebsd/contrib/libdiff/lib/
H A Ddiff_patience.c80 bool same; in diff_atoms_mark_unique() local
81 int r = diff_atom_same(&same, i, j); in diff_atoms_mark_unique()
84 if (!same) in diff_atoms_mark_unique()
129 bool same; in diff_atoms_mark_unique_in_both() local
133 if (!same) in diff_atoms_mark_unique_in_both()
163 bool same; in diff_atoms_mark_unique_in_both() local
167 r = diff_atom_same(&same, i, j); in diff_atoms_mark_unique_in_both()
170 if (!same) in diff_atoms_mark_unique_in_both()
283 bool same; in diff_atoms_mark_unique_in_both() local
306 rc = diff_atom_same(&same, a, b); in diff_atoms_mark_unique_in_both()
[all …]
H A Ddiff_main.c213 diff_atom_same(bool *same, in diff_atom_same() argument
220 *same = false; in diff_atom_same()
225 *same = true; in diff_atom_same()
228 *same = (cmp == 0); in diff_atom_same()
458 bool same; in diff_algo_none() local
459 err = diff_atom_same(&same, &l[equal_atoms_start], in diff_algo_none()
463 if (!same) in diff_algo_none()
470 bool same; in diff_algo_none() local
471 err = diff_atom_same(&same, &l[l_len - 1 - equal_atoms_end], in diff_algo_none()
475 if (!same) in diff_algo_none()
/freebsd/lib/libc/i386/string/
H A Dwcscmp.S44 jz same
49 jz same
54 jz same
63 same: xorl %eax,%eax label
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dst,stih4xx.txt18 - clock-names: names of the clocks listed in clocks property in the same
36 - clock-names: names of the clocks listed in clocks property in the same
40 - reset-names: names of the resets listed in resets property in the same
50 the same order.
53 - reset-names: names of the resets listed in resets property in the same
62 the same order.
65 the same order
68 - clock-names: names of the clocks listed in clocks property in the same
78 the same order.
82 - clock-names: names of the clocks listed in clocks property in the same
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsocionext-netsec.txt11 - phy-mode: See ethernet.txt file in the same directory
12 - phy-handle: See ethernet.txt in the same directory.
26 Optional properties: (See ethernet.txt file in the same directory)
29 - max-speed: See ethernet.txt in the same directory.
30 - max-frame-size: See ethernet.txt in the same directory.
H A Dnixge.txt8 information of registers in the same order as described by reg-names.
14 - phy-mode: See ethernet.txt file in the same directory.
20 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
22 - phy-handle: See ethernet.txt file in the same directory.
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt19 same cases. andi.b should use fractionally less power than bclri.b in
24 constant since shf.w covers exactly the same cases. shf.w is used
37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
48 It is not possible to emit splati.w since shf.w covers the same cases.
67 the same operation and will be emitted instead.
77 Like their non-immediate counterparts, bmnzi.v and bmzi.v are the same
/freebsd/tools/regression/netinet/tcpstream/
H A DREADME6 server then reads the stream and uses the same generator to confirm that the
7 data is correct. To run tcpstream, select a seed value (should be the same
8 for the client and server), and a port number (also the same for client and
/freebsd/tools/tools/ath/athdecode/
H A Dmain.c60 int fd, i, nrecs, same; in main() local
79 same = 0; in main()
84 same++; in main()
87 if (same) in main()
88 printf("\t\t+%u time%s", same, same == 1 ? "" : "s"); in main()
102 same = 0; in main()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,sti-asoc-card.txt20 - clock-names: name of the clocks listed in clocks property in the same order
22 - reg: CPU DAI IP Base address and size entries, listed in same
26 the same order.
28 - interrupts: CPU_DAI interrupt line, listed in the same order than the
31 - dma: CPU_DAI DMA controller phandle and DMA request line, listed in the same
39 - clocks: CPU_DAI IP clock source, listed in the same order than the
/freebsd/contrib/netbsd-tests/usr.bin/diff/
H A Dt_diff.sh59 atf_test_case same
74 atf_add_test_case same
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh134 atf_check -s exit:0 mv /rump/mnt/filename /rump/mnt/dir/same
136 stat -f "${statstr}" /rump/mnt/dir/same
148 atf_check -s exit:0 ln /rump/mnt/filename /rump/mnt/dir/same
152 stat -f "${statstr}" /rump/mnt/dir/same
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td296 // For destination vector type is the same as source vector.
331 // For destination vector type is the same as source vector.
425 // For destination vector type is the same as first source vector.
460 // For destination vector type is the same as first source vector.
642 // The destination vector type is the same as first source vector.
653 // The destination vector type is the same as first source vector.
664 // The destination vector type is the same as first source vector.
676 // The destination vector type is the same as first source vector.
688 // The destination vector type is the same as first source vector.
700 // The destination vector type is the same as first source vector.
[all …]

12345678910>>...77