HomeSort by: relevance | last modified time | path
    Searched refs:is_valid (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
mfc_tag_reserve.c 37 vector unsigned int count_zeros, is_valid; local
46 is_valid = spu_cmpeq (count_zeros, 32);
47 count_zeros = spu_sel (count_zeros, is_valid, is_valid);
mfc_multi_tag_reserve.c 44 vector unsigned int count_busy, is_valid; local
72 /* is_valid is set to 0xFFFFFFFF if table_copy == 0, 0 otherwise. */
73 is_valid = spu_cmpeq (table_copy, 0);
74 index = spu_sel (index, is_valid, is_valid);
80 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_valid);
  /src/sbin/chkconfig/
chkconfig.sh 82 is_valid() function
121 if is_valid ${_name}; then
150 if is_valid ${_name}; then
164 if is_valid ${_name}; then
212 if exists ${rcfile} && is_valid ${rcfile}; then
  /src/external/gpl3/gdb/dist/sim/ppc/
spreg.c 29 int is_valid; member in struct:_spreg_info
1143 return spr_info[spr].is_valid;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
spreg.c 29 int is_valid; member in struct:_spreg_info
1143 return spr_info[spr].is_valid;
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
modules.py 31 return objfile.is_valid() and objfile.owner is None
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
modules.py 31 return objfile.is_valid() and objfile.owner is None
  /src/external/bsd/atf/dist/tools/
io.cpp 71 if (is_valid())
85 impl::file_handle::is_valid(void) function in class:impl::file_handle
94 assert(is_valid());
104 assert(is_valid());
115 assert(is_valid());
123 assert(is_valid());
io_test.cpp 142 ATF_REQUIRE(!fh1.is_valid());
145 ATF_REQUIRE(fh2.is_valid());
162 ATF_REQUIRE(!fh2.is_valid());
163 ATF_REQUIRE(fh3.is_valid());
166 ATF_REQUIRE(!fh3.is_valid());
167 ATF_REQUIRE(fh1.is_valid());
io.hpp 87 //! \see is_valid()
126 //! \see is_valid()
154 bool is_valid(void) const;
  /src/external/gpl3/binutils/dist/include/
floatformat.h 90 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
  /src/external/gpl3/binutils.old/dist/include/
floatformat.h 90 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
  /src/external/gpl3/gcc/dist/include/
floatformat.h 90 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
  /src/external/gpl3/gcc.old/dist/include/
floatformat.h 90 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
  /src/external/gpl3/gdb/dist/include/
floatformat.h 90 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
  /src/external/gpl3/gdb.old/dist/include/
floatformat.h 90 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
  /src/usr.sbin/inetd/
parse_v2.c 206 bool is_valid = true; local
222 is_valid = setup_internal(sep) && is_valid;
228 is_valid = false;
234 is_valid = false;
240 is_valid = false;
246 is_valid = false;
248 is_valid = infer_protocol_ip_version(sep) && is_valid;
254 return is_valid;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-tui.c 52 bool is_valid () const;
153 gdbpy_tui_window::is_valid () const function in class:gdbpy_tui_window
436 if (!(Window)->is_valid ()) \
445 if (!(Window)->is_valid ()) \
460 if (win->is_valid ())
564 { "is_valid", gdbpy_tui_is_valid, METH_NOARGS,
565 "is_valid () -> Boolean\n\
  /src/external/bsd/wpa/dist/src/fst/
fst_session.c 1351 bool is_valid; local
1363 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1364 if (!is_valid)
1403 bool is_valid; local
1417 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1418 if (!is_valid)
1478 bool is_valid; local
1487 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1488 if (!is_valid)
1506 bool is_valid; local
1534 bool is_valid; local
1561 bool is_valid; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
godump.cc 1263 bool is_valid; local
1294 is_valid = htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id),
1298 is_valid = go_format_type (container, TREE_TYPE (decl), true, false, NULL,
1300 if (is_valid
1307 is_valid = false;
1309 if (!is_valid)
  /src/external/gpl3/gcc.old/dist/gcc/
godump.cc 1239 bool is_valid; local
1270 is_valid = htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id),
1274 is_valid = go_format_type (container, TREE_TYPE (decl), true, false, NULL,
1276 if (is_valid
1283 is_valid = false;
1285 if (!is_valid)
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.cpp 38 static bool is_valid(const args_type &args);
106 bool ChainedOriginDepotNode::is_valid(const args_type &args) { return true; } function in class:__sanitizer::ChainedOriginDepotNode
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.cpp 39 static bool is_valid(const args_type &args);
107 bool ChainedOriginDepotNode::is_valid(const args_type &args) { return true; } function in class:__sanitizer::ChainedOriginDepotNode
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
tui-window-disabled.py 23 # perform the is_valid check. When this flag is false
78 if not perform_valid_check or self._win.is_valid():
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
tui-window-disabled.py 23 # perform the is_valid check. When this flag is false
78 if not perform_valid_check or self._win.is_valid():

Completed in 49 milliseconds

1 2 3 4