Lines Matching refs:Offset
258 // Returns the local timezone offset in milliseconds east of UTC. This is
265 // Returns the daylight savings time offset for the time in milliseconds.
498 // Return the local timezone offset in milliseconds east of UTC. This
501 // Also, adding the time-zone offset to the input must not overflow.
542 // Get the local timezone offset for the timestamp in milliseconds.
543 int64_t offset = LocalOffset();
545 // Compute the offset for DST. The bias parameters in the timezone info
549 // If the local time offset equals the timezone bias plus the daylight
551 in_dst = offset == dstofs;
558 // Return the daylight savings time offset for this time.
625 // Returns the local time offset in milliseconds east of UTC without
630 // Time::LocalOffset inlcudes any daylight savings offset, so subtract it.
635 // Returns the daylight savings offset in milliseconds for the given
638 int64_t offset = Time(time).DaylightSavingsOffset();
639 return static_cast<double>(offset);
1298 stack_frame.AddrPC.Offset = context.Rip;
1299 stack_frame.AddrFrame.Offset = context.Rbp;
1300 stack_frame.AddrStack.Offset = context.Rsp;
1302 stack_frame.AddrPC.Offset = context.Eip;
1303 stack_frame.AddrFrame.Offset = context.Ebp;
1304 stack_frame.AddrStack.Offset = context.Esp;
1327 ASSERT((stack_frame.AddrPC.Offset >> 32) == 0); // 32-bit address.
1329 reinterpret_cast<void*>(stack_frame.AddrPC.Offset);
1340 stack_frame.AddrPC.Offset, // Address
1351 stack_frame.AddrPC.Offset, // dwAddr