Home
last modified time | relevance | path

Searched defs:b (Results 176 – 200 of 1527) sorted by relevance

12345678910>>...62

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c92 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d))) argument
93 #define Maj(b, c, d) (((b) & (c)) ^ ((b) & (d)) ^ ((c) & (d))) argument
108 #define SHA256ROUND(a, b, c, d, e, f, g, h, i, w) \ argument
119 #define SHA512ROUND(a, b, c, d, e, f, g, h, i, w) \ argument
161 uint32_t b = ctx->state.s32[1]; in SHA256Transform() local
371 uint64_t b = ctx->state.s64[1]; in SHA512Transform() local
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_521.c130 ec_GFp_nistp521_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp521_mul()
144 ec_GFp_nistp521_div(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp521_div()
H A Decp_mont.c110 ec_GFp_mul_mont(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_mul_mont()
149 ec_GFp_div_mont(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_div_mont()
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.h181 #define BUS_DEVFN_TO_BDF(b, devfn) (devfn) argument
270 #define BITPOS_START(b) ((b) >> 16) argument
271 #define BITPOS_END(b) ((b) & 0xFFFF) argument
289 #define AMD_IOMMU_REG_GET64_IMPL(rp, b) \ argument
291 #define AMD_IOMMU_REG_GET64(rp, b) \ argument
294 #define AMD_IOMMU_REG_GET32(rp, b) \ argument
296 #define AMD_IOMMU_REG_GET16(rp, b) \ argument
298 #define AMD_IOMMU_REG_GET8(rp, b) \ argument
311 #define AMD_IOMMU_REG_SET32(rp, b, v) \ argument
316 #define AMD_IOMMU_REG_SET16(rp, b, v) \ argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c158 #define FF(a, b, c, d, x, s, ac) { \ argument
163 #define GG(a, b, c, d, x, s, ac) { \ argument
168 #define HH(a, b, c, d, x, s, ac) { \ argument
173 #define II(a, b, c, d, x, s, ac) { \ argument
183 UINT4 b = state[1]; in md5_transform() local
/illumos-gate/usr/src/lib/libm/common/LD/
H A Djnl.c74 GENERIC a, b, temp = 0, z, w; in jnl() local
250 GENERIC a, b, temp = 0; in ynl() local
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dparam.h49 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
50 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
/illumos-gate/usr/src/lib/libm/common/Q/
H A Djnl.c74 GENERIC a, b, temp, z, w; in jnl() local
250 GENERIC a, b, temp; in ynl() local
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_utils.c216 __bt_defcmp(a, b) in __bt_defcmp() argument
246 __bt_defpfx(a, b) in __bt_defpfx() argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h195 #define ioctl(a,b,c) sh_ioctl(a,b,c,sizeof(c)) argument
199 # define tcgetattr(a,b) sh_tcgetattr(a,b) argument
200 # define tcsetattr(a,b,c) sh_tcsetattr(a,b,c) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c126 struct bf *b; in readit() local
148 struct bf *b; in read_ahead() local
219 struct bf *b; in write_behind() local
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c60 #define DBG(a, b) argument
62 #define DBG3(a, b, c) argument
63 #define DBG4(a, b, c, d) argument
232 #define cfga_eid(a, b) (((a) << 8) + (b)) argument
602 sim_open(char *a, int b, int c) in sim_open()
656 #define open(a, b, c) sim_open((char *)(a), (int)(b), (int)(c)) argument
658 #define ioctl(a, b, c) sim_ioctl((int)(a), (int)(b), (void *)(c)) argument
659 #define sysc_stat(a, b) sim_sysc_stat(a, b) argument
722 char b[2]; in dlist_find() local
762 char b[2]; in dlist_update() local
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c676 #define TQ_STAT(b, x) b->tqbucket_stat.x++ argument
678 #define TQ_STAT(b, x) argument
1094 taskq_bucket_dispatch(taskq_bucket_t *b, task_func_t func, void *arg) in taskq_bucket_dispatch()
1204 taskq_bucket_t *b; in taskq_dispatch() local
1359 taskq_bucket_t *b = tq->tq_buckets; in taskq_wait() local
1389 taskq_bucket_t *b = tq->tq_buckets; in taskq_suspend() local
1424 taskq_bucket_t *b = tq->tq_buckets; in taskq_resume() local
2090 taskq_bucket_t *b = tq->tq_buckets; in taskq_destroy() local
2217 taskq_bucket_t *b = (taskq_bucket_t *)arg; in taskq_bucket_extend() local
2332 taskq_bucket_t *b = tq->tq_buckets; in taskq_d_kstat_update() local
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c1042 boolean_t b; in main() local
1085 boolean_t b; in main() local
2623 boolean_t b; in create_zone_adminfile() local
2682 boolean_t b; in create_zone_tempdir() local
3093 boolean_t b; in boot_and_install_in_zones() local
3318 boolean_t b; in boot_and_pkginstall_check_in_zones() local
3403 boolean_t b; in add_packages_in_global_with_zones() local
3790 boolean_t b; in add_packages_in_nonglobal_zone() local
4112 boolean_t b; in add_packages() local
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.h200 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
201 #define max(a, b) ((a) > (b) ? (a) : (b)) argument
/illumos-gate/usr/src/head/
H A Dmacros.h45 #define max(a, b) ((a) < (b) ? (b) : (a)) argument
46 #define min(a, b) ((a) > (b) ? (b) : (a)) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrmatch.c80 strgrpmatch(const char* b, const char* p, ssize_t* sub, int n, register int flags) in strgrpmatch()
204 strgrpmatch(const char* b, const char* p, int* sub, int n, int flags) in strgrpmatch()
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h753 #define EPRINTF2(str, a, b) if (EDEBUGGING) fas_dprintf(fas, str, a, b) argument
755 #define EPRINTF4(str, a, b, c, d) \ argument
757 #define EPRINTF5(str, a, b, c, d, e) \ argument
759 #define EPRINTF6(str, a, b, c, d, e, f) \ argument
764 #define DPRINTF2(str, a, b) if (DDEBUGGING) fas_dprintf(fas, str, a, b) argument
766 #define DPRINTF4(str, a, b, c, d) \ argument
768 #define DPRINTF5(str, a, b, c, d, e) \ argument
770 #define DPRINTF6(str, a, b, c, d, e, f) \ argument
777 #define IPRINTF4(str, a, b, c, d) \ argument
779 #define IPRINTF5(str, a, b, c, d, e) \ argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c50 static int vmintree(Block_t* node, Block_t* b) in vmintree()
69 static int vmonlist(Block_t* list, Block_t* b) in vmonlist()
84 static int vmisfree(Vmdata_t* vd, Block_t* b) in vmisfree()
108 static int vmisjunk(Vmdata_t* vd, Block_t* b) in vmisjunk()
176 reg Block_t *b, *endb, *nextb; local
725 reg Block_t *b, *endb; local
970 Block_t *b, *endb; local
/illumos-gate/usr/src/uts/common/sys/
H A Dskein.h68 uint8_t b[SKEIN_256_BLOCK_BYTES]; member
75 uint8_t b[SKEIN_512_BLOCK_BYTES]; member
82 uint8_t b[SKEIN1024_BLOCK_BYTES]; member
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dipp_types.c230 #define min(a, b) ((a < b) ? a : b) in max_val_len() argument
269 #define max(a, b) ((a > b) ? a : b) in min_val_len() argument
/illumos-gate/usr/src/lib/libm/common/C/
H A Djn.c75 GENERIC a, b, temp = 0; in jn() local
259 GENERIC a, b, temp = 0, ox, on; in yn() local
/illumos-gate/usr/src/common/mpi/
H A Dmplogic.c83 mp_err mpl_rsh(const mp_int *a, mp_int *b, mp_digit d) in mpl_rsh()
102 mp_err mpl_lsh(const mp_int *a, mp_int *b, mp_digit d) in mpl_lsh()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c56 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
513 hcompare(const struct entry *a, const struct entry *b) in hcompare()
519 ucompare(const struct entry *a, const struct entry *b) in ucompare()
525 icompare(const struct entry *a, const struct entry *b) in icompare()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/assocs/
H A Dtst.orthogonality.d32 uint64_t b[uint64_t]; variable

12345678910>>...62