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

1 2

  /src/external/bsd/atf/dist/atf-c/detail/
sanity.h 39 #define INV(x) \
57 #define INV(x) \
71 #define UNREACHABLE INV(0)
user.c 58 INV(ngroups >= 0);
text.c 108 INV(*end == '\0');
113 INV(iter != NULL);
118 INV(ptr >= iter);
134 INV(!atf_is_error(err));
dynstr.c 170 INV(ret >= 0);
217 INV(ad->m_length <= memlen);
284 INV(ad->m_data != NULL);
291 INV(ad->m_data != NULL);
tp_main.c 263 INV(tcs != NULL); /* Should be checked. */
269 INV(vars != NULL); /* Should be checked. */
417 INV(!atf_is_error(err));
537 INV(!atf_is_error(err));
577 INV(!atf_is_error(err));
map.c 185 INV(key != NULL);
375 INV(strcmp(me->m_key, key) == 0);
fs.c 311 INV(!atf_is_error(err));
408 INV(atf_equal_dynstr_cstring(&bp->m_data,
435 INV(atf_equal_dynstr_cstring(ln,
818 INV(!atf_is_error(err));
848 INV(!atf_is_error(err));
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_aes_wrap.txt 75 Cipher = AES-128-WRAP-INV
81 Cipher = AES-128-WRAP-INV
87 Cipher = AES-128-WRAP-INV
93 Cipher = AES-128-WRAP-INV
100 Cipher = AES-192-WRAP-INV
107 Cipher = AES-256-WRAP-INV
114 Cipher = AES-128-WRAP-INV
120 Cipher = AES-192-WRAP-INV
126 Cipher = AES-256-WRAP-INV
132 Cipher = AES-128-WRAP-PAD-INV
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_aes_wrap.txt 75 Cipher = AES-128-WRAP-INV
81 Cipher = AES-128-WRAP-INV
87 Cipher = AES-128-WRAP-INV
93 Cipher = AES-128-WRAP-INV
100 Cipher = AES-192-WRAP-INV
107 Cipher = AES-256-WRAP-INV
114 Cipher = AES-128-WRAP-INV
120 Cipher = AES-192-WRAP-INV
126 Cipher = AES-256-WRAP-INV
132 Cipher = AES-128-WRAP-PAD-INV
    [all...]
  /src/external/bsd/atf/dist/atf-c/
check.c 73 INV(!atf_is_error(err));
86 INV(atf_error_is(err, "libc") &&
90 INV(!atf_is_error(err));
96 INV(atf_error_is(err, "libc") &&
100 INV(!atf_is_error(err));
105 INV(!atf_is_error(err));
207 INV(s);
209 INV(!s);
214 INV(!s);
219 INV(!s)
    [all...]
config.c 139 INV(initialized);
146 INV(value != NULL);
  /src/external/bsd/kyua-cli/dist/utils/text/
operations.cpp 103 INV(width != std::string::npos);
104 INV(start + width <= input.length());
105 INV(input[start + width] == ' ' || input[start + width] == '\0');
112 INV(output.empty());
  /src/external/bsd/kyua-cli/dist/utils/
passwd.cpp 131 INV(pw->pw_name == name);
160 INV(pw->pw_uid == uid);
sanity.hpp 105 #define INV(expr) _UTILS_ASSERT(utils::invariant, expr, #expr)
  /src/external/bsd/kyua-cli/dist/utils/signals/
interrupts.cpp 168 INV(ret != -1);
177 INV(ret != -1);
  /src/external/bsd/kyua-cli/dist/utils/config/
lua_module.cpp 215 INV(state.is_table(-2));
216 INV(state.is_string(-1));
  /src/external/bsd/atf/dist/atf-c++/detail/
exceptions.cpp 154 INV(h->m_name == NULL && h->m_func != NULL);
process.cpp 64 INV(pos == c.size());
190 INV(m_inited);
300 INV(!atf_is_error(err));
  /src/external/bsd/atf/dist/atf-sh/
atf-sh.cpp 146 INV(ret == -1);
  /src/external/bsd/kyua-cli/dist/engine/
testers.cpp 170 INV(path.is_absolute());
201 INV(path.is_absolute());
306 INV(status.signaled());
filters.cpp 259 INV(match_test_program(test_program));
269 INV(!found || match_test_program(test_program));
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
options.cpp 67 INV(short_name_ != '\0');
161 INV(needs_arg());
187 INV(has_default_value());
parser.cpp 185 INV(getopt_optopt > 0);
353 INV(id != data.ids.end());
361 INV(option->has_default_value());
  /src/external/bsd/kyua-cli/dist/utils/logging/
operations.cpp 183 INV(backlog.empty());
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
database.cpp 104 INV(db != NULL);

Completed in 105 milliseconds

1 2