Searched refs:omax (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dresres.c165 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) argument
179 if ((off[0] + 8) > omax)
181 read_res_data_hdr (wrbfd, off, omax, &reshdr);
184 read_res_id (wrbfd, off, omax, &type);
186 read_res_id (wrbfd, off, omax, &name);
191 read_res_data (wrbfd, off, omax, &l, BIN_RES_INFO_SIZE);
203 read_res_data (wrbfd, off, omax, buff, reshdr.data_size);
436 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, argument
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax)
442 fatal ("%s: unexpected end of file %ld/%ld", filename,(long) off[0], (long) omax);
452 read_res_data(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, void *data, rc_uint_type size) argument
514 read_res_id(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, rc_res_id *id) argument
542 read_unistring(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, rc_uint_type *len) argument
574 probe_binary(windres_bfd *wrbfd, rc_uint_type omax) argument
605 skip_null_resource(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dresres.c165 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) argument
179 if ((off[0] + 8) > omax)
181 read_res_data_hdr (wrbfd, off, omax, &reshdr);
184 read_res_id (wrbfd, off, omax, &type);
186 read_res_id (wrbfd, off, omax, &name);
191 read_res_data (wrbfd, off, omax, &l, BIN_RES_INFO_SIZE);
203 read_res_data (wrbfd, off, omax, buff, reshdr.data_size);
436 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, argument
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax)
442 fatal ("%s: unexpected end of file %ld/%ld", filename,(long) off[0], (long) omax);
452 read_res_data(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, void *data, rc_uint_type size) argument
514 read_res_id(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, rc_res_id *id) argument
542 read_unistring(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, rc_uint_type *len) argument
574 probe_binary(windres_bfd *wrbfd, rc_uint_type omax) argument
605 skip_null_resource(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dresres.c165 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) argument
179 if ((off[0] + 8) > omax)
181 read_res_data_hdr (wrbfd, off, omax, &reshdr);
184 read_res_id (wrbfd, off, omax, &type);
186 read_res_id (wrbfd, off, omax, &name);
191 read_res_data (wrbfd, off, omax, &l, BIN_RES_INFO_SIZE);
203 read_res_data (wrbfd, off, omax, buff, reshdr.data_size);
436 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, argument
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax)
442 fatal ("%s: unexpected end of file %ld/%ld", filename,(long) off[0], (long) omax);
452 read_res_data(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, void *data, rc_uint_type size) argument
514 read_res_id(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, rc_res_id *id) argument
542 read_unistring(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, rc_uint_type *len) argument
574 probe_binary(windres_bfd *wrbfd, rc_uint_type omax) argument
605 skip_null_resource(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_lib.c47 int *pclass, long omax)
53 long max = omax;
55 if (omax <= 0) {
94 if (*plength > (omax - (p - *pp))) {
46 ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_lib.c45 int *pclass, long omax)
51 long max = omax;
90 if (*plength > (omax - (p - *pp))) {
44 ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax) argument
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c1630 update_line (char *old, char *old_face, char *new, char *new_face, int current_line, int omax, int nmax, int inv_botlin) argument
1739 while (oldbytes < omax && oldwidth < newwidth)
1779 oe = old + omax;
1794 /* (strlen(old+oldbytes) == (omax - oldbytes - 1)) */
1806 omax += j;
1848 for (od = 0, oe = ofd; od < omax && *oe; oe++, od++);
1875 if (nmax < omax)
1877 else if ((nmax - W_OFFSET(current_line, wrap_offset)) < (omax - W_OFFSET (current_line, visible_wrap_offset)))
1889 temp = (omax < nmax) ? omax
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Ddisplay.c1466 update_line (char *old, char *new, int current_line, int omax, int nmax, int inv_botlin) argument
1574 while (oldbytes < omax && oldwidth < newwidth)
1626 omax += j;
1661 temp = (omax < nmax) ? omax : nmax;
1674 if (omax == nmax && STREQN (new, old, omax))
1676 old_offset = omax;
1678 ofd = old + omax;
1687 (ofd - old < omax)
[all...]
/netbsd-current/sys/dev/acpi/
H A Dacpi_cpu_tstate.c171 uint32_t omax, omin; local
200 omax = sc->sc_tstate_max;
205 if (omax != sc->sc_tstate_max || omin != sc->sc_tstate_min) {
209 sc->sc_tstate[omax].ts_percent,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c543 offset_int omax local
545 if (known_lt (lbound, omax))
548 rmaxsize = (omax - lbound + 1)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc558 offset_int omax local
560 if (known_lt (lbound, omax))
563 rmaxsize = (omax - lbound + 1)
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h679 int *pclass, long omax);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c15312 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0);
15314 max = tsubst_expr (omax, args, complain, in_decl,
15320 && TREE_SIDE_EFFECTS (omax)
15328 && TREE_SIDE_EFFECTS (omax) && TREE_CODE (omax) == NOP_EXPR)
15311 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc15822 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0);
15824 max = tsubst_expr (omax, args, complain, in_decl,
15830 && TREE_SIDE_EFFECTS (omax)
15838 && TREE_SIDE_EFFECTS (omax) && TREE_CODE (omax) == NOP_EXPR)

Completed in 494 milliseconds