| /NextBSD/contrib/jansson/test/ |
| HD | run-suites | 32 passed=0 37 passed=$(($passed+1)) 48 echo "$passed test suites passed"
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86CallingConv.td | 258 // The 'nest' parameter, if any, is passed in R10. 262 // The first 6 integer arguments are passed in integer registers. 266 // The first 8 MMX vector arguments are passed in XMM registers on Darwin. 272 // Boolean vectors of AVX-512 are passed in SIMD registers. 282 // The first 8 FP/Vector arguments are passed in XMM registers. 287 // The first 8 256-bit vector arguments are passed in YMM registers, unless 290 // fixed arguments to vararg functions are supposed to be passed in 297 // The first 8 512-bit vector arguments are passed in ZMM registers. 330 // The 'nest' parameter, if any, is passed in R10. 333 // 128 bit vectors are passed by pointer [all …]
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcCallingConv.td | 21 // i32 f32 arguments get passed in integer registers if there is space. 23 // f64 arguments are split and passed through registers or through stack. 55 // Structs up to 16 bytes in size are passed by value. They are right-aligned 58 // struct containing two floats would thus be passed in %f0 and %f1, while two 59 // float function arguments would occupy 8 bytes each, and be passed in %f1 and 62 // When a struct { int, float } is passed by value, the int goes in the high 103 // Function return values are passed exactly like function arguments, except a 117 // arguments whether they are passed in registers or not. 126 // Otherwise, return values are passed exactly like arguments.
|
| /NextBSD/lib/libmd/ |
| HD | Makefile | 232 @${ECHO} MD4 passed test 235 @${ECHO} MD5 passed test 239 @${ECHO} RIPEMD160 passed test 243 @${ECHO} SHA-0 passed test 246 @${ECHO} SHA-1 passed test 249 @${ECHO} SHA-256 passed test 252 @${ECHO} SHA-384 passed test 255 @${ECHO} SHA-512 passed test
|
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_pf/ |
| HD | BEGEMOT-PF-MIB.txt | 460 "Number of IPv4 bytes passed in on the loginterface." 468 "Number of IPv4 bytes passed out on the loginterface." 476 "Number of IPv4 packets passed in on the loginterface." 492 "Number of IPv4 packets passed out on the loginterface." 508 "Number of IPv6 bytes passed in on the loginterface." 516 "Number of IPv6 bytes passed out on the loginterface." 524 "Number of IPv6 packets passed in on the loginterface." 540 "Number of IPv6 packets passed out on the loginterface." 666 "The number of IPv4 bytes passed coming in on this interface." 682 "The number of IPv4 bytes passed going out on this interface." [all …]
|
| /NextBSD/contrib/unbound/util/ |
| HD | timehist.c | 200 double lookfor, passed, res; in timehist_quartile() local 210 passed = 0; in timehist_quartile() 213 passed+(double)hist->buckets[i].count < lookfor) { in timehist_quartile() 214 passed += (double)hist->buckets[i++].count; in timehist_quartile() 223 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count); in timehist_quartile()
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZCallingConv.td | 71 // The first 5 integer arguments are passed in R2-R6. Note that R6 76 // The first 4 float and double arguments are passed in even registers F0-F6. 80 // The first 8 named vector arguments are passed in V24-V31. Sub-128 vectors 81 // are passed in the same way, but they're widened to one of these types 94 // Other vector arguments are passed in 8-byte-aligned 16-byte stack slots. 99 // Other arguments are passed in 8-byte-aligned 8-byte stack slots.
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsCallingConv.td | 139 // Integer arguments are passed in integer registers. 145 // f32 arguments are passed in single precision FP registers. 151 // f64 arguments are passed in double precision FP registers. 163 // All arguments are passed in integer registers. 222 // Integer arguments are passed in integer registers. 225 // Single fp arguments are passed in pairs within 32-bit mode 232 // The first 4 double fp arguments are passed in single fp registers. 260 // f64 arguments are passed in double-precision floating pointer registers. 281 // Integer arguments are passed in integer registers. 286 // f64 arguments are passed in double-precision floating pointer registers. [all …]
|
| /NextBSD/contrib/atf/test-programs/ |
| HD | meta_data_test.sh | 35 atf_check -s eq:0 -o match:passed -e ignore ${h} -s $(atf_get_srcdir) \ 49 atf_check -s eq:0 -o match:passed -e ignore ${h} -s $(atf_get_srcdir) \
|
| /NextBSD/contrib/gcc/doc/ |
| HD | interface.texi | 30 storing them into an address passed by the caller (usually in a 50 some machines, the first few arguments are passed in registers; in 51 others, all are passed on the stack. It would be possible to use 61 are passed ``by invisible reference''. This means that the value is 62 stored in memory, and the address of the memory location is passed to
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
| HD | dtest.pl | 238 my($passed) = 0; 522 $passed = ($total - $failed - $bypassed); 524 "passed" => $passed, 692 my $passed = $results{$key}{"passed"}; 698 logmsg(" passed: " . $passed . "\n");
|
| /NextBSD/contrib/opie/ |
| HD | Makefile.in | 135 client: libopie/libopie.a libmissing/libmissing.a opietest-passed opiekey opiegen $(OPIEAUTO) 155 server: libopie/libopie.a libmissing/libmissing.a opietest-passed opielogin opiesu opiepasswd opiei… 271 opietest-passed: opietest 272 -./opietest && touch opietest-passed 282 -rm -f opieserv opieinfo opietest opieauto *core* opietest-passed
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BIO_f_md.pod | 20 BIO that digests any data passed through it, it is a BIO wrapper 35 passed through it. It is a BIO_ctrl() macro. 55 data is passed through it. 138 and BIO_puts() should be passed to the next BIO in the chain and digest 139 the data passed through and that digests should be retrieved using a
|
| HD | RSA_get_ex_new_index.pod | 34 Since the application data can be anything at all it is passed and retrieved 44 parameters which will be passed to the supplied functions but which otherwise 46 (typically in a static variable) and passed used in the B<idx> parameter in 75 the B<argl> and B<argp> parameters are the values originally passed to the same 79 destination and source B<CRYPTO_EX_DATA> structures are passed in the B<to> and 80 B<from> parameters respectively. The B<from_d> parameter is passed a pointer to
|
| HD | EVP_DigestInit.pod | 106 the passed context B<ctx> does not have to be initialized, and it always 116 when passed an B<EVP_MD> or an B<EVP_MD_CTX> structure, i.e. the size of the 120 message digest when passed an B<EVP_MD> or an B<EVP_MD_CTX> structure. 123 representing the given message digest when passed an B<EVP_MD> structure. 127 EVP_MD_CTX_md() returns the B<EVP_MD> structure corresponding to the passed 150 return an B<EVP_MD> structure when passed a digest name, a digest NID or 212 digest name passed on the command line.
|
| HD | CRYPTO_set_ex_data.pod | 22 B<CRYPTO_EX_DATA> structures passed to the B<new_func()>, B<free_func()> and 23 B<dup_func()> callbacks: as passed to B<RSA_get_ex_new_index()> for example.
|
| HD | EVP_EncryptInit.pod | 148 passed to EVP_DecryptUpdate() should have sufficient room for 174 return an EVP_CIPHER structure when passed a cipher name, a NID or an 178 passed an B<EVP_CIPHER> or B<EVP_CIPHER_CTX> structure. The actual NID 190 length of a cipher when passed an B<EVP_CIPHER> or B<EVP_CIPHER_CTX> 201 length of a cipher when passed an B<EVP_CIPHER> or B<EVP_CIPHER_CTX>. 206 size of a cipher when passed an B<EVP_CIPHER> or B<EVP_CIPHER_CTX> 210 EVP_CIPHER_type() and EVP_CIPHER_CTX_type() return the type of the passed 217 EVP_CIPHER_CTX_cipher() returns the B<EVP_CIPHER> structure when passed 226 on the passed cipher. This will typically include any parameters and an 404 Like GCM mode any additional authenticated data (AAD) is passed by calling [all …]
|
| HD | PKCS7_decrypt.pod | 28 The following flags can be passed in the B<flags> parameter. 41 PKCS7_decrypt() must be passed the correct recipient key and certificate. It would
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCCallingConv.td | 132 // The ABI requires i64 to be passed in two adjacent registers with the first 136 // The 'nest' parameter, if any, is passed in R11. 139 // The first 8 integer arguments are passed in integer registers. 142 // Make sure the i64 words from a long double are either both passed in 143 // registers or both passed on the stack. 146 // FP values are passed in F1 - F8. 179 // The first 12 Vector arguments are passed in AltiVec registers. 195 // Still, the address of the aggregate copy in the callers stack frame is passed 201 // not passed by value.
|
| /NextBSD/tools/regression/filemon/ |
| HD | Makefile | 44 @echo "filemon(4) tests passed." 76 @printf "filemon(4) 32bit FreeBSD support passed.\n\n"
|
| /NextBSD/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreCallingConv.td | 31 // The 'nest' parameter, if any, is passed in R11. 34 // The first 4 integer arguments are passed in integer registers.
|
| /NextBSD/contrib/libstdc++/ |
| D | linkage.m4 | 6 dnl Check to see if the (math function) argument passed is 48 dnl Check to see if the (math function) argument passed is 113 dnl Check to see if the (math function) argument passed is 134 dnl Check to see if the (math function) argument passed is 160 dnl Check to see if the (math function) argument passed is 181 dnl Check to see if the (math function) argument passed is 207 dnl Check to see if the (stdlib function) argument passed is 236 dnl Check to see if the (stdlib function) argument passed is 266 dnl Check to see if the (stdlib function) argument passed is 296 dnl Check to see if the (math function) argument passed is
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | genrsa.pod | 83 has passed an initial sieve test, B<+> means a number has passed a single 85 passed all the prime tests (the actual number depends on the key size).
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_sess_set_get_cb.pod | 58 The new_session_cb() is passed the B<ssl> connection and the ssl session 66 L<SSL_CTX_free(3)|SSL_CTX_free(3)> is called. The remove_session_cb() is passed 71 session caching was disabled. The get_session_cb() is passed the
|
| /NextBSD/contrib/expat/tests/ |
| HD | minicheck.c | 150 int passed = runner->nchecks - runner->nfailures; in srunner_run_all() local 151 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all()
|