Searched refs:ub (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libc/port/fp/
H A Ddivdi3.c51 u_longlong_t ua, ub, uq; local
59 ub = -(u_longlong_t)b, neg ^= 1;
61 ub = b;
62 uq = ___qdivrem(ua, ub, (u_longlong_t *)0);
H A Dmoddi3.c53 u_longlong_t ua, ub, ur; local
61 ub = -(u_longlong_t)b;
63 ub = b;
64 (void) ___qdivrem(ua, ub, &ur);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dappend.t41 my $ub = pack("U0a*", 'b');
49 print eval '$t2 =~ /$ub/' ? "ok 7\n" : "not ok 7\t# $t2\n";
53 print $t3 =~ /$ub/ ? "ok 8\n" : "not ok 8\t# $t3\n";
57 print eval '$t4 =~ /$ub/' ? "ok 9\n" : "not ok 9\t# $t4\n";
61 print $t5 =~ /$ub/ ? "ok 10\n" : "not ok 10\t# $t5\n";
65 print eval '$t6 =~ /$ub/' ? "ok 11\n" : "not ok 11\t# $t6\n";
69 print $t7 =~ /$ub/ ? "ok 12\n" : "not ok 12\t# $t7\n";
73 print eval '$t8 =~ /$ub/' ? "ok 13\n" : "not ok 13\t# $t8\n";
H A Dsubst.t455 my($ua, $ub, $uc, $ud) = ("\x{101}", "\x{102}", "\x{103}", "\x{104}");
457 my $a = "$ua--$ub";
460 is($b, "$ua$na$ub", "s///: replace non-utf8 into utf8");
462 is($b, "$ua--$na--$ub", "s///: replace long non-utf8 into utf8");
464 is($b, "$ua$uc$ub", "s///: replace utf8 into utf8");
466 is($b, "$ua--$uc--$ub", "s///: replace long utf8 into utf8");
474 $a = "$ua--$ub";
476 is($b, "$ua$na$ub", "s///: replace non-utf8 into utf8 (utf8 pattern)");
478 is($b, "$ua--$na--$ub", "s///: replace long non-utf8 into utf8 (utf8 pattern)");
480 is($b, "$ua$uc$ub", "
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrnacmp.c46 register unsigned char* ub = (unsigned char*)b;
57 if (d = c - m[*ub++])
H A Dccmap.c683 register unsigned char* ub; local
689 ub = (unsigned char*)b;
690 ue = ub + n;
692 while (ub < ue)
693 *ub++ = m[*ua++];
/osnet-11/usr/src/lib/libc/inc/
H A Dlibc_int.h89 void * ub; /* upper bound */ member in struct:__anon1324
/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c269 LPWSTR ub; local
285 ub = 0;
338 ub = (LPWSTR)*fb;
342 else if (!(ub = (LPWSTR)malloc(un * sizeof(WCHAR))))
344 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)ub, un)))
351 if (tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, un, *tb, *tn, 0, 0))
365 while (!(fz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)bz, (LPWSTR)ub, un)))
368 if (!(tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, fz, *tb, 0, 0, 0)))
386 if (!(tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, fz, *tb, tz, 0, 0)))
395 if (ub !
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java301 private boolean OKBound(int i, int lb, int ub) { argument
302 if (i < lb || i > ub)
308 int getIntProperty(String prop, int df, int lb, int ub) { argument
312 if (OKBound(i, lb, ub)) {
/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c331 (void *)addr < ranges[idx].ub) {
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c228 uberblock_verify(uberblock_phys_t *ub, uint64_t offset) argument
231 uberblock_t *uber = &ub->ubp_uberblock;
239 if (zio_checksum_verify(&bp, (char *)ub, UBERBLOCK_SIZE) != 0)
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c4022 uberblock_t *ub; local
4121 ub = &(data->current_uberblock);
4122 ub_endian = (grub_zfs_to_cpu64 (ub->ub_magic,
4126 err = zio_read (&ub->ub_rootbp, ub_endian,
4148 data->mos.endian = (grub_zfs_to_cpu64 (ub->ub_rootbp.blk_prop,
4249 uberblock_t *ub; local
4257 ub = &(data->current_uberblock);
4258 ub_endian = (grub_zfs_to_cpu64 (ub->ub_magic,
4262 *mt = grub_zfs_to_cpu64 (ub->ub_timestamp, ub_endian);

Completed in 58 milliseconds