Home
last modified time | relevance | path

Searched refs:lose (Results 1 – 25 of 127) sorted by relevance

123456

/external/tcpdump/
Dprint-zephyr.c151 int lose = 0; in zephyr_print() local
166 if (!s) lose = 1; in zephyr_print()
170 if (!lose) field = strtol(s, 0, 16); in zephyr_print()
174 if (!lose) field = s; in zephyr_print()
177 if (lose) return; in zephyr_print()
198 if (lose) in zephyr_print()
212 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print()
247 if (!lose) ND_PRINT((ndo, " %s", z_triple(c, i, r))); in zephyr_print()
/external/markdown/tests/misc/
Dlists.txt17 A lose list:
25 A lose list with paragraphs
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dnontemporal.ll17 ; Check that we don't lose !nontemporal hint when vectorizing loads.
28 ; Check that we don't lose !nontemporal hint when vectorizing stores.
/external/llvm/test/Transforms/LoopVectorize/
Dnontemporal.ll18 ; Check that we don't lose !nontemporal hint when vectorizing loads.
29 ; Check that we don't lose !nontemporal hint when vectorizing stores.
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dd4ec8728744c855b2f8eed655e3551c6.0000003d.honggfuzz.cov2 Host: 127.-4945377519583286818lose
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Dd4ec8728744c855b2f8eed655e3551c6.0000003d.honggfuzz.cov2 Host: 127.-4945377519583286818lose
/external/llvm/test/Transforms/SLPVectorizer/AArch64/
Dnontemporal.ll8 ; Check that we don't lose !nontemporal hint when vectorizing loads.
33 ; Check that we don't lose !nontemporal hint when vectorizing stores.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/
Dnontemporal.ll8 ; Check that we don't lose !nontemporal hint when vectorizing loads.
33 ; Check that we don't lose !nontemporal hint when vectorizing stores.
/external/u-boot/arch/arc/lib/
Dstart.S88 /* Make sure we don't lose GD overwritten by zero new GD */
/external/libexif/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/e2fsprogs/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/elfutils/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/
Dcontrol15 causes us to lose credentials to our currently connected service. Tests
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SROA/
Dpreserve-nonnull.ll3 ; Make sure that SROA doesn't lose nonnull metadata
49 ; *does* initially, but then we lose that !range metadata before we finish
/external/elfutils/libdwfl/
Dlinux-proc-maps.c281 bool lose = report (); in proc_maps_report() local
283 return result != 0 ? result : lose ? -1 : 0; in proc_maps_report()
/external/llvm/test/Transforms/Reassociate/
Dno-op.ll27 ; The initial add doesn't change so should not lose the nsw flag.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dno-op.ll27 ; The initial add doesn't change so should not lose the nsw flag.
/external/llvm/test/Instrumentation/SanitizerCoverage/
Dcoverage-dbg.ll1 ; Test that coverage instrumentation does not lose debug location.
Dcoverage2-dbg.ll1 ; Test that coverage instrumentation does not lose debug location.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/SanitizerCoverage/
Dcoverage-dbg.ll1 ; Test that coverage instrumentation does not lose debug location.
Dcoverage2-dbg.ll1 ; Test that coverage instrumentation does not lose debug location.
/external/catch2/
DAndroid.bp70 // This is extremely slow to build, we don't lose coverage by excluding it.
/external/eigen/doc/
DLeastSquares.dox66 lose twice as many digits using normal equation than if you use the other methods.
/external/perfetto/protos/perfetto/trace/interned_data/
Dinterned_data.proto41 // When packet loss occurs, the reader will only lose interning data up to the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin-alloca-expander.ll55 ; The stack restore means we lose track of the stack pointer and must probe.

123456