Home
last modified time | relevance | path

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

1234

/external/tcpdump/
Dprint-zephyr.c140 int lose = 0; in zephyr_print() local
153 if (!s) lose = 1; in zephyr_print()
157 if (!lose) field = strtol(s, 0, 16); in zephyr_print()
161 if (!lose) field = s; in zephyr_print()
164 if (lose) return; in zephyr_print()
185 if (lose) { in zephyr_print()
201 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print()
236 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/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/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/bison/po/
Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/external/bison/runtime-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/libexif/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/
Dcontrol16 causes us to lose credentials to our currently connected service. Tests
/external/elfutils/libdwfl/
Dlinux-proc-maps.c273 bool lose = report (); in proc_maps_report() local
275 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/valgrind/gdbserver_tests/
Dmcleak.stdinB.gdb26 # b10--; // lose b10
/external/llvm/test/Instrumentation/SanitizerCoverage/
Dcoverage2-dbg.ll1 ; Test that coverage instrumentation does not lose debug location.
Dcoverage-dbg.ll1 ; Test that coverage instrumentation does not lose debug location.
/external/eigen/doc/
DLeastSquares.dox66 lose twice as many digits using normal equation than if you use the other methods.
/external/syslinux/core/lwip/doc/
Dcontrib.txt12 features of Savannah help us not lose users' input.
/external/llvm/test/CodeGen/X86/
Dwin-alloca-expander.ll55 ; The stack restore means we lose track of the stack pointer and must probe.
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch58 /* lose the setuid and setgid capbilities */
281 lease_prune(NULL, now); /* lose any expired leases */
/external/clang/test/Analysis/
Dmisc-ps-eager-assume.m35 // The cast to 'short' causes us to lose symbolic constraint.
/external/webrtc/webrtc/base/
Dsslstreamadapter_unittest.cc442 void SetLoseFirstPacket(bool lose) { in SetLoseFirstPacket() argument
443 lose_first_packet_ = lose; in SetLoseFirstPacket()
/external/protobuf/objectivec/Tests/
DGPBMessageTests.m781 // Setting submessage to nil should cause it to lose its creator.
793 // Clearing submessage (set has == NO) should NOT cause it to lose its
895 // lose its creator.
1069 // Setting array to nil should cause it to lose its delegate.
1267 // Setting map to nil should cause it to lose its delegate.
1633 // Clearing autocreated extension should NOT cause it to lose its creator.
/external/llvm/docs/tutorial/
DLangImpl10.rst187 First, you're right that LLVM does lose information. For example, as of
199 Second, while LLVM does lose information, LLVM is not a fixed target: we
DOCamlLangImpl8.rst195 First, you're right that LLVM does lose information. For example, as of
207 Second, while LLVM does lose information, LLVM is not a fixed target: we
/external/clang/docs/analyzer/
Dnullability.rst49 - We can assume that these pointers are not null and we lose coverage with the analyzer. (This can …

1234