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

  /src/crypto/external/apache2/openssl/dist/test/
rand_test.c 24 int indicator = 1; local
63 /* Verify that the FIPS indicator can be read and is false */
68 &indicator);
70 || !TEST_int_eq(indicator, 0))
115 int indicator = -1; local
132 /* Verify that the FIPS indicator is negative */
134 &indicator);
136 || !TEST_int_le(indicator, 0))
  /src/sys/arch/powerpc/powerpc/
trap.c 86 uint16_t indicator; member in struct:dsi_info
782 switch (dsi->indicator) {
1288 int indicator = EXC_ALI_OPCODE_INDICATOR(dsisr); local
1292 if (indicator == dsi[i].indicator){
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
types_traits.hpp 65 typedef integral_constant<int, __simple> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
72 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
189 typedef typename __nothrowcopy::indicator no_throw_indicator;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
types_traits.hpp 65 typedef integral_constant<int, __simple> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
72 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
189 typedef typename __nothrowcopy::indicator no_throw_indicator;
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform.h 970 const uptr indicator = 0x0f0000000000ull; local
971 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator);
978 if ((addr & indicator) == (p & indicator))
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/
tzdb.cc 216 // A time relative to midnight, as measured by the indicator clock.
220 enum Indicator : unsigned char { Wall, Universal, Standard, Daylight };
221 Indicator indicator = Wall; member in namespace:std::chrono::__anon14873
223 static pair<Indicator, bool> is_indicator(int c) noexcept
242 // Checks if the next character in the stream is an indicator.
244 friend istream& operator>>(istream& in, Indicator& indic)
577 if (when.indicator == at_time::Wall
578 || when.indicator == at_time::Standard)
595 save_time.indicator = at_time::Wall; // not valid for this fiel
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform.h 914 const uptr indicator = 0x0e0000000000ull; local
915 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator);
922 if ((addr & indicator) == (p & indicator))
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc 550 tree indicator = dr_zero_step_indicator (dra); local
551 if (!indicator || integer_zerop (indicator))
554 else if (TREE_CODE (indicator) != INTEGER_CST)
555 vect_check_nonzero_value (loop_vinfo, indicator);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc 501 tree indicator = dr_zero_step_indicator (dra); local
502 if (!indicator || integer_zerop (indicator))
505 else if (TREE_CODE (indicator) != INTEGER_CST)
506 vect_check_nonzero_value (loop_vinfo, indicator);
  /src/external/mit/xorg/lib/libxcb/files/
xkb.h 2213 xcb_atom_t indicator; member in struct:xcb_xkb_get_named_indicator_request_t
2224 xcb_atom_t indicator; member in struct:xcb_xkb_get_named_indicator_reply_t
2255 xcb_atom_t indicator; member in struct:xcb_xkb_set_named_indicator_request_t
5842 xcb_atom_t indicator);
5860 xcb_atom_t indicator);
5897 xcb_atom_t indicator,
5923 xcb_atom_t indicator,

Completed in 51 milliseconds