Searched refs:comp (Results 51 - 75 of 271) sorted by relevance

1234567891011

/freebsd-current/tests/sys/aio/
H A Daio_test.c301 aio_write_test(struct aio_context *ac, completion comp, struct sigevent *sev) argument
317 len = comp(&aio);
333 aio_writev_test(struct aio_context *ac, completion comp, struct sigevent *sev) argument
358 len = comp(&aio);
371 aio_read_test(struct aio_context *ac, completion comp, struct sigevent *sev) argument
388 len = comp(&aio);
400 aio_readv_test(struct aio_context *ac, completion comp, struct sigevent *sev) argument
425 len = comp(&aio);
450 aio_file_test(completion comp, struct sigevent *sev, bool vectored) argument
463 aio_writev_test(&ac, comp, se
512 aio_fifo_test(completion comp, struct sigevent *sev) argument
585 aio_unix_socketpair_test(completion comp, struct sigevent *sev, bool vectored) argument
658 aio_pty_test(completion comp, struct sigevent *sev) argument
730 aio_pipe_test(completion comp, struct sigevent *sev) argument
862 aio_md_test(completion comp, struct sigevent *sev, bool vectored) argument
2021 aio_zvol_test(completion comp, struct sigevent *sev, bool vectored, const char *unique) argument
[all...]
/freebsd-current/usr.bin/uniq/
H A Duniq.c84 int ch, comp; local
194 comp = inlcmp(thisline, prevline);
196 comp = 1;
198 comp = wcscoll(tthis, tprev);
200 if (comp) {
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_irig.c227 double comp[SIZE]; /* decompanding table */ member in struct:irigunit
363 up->comp[0] = up->comp[OFFSET] = 0.;
364 up->comp[1] = 1; up->comp[OFFSET + 1] = -1.;
365 up->comp[2] = 3; up->comp[OFFSET + 2] = -3.;
368 up->comp[i] = up->comp[i - 1] + step;
369 up->comp[OFFSE
[all...]
/freebsd-current/contrib/netbsd-tests/crypto/opencrypto/
H A Dt_opencrypto.sh116 atf_test_case comp cleanup
265 atf_add_test_case comp
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dprincipal.c193 heim_general_string *comp; local
239 comp = calloc(ncomp, sizeof(*comp));
240 if (comp == NULL) {
249 free (comp);
282 comp[n] = malloc(q - start + 1);
283 if (comp[n] == NULL) {
289 memcpy(comp[n], start, q - start);
290 comp[n][q - start] = 0;
338 comp[
748 append_component(krb5_context context, krb5_principal p, const char *comp, size_t comp_len) argument
768 memcpy (princ_ncomp(p, len), comp, comp_len); local
[all...]
/freebsd-current/crypto/openssh/regress/unittests/kex/
H A Dtest_proposal.c92 const char *comp = compression_alg_list(0); local
111 ciphers, macs, hkalgs, comp);
/freebsd-current/contrib/less/
H A Dmkutable48 foreach my $comp (@force_compose) {
49 my ($lo,$hi) = @$comp;
/freebsd-current/crypto/openssl/ssl/
H A Dssl_ciph.c15 #include <openssl/comp.h>
457 SSL_COMP *comp = NULL; local
463 comp = OPENSSL_malloc(sizeof(*comp));
464 if (comp != NULL) {
465 comp->method = method;
466 comp->id = SSL_COMP_ZLIB_IDX;
467 comp->name = COMP_get_name(method);
468 if (!sk_SSL_COMP_push(ssl_comp_methods, comp))
469 OPENSSL_free(comp);
511 ssl_cipher_get_evp(SSL_CTX *ctx, const SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, int *mac_pkey_type, size_t *mac_secret_size, SSL_COMP **comp, int use_etm) argument
2026 SSL_COMP *comp; local
2067 SSL_COMP_get_name(const COMP_METHOD *comp) argument
2076 SSL_COMP_get0_name(const SSL_COMP *comp) argument
2085 SSL_COMP_get_id(const SSL_COMP *comp) argument
[all...]
H A Ds3_enc.c96 COMP_METHOD *comp; local
112 comp = NULL;
114 comp = s->s3.tmp.new_compression->method;
139 if (comp != NULL) {
140 s->expand = COMP_CTX_new(comp);
172 if (comp != NULL) {
173 s->compress = COMP_CTX_new(comp);
251 SSL_COMP *comp; local
256 if (!ssl_cipher_get_evp(s->ctx, s->session, &c, &hash, NULL, NULL, &comp,
270 s->s3.tmp.new_compression = comp;
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c124 uint64_t used, comp, uncomp; member in struct:process_old_arg
146 poa->comp += BP_GET_PSIZE(bp);
176 -poa.used, -poa.comp, -poa.uncomp, tx);
379 uint64_t used = 0, comp = 0, uncomp = 0; local
404 &used, &comp, &uncomp);
411 &used, &comp, &uncomp);
413 -used, -comp, -uncomp, tx);
420 DD_USED_HEAD, used, comp, uncomp, tx);
465 &used, &comp, &uncomp);
880 uint64_t used, comp, uncom local
886 ASSERT3U(dsl_dir_phys(dd)->dd_compressed_bytes, ==, comp); local
905 uint64_t zap_obj, to_delete, used, comp, uncomp; local
964 uint64_t used, comp, uncomp; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityQueue.h71 std::make_heap(this->c.begin(), this->c.end(), this->comp);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dbptree.h56 uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx);
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_cd.c17 #include <openssl/comp.h>
/freebsd-current/usr.sbin/cxgbetool/
H A Dtcb_common.h82 int comp; member in struct:tcb_var
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dadjacent_find.h13 #include <__algorithm/comp.h>
H A Dis_heap_until.h12 #include <__algorithm/comp.h>
H A Dlexicographical_compare.h12 #include <__algorithm/comp.h>
H A Dis_sorted_until.h12 #include <__algorithm/comp.h>
H A Dfind_first_of.h13 #include <__algorithm/comp.h>
H A Dmake_heap.h12 #include <__algorithm/comp.h>
H A Dmax_element.h12 #include <__algorithm/comp.h>
H A Dmax.h12 #include <__algorithm/comp.h>
H A Dmin.h12 #include <__algorithm/comp.h>
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dis_pointer_in_range.h12 #include <__algorithm/comp.h>
/freebsd-current/contrib/libarchive/tar/
H A Dread.c126 uint64_t comp, uncomp; local
135 comp = archive_filter_bytes(a, -1);
137 if (comp > uncomp)
140 compression = (int)((uncomp - comp) * 100 / uncomp);
143 tar_i64toa(comp), compression);

Completed in 253 milliseconds

1234567891011