| /illumos-gate/usr/src/lib/libkmf/mappers/kmf_mapper_cn/common/ |
| H A D | mapper_cn.c | 37 #define RDN_VALUE(x, i) \ argument 40 #define RDN_OID(x, i) \ argument 43 #define RDN_NPAIRS(x, i) (x.RelativeDistinguishedName[i].numberOfPairs) argument 53 mapper_initialize(KMF_HANDLE_T h, char *options) in mapper_initialize() 74 mapper_finalize(KMF_HANDLE_T h) in mapper_finalize() 88 mapper_map_cert_to_name(KMF_HANDLE_T h, KMF_DATA *cert, KMF_DATA *name) in mapper_map_cert_to_name() 147 mapper_match_cert_to_name(KMF_HANDLE_T h, KMF_DATA *cert, in mapper_match_cert_to_name() 201 mapper_get_error_str(KMF_HANDLE_T h, char **errstr) in mapper_get_error_str()
|
| /illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | hln.c | 47 hline(chtype h, int n) in hline() 63 mvhline(int y, int x, chtype h, int n) in mvhline() 80 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() 113 mvvline(int y, int x, chtype v, int n) in mvvline() 130 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
|
| H A D | hln_st.c | 47 hline_set(const cchar_t *h, int n) in hline_set() 63 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set() 80 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set() 113 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set() 130 mvwvline_set(WINDOW *w, int y, int x, const cchar_t *v, int n) in mvwvline_set()
|
| H A D | whln_st.c | 45 whline_set(w, h, n) in whline_set() argument 50 int x, width; local
|
| /illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | hln.c | 50 hline(chtype h, int n) in hline() 62 mvhline(int y, int x, chtype h, int n) in mvhline() 75 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() 100 mvvline(int y, int x, chtype v, int n) in mvvline() 113 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
|
| H A D | hln_st.c | 50 hline_set(const cchar_t *h, int n) in hline_set() 62 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set() 75 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set() 100 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set() 113 mvwvline_set(WINDOW *w, int y, int x, const cchar_t *v, int n) in mvwvline_set()
|
| H A D | whln_st.c | 48 whline_set(WINDOW *w, const cchar_t *h, int n) in whline_set() 50 int x, width; in whline_set() local
|
| /illumos-gate/usr/src/lib/libslp/clib/ |
| H A D | slp-internal.h | 290 #define slp_get_version(h) (h)[SLP_VER] argument 291 #define slp_set_version(h, v) (h)[SLP_VER] = (v); argument 292 #define slp_get_function(h) (h)[SLP_FUN] argument 293 #define slp_set_function(h, f) (h)[SLP_FUN] = (f) argument 294 #define slp_get_overflow(h) ((h)[SLP_FLAGS] & SLP_OVERFLOW) argument 295 #define slp_set_overflow(h) (h)[SLP_FLAGS] |= SLP_OVERFLOW argument 296 #define slp_set_fresh(h) (h)[SLP_FLAGS] |= SLP_FRESH argument 297 #define slp_set_mcast(h) (h)[SLP_FLAGS] |= SLP_MCAST argument 305 #define slp_get_length(h) slp_header_get_int24((h), SLP_LEN) argument 306 #define slp_set_length(h, x) slp_header_set_int24((h), (int)(x), SLP_LEN) argument [all …]
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
| H A D | sum-sha2.c | 77 #define assert(x) argument 163 #define REVERSE32(w,x) { \ argument 169 #define REVERSE64(w,x) { \ argument 178 #define REVERSE64(w,x) { \ argument 242 #define R(b,x) ((x) >> (b)) argument 244 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) argument 246 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) argument 249 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument 250 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument 253 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) argument [all …]
|
| /illumos-gate/usr/src/common/crypto/sha2/ |
| H A D | sha2.c | 96 #define ROTR(x, n) \ argument 100 #define SHR(x, n) ((x) >> (n)) argument 103 #define BIGSIGMA0_256(x) (ROTR((x), 2) ^ ROTR((x), 13) ^ ROTR((x), 22)) argument 104 #define BIGSIGMA1_256(x) (ROTR((x), 6) ^ ROTR((x), 11) ^ ROTR((x), 25)) argument 105 #define SIGMA0_256(x) (ROTR((x), 7) ^ ROTR((x), 18) ^ SHR((x), 3)) argument 106 #define SIGMA1_256(x) (ROTR((x), 17) ^ ROTR((x), 19) ^ SHR((x), 10)) argument 108 #define SHA256ROUND(a, b, c, d, e, f, g, h, i, w) \ argument 115 #define BIGSIGMA0(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) argument 116 #define BIGSIGMA1(x) (ROTR((x), 14) ^ ROTR((x), 18) ^ ROTR((x), 41)) argument 117 #define SIGMA0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ SHR((x), 7)) argument [all …]
|
| /illumos-gate/usr/src/tools/smatch/src/validation/ |
| H A D | noderef.c | 3 struct x { struct 12 static void h(void) in h() function 17 struct x __A *xp; in h() argument 18 struct x __A x; in h() local
|
| H A D | nested-declarator.c | 3 static void g(int x) in g() 9 static void h(void) in h() function
|
| H A D | struct-ns2.c | 2 g (struct Bar { int i; } *x) in g() 9 h (void) in h() function
|
| /illumos-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | zfs_sha256.c | 46 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 47 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument 48 #define ROTR(x, n) (((x) >> (n)) | ((x) << ((sizeof (x) * NBBY)-(n)))) argument 51 #define BIGSIGMA0_256(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) argument 52 #define BIGSIGMA1_256(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) argument 53 #define SIGMA0_256(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ ((x) >> 3)) argument 54 #define SIGMA1_256(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ ((x) >> 10)) argument 57 #define BIGSIGMA0_512(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) argument 58 #define BIGSIGMA1_512(x) (ROTR((x), 14) ^ ROTR((x), 18) ^ ROTR((x), 41)) argument 59 #define SIGMA0_512(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ ((x) >> 7)) argument [all …]
|
| H A D | fsys_xfs.c | 101 le16 (xfs_uint16_t x) in le16() 110 le32 (xfs_uint32_t x) in le32() 126 le64 (xfs_uint64_t x) in le64() 128 xfs_uint32_t h = x >> 32; in le64() local 229 xfs_btree_lblock_t h; in init_extents() local 266 xfs_btree_lblock_t h; in next_extent() local 346 #define h ((xfs_dir2_leaf_hdr_t *)dirbuf) in next_dentry() macro 432 #define h ((xfs_dir2_leaf_hdr_t *)dirbuf) in first_dentry() macro
|
| /illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
| H A D | sha256.c | 47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 48 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument 49 #define ROTR(x, n) (((x) >> (n)) | ((x) << ((sizeof (x) * NBBY)-(n)))) argument 52 #define BIGSIGMA0_256(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) argument 53 #define BIGSIGMA1_256(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) argument 54 #define SIGMA0_256(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ ((x) >> 3)) argument 55 #define SIGMA1_256(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ ((x) >> 10)) argument 58 #define BIGSIGMA0_512(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) argument 59 #define BIGSIGMA1_512(x) (ROTR((x), 14) ^ ROTR((x), 18) ^ ROTR((x), 41)) argument 60 #define SIGMA0_512(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ ((x) >> 7)) argument [all …]
|
| /illumos-gate/usr/src/lib/libsqlite/src/ |
| H A D | hash.c | 108 int h = 0; in binHash() local 168 HashElem *x; /* Element being copied to new hash table */ in rehash() local 179 int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1); in rehash() local 207 int h /* The hash for this key. */ in findElementGivenHash() 233 int h /* Hash value for the element */ in removeElementGivenHash() 262 int h; /* A hash on key */ in sqliteHashFind() local 292 int h; /* the hash of the key modulo hash table size */ in sqliteHashInsert() local
|
| /illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
| H A D | lundump.c | 38 #define LoadVar(S,x) LoadMem(S,&x,1,sizeof(x)) argument 52 char x; in LoadChar() local 59 int x; in LoadInt() local 67 lua_Number x; in LoadNumber() local 192 lu_byte h[LUAC_HEADERSIZE]; in LoadHeader() local 244 void luaU_header (lu_byte* h) in luaU_header() 246 int x=1; in luaU_header() local
|
| H A D | lgc.c | 59 #define makewhite(g,x) \ argument 62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS) argument 63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT) argument 66 #define isfinalized(x) testbit(gch(x)->marked, FINALIZEDBIT) argument 94 #define gnodelast(h) gnode(h, cast(size_t, sizenode(h))) argument 100 #define linktable(h,p) ((h)->gclist = *(p), *(p) = obj2gco(h)) argument 355 static void traverseweakvalue (global_State *g, Table *h) { in traverseweakvalue() 378 static int traverseephemeron (global_State *g, Table *h) { in traverseephemeron() 416 static void traversestrongtable (global_State *g, Table *h) { in traversestrongtable() 434 static lu_mem traversetable (global_State *g, Table *h) { in traversetable() [all …]
|
| /illumos-gate/usr/src/common/hexdump/ |
| H A D | hexdump.c | 74 flsll(unsigned long x) in flsll() 88 hexdump_init(hexdump_t *h) in hexdump_init() 101 hexdump_set_width(hexdump_t *h, uint8_t width) in hexdump_set_width() 110 hexdump_set_grouping(hexdump_t *h, uint8_t grouping) in hexdump_set_grouping() 119 hexdump_set_indent(hexdump_t *h, uint8_t indent) in hexdump_set_indent() 125 hexdump_set_addr(hexdump_t *h, uint64_t addr) in hexdump_set_addr() 131 hexdump_set_addrwidth(hexdump_t *h, uint8_t width) in hexdump_set_addrwidth() 137 hexdump_set_marker(hexdump_t *h, uint8_t marker) in hexdump_set_marker() 143 hexdump_set_buf(hexdump_t *h, uint8_t *buf, size_t buflen) in hexdump_set_buf() 290 hexdumph(hexdump_t *h, const uint8_t *data, size_t len, hexdump_flag_t flags, in hexdumph() [all …]
|
| /illumos-gate/usr/src/lib/libm/common/Q/ |
| H A D | log1pl.c | 31 #define H0(x) *(3 + (int *) &x) argument 32 #define H1(x) *(2 + (int *) &x) argument 33 #define H2(x) *(1 + (int *) &x) argument 34 #define H3(x) *(int *) &x argument 36 #define H0(x) *(int *) &x argument 37 #define H1(x) *(1 + (int *) &x) argument 38 #define H2(x) *(2 + (int *) &x) argument 39 #define H3(x) *(3 + (int *) &x) argument 142 log1pl(long double x) { in log1pl() 143 long double f, s, z, qn, h, t, y, g; in log1pl() local
|
| H A D | jnl.c | 71 jnl(int n, GENERIC x) in jnl() 183 double q0, q1, h, tmp; in jnl() local 246 ynl(int n, GENERIC x) in ynl()
|
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | clnt_rdma.c | 170 #define RCSTAT_INCR(x) \ argument 175 #define RCSTAT_INCR(x) \ argument 180 #define htop(h) ((cku_private_t *)((h)->cl_private)) argument 208 CLIENT *h; in clnt_rdma_kcreate() local 285 clnt_rdma_kdestroy(CLIENT *h) in clnt_rdma_kdestroy() 295 clnt_rdma_kinit(CLIENT *h, char *proto, void *handle, struct netbuf *raddr, in clnt_rdma_kinit() 341 clnt_compose_rpcmsg(CLIENT *h, rpcproc_t procnum, in clnt_compose_rpcmsg() 405 clnt_compose_rdma_header(CONN *conn, CLIENT *h, rdma_buf_t *clmsg, in clnt_compose_rdma_header() 563 clnt_rdma_kcallit(CLIENT *h, rpcproc_t procnum, xdrproc_t xdr_args, in clnt_rdma_kcallit() 1290 clnt_rdma_kabort(CLIENT *h) in clnt_rdma_kabort() [all …]
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/ |
| H A D | hashlib.h | 81 #define HASHMOD(t,h) (h &= (t->size - 1)) argument 82 #define HASHVAL(x) ((x)&~HASH_FLAGS) argument 84 #define HASH(r,n,h) if (r->local->hash) h = r->namesize ? (*r->local->hash)(n, r->namesize) : (*r->… argument
|
| /illumos-gate/usr/src/lib/libm/common/C/ |
| H A D | sincospi.c | 87 sincospi(double x, double *s, double *c) in sincospi() 92 unsigned h, lx = ((unsigned *)&x)[LOWORD]; in sincospi() local
|