/external/webrtc/webrtc/base/ |
D | timeutils.cc | 144 bool TimeIsBetween(uint32_t earlier, uint32_t middle, uint32_t later) { in TimeIsBetween() argument 145 if (earlier <= later) { in TimeIsBetween() 146 return ((earlier <= middle) && (middle <= later)); in TimeIsBetween() 148 return !((later < middle) && (middle < earlier)); in TimeIsBetween() 152 bool TimeIsLaterOrEqual(uint32_t earlier, uint32_t later) { in TimeIsLaterOrEqual() argument 154 int32_t diff = later - earlier; in TimeIsLaterOrEqual() 157 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF); in TimeIsLaterOrEqual() 162 bool TimeIsLater(uint32_t earlier, uint32_t later) { in TimeIsLater() argument 164 int32_t diff = later - earlier; in TimeIsLater() 167 const bool earlier_or_equal = TimeIsBetween(later, earlier, later + HALF); in TimeIsLater() [all …]
|
D | timeutils.h | 51 bool TimeIsBetween(uint32_t earlier, 54 bool TimeIsLaterOrEqual(uint32_t earlier, uint32_t later); // Inclusive 55 bool TimeIsLater(uint32_t earlier, uint32_t later); // Exclusive 69 int32_t TimeDiff(uint32_t later, uint32_t earlier); 72 inline int32_t TimeSince(uint32_t earlier) { in TimeSince() argument 73 return TimeDiff(Time(), earlier); in TimeSince()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | obsolete-v8.s | 4 @ CHECK: instruction requires: armv7 or earlier 7 @ CHECK: instruction requires: armv7 or earlier
|
/external/llvm/test/MC/ARM/ |
D | obsolete-v8.s | 4 @ CHECK: instruction requires: armv7 or earlier 7 @ CHECK: instruction requires: armv7 or earlier
|
/external/mesa3d/bin/ |
D | .cherry-ignore | 12 # fixes: The commit fixes earlier commit 1c57a6da5e3 which did not land in 16 # fixes: The commit requires earlier commits 639c4f2b54a6 and 2cfba40eea4c 20 # fixes: The commit fixes earlier commits 83d4a5d5aea5a8a05be2,
|
/external/icu/icu4c/source/data/brkitr/dictionaries/ |
D | laodict.txt | 19 # out 4 entries that duplicate earlier entries. 4472 # ຊາດູກາຍ duplicate of an earlier entry 10736 # ອິດທິພົນ duplicate of earlier entry
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 3607 ir_variable *earlier = state->symbols->get_variable("gl_FragCoord"); in apply_layout_qualifier_to_variable() local 3608 if (earlier != NULL && in apply_layout_qualifier_to_variable() 3609 earlier->data.used && in apply_layout_qualifier_to_variable() 4159 ir_variable *earlier = state->symbols->get_variable(var->name); in get_variable_being_redeclared() local 4160 if (earlier == NULL || in get_variable_being_redeclared() 4175 if (earlier->type->is_unsized_array() && var->type->is_array() in get_variable_being_redeclared() 4176 && (var->type->fields.array == earlier->type->fields.array)) { in get_variable_being_redeclared() 4184 if ((size > 0) && (size <= earlier->data.max_array_access)) { in get_variable_being_redeclared() 4187 earlier->data.max_array_access); in get_variable_being_redeclared() 4190 earlier->type = var->type; in get_variable_being_redeclared() [all …]
|
/external/freetype/docs/ |
D | INSTALL.MAC | 29 10.2 and later, but _not_ earlier. If you want to run on earlier, you
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.0 | 9 earlier this year. 12 layouts for earlier kernels.
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Hard-wrapped paragraphs with list-like lines.text | 1 In Markdown 1.0.0 and earlier. Version
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Hard-wrapped paragraphs with list-like lines.text | 1 In Markdown 1.0.0 and earlier. Version
|
/external/markdown/tests/markdown-test/ |
D | hard-wrapped.txt | 1 In Markdown 1.0.0 and earlier. Version
|
/external/curl/m4/ |
D | ltsugar.m4 | 21 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 54 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/libexif/auto-m4/ |
D | ltsugar.m4 | 20 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/ImageMagick/m4/ |
D | ltsugar.m4 | 21 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 54 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ltsugar.m4 | 21 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 54 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/lmfit/m4/ |
D | ltsugar.m4 | 20 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/expat/m4/ |
D | ltsugar.m4 | 21 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 54 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/speex/m4/ |
D | ltsugar.m4 | 20 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/google-breakpad/m4/ |
D | ltsugar.m4 | 20 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/libusb-compat/m4/ |
D | ltsugar.m4 | 20 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/libnetfilter_conntrack/m4/ |
D | ltsugar.m4 | 20 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/pcre/dist2/m4/ |
D | ltsugar.m4 | 21 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 54 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/libpng/scripts/ |
D | ltsugar.m4 | 21 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 54 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
/external/libevent/m4/ |
D | ltsugar.m4 | 21 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier 54 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|