HomeSort by relevance Sort by last modified time
    Searched refs:IsZero (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c 136 IsZero (
    [all...]
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 170 if (!IsZero(family->min_time_)) {
benchmark.cc 329 !IsZero(b.min_time) ? b.min_time : FLAGS_benchmark_min_time;
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_windows.go 176 if opts != nil && !opts.CurrentTime.IsZero() {
  /prebuilts/go/darwin-x86/src/net/http/
client.go 244 if !deadline.IsZero() {
265 if !deadline.IsZero() {
284 if deadline.IsZero() {
596 if !deadline.IsZero() && didTimeout() {
fs.go 149 // if modtime.IsZero(), modtime is unknown.
435 if modtime.IsZero() {
452 return t.IsZero() || t.Equal(unixEpochTime)
  /prebuilts/go/linux-x86/src/crypto/x509/
root_windows.go 176 if opts != nil && !opts.CurrentTime.IsZero() {
  /prebuilts/go/linux-x86/src/net/http/
client.go 244 if !deadline.IsZero() {
265 if !deadline.IsZero() {
284 if deadline.IsZero() {
596 if !deadline.IsZero() && didTimeout() {
fs.go 149 // if modtime.IsZero(), modtime is unknown.
435 if modtime.IsZero() {
452 return t.IsZero() || t.Equal(unixEpochTime)
  /external/v8/src/arm64/
assembler-arm64.h 113 bool IsZero() const;
607 inline bool IsZero() const;
    [all...]
macro-assembler-arm64.cc 164 DCHECK(!rd.IsZero());
244 DCHECK(!rd.IsZero());
383 DCHECK(!rd.IsZero());
480 if (operand.IsZero() && rd.Is(rn) && rd.Is64Bits() && rn.Is64Bits() &&
493 (rn.IsZero() && !operand.IsShiftedRegister()) ||
700 DCHECK(!rd.IsZero());
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc     [all...]
  /external/v8/src/compiler/
node-matchers.h 166 bool IsZero() const { return this->Is(0.0) && !std::signbit(this->Value()); }
  /external/vixl/test/aarch64/
test-utils-aarch64.cc 342 if (!xn.IsZero()) {
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix_test.go 763 if deadline.IsZero() {
785 if deadline0.IsZero() {
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 763 if deadline.IsZero() {
785 if deadline0.IsZero() {
  /external/boringssl/src/ssl/test/runner/
tls.go 106 if !dialer.Deadline.IsZero() {
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
util.go 21 if start.IsZero() {
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 104 if !dialer.Deadline.IsZero() {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
util.go 21 if start.IsZero() {
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 104 if !dialer.Deadline.IsZero() {
  /prebuilts/go/darwin-x86/src/time/
time_test.go 1067 {"IsZero", func(t1, t2 Time) bool { return t1.IsZero() == t2.IsZero() }},
    [all...]
time.go 25 // As this time is unlikely to come up in practice, the IsZero method gives
250 // IsZero reports whether t represents the zero time instant,
252 func (t Time) IsZero() bool {
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 1067 {"IsZero", func(t1, t2 Time) bool { return t1.IsZero() == t2.IsZero() }},
    [all...]
time.go 25 // As this time is unlikely to come up in practice, the IsZero method gives
250 // IsZero reports whether t represents the zero time instant,
252 func (t Time) IsZero() bool {
    [all...]

Completed in 1441 milliseconds

1 23 4 5