Searched refs:x1 (Results 101 - 125 of 295) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h74 #define WFSE_EVENT 0x1
/osnet-11/usr/src/lib/rad/libjniutil/common/
H A Dlibjniutil.h75 #define STR_OPTIONAL 0x1
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_osd.c69 DAT_OS_DBG_DEST_STDOUT = 0x1,
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.h77 #define TAVOR_WR_SEND 0x1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1660 my $x1 = $x;
1665 while (!_is_zero($c,$x1) && !_is_zero($c,$y1))
1667 ($x1, $xr) = _div($c,$x1,$mask);
1695 my $x1 = $x;
1700 while (!_is_zero($c,$x1) && !_is_zero($c,$y1))
1702 ($x1, $xr) = _div($c,$x1,$mask);
1716 _add($c,$x, _mul($c, $x1, $m) ) if !_is_zero($c,$x1);
[all...]
/osnet-11/usr/src/common/crypto/ecc/
H A Dec.c631 mp_int x1; local
647 MP_DIGITS(&x1) = 0;
674 CHECK_MPI_OK( mp_init(&x1, kmflag) );
712 ** Extract the x co-ordinate of kG into x1
714 CHECK_MPI_OK( mp_read_unsigned_octets(&x1, kGpoint.data + 1,
720 ** r = x1 mod n NOTE: n is the order of the curve
722 CHECK_MPI_OK( mp_mod(&x1, &n, &r) );
753 mp_tohex(&x1, mpstr);
754 printf("x1: %s\n", mpstr);
797 mp_clear(&x1);
870 mp_int x1; local
[all...]
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D00_header.in115 if [ "x$serial" = x1 ]; then
129 if [ "x$gfxterm" = x1 ]; then
185 if [ "x$gfxterm" = x1 ]; then
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s200 ldub [%o1 + 0x1], %o3
202 stb %o3, [%o0 + 0x1]
206 ldub [%o1 - 0x1], %o3
208 stb %o3, [%o0 - 0x1]
216 subcc %o2, 0x1, %o2
219 ldub [%o1 + 0x1], %o3
220 subcc %o2, 0x1, %o2
222 stb %o3, [%o0 + 0x1]
262 subcc %o2, 0x1, %o2
267 subcc %o2, 0x1,
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c198 static int compare_entries(const void *x1, const void *x2) { argument
199 cache_entry_t *e1 = (cache_entry_t *)x1;
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dsubr.c110 dist2(int x1, int y1, int x2, int y2) argument
113 t = x2 - x1;
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.h91 #define PO_RDWR 0x1
102 #define POU_SYSTEM 0x1
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h130 #define ISMOD(X) ((ptr_t)(X)&0x1)
131 #define DOMOD(X) ((X) = (int8_t *)((ptr_t)(X)|0x1))
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenmod.sh.in55 if test x@TARGET_APPLE_CC@ != x1; then
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h51 #define ST_CHK 0x1 /* header has been checked? */
59 #define ST_GNU_MSG_FOUND 0x1 /* valid msg found in GNU MO */
/osnet-11/usr/src/lib/libtsol/common/
H A Dlabel.h184 #define DEF_NAMES 0x1
201 #define L_MODIFY_EXISTING 0x1 /* start parsing with existing label */
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_impl.h71 #define UEFI_MBR_SIG 0x1
77 #define UEFI_MBR 0x1
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.h95 #define DT_DP_VARARGS 0x1 /* permit varargs in prototype */
H A Ddt_printf.h116 #define DT_PRINTF_EXACTLEN 0x1 /* do not permit extra arguments */
H A Ddt_provider.h53 #define DT_PROVIDER_INTF 0x1 /* provider interface declaration */
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h47 #define HPINFOUSAGE 0x1
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.h58 #define LDOM_TYPE_LEGACY 0x1
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dkbsd.init-i386.S114 .long 0x1
H A Dkbsd.init-x86_64.S100 .long 0x1
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dproc.h68 #define PROC_FD_CHILD 0x1
/osnet-11/usr/src/lib/libast/common/include/
H A Dproc.h59 #define PROC_FD_CHILD 0x1

Completed in 60 milliseconds

1234567891011>>