/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 1273 zic_t dayoff, tod; in inleap() local 1336 tod = gethms(fields[LP_TIME], _("invalid time of day"), false); in inleap() 1364 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap() 2025 register zic_t tod = rp->r_tod; in stringrule() local 2052 tod += wdayoff * SECSPERDAY; in stringrule() 2062 tod += wdayoff * SECSPERDAY; in stringrule() 2072 tod += gmtoff; in stringrule() 2074 tod += dstoff; in stringrule() 2075 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2077 if (stringoffset(end(result), tod) ! in stringrule() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 1272 zic_t dayoff, tod; in inleap() local 1335 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE); in inleap() 1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap() 2024 register zic_t tod = rp->r_tod; in stringrule() local 2051 tod += wdayoff * SECSPERDAY; in stringrule() 2061 tod += wdayoff * SECSPERDAY; in stringrule() 2071 tod += gmtoff; in stringrule() 2073 tod += dstoff; in stringrule() 2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2076 if (stringoffset(end(result), tod) ! in stringrule() [all...] |
/third_party/tzdata/ |
H A D | zic.c | 2017 zic_t dayoff, tod; in getleapdatetime() local 2075 tod = gethms(fields[LP_TIME], _("invalid time of day")); in getleapdatetime() 2076 t = tadd(t, tod); in getleapdatetime() 2905 register zic_t tod = rp->r_tod; in stringrule() local 2931 tod += wdayoff * SECSPERDAY; in stringrule() 2941 tod += wdayoff * SECSPERDAY; in stringrule() 2951 tod += stdoff; in stringrule() 2953 tod += save; in stringrule() 2954 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2956 if (! stringoffset(result, tod)) in stringrule() [all...] |
/third_party/libabigail/src/ |
H A D | abg-reporter-priv.h | 167 report_loc_info(const type_or_decl_base_sptr& tod,
|
H A D | abg-ir.cc | 8333 /// @param tod the ABI artifact to get the name for. 8335 /// @param qualified if yes, return the qualified name of @p tod; 8338 /// @return the name of @p tod. 8340 get_name(const type_or_decl_base *tod, bool qualified) in get_name() argument 8344 type_or_decl_base* a = const_cast<type_or_decl_base*>(tod); in get_name() 8365 /// @param tod the ABI artifact to get the name for. 8367 /// @param qualified if yes, return the qualified name of @p tod; 8370 /// @return the name of @p tod. 8372 get_name(const type_or_decl_base_sptr& tod, bool qualified) in get_name() argument 8373 {return get_name(tod in get_name() 8927 get_pretty_representation(const type_or_decl_base* tod, bool internal) get_pretty_representation() argument 8955 get_pretty_representation(const type_or_decl_base_sptr& tod, bool internal) get_pretty_representation() argument 9839 is_function_parameter(const type_or_decl_base* tod) is_function_parameter() argument 9852 is_function_parameter(const type_or_decl_base_sptr tod) is_function_parameter() argument 9922 is_type(const type_or_decl_base& tod) is_type() argument 9950 is_type(const type_or_decl_base_sptr& tod) is_type() argument 10605 is_var_decl(const type_or_decl_base* tod) is_var_decl() argument 23995 is_class_base_spec(const type_or_decl_base* tod) is_class_base_spec() argument 24008 is_class_base_spec(type_or_decl_base_sptr tod) is_class_base_spec() argument 25734 hash_type_or_decl(const type_or_decl_base *tod) hash_type_or_decl() argument 25822 hash_type_or_decl(const type_or_decl_base_sptr& tod) hash_type_or_decl() argument [all...] |
H A D | abg-reporter-priv.cc | 837 /// @param tod the type or declaration to emit loc info about 845 report_loc_info(const type_or_decl_base_sptr& tod, in report_loc_info() argument 852 decl_base_sptr decl = is_decl(tod); in report_loc_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls.h | 60 int tod; member
|
H A D | tls_openssl.c | 2174 int tod = 0; in openssl_cert_tod() local 2189 tod = 1; in openssl_cert_tod() 2192 return tod; in openssl_cert_tod() 2288 ev.peer_cert.tod = openssl_cert_tod(err_cert); in openssl_tls_cert_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls.h | 60 int tod; member
|
H A D | tls_openssl.c | 2214 int tod = 0; in openssl_cert_tod() local 2229 tod = 1; /* TOD-STRICT */ in openssl_cert_tod() 2230 else if (os_strcmp(buf, "1.3.6.1.4.1.40808.1.3.2") == 0 && !tod) in openssl_cert_tod() 2231 tod = 2; /* TOD-TOFU */ in openssl_cert_tod() 2235 return tod; in openssl_cert_tod() 2331 ev.peer_cert.tod = openssl_cert_tod(err_cert); in openssl_tls_cert_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_client_read.c | 317 ev.peer_cert.tod = 1; in tls_peer_cert_event() 320 ev.peer_cert.tod = 2; in tls_peer_cert_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | notify.c | 1115 cert->tod == 2 ? " tod=2" : "", in wpas_notify_certification() 1116 cert->tod == 1 ? " tod=1" : ""); in wpas_notify_certification()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | notify.c | 821 cert->tod ? " tod=1" : ""); in wpas_notify_certification()
|
/third_party/libabigail/include/ |
H A D | abg-fwd.h | 398 is_type(const type_or_decl_base_sptr& tod);
|
H A D | abg-ir.h | 3253 is_function_parameter(const type_or_decl_base_sptr tod);
|