Searched refs:big (Results 26 - 50 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl257 runtest {A big INSERT after a big DELETE}
270 runtest {A big DELETE followed by many small INSERTs}
/illumos-gate/usr/src/lib/libm/common/R/
H A Dexpf.c338 #define big F[4] macro
367 return (big * big); /* overflow */
H A Dbesself.c71 #define big C[10] macro
704 while (q1 < big) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c565 * Copy the big integer attribute value from template to a biginteger_t struct.
568 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR template) argument
574 big->big_value = malloc(template->ulValueLen);
575 if (big->big_value == NULL) {
579 (void) memcpy(big->big_value, template->pValue,
581 big->big_value_len = template->ulValueLen;
583 big->big_value = NULL;
584 big->big_value_len = 0;
592 * Copy the big integer attribute value from a biginteger_t struct in the
596 get_bigint_attr_from_object(biginteger_t *big, CK_ATTRIBUTE_PT argument
803 bigint_attr_cleanup(biginteger_t *big) argument
[all...]
H A DkernelKeys.c1985 biginteger_t *big; local
2040 big = OBJ_PUB_EC_POINT(base_key);
2045 big = OBJ_PRI_EC_VALUE(base_key);
2053 tmp.ulValueLen = big->big_value_len;
2137 big = OBJ_PRI_DH_VALUE(base_key);
2140 tmp.ulValueLen = big->big_value_len;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s30 * Assembly language support for physical big/little endian access of pcitool
56 ! %o3 is 0 for little endian, non-zero for big endian
122 ! %o3 is 0 for little endian, non-zero for big endian
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s58 ! %o3 is 0 for little endian, non-zero for big endian
126 ! %o3 is 0 for little endian, non-zero for big endian
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c679 error("Parse tree too big %s",
726 error("Parse tree too big %s",
769 error("Parse tree too big %s",
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dproto.sh152 cp $LINKERS_EXPORT/big/libc_pic/$RELEASE/$p/libc_pic.a \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S79 ! if( intf > 0x43600000 ) /* avoid underflow for big arg */
202 /*2 */ sethi %hi(0x43600000),%o1 !big = 0x43600000,0
210 sub %o1,%o0,%o1 !(-) if intf > big
295 sethi %hi(0x43600000),%o1 !big = 0x43600000,0
302 /*30*/ sub %o1,%o0,%o1 !(-) if intf > big
375 sethi %hi(0x43600000),%o1 !big = 0x43600000,0
382 /*51*/ sub %o1,%o0,%o1 !(-) if intf > big
H A D__vcos.S1378 bg,a,pt %icc,.MEDIUM ! branch to Medium range on big arg.
1398 bg,a,pt %icc,.MEDIUM ! branch to Medium range on big arg.
1418 bg,a,pt %icc,.MEDIUM ! brance to Medium range on big arg.
H A D__vatan2.S222 bge,pn %icc,.big0 ! if |x| or |x/y| is big
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c699 * Copy the big integer attribute value from template to a biginteger_t struct.
702 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR template) argument
708 big->big_value = malloc(template->ulValueLen);
709 if (big->big_value == NULL) {
713 (void) memcpy(big->big_value, template->pValue,
715 big->big_value_len = template->ulValueLen;
717 big->big_value = NULL;
718 big->big_value_len = 0;
726 * Copy the big integer attribute value from a biginteger_t struct in the
730 get_bigint_attr_from_object(biginteger_t *big, CK_ATTRIBUTE_PT argument
1003 bigint_attr_cleanup(biginteger_t *big) argument
[all...]
H A DsoftObject.h918 void bigint_attr_cleanup(biginteger_t *big);
922 CK_RV get_bigint_attr_from_template(biginteger_t *big,
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c1710 /* Arg: big - maximum valid input number */
1722 number(big)
1723 long long big;
1786 if ((n > big) || (n < 0))
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1322 kmf_free_bigint(KMF_BIGINT *big) argument
1324 if (big != NULL && big->val != NULL) {
1326 (void) memset(big->val, 0x00, big->len);
1327 free(big->val);
1328 big->val = NULL;
1329 big->len = 0;
2308 /* If the given valueLen is too big, return error */
2454 * assume "outValue" is big enoug
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt97 "broken". Warning: some older drives have words 57:58 in big endian
108 <= [60:61]. Oh yea, if you find that 57:58 are big endian then 60:61 are
109 probably big endian too.
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c91 static int32_t number(long big, char *param);
1218 /* Arg: big - maximum valid input number */
1228 number(long big, char *param) argument
1258 n = n * number(big, param);
1289 if ((n > big) || (n < 0)) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c236 static unsigned big = 0xffffffff; local
296 master_version = &big;
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s159 ble,pt %ncc, .dbmedl31 ! skip big loop if less than 32
474 ble,pt %ncc, .medw15 ! skip big loop if less than 16
550 ble,pt %ncc, .medl31 ! skip big loop if less than 32
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s185 ble,pt %ncc, .dbmedl31 ! skip big loop if less than 32
490 ble,pt %ncc, .medw15 ! skip big loop if less than 16
566 ble,pt %ncc, .medl31 ! skip big loop if less than 32
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1124 DBG_MSG("mbi->mmap_length too big: clearing "
1135 DBG_MSG("mbi->drives_length too big: clearing "
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3368 ** know how big the message will be, so just check for
4112 ** followed by a legal input character, is too big. One that
4120 ** the number is too big, and we will return a range error.
4160 ** big -- the big (full) string.
4164 ** A pointer to the first instance of little in big.
4165 ** big if little is the null string.
4166 ** NULL if little is not contained in big.
4172 strstr(big, little)
4173 char *big;
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c248 /* What attributes are available and how big are they? */
2405 attr2bigint(CK_ATTRIBUTE_PTR attr, KMF_BIGINT *big) argument
2407 big->val = attr->pValue;
2408 big->len = attr->ulValueLen;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s141 * correctly, the following "big rules" must be followed when the floating
2331 ! We're big enough and copy is on. Do it with HW.
2431 ! HW is on and we're big enough. Do it.
3571 ! We're big enough and copy is on. Do it with HW.
3678 ! big copyin that will cause us to forgo the HW assisted copys

Completed in 1858 milliseconds

123