Home
last modified time | relevance | path

Searched refs:sense (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dmergesort.c109 int sense; in yasm__mergesort()
154 sense = -1; in yasm__mergesort()
158 sense = 0; in yasm__mergesort()
161 while ((b += size) < t && cmp(q, b) >sense) in yasm__mergesort()
170 (*cmp)(q, p) <= sense) in yasm__mergesort()
175 } else if ((*cmp)(q, p) <= sense) { in yasm__mergesort()
184 if ((*cmp)(q, p = b + i) <= sense) in yasm__mergesort()
192 p = b + (i >>= 1)) <= sense) in yasm__mergesort()
277 int length, sense; in setup() local
299 sense = (cmp(f1, f1 + size) > 0); in setup()
[all …]
/external/chromium_org/media/cast/test/utility/
Daudio_utility.cc154 double sense = DecodeOneFrequency(&samples[start], in DecodeTimestamp() local
157 if (sense < kMinSense) continue; in DecodeTimestamp()
165 if (signal_strength < sense / 4) { in DecodeTimestamp()
167 } else if (signal_strength > sense * 0.75 && in DecodeTimestamp()
168 signal_strength < sense * 1.25) { in DecodeTimestamp()
/external/chromium_org/ash/content_support/
DDEPS2 # TODO(beng): It may make sense to have a broad permit of content/public
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dlogcat_trace_context.h17 #error This file only makes sense to include on Android!
/external/chromium_org/chrome/browser/
Dshell_integration_mac.mm31 // a shortcut to Chrome as the default browser doesn't make sense.
50 // We really do want the main bundle here since it makes sense to set an
125 // We really do want the main bundle here since it makes sense to set an
/external/dhcpcd/dhcpcd-hooks/
D90-NetworkManager3 # only makes sense if NetworkManager is patched NOT to override the
/external/iptables/extensions/
Dlibxt_mac.man4 Note that this only makes sense for packets coming from an Ethernet device
Dlibip6t_frag.man8 Fragment header is static and this option doesn't make sense.
Dlibxt_rpfilter.man22 This will invert the sense of the match. Instead of matching packets that passed the
/external/zlib/src/contrib/iostream3/
DTODO7 - Simultaneous read/write access (does it make sense?)
/external/llvm/test/CodeGen/X86/
Datomic128.ll28 ; INCLO equivalent comes in in %rsi, so it makes sense it stays there.
51 ; INCLO equivalent comes in in %rsi, so it makes sense it stays there.
75 ; INCLO equivalent comes in in %rsi, so it makes sense it stays there.
99 ; INCLO equivalent comes in in %rsi, so it makes sense it stays there.
/external/chromium_org/third_party/icu/patches/
Dpmac.h.patch52 + to make sense. */
/external/llvm/test/CodeGen/AArch64/
Darm64-AnInfiniteLoopInDAGCombine.ll12 ; the (1) optimization (It doesn't make sense to replace undefined bits
/external/clang/test/CodeGenObjC/
Darc-linetable-autorelease.m2 // Ensure that the line info is making sense:
/external/eigen/bench/btl/cmake/
DMacroOptionalAddSubdirectory.cmake6 # This makes sense if you want to distribute just one of the subdirs
/external/fio/examples/
Dssd-steadystate.fio14 # It's not destructive in the sense that it will ruin the device, but
/external/cmockery/cmockery_0_1_2/m4/
Dgoogle_namespace.m46 # when it makes sense -- for instance, when publishing stl-like code -- you
/external/icu/icu4c/source/data/lang/
Dca.txt15 colAlternate{"Ordenació sense tenir en compte els símbols"}
542 zxx{"sense contingut lingüístic"}
706 Zxxx{"sense escriptura"}
732 shifted{"Ordena sense tenir en compte els símbols"}
744 no{"Ordena sense distingir majúscules i minúscules"}
752 no{"Ordena sense normalització"}
/external/libpcap/
DTODO23 + pcap_lookupnet makes little to no sense with protocols != IPv4
Dgencode.h258 int sense; member
/external/chromium_org/third_party/icu/source/test/testdata/
Dtest4.ucm15 # both subchars are single-byters, which does not make sense
/external/icu/icu4c/source/test/testdata/
Dtest4.ucm15 # both subchars are single-byters, which does not make sense
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGMatrix.idl29 // AffineTransform with doubles setting these as doubles makes more sense.
/external/iproute2/doc/
Darpd.sgml50 sense together with option <tt/-a/.
53 suppresses further attempts to resolve for this period. It makes sense
/external/eigen/unsupported/
DREADME.txt22 - should have some general purpose in the sense that it could

1234567891011