| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | graphite-dependences.c | 70 scop_get_reads_and_writes (scop_p scop, isl_union_map *&reads, in scop_get_reads_and_writes() argument 90 reads = isl_union_map_union (reads, um); in scop_get_reads_and_writes() 94 print_isl_union_map (dump_file, reads); in scop_get_reads_and_writes() 266 isl_union_map *reads = isl_union_map_empty (isl_space_copy (space)); in scop_get_dependences() local 269 scop_get_reads_and_writes (scop, reads, must_writes, may_writes); in scop_get_dependences() 291 print_isl_union_map (dump_file, reads); in scop_get_dependences() 302 ai = isl_union_access_info_from_sink (isl_union_map_copy (reads)); in scop_get_dependences() 313 ai = isl_union_access_info_set_may_source (ai, reads); in scop_get_dependences()
|
| H A D | graphite-scop-detection.c | 1232 add_read (vec<scalar_use> *reads, tree use, gimple *use_stmt) in add_read() argument 1238 reads->safe_push (std::make_pair (use_stmt, use)); in add_read() 1276 vec<scalar_use> *reads) in build_cross_bb_scalars_use() argument 1288 add_read (reads, use, use_stmt); in build_cross_bb_scalars_use() 1299 vec<scalar_use> reads = vNULL; in try_generate_gimple_bb() local 1323 build_cross_bb_scalars_use (scop, use, stmt, &reads); in try_generate_gimple_bb() 1341 add_read (&reads, res, phi); in try_generate_gimple_bb() 1372 add_read (&reads, use, phi); in try_generate_gimple_bb() 1395 add_read (&reads, use, NULL); in try_generate_gimple_bb() 1399 if (drs.is_empty () && writes.is_empty () && reads.is_empty ()) in try_generate_gimple_bb() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | graphite-dependences.cc | 70 scop_get_reads_and_writes (scop_p scop, isl_union_map *&reads, in scop_get_reads_and_writes() argument 90 reads = isl_union_map_union (reads, um); in scop_get_reads_and_writes() 94 print_isl_union_map (dump_file, reads); in scop_get_reads_and_writes() 266 isl_union_map *reads = isl_union_map_empty (isl_space_copy (space)); in scop_get_dependences() local 269 scop_get_reads_and_writes (scop, reads, must_writes, may_writes); in scop_get_dependences() 291 print_isl_union_map (dump_file, reads); in scop_get_dependences() 302 ai = isl_union_access_info_from_sink (isl_union_map_copy (reads)); in scop_get_dependences() 313 ai = isl_union_access_info_set_may_source (ai, reads); in scop_get_dependences()
|
| H A D | graphite-scop-detection.cc | 1232 add_read (vec<scalar_use> *reads, tree use, gimple *use_stmt) in add_read() argument 1238 reads->safe_push (std::make_pair (use_stmt, use)); in add_read() 1274 vec<scalar_use> *reads) in build_cross_bb_scalars_use() argument 1286 add_read (reads, use, use_stmt); in build_cross_bb_scalars_use() 1297 vec<scalar_use> reads = vNULL; in try_generate_gimple_bb() local 1321 build_cross_bb_scalars_use (scop, use, stmt, &reads); in try_generate_gimple_bb() 1339 add_read (&reads, res, phi); in try_generate_gimple_bb() 1370 add_read (&reads, use, phi); in try_generate_gimple_bb() 1393 add_read (&reads, use, NULL); in try_generate_gimple_bb() 1397 if (drs.is_empty () && writes.is_empty () && reads.is_empty ()) in try_generate_gimple_bb() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
| H A D | bsearch.c | 354 bsearch_file_handle *bfh, size_t *reads) in _bsearch_file_open() argument 364 if (reads) in _bsearch_file_open() 365 *reads = 0; in _bsearch_file_open() 433 if (reads) in _bsearch_file_open() 434 *reads = 1; in _bsearch_file_open() 696 char **value, size_t *location, size_t *loops, size_t *reads) in _bsearch_file() argument 712 if (reads) in _bsearch_file() 713 *reads = 0; in _bsearch_file() 746 if (reads) in _bsearch_file() 747 *reads = my_reads; in _bsearch_file() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_load_client_CA_file.pod | 23 SSL_load_client_CA_file() reads certificates from I<file> and returns 26 SSL_add_file_cert_subjects_to_stack() reads certificates from I<file>, 29 SSL_add_dir_cert_subjects_to_stack() reads certificates from every 35 SSL_load_client_CA_file() reads a file of PEM formatted certificates and
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/ |
| H A D | nouveau_nvkm_subdev_timer_base.c | 38 if (wait->reads == 0) { in nvkm_timer_wait_test() 44 if (wait->reads++ == 16) { in nvkm_timer_wait_test() 50 wait->reads = 1; in nvkm_timer_wait_test() 65 wait->reads = 0; in nvkm_timer_wait_init()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_trace.h | 77 __field(uint32_t, reads) 85 __entry->reads = read_count; 97 (unsigned long)__entry->reads,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_load_client_CA_file.pod | 29 SSL_load_client_CA_file_ex() reads certificates from I<file> and returns 36 SSL_add_file_cert_subjects_to_stack() reads certificates from I<file>, 39 SSL_add_dir_cert_subjects_to_stack() reads certificates from every 49 SSL_load_client_CA_file() reads a file of PEM formatted certificates and
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | readdist_example.txt | 33 Xorg command has executed 26 reads that returned 0 bytes, through 34 to 4 reads that were at least 256 bytes (up to 511).
|
| H A D | fddist_example.txt | 6 Tracing reads and writes... Hit Ctrl-C to end. 33 We can see the Xorg process (PID 1532) has made 57 reads or writes to
|
| H A D | seeksize_example.txt | 48 as illustrated below by the volume of non sequential reads, 130 causing extra operations as it reads the file contents as well,
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | readdist_example.txt | 33 Xorg command has executed 26 reads that returned 0 bytes, through 34 to 4 reads that were at least 256 bytes (up to 511).
|
| H A D | fddist_example.txt | 6 Tracing reads and writes... Hit Ctrl-C to end. 33 We can see the Xorg process (PID 1532) has made 57 reads or writes to
|
| H A D | seeksize_example.txt | 48 as illustrated below by the volume of non sequential reads, 130 causing extra operations as it reads the file contents as well,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | aclocal.m4 | 9 dnl See whether strncmp reads past the end of its string parameters. 10 dnl On some versions of SunOS4 at least, strncmp reads a word at a time 11 dnl but erroneously reads past the end of strings. This can cause 18 Check whether strncmp reads past the end of its string parameters. */
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | acinclude.m4 | 17 dnl See whether strncmp reads past the end of its string parameters. 18 dnl On some versions of SunOS4 at least, strncmp reads a word at a time 19 dnl but erroneously reads past the end of strings. This can cause 26 Check whether strncmp reads past the end of its string parameters. */
|
| /netbsd-src/lib/libc/net/ |
| H A D | rcmd.c | 196 struct pollfd reads[2]; in resrcmd() local 294 reads[0].fd = s; in resrcmd() 295 reads[0].events = POLLIN; in resrcmd() 296 reads[1].fd = s2; in resrcmd() 297 reads[1].events = POLLIN; in resrcmd() 299 pollr = poll(reads, 2, INFTIM); in resrcmd() 300 if (pollr < 1 || (reads[1].revents & POLLIN) == 0) { in resrcmd()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | acinclude.m4 | 17 dnl See whether strncmp reads past the end of its string parameters. 18 dnl On some versions of SunOS4 at least, strncmp reads a word at a time 19 dnl but erroneously reads past the end of strings. This can cause 26 Check whether strncmp reads past the end of its string parameters. */
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | mini_event.c | 138 FD_ZERO(&base->reads); in event_init() 208 memmove(&r, &base->reads, sizeof(fd_set)); in handle_select() 354 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_add() 390 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_del()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | acinclude.m4 | 17 dnl See whether strncmp reads past the end of its string parameters. 18 dnl On some versions of SunOS4 at least, strncmp reads a word at a time 19 dnl but erroneously reads past the end of strings. This can cause 26 Check whether strncmp reads past the end of its string parameters. */
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | mini_event.c | 126 FD_ZERO(&base->reads); in event_init() 190 memmove(&r, &base->reads, sizeof(fd_set)); in handle_select() 304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_add() 339 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_del()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-as.rst | 14 **llvm-as** is the LLVM assembler. It reads a file containing human-readable 18 If *filename* is omitted or is ``-``, then **llvm-as** reads its input from
|
| /netbsd-src/sys/arch/evbppc/wii/dev/ |
| H A D | wiifb.c | 237 u_int strides, reads; in wiifb_set_mode() 304 reads = (sc->sc_curmode->width * 2) / 32; in wiifb_set_fb() 307 __SHIFTIN(reads, VI_PICCONF_READS)); in wiifb_set_fb() 232 u_int strides, reads; wiifb_set_mode() local
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | OVERVIEW | 94 reads Passwords/passphrases using code in readpass.c. It reads 101 and reads configuration (readconf.c), then calls ssh_connect (in 132 configuration file (servconf.c). It then reads the host key,
|