HomeSort by: relevance | last modified time | path
    Searched defs:regular (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/raidframe/
rf_dagutils.h 45 void (*regular) (RF_DagNode_t *); member in struct:RF_RedFuncs_s
  /src/external/gpl3/gdb.old/dist/gdb/
target-memory.c 86 regular memory to REGULAR_BLOCKS. */
266 std::vector<memory_write_request> regular; variable
281 /* Split blocks into list of regular memory blocks,
283 split_regular_and_flash_blocks (blocks, &regular, &flash);
333 /* Write regular blocks. */
334 for (const memory_write_request &iter : regular)
  /src/external/lgpl3/mpfr/dist/tests/
tfmod.c 50 /* regular cases */
100 regular (void) function
417 regular ();
  /src/external/gpl3/gdb/dist/gdb/
target-memory.c 86 regular memory to REGULAR_BLOCKS. */
266 std::vector<memory_write_request> regular; variable
281 /* Split blocks into list of regular memory blocks,
283 split_regular_and_flash_blocks (blocks, &regular, &flash);
333 /* Write regular blocks. */
334 for (const memory_write_request &iter : regular)
  /src/tests/usr.bin/xlint/lint1/
lang_level_c99.c 63 int regular; member in struct:__anon8045
  /src/external/bsd/libarchive/dist/tar/
subst.c 34 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1, from_begin:1; member in struct:subst_rule
93 lafe_errc(1, 0, "Invalid regular expression: %s", buf);
111 rule->regular = 1; /* Rewrite regular filenames. */
137 rule->regular = 1;
140 rule->regular = 0;
225 } else { /* Regular filename. */
226 if (!rule->regular)
  /src/external/bsd/libbind/dist/isc/
logging.c 90 int regular; local
111 regular = 1;
113 regular = (sb.st_mode & S_IFREG);
116 if (!regular) {
118 "log_open_stream: want versions but %s isn't a regular file",
129 if (regular) {
134 "log_open_stream: want truncation but %s isn't a regular file",
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 60 * such as paths, regular files, and directories.
90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 60 * such as paths, regular files, and directories.
90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
  /src/external/bsd/ipf/dist/tools/
ipmon.c 51 int regular; member in struct:logsource
1550 conf->logsrc[i].regular = -1;
1778 l->regular = !S_ISCHR(sb.st_mode);
1779 if (l->regular)
1817 if (l->regular) {
  /src/external/gpl3/gcc/dist/libcpp/
files.cc 479 /* When the regular search path doesn't work, try context dependent
710 bool regular; local
720 regular = S_ISREG (file->st.st_mode) != 0;
721 if (regular)
759 if (regular)
774 if (pfile && regular && total != size && STAT_SIZE_RELIABLE (file->st))
954 that. (We also need an extra newline, so this looks like a regular
1014 This does not apply if we found a PCH file, we're not a regular
1994 the structure if we're processing a regular #include. */
  /src/external/gpl3/gcc.old/dist/libcpp/
files.cc 474 /* When the regular search path doesn't work, try context dependent
694 bool regular; local
704 regular = S_ISREG (file->st.st_mode) != 0;
705 if (regular)
743 if (regular)
758 if (pfile && regular && total != size && STAT_SIZE_RELIABLE (file->st))
938 that. (We also need an extra newline, so this looks like a regular
998 This does not apply if we found a PCH file, we're not a regular
1972 the structure if we're processing a regular #include. */
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c 7180 struct vi_ce_ib_state regular; member in union:__anon4305
7191 cnt_ce = (sizeof(ce_payload.regular) >> 2) + 4 - 2;
7209 struct vi_de_ib_state regular; member in union:__anon4306
7221 de_payload.regular.gds_backup_addrlo = lower_32_bits(gds_addr);
7222 de_payload.regular.gds_backup_addrhi = upper_32_bits(gds_addr);
7224 cnt_de = (sizeof(de_payload.regular) >> 2) + 4 - 2;

Completed in 26 milliseconds