/titanic_51/usr/src/lib/libc/port/fp/ |
H A D | aconvert.c | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 34 * Convert arg to a hexadecimal string. 37 * digits, representing the significand of arg, followed by a null byte 45 * If arg is zero, buf is filled with ndigits zeros followed by a null, 62 } a, c; in __aconvert() local 66 a.d = arg; in __aconvert() 67 *sign = s = a.i[0] >> 31; in __aconvert() 68 ha = a.i[0] & ~0x80000000; in __aconvert() 73 __infnanstring((ha == 0x7ff00000 && a.i[1] == 0)? in __aconvert() 80 if ((ha | a in __aconvert() 142 } a; __qaconvert() local 299 } a, c; __qaconvert() local 372 } a; __aconvert() local [all...] |
/titanic_51/usr/src/cmd/dtrace/test/tst/common/tracemem/ |
H A D | tst.dynsize.d.out | 2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 24 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 35 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 46 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 57 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 68 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 79 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 90 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 101 0 1 2 3 4 5 6 7 8 9 a [all...] |
/titanic_51/usr/src/boot/include/netinet6/ |
H A D | in6.h | 225 #define IN6_ARE_ADDR_EQUAL(a, b) \ argument 226 (bcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0) 229 #define IN6_ARE_ADDR_EQUAL(a, b) \ argument 230 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0) 237 #define IN6_IS_ADDR_UNSPECIFIED(a) \ argument 238 ((a)->__u6_addr.__u6_addr32[0] == 0 && \ 239 (a)->__u6_addr.__u6_addr32[1] == 0 && \ 240 (a)->__u6_addr.__u6_addr32[2] == 0 && \ 241 (a)->__u6_addr.__u6_addr32[3] == 0) 246 #define IN6_IS_ADDR_LOOPBACK(a) \ argument 255 IN6_IS_ADDR_V4COMPAT(a) global() argument 265 IN6_IS_ADDR_V4MAPPED(a) global() argument 294 IN6_IS_ADDR_LINKLOCAL(a) global() argument 296 IN6_IS_ADDR_SITELOCAL(a) global() argument 302 IN6_IS_ADDR_MULTICAST(a) global() argument 305 IPV6_ADDR_MC_SCOPE(a) global() argument 307 __IPV6_ADDR_MC_SCOPE(a) global() argument 314 IN6_IS_ADDR_MC_NODELOCAL(a) global() argument 317 IN6_IS_ADDR_MC_INTFACELOCAL(a) global() argument 320 IN6_IS_ADDR_MC_LINKLOCAL(a) global() argument 323 IN6_IS_ADDR_MC_SITELOCAL(a) global() argument 326 IN6_IS_ADDR_MC_ORGLOCAL(a) global() argument 329 IN6_IS_ADDR_MC_GLOBAL(a) global() argument 333 IN6_IS_ADDR_MC_NODELOCAL(a) global() argument 336 IN6_IS_ADDR_MC_LINKLOCAL(a) global() argument 339 IN6_IS_ADDR_MC_SITELOCAL(a) global() argument 342 IN6_IS_ADDR_MC_ORGLOCAL(a) global() argument 345 IN6_IS_ADDR_MC_GLOBAL(a) global() argument 354 IN6_IS_SCOPE_LINKLOCAL(a) global() argument 357 IN6_IS_SCOPE_EMBED(a) global() argument 362 IFA6_IS_DEPRECATED(a) global() argument 366 IFA6_IS_INVALID(a) global() argument [all...] |
/titanic_51/usr/src/cmd/ipf/tools/ |
H A D | ipmon_y.y | 321 ipmon_action_t *a; local 326 a = (ipmon_action_t *)calloc(1, sizeof(*a)); 327 if (a == NULL) 337 if (macflags[i][1] & a->ac_mflag) { 347 a->ac_mflag |= macflags[i][1]; 352 a->ac_direction = o->o_num; 355 a->ac_dip = o->o_ip.s_addr; 356 a->ac_dmsk = htonl(0xffffffff << (32 - o->o_num)); 359 a 460 ipmon_action_t *a; global() local 638 free_action(a) free_action() argument 671 ipmon_action_t *a; global() local [all...] |
/titanic_51/usr/src/lib/libsum/common/ |
H A D | sum-sha1.c | 99 static void do_R01(uint32_t *a, uint32_t *b, uint32_t *c, 101 static void do_R2(uint32_t *a, uint32_t *b, uint32_t *c, 103 static void do_R3(uint32_t *a, uint32_t *b, uint32_t *c, 105 static void do_R4(uint32_t *a, uint32_t *b, uint32_t *c, 115 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, in do_R01() argument 118 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); in do_R01() 119 nR0(c,d,e,a,b, 3); nR0(b,c,d,e,a, 4); nR0(a,b,c,d,e, 5); in do_R01() 120 nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); nR0(c,d,e,a,b, 8); in do_R01() 121 nR0(b,c,d,e,a, 9); nR0(a,b,c,d,e,10); nR0(e,a,b,c,d,11); in do_R01() 122 nR0(d,e,a,b,c,12); nR0(c,d,e,a,b,13); nR0(b,c,d,e,a,14); in do_R01() [all …]
|
H A D | sum-md5.c | 177 #define FF(a, b, c, d, x, s, ac) { \ argument 178 (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 179 (a) = ROTATE_LEFT ((a), (s)); \ 180 (a) += (b); \ 182 #define GG(a, b, c, d, x, s, ac) { \ argument 183 (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 184 (a) = ROTATE_LEFT ((a), (s)); \ 185 (a) += (b); \ 187 #define HH(a, b, c, d, x, s, ac) { \ argument 188 (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \ [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-sha1.c | 13 * A million repetitions of "a" 80 static void do_R01(uint32_t *a, uint32_t *b, uint32_t *c, 82 static void do_R2(uint32_t *a, uint32_t *b, uint32_t *c, 84 static void do_R3(uint32_t *a, uint32_t *b, uint32_t *c, 86 static void do_R4(uint32_t *a, uint32_t *b, uint32_t *c, 96 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, in do_R01() argument 99 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); in do_R01() 100 nR0(c,d,e,a, in do_R01() 109 do_R2(uint32_t * a,uint32_t * b,uint32_t * c,uint32_t * d,uint32_t * e,CHAR64LONG16 * block) do_R2() argument 122 do_R3(uint32_t * a,uint32_t * b,uint32_t * c,uint32_t * d,uint32_t * e,CHAR64LONG16 * block) do_R3() argument 135 do_R4(uint32_t * a,uint32_t * b,uint32_t * c,uint32_t * d,uint32_t * e,CHAR64LONG16 * block) do_R4() argument 153 uint32_t a, b, c, d, e; sha1_transform() local [all...] |
H A D | sum-md5.c | 63 * len must be a multiple of 4 83 * len must be a multiple of 4 158 #define FF(a, b, c, d, x, s, ac) { \ argument 159 (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 160 (a) = ROTATE_LEFT ((a), (s)); \ 161 (a) += (b); \ 163 #define GG(a, b, c, d, x, s, ac) { \ argument 164 (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 165 (a) 168 HH(a,b,c,d,x,s,ac) global() argument 173 II(a,b,c,d,x,s,ac) global() argument 182 UINT4 a = state[0]; md5_transform() local [all...] |
/titanic_51/usr/src/uts/common/inet/ip/ |
H A D | ip_listutils.c | 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 66 lists_are_different(const slist_t *a, const slist_t *b) in lists_are_different() argument 69 int acnt = SLIST_CNT(a); in lists_are_different() 83 &a->sl_addr[i], &b->sl_addr[j])) { in lists_are_different() 95 * Tells if list a contains address addr - true if it does, false if not; 99 list_has_addr(const slist_t *a, const in6_addr_t *addr) in list_has_addr() argument 103 if (SLIST_IS_EMPTY(a)) in list_has_addr() 106 ASSERT(a->sl_numsrc <= MAX_FILTER_SIZE); in list_has_addr() 108 for (i = 0; i < a->sl_numsrc; i++) { in list_has_addr() 109 if (IN6_ARE_ADDR_EQUAL(&a in list_has_addr() 122 l_intersection(const slist_t * a,const slist_t * b,slist_t * target) l_intersection() argument 152 l_difference(const slist_t * a,const slist_t * b,slist_t * target) l_difference() argument 193 l_remove(slist_t * a,const in6_addr_t * addr) l_remove() argument 220 l_alloc_copy(const slist_t * a) l_alloc_copy() argument 241 l_copy(const slist_t * a,slist_t * b) l_copy() argument 268 l_union_in_a(slist_t * a,const slist_t * b,boolean_t * overflow) l_union_in_a() argument 309 l_intersection_in_a(slist_t * a,const slist_t * b) l_intersection_in_a() argument 349 l_difference_in_a(slist_t * a,const slist_t * b) l_difference_in_a() argument 396 l_free(slist_t * a) l_free() argument [all...] |
/titanic_51/usr/src/cmd/tail/tests/ |
H A D | tailtests.sh | 69 # Shut bash up upon receiving a term so we can drop it on our children 81 a=`echo -e "abcd" | $PROG +2c` 82 checktest "$a" "$o" 1 85 a=`echo "abcd" | $PROG +8c` 86 checktest "$a" "$o" 2 89 a=`echo "abcd" | $PROG -9c` 90 checktest "$a" "$o" 3 93 a=`echo -e "x" | $PROG -1l` 94 checktest "$a" "$o" 4 97 a [all...] |
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | tlan.h | 16 * You should have received a copy of the GNU General Public License 75 #define MAX_TLAN_BOARDS 8 /* Max number of boards installed at a time */ 392 #define CIRC_INC( a, b ) if ( ++a >= b ) a = 0 argument 485 inline u32 TLan_HashFunc(u8 * a) in TLan_HashFunc() argument 489 hash = (a[0] ^ a[3]); /* & 077 */ in TLan_HashFunc() 490 hash ^= ((a[0] ^ a[ in TLan_HashFunc() 501 xor(u32 a,u32 b) xor() argument 506 XOR8(a,b,c,d,e,f,g,h) global() argument 507 DA(a,bit) global() argument 509 TLan_HashFunc(u8 * a) TLan_HashFunc() argument [all...] |
/titanic_51/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 47 ** To form the message digest for a message M ** 48 ** (1) Initialize a context buffer mdContext using MD5Init ** 80 #define FF(a, b, c, d, x, s, ac) \ argument 81 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 82 (a) = ROTATE_LEFT ((a), (s)); \ 83 (a) += (b); \ 85 #define GG(a, b, c, d, x, s, ac) \ argument 86 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 87 (a) 90 HH(a,b,c,d,x,s,ac) global() argument 95 II(a,b,c,d,x,s,ac) global() argument 203 UINT4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; Transform() local [all...] |
/titanic_51/usr/src/common/crypto/ecc/ |
H A D | ecp_384.c | 7 * the License. You may obtain a copy of the License at 34 * the provisions above, a recipient may use your version of this file under 55 /* Fast modular reduction for p384 = 2^384 - 2^128 - 2^96 + 2^32 - 1. a can be r. 59 ec_GFp_nistp384_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp384_mod() argument 62 int a_bits = mpl_significant_bits(a); in ec_GFp_nistp384_mod() 90 MP_CHECKOK(mp_mod(a, &meth->irr, r)); in ec_GFp_nistp384_mod() 93 s[0][i] = MP_DIGIT(a, i); in ec_GFp_nistp384_mod() 99 s[1][4] = MP_DIGIT(a, 21); in ec_GFp_nistp384_mod() 100 s[1][5] = MP_DIGIT(a, 22); in ec_GFp_nistp384_mod() 101 s[1][6] = MP_DIGIT(a, 2 in ec_GFp_nistp384_mod() 267 ec_GFp_nistp384_sqr(const mp_int * a,mp_int * r,const GFMethod * meth) ec_GFp_nistp384_sqr() argument 281 ec_GFp_nistp384_mul(const mp_int * a,const mp_int * b,mp_int * r,const GFMethod * meth) ec_GFp_nistp384_mul() argument [all...] |
/titanic_51/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_sbd.c | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 45 ap_getncm(apd_t *a, sbd_comp_type_t type, int *ncm) in ap_getncm() argument 50 if (a->fd == -1 || a->ctl == NULL) in ap_getncm() 53 ctl = (sbd_ioctl_arg_t *)a->ctl; in ap_getncm() 60 DBG("ioctl(%d SBD_CMD_GETNCM, 0x%p)\n", a->fd, (void *)ctl); in ap_getncm() 62 if (ioctl(a->fd, SBD_CMD_GETNCM, ctl) == -1) { in ap_getncm() 63 ap_err(a, ERR_CMD_FAIL, CMD_GETNCM); in ap_getncm() 78 ap_stat(apd_t *a, int all) in ap_stat() argument 92 DBG("ap_stat(%s)\n", a in ap_stat() 225 apd_init(apd_t * a,int all) apd_init() argument 323 apd_free(apd_t * a) apd_free() argument 348 apd_t *a; apd_alloc() local 398 ap_init(apd_t * a,cfga_list_data_t * ap) ap_init() argument 455 ap_suspend_query(apd_t * a,int cmd,int * check) ap_suspend_query() argument 490 ap_platopts_check(apd_t * a,int first,int last) ap_platopts_check() argument 528 ap_ioctl(apd_t * a,int cmd) ap_ioctl() argument 646 ap_sys_err(apd_t * a,char ** rp) ap_sys_err() argument 683 ap_test_err(apd_t * a,const char * options) ap_test_err() argument 797 ap_cm_stat(apd_t * a,int seq) ap_cm_stat() argument 809 ap_cm_devpath(apd_t * a,int seq) ap_cm_devpath() argument 852 ap_cm_id(apd_t * a,int seq,char * id,size_t bufsize) ap_cm_id() argument 880 ap_cm_type(apd_t * a,int seq) ap_cm_type() argument 909 ap_cm_ncap(apd_t * a,int seq) ap_cm_ncap() argument 934 ap_cm_capacity(apd_t * a,int seq,void * cap,int * ncap,cfga_stat_t * ostate) ap_cm_capacity() argument 989 ap_cm_init(apd_t * a,cfga_list_data_t * ap,int seq) ap_cm_init() argument 1014 ap_state(apd_t * a,cfga_stat_t * rs,cfga_stat_t * os) ap_state() argument 1055 bd_info(apd_t * a,cfga_info_t info,int parsable) bd_info() argument 1104 cpu_info(apd_t * a,cfga_info_t info,int parsable) cpu_info() argument 1186 mem_info(apd_t * a,cfga_info_t info,int parsable) mem_info() argument 1281 io_info(apd_t * a,cfga_info_t info,int parsable) io_info() argument 1327 cmp_info(apd_t * a,cfga_info_t info,int parsable) cmp_info() argument 1369 ap_info(apd_t * a,cfga_info_t info,ap_target_t tgt) ap_info() argument [all...] |
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/ |
H A D | md4.c | 71 #define FF(a, b, c, d, x, s) \ argument 72 {(a) += F ((b), (c), (d)) + (x); \ 73 (a) &= 0xffffffff; \ 74 (a) = ROTATE_LEFT ((a), (s));} 75 #define GG(a, b, c, d, x, s) \ argument 76 {(a) += G ((b), (c), (d)) + (x) + 013240474631UL; \ 77 (a) &= 0xffffffff; \ 78 (a) = ROTATE_LEFT ((a), ( 79 HH(a,b,c,d,x,s) global() argument 174 register krb5_ui_4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; Transform() local [all...] |
/titanic_51/usr/src/cmd/sendmail/db/include/ |
H A D | db_swap.h | 47 * M_32_SWAP swap a memory location 49 * P_32_SWAP swap a referenced memory location 51 #define M_32_SWAP(a) { \ argument 53 _tmp = a; \ 54 ((u_int8_t *)&a)[0] = ((u_int8_t *)&_tmp)[3]; \ 55 ((u_int8_t *)&a)[1] = ((u_int8_t *)&_tmp)[2]; \ 56 ((u_int8_t *)&a)[2] = ((u_int8_t *)&_tmp)[1]; \ 57 ((u_int8_t *)&a)[3] = ((u_int8_t *)&_tmp)[0]; \ 59 #define P_32_COPY(a, b) { \ argument 60 ((u_int8_t *)b)[0] = ((u_int8_t *)a)[ 65 P_32_SWAP(a) global() argument 80 M_16_SWAP(a) global() argument 86 P_16_COPY(a,b) global() argument 90 P_16_SWAP(a) global() argument [all...] |
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charray.c | 6 * except in compliance with the License. You may obtain a copy of 30 * Add s at the end of the array of strings *a. 36 char ***a, in ldap_charray_add() argument 42 if ( *a == NULL ) { in ldap_charray_add() 43 *a = (char **)NSLDAPI_MALLOC( 2 * sizeof(char *) ); in ldap_charray_add() 44 if ( *a == NULL ) { in ldap_charray_add() 49 for ( n = 0; *a != NULL && (*a)[n] != NULL; n++ ) { in ldap_charray_add() 53 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_add() 72 ldap_charray_merge(char *** a,char ** s) ldap_charray_merge() argument 105 char **a; ldap_charray_free() local 122 ldap_charray_inlist(char ** a,char * s) ldap_charray_inlist() argument 145 ldap_charray_dup(char ** a) ldap_charray_dup() argument 221 ldap_charray_position(char ** a,char * s) ldap_charray_position() argument [all...] |
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | l3.c | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 44 register char *a, *b; in ltol3() local 46 a = cp; in ltol3() 51 *a++ = *b++; in ltol3() 52 *a++ = *b++; in ltol3() 53 *a++ = *b++; in ltol3() 56 *a++ = *b++; in ltol3() 57 *a++ = *b++; in ltol3() 58 *a++ = *b++; in ltol3() 62 *a in ltol3() 74 register char *a, *b; l3tol() local [all...] |
/titanic_51/usr/src/lib/libast/common/uwin/ |
H A D | gamma.c | 156 return(__exp__D(u.a, u.b)); 190 u.a -= one; 191 v.a = (x -= .5); 192 TRUNC(v.a); 193 v.b = x - v.a; 194 t.a = v.a*u.a; /* t = (x-.5)*(log(x)-1) */ 195 t.b = v.b*u.a + x*u.b; 198 u.a = lns2pi_hi + t.b; u.a += t.a; 199 u.b = t.a - u.a; 217 return (yy.a + yy.b); [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | gamma.c | 63 * range [1.066124,2.066124]. Use a rational 134 * TRUNC sets trailing bits in a floating-point number to zero. 135 * is a temporary variable. 156 return(__exp__D(u.a, u.b)); 190 u.a -= one; 191 v.a = (x -= .5); 192 TRUNC(v.a); 193 v.b = x - v.a; 194 t.a = v.a* [all...] |
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | in.test | 7 # a legal notice, here is a blessing: 31 CREATE TABLE t1(a int, b int); 41 execsql {SELECT a FROM t1 WHERE b BETWEEN 10 AND 50 ORDER BY a} 44 execsql {SELECT a FROM t1 WHERE b NOT BETWEEN 10 AND 50 ORDER BY a} 47 execsql {SELECT a FROM t1 WHERE b BETWEEN a AND a* [all...] |
/titanic_51/usr/src/uts/common/sys/ |
H A D | machelf.h | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 147 * Elf `printf' type-cast macros. These force arguments to be a fixed size 151 #define EC_ADDR(a) ((Elf64_Addr)(a)) /* "ull" */ argument 152 #define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */ argument 153 #define EC_HALF(a) ((Elf64_Half)(a)) /* "d" */ argument 154 #define EC_WORD(a) ((Elf64_Word)(a)) /* " argument 155 EC_SWORD(a) global() argument 156 EC_XWORD(a) global() argument 157 EC_SXWORD(a) global() argument 158 EC_LWORD(a) global() argument 166 EC_NATPTR(a) global() argument 168 EC_ADDR(a) global() argument 169 EC_OFF(a) global() argument 170 EC_HALF(a) global() argument 171 EC_WORD(a) global() argument 172 EC_SWORD(a) global() argument 173 EC_XWORD(a) global() argument 174 EC_SXWORD(a) global() argument 175 EC_LWORD(a) global() argument 177 EC_NATPTR(a) global() argument [all...] |
/titanic_51/usr/src/uts/common/sys/tsol/ |
H A D | priv.h | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 47 * PRIV_ASSERT(a, b) setst.privilege "b" in privilege set "a". 49 #define PRIV_ASSERT(a, b) (priv_addset(a, b)) argument 52 * PRIV_CLEAR(a,b) clearst.privilege "b" in privilege set "a". 54 #define PRIV_CLEAR(a, b) (priv_delset(a, b)) argument 59 #define PRIV_EQUAL(a, argument 60 PRIV_EMPTY(a) global() argument 61 PRIV_FILL(a) global() argument 66 PRIV_ISASSERT(a,b) global() argument 67 PRIV_ISEMPTY(a) global() argument 68 PRIV_ISFULL(a) global() argument 74 PRIV_ISSUBSET(a,b) global() argument 79 PRIV_INTERSECT(a,b) global() argument 84 PRIV_INVERSE(a) global() argument 89 PRIV_UNION(a,b) global() argument [all...] |
/titanic_51/usr/src/common/crypto/md4/ |
H A D | md4.c | 86 #define FF(a, b, c, d, x, s) { \ argument 87 (a) += F((b), (c), (d)) + (x); \ 88 (a) = ROTATE_LEFT((a), (s)); \ 90 #define GG(a, b, c, d, x, s) { \ argument 91 (a) += G((b), (c), (d)) + (x) + (uint32_t)0x5a827999; \ 92 (a) = ROTATE_LEFT((a), (s)); \ 94 #define HH(a, b, c, d, x, s) { \ argument 95 (a) 193 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; MD4Transform() local [all...] |
/titanic_51/usr/src/cmd/oawk/ |
H A D | parse.c | 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 44 NODE *exptostat(a) NODE *a; in exptostat() argument 46 a->ntype = NSTAT; 47 return (a); 53 NODE *node0(a) in node0() argument 58 x->nobj = a; in node0() 65 NODE *node1(a, b) NODE *b; in node1() argument 70 x->nobj = a; 78 NODE *node2(a, argument 92 node3(a,b,c,d) node3() argument 107 node4(a,b,c,d,e) node4() argument 123 stat3(a,b,c,d) stat3() argument 134 op2(a,b,c) op2() argument 145 op1(a,b) op1() argument 156 stat1(a,b) stat1() argument 167 op3(a,b,c,d) op3() argument 178 stat2(a,b,c) stat2() argument 189 stat4(a,b,c,d,e) stat4() argument 200 valtonode(a,b) valtonode() argument 212 pa2stat(a,b,c) pa2stat() argument 224 linkum(a,b) linkum() argument [all...] |