Searched refs:base (Results 301 - 325 of 363) sorted by relevance

<<1112131415

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c939 The logic here will work for any base (even non-integer
941 pow (base,power) or exp (power * log (base)) when the
947 NV base = baseuok ? baseuv : -(NV)baseuv; local
950 for (; power; base *= base, n++) {
955 result *= base;
958 /* Avoid squaring base again if we're done. */
982 register UV base = baseuv; local
984 for (; power; base *
4411 I32 base; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c2609 gcry_mpi_t base;
2618 base = gcry_mpi_new (0);
2619 gcry_mpi_set_ui (base, 256);
2626 gcry_mpi_div (m, NULL, m, base, 0);
2633 gcry_mpi_mod (d, m, base);
2635 gcry_mpi_div (m, NULL, m, base, 0);
2642 gcry_mpi_release (base);
2601 gcry_mpi_t base; local
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c198 #define stknew(s,p) ((p)->offset=stktell(s),(p)->base=stkfreeze(s,0))
199 #define stkold(s,p) stkset(s,(p)->base,(p)->offset)
1348 b = rex->re.string.base;
1703 DEBUG_TEST(0x0200,(sfprintf(sfstdout,"AHA#%04d 0x%04x parse %s \"%-.*s\" `%-.*s'\n", __LINE__, debug_flag, rexname(rex), rex->re.string.size, rex->re.string.base, env->end - s, s)),(0));
1706 t = rex->re.string.base;
2012 env->stk.base = 0;
2040 if (env->stk.base)
H A Dregdecomp.c300 t = (s = e->re.string.base) + e->re.string.size;
H A Dregcomp.c1938 s = f->re.string.base;
2632 memcpy((char*)(e->re.string.base = (unsigned char*)e->re.data), (char*)buf, i);
2648 memcpy((char*)(f->re.string.base = (unsigned char*)f->re.data), (char*)p, n);
2663 memcpy((char*)(e->re.string.base = (unsigned char*)e->re.data), (char*)buf, c);
3069 bmstr(env, a, x->re.string.base, n, 1);
3177 s = e->re.string.base;
3184 memcpy((char*)(a->re.string.base = (unsigned char*)&f[n]), (char*)s, n);
3185 s = a->re.string.base;
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2391 * Get the base address of a thread's thread local storage (TLS) block
2396 __td_thr_tlsbase(td_thrhandle_t *th_p, ulong_t moduleid, psaddr_t *base) argument
2402 if (base == NULL)
2404 *base = NULL;
2433 *base = (psaddr_t)ulwp - tlsmod.tm_stattlsoffset;
2446 *base = (psaddr_t)tls.tls_data;
2468 *base = (psaddr_t)ulwp - tlsmod.tm_stattlsoffset;
2481 *base = (psaddr_t)tls.tls_data;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c1004 int i, j, base; local
1032 base = 0;
1041 for (i = base; padata[i] != NULL; i++) {
1045 for (j = i; j > base; j--)
1047 padata[base] = tmp;
1048 base++;
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1746 UInt32 base = ((2 | (posSlot & 1)) << footerBits); local
1747 tempPrices[i] = RcTree_ReverseGetPrice(p->posEncoders + base - posSlot - 1, footerBits, i - base, p->ProbPrices);
1941 UInt32 base = ((2 | (posSlot & 1)) << footerBits); local
1942 UInt32 posReduced = pos - base;
1945 RcTree_ReverseEncode(&p->rc, p->posEncoders + base - posSlot - 1, footerBits, posReduced);
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbuild.c1181 int base; local
1266 base = sqliteVdbeAddOpList(v, ArraySize(dropTable), dropTable);
1267 sqliteVdbeChangeP3(v, base+1, pTable->zName, 0);
1272 base = sqliteVdbeAddOpList(v, ArraySize(dropTable), dropTable);
1273 sqliteVdbeChangeP3(v, base+1, pTable->zName, 0);
1812 int base; local
1816 base = sqliteVdbeAddOpList(v, ArraySize(dropIndex), dropIndex);
1817 sqliteVdbeChangeP3(v, base+1, pIndex->zName, 0);
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c992 uint64_t base; local
1005 &base, sizeof (base));
1022 log_printf("0x%-13llx", base);
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c3760 int scf_snapshot_get_base_snaplevel(const scf_snapshot_t *base, argument
3763 return (snaplevel_next(&base->rd_d, out));
3766 int scf_snaplevel_get_next_snaplevel(const scf_snaplevel_t *base, argument
3769 return (snaplevel_next(&base->rd_d, out));
4261 rep_protocol_value_type_t base = scf_type_to_protocol_type(base_arg); local
4265 if (base == REP_PROTOCOL_TYPE_INVALID)
4273 if (!scf_is_compatible_protocol_type(base, type))
4331 rep_protocol_value_type_t base = scf_type_to_protocol_type(base_arg); local
4335 if (base == REP_PROTOCOL_TYPE_INVALID)
4343 if (!scf_is_compatible_protocol_type(base, typ
4352 rep_protocol_value_type_t base = scf_type_to_protocol_type(base_arg); local
5346 rep_protocol_value_type_t base = scf_type_to_protocol_type(base_arg); local
[all...]
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h388 int msgid, ber_tag_t tag, const char *base, int scope,
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h162 FNPROTO(base); variable
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c1106 struct grub_net_network_level_address base; local
1107 base.type = GRUB_NET_NETWORK_LEVEL_PROTOCOL_IPV6;
1108 grub_memcpy (&base.ipv6, &target->addr.ipv6, 16);
1109 grub_net_addr_to_str (&base, buf);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_text.c268 .base = GRUB_UNICODE_RIGHTARROW,
/osnet-11/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c424 #error need to define stack base reserve
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s111 set EB_ENVP, %l1 ! code for environment base
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c95 grub_vbe_enable_mtrr (grub_uint8_t *base, grub_size_t size) argument
110 fb_base = (grub_uint64_t) (grub_size_t) base;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtie.t49 use base 'Tie::StdHash';
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py1062 dirn, base = os.path.split(path)
1070 os.putenv('file', base)
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh773 # Get the archive base.
789 # top-level dir name matches the ZONEPATH base-level dir name. If not,
815 base=$($stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{
859 if [[ "$base" == "*zoneroot*" ]]; then
861 elif [[ "$base" == "*zonepath*" ]]; then
865 # validate that $base matches the final component of ZONEPATH.
868 if [[ "$bname" != "$base" ]]; then
870 fatal "$e_mismatch_archive" "$base" "$bname"
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c665 * construct a new name from a prefix and base name on the stack
2192 Dt_t *base=0; local
2202 base = dtview((Dt_t*)root,0);
2204 if(base)
2205 dtview((Dt_t*)root,base);
2483 register Dt_t *base = dtview(root,0); local
2500 if(base)
2501 dtview(root,base);
H A Dnvdisc.c1303 register Dt_t *base = dtview(root,0); local
1320 if(base)
1321 dtview(root,base);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c132 int base; local
139 val = 0; base = 10;
142 base = 16, cp++;
144 base = 8;
148 if ((c - '0') >= base)
150 val = (val * base) + (c - '0');
154 if (base == 16 && isxdigit(c)) {
4622 * to generate the dn from SSD's base dn.
4624 * default base dn will be used
4708 * default base d
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c1273 int end, restart, base; local
1295 base = 0;
1296 while( errmsg[base]!=0 ){
1297 end = restart = findbreak(&errmsg[base],0,availablewidth);
1298 restart += base;
1300 fprintf(stdout,"%s%.*s\n",prefix,end,&errmsg[base]);
1301 base = restart;

Completed in 128 milliseconds

<<1112131415