/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsCalibration.cpp | 285 // Do a few past iterations have frame time in acceptable range? in recomputeParameters() 291 const CalibrateIteration* const past = &m_calibrateIterations[m_calibrateIterations.size() - numRelevantPastIterations]; in recomputeParameters() local 296 const float frameTimeUs = past[i].frameTime; in recomputeParameters() 305 // Do a few past iterations have similar-enough call counts? in recomputeParameters() 310 const CalibrateIteration* const past = &m_calibrateIterations[m_calibrateIterations.size() - numRelevantPastIterations]; in recomputeParameters() local 316 minCallCount = de::min(minCallCount, past[i].numDrawCalls); in recomputeParameters() 317 maxCallCount = de::max(maxCallCount, past[i].numDrawCalls); in recomputeParameters() 369 // Find the maximum of the past call counts. in recomputeParameters()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | Period.java | 17 * In addition Period can either represent the duration as being into the past 36 * count units extending into the past. 48 * count units extending into the past. 60 * less than count units extending into the past. 133 * Mark the duration as extending into the past. 143 * future is true, and into the past otherwise. 153 * Mark the duration as extending into the past if 154 * past is true, and into the future otherwise. 156 * @param past true if the time is in the past 159 inPast(boolean past) inPast() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | Period.java | 18 * In addition Period can either represent the duration as being into the past 38 * count units extending into the past. 50 * count units extending into the past. 62 * less than count units extending into the past. 135 * Mark the duration as extending into the past. 145 * future is true, and into the past otherwise. 155 * Mark the duration as extending into the past if 156 * past is true, and into the future otherwise. 158 * @param past true if the time is in the past 161 inPast(boolean past) inPast() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.c | 100 dec->current = dec->future = dec->past = 8; in nouveau_vpe_fini() 290 assert(!forward || dec->past < 8); in nouveau_vpe_mb_mv_header() 300 x, y, mb->PMV[0][0], dec->past, true); in nouveau_vpe_mb_mv_header() 302 x, y2, mb->PMV[0][0], dec->past, false); in nouveau_vpe_mb_mv_header() 325 x, y, mb->PMV[0][0], dec->past, true); in nouveau_vpe_mb_mv_header() 345 x, y, mb->PMV[0][0], dec->past, true); in nouveau_vpe_mb_mv_header() 358 x, y, mb->PMV[0][0], dec->past, true); in nouveau_vpe_mb_mv_header() 361 x, y2, mb->PMV[1][0], dec->past, false); in nouveau_vpe_mb_mv_header() 430 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]); in nouveau_decoder_decode_macroblock()
|
H A D | nouveau_video.h | 39 unsigned past, future, current; member
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha256-armv4.S | 136 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 143 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 194 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 201 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 252 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 259 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 310 add r9,r9,r3 @ h+=Maj(a,b,c) from the past 317 add r9,r9,r3 @ h+=Maj(a,b,c) from the past 368 add r8,r8,r12 @ h+=Maj(a,b,c) from the past 375 add r8,r8,r12 @ h+=Maj(a,b,c) from the past [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha256-armv4.S | 136 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 143 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 194 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 201 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 252 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 259 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 310 add r9,r9,r3 @ h+=Maj(a,b,c) from the past 317 add r9,r9,r3 @ h+=Maj(a,b,c) from the past 368 add r8,r8,r12 @ h+=Maj(a,b,c) from the past 375 add r8,r8,r12 @ h+=Maj(a,b,c) from the past [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 332 state->past = 1; /* tried to read past end */ 518 state->past = 0; 540 state->past = 0; 582 state->past = 1; /* read past end */
|
H A D | gzlib.c | 81 state->past = 0; /* have not read past end yet */ 405 state->past = 0; 528 return state->mode == GZ_READ ? state->past : 0; 568 state->past = 0;
|
H A D | gzguts.h | 189 int past; /* true if read requested past end */ member
|
/third_party/node/deps/zlib/ |
H A D | gzlib.c | 76 state->past = 0; /* have not read past end yet */ in gz_reset() 377 state->past = 0; in gzseek64() 486 return state->mode == GZ_READ ? state->past : 0; in gzeof() 521 state->past = 0; in gzclearerr()
|
H A D | gzread.c | 302 state->past = 1; /* tried to read past end */ in gz_read() 472 state->past = 0; in gzungetc() 494 state->past = 0; in gzungetc() 532 state->past = 1; /* read past end */ in gzgets()
|
H A D | gzguts.h | 188 int past; /* true if read requested past end */ member
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | discriminant.rs | 43 for &past in &self.values { in insert() 44 if limits.min <= past && past <= limits.max { in insert() 49 past, new_repr, in insert()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | discriminant.rs | 43 for &past in &self.values { in insert() 44 if limits.min <= past && past <= limits.max { in insert() 49 past, new_repr, in insert()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | discriminant.rs | 43 for &past in &self.values { in insert() 44 if limits.min <= past && past <= limits.max { in insert() 49 past, new_repr, in insert()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | discriminant.rs | 43 for &past in &self.values { in insert() 44 if limits.min <= past && past <= limits.max { in insert() 49 past, new_repr, in insert()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | discriminant.rs | 43 for &past in &self.values { in insert() 44 if limits.min <= past && past <= limits.max { in insert() 49 past, new_repr, in insert()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzlib.c | 81 state->past = 0; /* have not read past end yet */ 405 state->past = 0; 528 return state->mode == GZ_READ ? state->past : 0; 568 state->past = 0;
|
H A D | gzread.c | 332 state->past = 1; /* tried to read past end */ 520 state->past = 0; 542 state->past = 0; 584 state->past = 1; /* read past end */
|
/third_party/zlib/ |
H A D | gzlib.c | 76 state->past = 0; /* have not read past end yet */ in gz_reset() 383 state->past = 0; in gzseek64() 497 return state->mode == GZ_READ ? state->past : 0; in gzeof() 532 state->past = 0; in gzclearerr()
|
H A D | gzread.c | 347 state->past = 1; /* tried to read past end */ in gz_read() 552 state->past = 0; in gzungetc() 575 state->past = 0; in gzungetc() 622 state->past = 1; /* read past end */ in gzgets()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-armv4.pl | 95 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 102 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 160 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 272 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past 460 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past 566 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-armv4.pl | 95 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 102 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 160 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 272 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past 460 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past 566 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | poll_fd.rs | 83 // the OS might set here, but OS's have added extensions in the past. in revents()
|