Searched defs:is_dst (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_asm.c | 113 static u16 nfp_swreg_to_unreg(swreg reg, bool is_dst) in nfp_swreg_to_unreg() argument 204 static u16 nfp_swreg_to_rereg(swreg reg, bool is_dst, bool has_imm8, bool *i8) in nfp_swreg_to_rereg() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_asm.c | 113 static u16 nfp_swreg_to_unreg(swreg reg, bool is_dst) in nfp_swreg_to_unreg() argument 204 static u16 nfp_swreg_to_rereg(swreg reg, bool is_dst, bool has_imm8, bool *i8) in nfp_swreg_to_rereg() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.h | 60 bool is_dst; // did we move into daylight-saving time member
|
H A D | time_zone_libc.cc | 46 const bool is_dst = tm.tm_isdst > 0; variable 50 const bool is_dst = tm.tm_isdst > 0; in decltype() local 131 make_time(const civil_second& cs, int is_dst, std::time_t* t, int* off) make_time() argument [all...] |
H A D | time_zone_info.cc | 297 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 102 bool is_dst; // is offset non-standard? member
|
/third_party/node/deps/v8/src/date/ |
H A D | date.h | 87 bool is_dst = DaylightSavingsOffsetInMs(time_ms) != 0; in LocalTimezone() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time.h | 697 bool is_dst; // is offset non-standard? member 939 bool is_dst; // is offset non-standard? member
|
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 2573 bool is_dst = DaylightSavingsOffset(time_ms) != 0; in LocalTimezone() local
|
Completed in 13 milliseconds