Searched refs:earlier (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/webrtc/base/
H A Dtimeutils.cc65 // If now is earlier than old, there may have been a race between
144 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) { argument
145 if (earlier <= later) {
146 return ((earlier <= middle) && (middle <= later));
148 return !((later < middle) && (middle < earlier));
152 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) { argument
154 int32 diff = later - earlier;
157 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
162 bool TimeIsLater(uint32 earlier, uint3 argument
172 TimeDiff(uint32 later, uint32 earlier) argument
[all...]
H A Dtimeutils.h50 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive
51 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive
52 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusive
59 // Returns the earlier of two timestamps.
64 // Number of milliseconds that would elapse between 'earlier' and 'later'
65 // timestamps. The value is negative if 'later' occurs before 'earlier'.
66 int32 TimeDiff(uint32 later, uint32 earlier);
68 // The number of milliseconds that have elapsed since 'earlier'.
69 inline int32 TimeSince(uint32 earlier) { argument
70 return TimeDiff(Time(), earlier);
[all...]
/external/llvm/test/MC/ARM/
H A Dobsolete-v8.s4 @ CHECK: instruction requires: armv7 or earlier
7 @ CHECK: instruction requires: armv7 or earlier
H A Ddirective-fpu-multiple.s3 @ The later .fpu directive should overwrite the earlier one.
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp1653 * This restriction was added in GLSL 1.30. Shaders using earlier version
2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier); local
2237 if (earlier == NULL ||
2252 if ((earlier->type->array_size() == 0)
2254 && (var->type->element_type() == earlier->type->element_type())) {
2262 if ((size > 0) && (size <= earlier->max_array_access)) {
2265 earlier->max_array_access);
2268 earlier->type = var->type;
2273 && earlier->type == var->type
2274 && earlier
2501 ir_variable *const earlier = local
2887 ir_variable *earlier = get_variable_being_redeclared(var, decl, state); local
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp1653 * This restriction was added in GLSL 1.30. Shaders using earlier version
2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier); local
2237 if (earlier == NULL ||
2252 if ((earlier->type->array_size() == 0)
2254 && (var->type->element_type() == earlier->type->element_type())) {
2262 if ((size > 0) && (size <= earlier->max_array_access)) {
2265 earlier->max_array_access);
2268 earlier->type = var->type;
2273 && earlier->type == var->type
2274 && earlier
2501 ir_variable *const earlier = local
2887 ir_variable *earlier = get_variable_being_redeclared(var, decl, state); local
[all...]
/external/oprofile/events/i386/westmere/
H A Devents10 event:0x03 counters:0,1,2,3 um:x02 minimum:200000 name:LOAD_BLOCK : Loads that partially overlap an earlier store
/external/stlport/test/eh/
H A DPrefix.h211 # error No configuration for earlier versions of MSL
/external/libvorbis/doc/
H A D08-residue.tex286 Packet decode proceeds as follows, matching the description offered earlier in the document.
352 Format zero decodes partitions exactly as described earlier in the
386 Format 1 decodes partitions exactly as described earlier in the
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm116 add r11, r1, #18 ; preload next low. adding back block width(=8), which is subtracted earlier
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm116 add r11, r1, #18 ; preload next low. adding back block width(=8), which is subtracted earlier
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersRestore.S92 pop %rdi # rdi was saved here earlier
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd160 # earlier interned string object with the same value.
H A Dstring.pxd160 # earlier interned string object with the same value.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_armv5.asm153 ; r10 is used earlier in the loop, but r10 is used as
H A Dvp8_packtokens_mbrow_armv5.asm174 ; r10 is used earlier in the loop, but r10 is used as
H A Dvp8_packtokens_partitions_armv5.asm203 ; r10 is used earlier in the loop, but r10 is used as
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_armv5.asm153 ; r10 is used earlier in the loop, but r10 is used as
H A Dvp8_packtokens_mbrow_armv5.asm174 ; r10 is used earlier in the loop, but r10 is used as
H A Dvp8_packtokens_partitions_armv5.asm203 ; r10 is used earlier in the loop, but r10 is used as
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc1524 Time earlier(now - TimeDelta::FromDays(1));
1527 // four with the earlier time as creation times. We should only get
1536 AddCookieToList("www.google.com", "Y=1; path=/", earlier, &initial_cookies);
1537 AddCookieToList("www.google.com", "Y=2; path=/", earlier, &initial_cookies);
1538 AddCookieToList("www.google.com", "Y=3; path=/", earlier, &initial_cookies);
1539 AddCookieToList("www.google.com", "Y=4; path=/", earlier, &initial_cookies);
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk85 # Configuration for use with kernel/kexts for iOS 5.0 and earlier (which used
/external/oprofile/events/mips/1004K/
H A Devents134 event:0x424 counters:1 um:zero minimum:500 name:INTERVENTION_MISS_STALLS : 36-1 Cache coherence intervention processing stall cycles due to an earlier miss
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb128 be used to restore the stream to an earlier state. This is used by recognizers
577 # restore the stream to an earlier location recorded by #mark. If no marker value is
/external/libunwind/doc/
H A Dlibunwind.tex75 be moved ``up'' (towards earlier stack frames) by calling

Completed in 1287 milliseconds

12