Searched refs:left (Results 76 - 100 of 179) sorted by relevance

12345678

/osnet-11/usr/src/lib/libast/common/regex/
H A Dregrexec.c70 leftlen = e->re.bm.left + exactlen;
H A Dreglib.h93 #define REX_CONJ_LEFT 11 /* REX_CONJ left catcher */
326 unsigned char* beg; /* beginning of left match */
333 unsigned char* end; /* end of left match */
346 ssize_t left; member in struct:Bm_s
371 struct Rex_s* left; member in struct:Binary_s
513 Conj_left_t conj_left; /* conj left catcher */
H A Dregcomp.c81 unsigned long l; /* min length to left of x */
82 unsigned long k; /* min length to left of y */
204 drop(disc, e->re.group.expr.binary.left);
247 if (e->re.group.expr.binary.left)
248 mark(e->re.group.expr.binary.left, set);
281 if (e->re.group.expr.binary.left)
282 n = serialize(env, e->re.group.expr.binary.left, n);
288 n = serialize(env, e->re.group.expr.binary.left, n);
398 if (stats(env, e->re.group.expr.binary.left))
454 if (stats(env, e->re.group.expr.binary.left))
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemset.s134 bl,pn %ncc,.blkfinish ! if the size left is under 128
156 .blkfinish: ! do whatever's left (which is less than 128 bytes)
157 brz %o2, .exit ! if nothing is left, just return
159 andn %o2, 7, %o4 ! how many doublewords are left?
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dlshiftl.s60 ! Positive (or null) shift (left)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c607 the middle element of a partition to be the same as the right or left -
627 /* hold left and right index values of a partition waiting to be sorted (the
628 partition includes both left and right - right is NOT one past the end or
632 int left; member in struct:partition_stack_entry
795 uncompared sets during the scan - one to the left of the pc
798 u_right - the rightmost index of the left side's uncompared set
801 The leftmost index of the left sides's uncompared set
807 We know there are no uncompared elements on the left once we
814 the left side and greater than the pivot value on the right
852 Some versions of qsort like to use the left middl
[all...]
H A Ddoop.c1142 Perl_do_vop(pTHX_ I32 optype, SV *sv, SV *left, SV *right) argument
1158 bool left_utf = DO_UTF8(left);
1165 sv_utf8_upgrade(left);
1167 if (sv != left || (optype != OP_BIT_AND && !SvOK(sv) && !SvGMAGICAL(sv)))
1169 lsave = lc = SvPV(left, leftlen);
1173 if ((left_utf || right_utf) && (sv == left || sv == right)) {
1215 if (sv == left || sv == right)
1243 if (sv == left || sv == right)
H A Dpp_ctl.c1015 /* This code tries to decide if "$left .. $right" should use the
1019 #define RANGE_IS_NUMERIC(left,right) ( \
1020 SvNIOKp(left) || (SvOK(left) && !SvPOKp(left)) || \
1022 (((!SvOK(left) && SvOK(right)) || (looks_like_number(left) && \
1023 SvPOKp(left) && *SvPVX(left) != '0')) && looks_like_number(right)))
1035 if (SvGMAGICAL(left))
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s128 and %o2, 63, %o3 ! calc bytes left after blk store.
202 and %o2, 7, %o2 ! calc bytes left after doubles
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s81 andl $3,%ecx / %ecx = number of bytes left
179 andl $3,%ecx / %ecx = number of bytes left
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c181 static t_steps left = { __MOVE_BACK_TAB, __MOVE_LEFT, __MOVE_RIGHT }; local
208 dir = &left;
295 /* try out parameterized left or right motion */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm60 'lt' => '<', # left chevron, less-than
129 "laquo" => "\xAB", # left pointing double angle quotation mark
202 # Current left margin.
568 # Wrap a line, indenting by the current left margin. We can't use Text::Wrap
705 colon in the left margin. Defaults to false.
711 POD rendered and the code left intact.
729 The width of the left margin in spaces. Defaults to 0. This is the margin
737 single character, it is used as both the left and right quote; if it is two
738 characters, the first character is used as the left quote and the second as
740 the left quot
[all...]
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c359 fileid, left, llsn, right, rlsn, indx,
366 db_pgno_t left;
391 + sizeof(left)
411 memcpy(bp, &left, sizeof(left));
412 bp += sizeof(left);
488 printf("\tleft: %lu\n", (u_long)argp->left);
538 memcpy(&argp->left, bp, sizeof(argp->left));
539 bp += sizeof(argp->left);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c883 unsigned left;
905 for (e = entries, left = hol->num_entries; left > 0; e++, left--)
912 for (left = more->num_entries; left > 0; e++, left--)
1042 that the previous wrap margin isn't restored, but the left margin is reset
1235 /* Reset the left margin. */
869 unsigned left; local
/osnet-11/usr/src/lib/libcpc/i386/
H A Devent_pentium.c676 cpc_event_diff(cpc_event_t *diff, cpc_event_t *left, cpc_event_t *right) argument
678 diff->ce_hrt = left->ce_hrt;
679 diff->ce_tsc = left->ce_tsc - right->ce_tsc;
680 diff->ce_pic[0] = left->ce_pic[0] - right->ce_pic[0];
681 diff->ce_pic[1] = left->ce_pic[1] - right->ce_pic[1];
/osnet-11/usr/src/cmd/hal/hald/
H A Dutil.c280 gint left, right; local
303 left = 0;
314 left *= 16;
317 left += digit;
338 *result = left * 256 + (right & 255);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DNEXT.pm208 left-to-right search of C<$self>'s class hierarchy that resulted in the
222 its parent classes are called (in depth-first, left-to-right order).
227 hope that some other C<AUTOLOAD> (above it, or to its left) might
413 illustrates, they are not called in Perl's usual "left-most-depth-first"
424 left-to-right, breadth-first, most-derived-first. This works perfectly for
466 left-most-depth-first-est one):
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist68 28 No space left on device
/osnet-11/usr/src/lib/libsqlite/src/
H A Dparse.y138 %left OR.
139 %left AND.
141 %left EQ NE ISNULL NOTNULL IS LIKE GLOB BETWEEN IN.
142 %left GT GE LT LE.
143 %left BITAND BITOR LSHIFT RSHIFT.
144 %left PLUS MINUS.
145 %left STAR SLASH REM.
146 %left CONCAT.
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c184 static t_steps left = { __MOVE_BACK_TAB, __MOVE_LEFT, __MOVE_RIGHT }; local
211 dir = &left;
297 /* try out parameterized left or right motion */
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.h203 cpc_event_t *left, cpc_event_t *right);
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dmenu.h66 struct ITEM *left; member in struct:ITEM
H A Dprivate.h138 #define Left(i) (i)->left
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c691 int left, right; local
692 left = visual[i].attributes
699 left <<= GRUB_UNICODE_GLYPH_ATTRIBUTES_JOIN_LEFT_TO_RIGHT_SHIFT;
701 visual[i].attributes |= (left | right);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/
H A DHeader.pm209 encode are left as is and long lines are folded within 76 bytes per

Completed in 145 milliseconds

12345678