| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_mem.h | 20 u8 comp; member in struct:nouveau_mem 25 int nouveau_mem_new(struct nouveau_cli *, u8 kind, u8 comp,
|
| /src/games/monop/ |
| getinp.c | 51 static int comp(const char *); 91 if (comp(lst[i])) { 104 comp(const char *s1) function
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| if500d.h | 21 __u8 comp; member in struct:nv50_vmm_map_v0
|
| if500b.h | 25 __u8 comp; member in struct:nv50_mem_map_v0
|
| vmm.h | 30 bool comp:1; member in struct:nvif_vmm::__anon5167
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| comp_methods.c | 11 #include <openssl/comp.h> 15 #include "internal/comp.h" 32 SSL_COMP *comp = NULL; local 38 comp = OPENSSL_malloc(sizeof(*comp)); 39 if (comp != NULL) { 40 comp->method = method; 41 comp->id = SSL_COMP_ZLIB_IDX; 42 comp->name = COMP_get_name(method); 43 if (!sk_SSL_COMP_push(comp_methods, comp)) [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_txt.c | 15 #include "internal/comp.h" 121 SSL_COMP *comp = NULL; local 123 if (!ssl_cipher_get_evp(NULL, x, NULL, NULL, NULL, NULL, &comp, 0)) 125 if (comp == NULL) { 129 if (BIO_printf(bp, "\n Compression: %d (%s)", comp->id, 130 comp->name)
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| sel-gram.y | 59 %type <expr> comp 82 | comp { $$ = _hx509_make_expr(op_COMP, $1, NULL); } 89 comp : word '=' '=' word { $$ = _hx509_make_expr(comp_EQ, $1, $4); } label
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_txt.c | 117 SSL_COMP *comp = NULL; local 119 if (!ssl_cipher_get_evp(NULL, x, NULL, NULL, NULL, NULL, &comp, 0)) 121 if (comp == NULL) { 125 if (BIO_printf(bp, "\n Compression: %d (%s)", comp->id, 126 comp->name) <= 0)
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_txt.c | 118 SSL_COMP *comp = NULL; local 120 if (!ssl_cipher_get_evp(x, NULL, NULL, NULL, NULL, &comp, 0)) 122 if (comp == NULL) { 126 if (BIO_printf(bp, "\n Compression: %d (%s)", comp->id, 127 comp->name) <= 0)
|
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| key.c | 51 int comp; local 81 comp = 0; 83 (comp = memcmp(key2.data, key.data, key.size))) { 84 if(comp > 0){
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| incomplete-type-overload.cc | 27 complete comp; variable 28 complete *cp = ∁ 43 comp.member = 0;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| incomplete-type-overload.cc | 27 complete comp; variable 28 complete *cp = ∁ 43 comp.member = 0;
|
| /src/tests/usr.bin/xlint/lint1/ |
| d_typefun.c | 16 int (*comp)(const void *, const void *); member in struct:stack_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/lhash/ |
| lhash_local.h | 21 OPENSSL_LH_COMPFUNC comp; member in struct:lhash_st
|
| /src/external/lgpl3/mpfr/dist/src/ |
| acosh.c | 34 int comp; local 57 comp = mpfr_cmp_ui (x, 1); 58 if (MPFR_UNLIKELY (comp < 0)) 63 else if (MPFR_UNLIKELY (comp == 0))
|
| log1p.c | 104 int comp, inexact; local 155 comp = mpfr_cmp_si (x, -1); 157 if (MPFR_UNLIKELY(comp <= 0)) 159 if (comp == 0)
|
| log10p1.c | 125 int comp, inexact, nloop; local 139 comp = mpfr_cmp_si (x, -1); 141 if (MPFR_UNLIKELY(comp <= 0)) 143 if (comp == 0)
|
| log2p1.c | 85 int comp, inexact, nloop; local 99 comp = mpfr_cmp_si (x, -1); 101 if (MPFR_UNLIKELY(comp <= 0)) 103 if (comp == 0)
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/ |
| nouveau_nvkm_engine_dma_usernv50.c | 83 u32 user, part, comp, kind; local 101 "comp %d kind %02x\n", args->v0.version, 102 args->v0.priv, args->v0.part, args->v0.comp, 106 comp = args->v0.comp; 113 comp = NV50_DMA_V0_COMP_NONE; 118 comp = NV50_DMA_V0_COMP_VM; 124 if (user > 2 || part > 2 || comp > 3 || kind > 0x7f) 126 dmaobj->flags0 = (comp << 29) | (kind << 22) | (user << 20) |
|
| /src/usr.sbin/services_mkdb/ |
| uniq.c | 54 static int comp(const char *, char **, size_t *); 83 if (!comp(line, &compline, &complen)) { 117 comp(const char *origline, char **compline, size_t *len) function
|
| /src/crypto/external/apache2/openssl/dist/crypto/lhash/ |
| lhash_local.h | 21 OPENSSL_LH_COMPFUNC comp; member in struct:lhash_st
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| import_name.c | 94 const char *comp; local 100 comp = krb5_principal_get_comp_string(context, p, 0); 102 (type == KRB5_NT_UNKNOWN && comp != NULL && strcmp(comp, "host") == 0)) {
|
| /src/external/bsd/libarchive/dist/tar/ |
| read.c | 108 uint64_t comp, uncomp; local 117 comp = archive_filter_bytes(a, -1); 119 if (comp > uncomp) 122 compression = (int)((uncomp - comp) * 100 / uncomp); 125 tar_i64toa(comp), compression);
|
| /src/libexec/fingerd/ |
| fingerd.c | 73 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog, *s; local 75 const char *av[ENTRIES + 1], **comp; 154 comp = &av[1]; 174 comp = &av[0]; 184 *comp = ++lp; 186 *comp = prog; 189 for (ap = comp + 1; strcmp("--", *(ap++)); ); 206 execv(prog, comp);
|