Home
last modified time | relevance | path

Searched refs:omax (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/gpl3/gdb/dist/binutils/
H A Dresres.c179 if ((off[0] + 8) > omax) in read_resource_entry()
181 read_res_data_hdr (wrbfd, off, omax, &reshdr); in read_resource_entry()
184 read_res_id (wrbfd, off, omax, &type); in read_resource_entry()
186 read_res_id (wrbfd, off, omax, &name); in read_resource_entry()
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax) in read_res_data_hdr()
455 if ((off[0] + size) > omax) in read_res_data()
457 (long) omax, (long) size); in read_res_data()
580 read_res_data_hdr (wrbfd, &off, omax, &reshdr); in probe_binary()
589 if ((off + BIN_RES_HDR_SIZE) >= omax) in probe_binary()
608 read_res_data_hdr (wrbfd, off, omax, &reshdr); in skip_null_resource()
[all …]
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dresres.c179 if ((off[0] + 8) > omax) in read_resource_entry()
181 read_res_data_hdr (wrbfd, off, omax, &reshdr); in read_resource_entry()
184 read_res_id (wrbfd, off, omax, &type); in read_resource_entry()
186 read_res_id (wrbfd, off, omax, &name); in read_resource_entry()
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax) in read_res_data_hdr()
455 if ((off[0] + size) > omax) in read_res_data()
457 (long) omax, (long) size); in read_res_data()
580 read_res_data_hdr (wrbfd, &off, omax, &reshdr); in probe_binary()
589 if ((off + BIN_RES_HDR_SIZE) >= omax) in probe_binary()
608 read_res_data_hdr (wrbfd, off, omax, &reshdr); in skip_null_resource()
[all …]
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dresres.c179 if ((off[0] + 8) > omax) in read_resource_entry()
181 read_res_data_hdr (wrbfd, off, omax, &reshdr); in read_resource_entry()
184 read_res_id (wrbfd, off, omax, &type); in read_resource_entry()
186 read_res_id (wrbfd, off, omax, &name); in read_resource_entry()
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax) in read_res_data_hdr()
455 if ((off[0] + size) > omax) in read_res_data()
457 (long) omax, (long) size); in read_res_data()
580 read_res_data_hdr (wrbfd, &off, omax, &reshdr); in probe_binary()
589 if ((off + BIN_RES_HDR_SIZE) >= omax) in probe_binary()
608 read_res_data_hdr (wrbfd, off, omax, &reshdr); in skip_null_resource()
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dresres.c179 if ((off[0] + 8) > omax) in read_resource_entry()
181 read_res_data_hdr (wrbfd, off, omax, &reshdr); in read_resource_entry()
184 read_res_id (wrbfd, off, omax, &type); in read_resource_entry()
186 read_res_id (wrbfd, off, omax, &name); in read_resource_entry()
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax) in read_res_data_hdr()
455 if ((off[0] + size) > omax) in read_res_data()
457 (long) omax, (long) size); in read_res_data()
580 read_res_data_hdr (wrbfd, &off, omax, &reshdr); in probe_binary()
589 if ((off + BIN_RES_HDR_SIZE) >= omax) in probe_binary()
608 read_res_data_hdr (wrbfd, off, omax, &reshdr); in skip_null_resource()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_lib.c47 int *pclass, long omax) in ASN1_get_object() argument
53 long max = omax; in ASN1_get_object()
55 if (omax <= 0) { in ASN1_get_object()
94 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c1574 while (oldbytes < omax && oldwidth < newwidth) in update_line()
1626 omax += j; in update_line()
1661 temp = (omax < nmax) ? omax : nmax; in update_line()
1674 if (omax == nmax && STREQN (new, old, omax)) in update_line()
1676 old_offset = omax; in update_line()
1678 ofd = old + omax; in update_line()
1687 (ofd - old < omax) && *ofd && in update_line()
1702 (ofd - old < omax) && *ofd && (*ofd == *nfd); in update_line()
1709 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++); in update_line()
1884 omax == nmax && in update_line()
[all …]
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Ddisplay.c1574 while (oldbytes < omax && oldwidth < newwidth) in update_line()
1626 omax += j; in update_line()
1661 temp = (omax < nmax) ? omax : nmax; in update_line()
1674 if (omax == nmax && STREQN (new, old, omax)) in update_line()
1676 old_offset = omax; in update_line()
1678 ofd = old + omax; in update_line()
1687 (ofd - old < omax) && *ofd && in update_line()
1702 (ofd - old < omax) && *ofd && (*ofd == *nfd); in update_line()
1709 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++); in update_line()
1884 omax == nmax && in update_line()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_lib.c45 int *pclass, long omax) in ASN1_get_object() argument
51 long max = omax; in ASN1_get_object()
90 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/netbsd/sys/dev/acpi/
H A Dacpi_cpu_tstate.c171 uint32_t omax, omin; in acpicpu_tstate_callback() local
200 omax = sc->sc_tstate_max; in acpicpu_tstate_callback()
205 if (omax != sc->sc_tstate_max || omin != sc->sc_tstate_min) { in acpicpu_tstate_callback()
209 sc->sc_tstate[omax].ts_percent, in acpicpu_tstate_callback()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.c543 offset_int omax in get_ref_base_and_extent() local
545 if (known_lt (lbound, omax)) in get_ref_base_and_extent()
548 rmaxsize = (omax - lbound + 1) in get_ref_base_and_extent()
H A Dtree-dfa.cc558 offset_int omax in get_ref_base_and_extent() local
560 if (known_lt (lbound, omax)) in get_ref_base_and_extent()
563 rmaxsize = (omax - lbound + 1) in get_ref_base_and_extent()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c543 offset_int omax in get_ref_base_and_extent() local
545 if (known_lt (lbound, omax)) in get_ref_base_and_extent()
548 rmaxsize = (omax - lbound + 1) in get_ref_base_and_extent()
/netbsd/lib/libedit/
H A Dreadline.c1263 int omax; in unstifle_history() local
1266 omax = max_input_history; in unstifle_history()
1268 return omax; /* some value _must_ be returned */ in unstifle_history()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h679 int *pclass, long omax);
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dasn1.h.in728 int *pclass, long omax);
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.c15311 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0); in tsubst() local
15313 max = tsubst_expr (omax, args, complain, in_decl, in tsubst()
15319 && TREE_SIDE_EFFECTS (omax) in tsubst()
15327 && TREE_SIDE_EFFECTS (omax) && TREE_CODE (omax) == NOP_EXPR) in tsubst()
H A Dpt.cc15809 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0); in tsubst() local
15811 max = tsubst_expr (omax, args, complain, in_decl, in tsubst()
15817 && TREE_SIDE_EFFECTS (omax) in tsubst()
15825 && TREE_SIDE_EFFECTS (omax) && TREE_CODE (omax) == NOP_EXPR) in tsubst()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c15311 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0); in tsubst() local
15313 max = tsubst_expr (omax, args, complain, in_decl, in tsubst()
15319 && TREE_SIDE_EFFECTS (omax) in tsubst()
15327 && TREE_SIDE_EFFECTS (omax) && TREE_CODE (omax) == NOP_EXPR) in tsubst()