Home
last modified time | relevance | path

Searched refs:read_all (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-reference.cc389 bool read_all = x_global->statics_read == all_module_statics; in propagate_bits() local
392 e && !(read_all && write_all); in propagate_bits()
660 bool &read_all, bool &write_all) in read_write_all_from_decl() argument
671 read_all = true; in read_write_all_from_decl()
679 read_all = true; in read_write_all_from_decl()
692 bool &read_all, bool &write_all) in get_read_write_all_from_node() argument
699 read_write_all_from_decl (node, read_all, write_all); in get_read_write_all_from_node()
702 e && !(read_all && write_all); in get_read_write_all_from_node()
711 read_write_all_from_decl (callee, read_all, write_all); in get_read_write_all_from_node()
715 ie && !(read_all && write_all); in get_read_write_all_from_node()
[all …]
H A Dvalue-prof.cc772 gcov_type read_all = abs_hwi (hist->hvalue.counters[0]); in get_nth_most_common_value() local
788 else if (covered != read_all in get_nth_most_common_value()
799 && check_counter (stmt, counter_type, &c, &read_all, in get_nth_most_common_value()
803 *all = read_all; in get_nth_most_common_value()
H A DChangeLog-201028079 (propagate): Reorganize read_all/write_all computation;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-reference.c389 bool read_all = x_global->statics_read == all_module_statics; in propagate_bits() local
392 e && !(read_all && write_all); in propagate_bits()
660 bool &read_all, bool &write_all) in read_write_all_from_decl() argument
671 read_all = true; in read_write_all_from_decl()
679 read_all = true; in read_write_all_from_decl()
692 bool &read_all, bool &write_all) in get_read_write_all_from_node() argument
699 read_write_all_from_decl (node, read_all, write_all); in get_read_write_all_from_node()
702 e && !(read_all && write_all); in get_read_write_all_from_node()
711 read_write_all_from_decl (callee, read_all, write_all); in get_read_write_all_from_node()
715 ie && !(read_all && write_all); in get_read_write_all_from_node()
[all …]
H A Dvalue-prof.c749 gcov_type read_all = abs_hwi (hist->hvalue.counters[0]); in get_nth_most_common_value() local
762 && check_counter (stmt, counter_type, &c, &read_all, in get_nth_most_common_value()
766 *all = read_all; in get_nth_most_common_value()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp_signd.c82 read_all(int fd, void *buf, size_t len) in read_all() function
113 if (read_all(fd, len, sizeof(*len)) != sizeof(*len)) return -1; in recv_packet()
116 if (read_all(fd, *buf, *len) != *len) { in recv_packet()
/netbsd-src/usr.bin/btkey/
H A Ddevice.c170 cp.read_all = 0x01; in list_device()
208 cp.read_all = 0x00; in read_device()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmsapitest.c292 static unsigned char *read_all(BIO *bio, long *p_len) in read_all() function
339 if (!TEST_ptr(buf = read_all(bio, &buf_len))) in test_d2i_CMS_decode()
/netbsd-src/external/bsd/libevent/dist/
H A Darc4random.c130 read_all(int fd, unsigned char *buf, size_t count) in read_all() function
303 n = read_all(fd, buf, sizeof(buf)); in arc4_seed_urandom_helper_()
/netbsd-src/sbin/disklabel/
H A Dmain.c158 static int read_all; /* set if op = READ && Aflag */ variable
722 read_all = Aflag;
724 if (read_all)
1203 if (read_all == 2)
1247 if (read_all && (tlp.d_magic == DISKMAGIC_DELETED ||
1272 if (!read_all)
1290 read_all = 2;
/netbsd-src/external/mit/lua/dist/src/
H A Dliolib.c542 static void read_all (lua_State *L, FILE *f) { in read_all() function
599 read_all(L, f); /* read entire file */ in g_read()
/netbsd-src/sys/netbt/
H A Dhci.h1068 uint8_t read_all; /* read all keys? 0x01 - yes */ member
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DChangeLog-08153947 * testsuite/binary_unittest.cc (read_all): New function.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DChangeLog-08153947 * testsuite/binary_unittest.cc (read_all): New function.