| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm_trace.h | 77 __field(uint32_t, reads) 85 __entry->reads = read_count; 94 TP_printk("%s:%d reads=%08ld (%08ld total), writes=%08ld (%08ld total)", 97 (unsigned long)__entry->reads,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-dependences.cc | 67 reads are returned in READS and writes in MUST_WRITES and MAY_WRITES. */ 70 scop_get_reads_and_writes (scop_p scop, isl_union_map *&reads, 90 reads = isl_union_map_union (reads, um); 93 fprintf (dump_file, "Reads depedence graph: "); 94 print_isl_union_map (dump_file, reads); 266 isl_union_map *reads = isl_union_map_empty (isl_space_copy (space)); local 269 scop_get_reads_and_writes (scop, reads, must_writes, may_writes); 290 fprintf (dump_file, " reads: ") [all...] |
| graphite-scop-detection.cc | 1368 add_read (vec<scalar_use> *reads, tree use, gimple *use_stmt) 1374 reads->safe_push (std::make_pair (use_stmt, use)); 1410 vec<scalar_use> *reads) 1422 add_read (reads, use, use_stmt); 1433 vec<scalar_use> reads = vNULL; local 1457 build_cross_bb_scalars_use (scop, use, stmt, &reads); 1472 reads of the PHI destination. And to preserve SSA dependences 1475 add_read (&reads, res, phi); 1506 add_read (&reads, use, phi); 1520 /* For the region exit block add reads for all live-out vars. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-dependences.cc | 67 reads are returned in READS and writes in MUST_WRITES and MAY_WRITES. */ 70 scop_get_reads_and_writes (scop_p scop, isl_union_map *&reads, 90 reads = isl_union_map_union (reads, um); 93 fprintf (dump_file, "Reads depedence graph: "); 94 print_isl_union_map (dump_file, reads); 266 isl_union_map *reads = isl_union_map_empty (isl_space_copy (space)); local 269 scop_get_reads_and_writes (scop, reads, must_writes, may_writes); 290 fprintf (dump_file, " reads: ") [all...] |
| graphite-scop-detection.cc | 1232 add_read (vec<scalar_use> *reads, tree use, gimple *use_stmt) 1238 reads->safe_push (std::make_pair (use_stmt, use)); 1274 vec<scalar_use> *reads) 1286 add_read (reads, use, use_stmt); 1297 vec<scalar_use> reads = vNULL; local 1321 build_cross_bb_scalars_use (scop, use, stmt, &reads); 1336 reads of the PHI destination. And to preserve SSA dependences 1339 add_read (&reads, res, phi); 1370 add_read (&reads, use, phi); 1384 /* For the region exit block add reads for all live-out vars. * [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/ |
| nouveau_nvkm_subdev_timer_base.c | 38 if (wait->reads == 0) { 44 if (wait->reads++ == 16) { 50 wait->reads = 1; 65 wait->reads = 0;
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| bsearch.c | 350 * @reads Number of reads performed 354 bsearch_file_handle *bfh, size_t *reads) 364 if (reads) 365 *reads = 0; 433 if (reads) 434 *reads = 1; 583 * Returns 0 on success or an errno value otherwise (EIO if reads are 675 * should speed up most searches by reducing the number of reads 691 * @reads Location to store a count of pages read during searc [all...] |
| heimbase.h | 416 bsearch_file_handle *bfh, size_t *reads); 418 size_t *location, size_t *loops, size_t *reads);
|
| /src/external/bsd/nsd/dist/ |
| mini_event.h | 100 reads, member in struct:event_base
|
| mini_event.c | 138 FD_ZERO(&base->reads); 208 memmove(&r, &base->reads, sizeof(fd_set)); 354 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); 390 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads);
|
| /src/usr.bin/make/unit-tests/ |
| cmdline-redirect-stdin.mk | 25 # reads its input byte by byte, which makes it terribly slow for practical
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/ |
| llvm_bitreader.mli | 16 (** [get_module context mb] reads the bitcode for a new module [m] from the
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| timer.h | 38 int reads; member in struct:nvkm_timer_wait
|
| /src/external/bsd/unbound/dist/util/ |
| mini_event.h | 115 reads, member in struct:event_base
|
| mini_event.c | 126 FD_ZERO(&base->reads); 190 memmove(&r, &base->reads, sizeof(fd_set)); 304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); 339 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads);
|
| /src/external/bsd/byacc/dist/ |
| lalr.c | 287 Value_t **reads; local 295 reads = NEW2(ngotos, Value_t *); 327 reads[i] = rp = NEW2(nedges + 1, Value_t); 341 digraph(reads); 345 if (reads[i]) 346 FREE(reads[i]); 349 FREE(reads);
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/ |
| lshift.asm | 53 C not true. The aligned case reads 16+8 bytes, the unaligned case reads 57 C (1) The unaligned case makes many reads.
|
| lshiftc.asm | 54 C not true. The aligned case reads 16+8 bytes, the unaligned case reads 58 C (1) The unaligned case makes too many reads.
|
| /src/external/bsd/byacc/dist/package/ |
| byacc.spec | 18 This package provides a parser generator utility that reads a grammar 28 This package provides a parser generator utility that reads a grammar
|
| mingw-byacc.spec | 17 This package provides a parser generator utility that reads a grammar
|
| /src/external/gpl3/gcc/dist/contrib/ |
| test_summary | 34 -o: re-reads logs that have been mailed already (.sum.sent)
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| test_summary | 34 -o: re-reads logs that have been mailed already (.sum.sent)
|
| /src/lib/libc/net/ |
| rcmd.c | 196 struct pollfd reads[2]; local 294 reads[0].fd = s; 295 reads[0].events = POLLIN; 296 reads[1].fd = s2; 297 reads[1].events = POLLIN; 299 pollr = poll(reads, 2, INFTIM); 300 if (pollr < 1 || (reads[1].revents & POLLIN) == 0) {
|
| /src/sys/arch/m68k/060sp/dist/ |
| changes | 43 reads the required bytes.
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_dma_buf.c | 339 bool reads = (direction == DMA_BIDIRECTIONAL || local 342 if (!reads || !(domain & AMDGPU_GEM_DOMAIN_GTT))
|