Searched refs:left (Results 251 - 275 of 748) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dsymbols.c976 report_op_error (symbolS *symp, symbolS *left, operatorT op, symbolS *right)
980 segT seg_left = left ? S_GET_SEGMENT (left) : 0;
1016 if (left)
1029 if (left)
1137 offsetT left, right;
1172 left = resolve_symbol_value (add_symbol);
1248 final_val += symp->sy_frag->fr_address + left;
1255 final_val += symp->sy_frag->fr_address + left;
1268 left
972 report_op_error(symbolS *symp, symbolS *left, operatorT op, symbolS *right) argument
1133 offsetT left, right; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dcp-demint.c61 struct demangle_component *left,
123 p->u.s_binary.left = left;
59 cplus_demangle_fill_component(struct demangle_component *p, enum demangle_component_type type, struct demangle_component *left, struct demangle_component *right) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr41555.c34 #define safe_rshift_macro_uint64_t_u_s(left,right) \
37 ? ((uint64_t)(left)) \
38 : (((uint64_t)(left)) >> ((int)(right))))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dcp-demint.c61 struct demangle_component *left,
123 p->u.s_binary.left = left;
59 cplus_demangle_fill_component(struct demangle_component *p, enum demangle_component_type type, struct demangle_component *left, struct demangle_component *right) argument
/netbsd-6-1-5-RELEASE/lib/libc/cdb/
H A Dcdbw.c290 uint32_t left, middle, right; member in struct:edge
343 vl = &state->verts[e->left];
386 e->left = hashes[0] % state->entries;
390 if (e->left == e->middle)
392 if (e->left == e->right)
410 v = state->verts + e->left;
440 remove_vertex(state, state->verts + e->left);
457 if (!state->visited[e->left]) {
458 state->g[e->left] =
465 - state->g[e->left]
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dcp-demint.c61 struct demangle_component *left,
123 p->u.s_binary.left = left;
59 cplus_demangle_fill_component(struct demangle_component *p, enum demangle_component_type type, struct demangle_component *left, struct demangle_component *right) argument
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dmessage.c332 size_t left = sizeof(buf); local
337 my_snprintf(&pos, &left, "%s / %s",
353 snprintf(pos, left, " > %.3f", 9.999);
355 snprintf(pos, left, " = %.3f", ratio);
487 // A maximum of 9 hours and 50 minutes left.
916 size_t left = FILTERS_STR_SIZE; local
921 my_snprintf(&pos, &left, "%s", i == 0 ? "--" : " --");
974 my_snprintf(&pos, &left, "lzma%c=dict=%s",
988 my_snprintf(&pos, &left,
1014 my_snprintf(&pos, &left, "
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dcp-demint.c61 struct demangle_component *left,
123 p->u.s_binary.left = left;
59 cplus_demangle_fill_component(struct demangle_component *p, enum demangle_component_type type, struct demangle_component *left, struct demangle_component *right) argument
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dawkgram.y83 %left BOR
84 %left AND
85 %left GETLINE
87 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
88 %left GENSUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
89 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
90 %left REGEXPR VAR VARNF IVAR WHILE '('
91 %left CAT
92 %left '+' '-'
93 %left '*' '/' '
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c1433 off_t off = roff, left = rsize, towrite; local
1438 while (left) {
1443 towrite = MIN(left, ntfs_cntob(vap->va_vcnend + 1) - off);
1462 left -= towrite;
1490 cn_t ccn, ccl, cn, left, cl; local
1507 left = rsize;
1511 for (; left && (cnt < vap->va_vruncnt); cnt++) {
1516 "left %qu, cn: 0x%qx, cl: %qu, off: %qd\n",
1517 (long long) left, (long long) ccn,
1532 while (left
1605 cn_t ccn, ccl, cn, left, cl; local
1736 off_t off = roff, left = rsize, toread; local
1811 off_t off = roff, left = rsize, tocopy; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dirp.c287 int left = len - 1; local
289 while (left > 0) {
335 if (i > left)
336 i = left;
343 left = 0;
345 left -= i;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/regex/
H A Dmatcher.c48 if (rx->left)
49 r += _count_nodes(rx->left);
59 assert((rx->type != OR) || (rx->left && rx->right));
61 if (rx->left)
62 _fill_table(m, rx->left);
89 c1 = rx->left;
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dmisc.c96 strcmp_until(const char *left, const char *right, char until) { argument
97 while (*left && *left != until && *left == *right) {
98 left++;
102 if ((*left=='\0' || *left == until) &&
106 return (*left - *right);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth_ie.c358 int left; local
380 left = wpa_ie_len - sizeof(*hdr);
382 if (left >= WPA_SELECTOR_LEN) {
385 left -= WPA_SELECTOR_LEN;
386 } else if (left > 0)
389 if (left >= 2) {
393 left -= 2;
394 if (count == 0 || left < count * WPA_SELECTOR_LEN)
399 left -= WPA_SELECTOR_LEN;
401 } else if (left
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dpic-gc-72.d9 # There should be nothing left except from expdyn1.s.
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dtabwindow.h103 MoveWindow(_window, _rect.left, 0, _rect.right - _rect.left,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dlinux-dp.c37 /* array of mutexes, one for each fork; fork_mutex[i] is to the left
100 print_philosopher (int n, char left, char right) argument
104 shared_printf ("%*s%c %d %c\n", (n * 4) + 2, "", left, n, right);
126 /* Then grab the left fork. */
140 /* Grab the left fork. */
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_ass.h76 struct expr *left; member in struct:expr::__anon9955::__anon9956
83 #define e_left e_u.e_s.left
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dpic.y212 %left '.'
215 %left PLOT
216 %left TEXT SPRINTF
222 %left LJUST RJUST ABOVE BELOW
224 %left LEFT RIGHT
226 precedence than left and right, so that eg `line chop left'
228 %left CHOP SOLID DASHED DOTTED UP DOWN FILL COLORED OUTLINED
229 %left LABEL
231 %left VARIABL
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp.c847 int ret, left, blocksize; local
852 * If there in no spare bytes in the left from last Update and the
869 left = blocksize - ctx->buf_len;
870 assert(left > 0);
875 if (inlen < left) {
882 memcpy(ctx->buf + ctx->buf_len, in, left);
889 inlen -= left;
890 in = ((unsigned char *)in) + left;
935 int ret, left, blocksize; local
939 left
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dcond.c648 double left, right;
697 if (CondCvtArg(lhs, &left)) {
698 t = left != 0.0;
751 if (!CondCvtArg(lhs, &left) || !CondCvtArg(rhs, &right))
755 fprintf(debug_file, "left = %f, right = %f, op = %.2s\n", left,
765 t = (left != right);
773 t = (left == right);
777 t = (left <= right);
779 t = (left < righ
640 double left, right; local
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/mips/string/
H A Dffs.S93 and v1, a0, a3 # focus no lower half of bits left
104 bnez a2, 1b # still bits left to text?
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c538 case 'L': /* type of left operand */
678 if( (o==PLUS || o==MINUS) && p->left->op == REG && p->right->op==ICON)
679 return( p->left->rval );
682 if( o==INCR && p->left->op==REG ) return( p->left->rval + 0200*2 );
683 if( o==ASG MINUS && p->left->op==REG) return( p->left->rval + 0200*4 );
684 if( o==UNARY MUL && p->left->op==INCR && p->left->left
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dimsg.c97 size_t av, left, datalen; local
125 left = av - imsg->hdr.len;
126 memmove(&ibuf->r.buf, ibuf->r.buf + imsg->hdr.len, left);
127 ibuf->r.wpos = left;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_peer/
H A Deap_peap.c465 size_t left, tlv_len; local
472 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, req, &left);
475 wpa_hexdump(MSG_DEBUG, "EAP-TLV: Received TLVs", pos, left);
476 while (left >= 4) {
482 left -= 4;
483 if (tlv_len > left) {
485 "(tlv_len=%lu left=%lu)",
487 (unsigned long) left);
515 left -= tlv_len;
517 if (left) {
1035 size_t left; local
[all...]

Completed in 416 milliseconds

<<11121314151617181920>>