Home
last modified time | relevance | path

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

1234

/external/tcpdump/
Dprint-zephyr.c137 int lose = 0; in zephyr_print() local
150 if (!s) lose = 1; in zephyr_print()
154 if (!lose) field = strtol(s, 0, 16); in zephyr_print()
158 if (!lose) field = s; in zephyr_print()
161 if (lose) return; in zephyr_print()
182 if (lose) { in zephyr_print()
198 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print()
233 if (!lose) ND_PRINT((ndo, " %s", z_triple(c, i, r))); in zephyr_print()
/external/dbus/tools/
Ddbus-monitor.c386 goto lose; in main()
391 goto lose; in main()
396 goto lose; in main()
401 goto lose; in main()
412 lose: in main()
/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/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/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/autotest/server/site_tests/network_WiFi_ProfileBasic/
Dcontrol17 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/dbus/dbus/
Ddbus-signature.c274 goto lose; in dbus_signature_validate_single()
277 lose: in dbus_signature_validate_single()
/external/llvm/test/Transforms/Reassociate/
Dno-op.ll27 ; The initial add doesn't change so should not lose the nsw flag.
/external/v8/test/webkit/
DtoString-number-dot-expr-expected.txt24 …ng() round-trip on a function that has a expression of form 4..x does not lose its meaning. The ex…
/external/avahi/docs/
DINSTALL20 Please note that by disabling DBUS you lose the ability to publish and browse
/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/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/llvm/docs/tutorial/
DLangImpl9.rst190 First, you're right that LLVM does lose information. For example, as of
202 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/
DClangTools.rst151 that don't want to use ``auto`` because they are afraid that they might lose

1234