Home
last modified time | relevance | path

Searched refs:current_count (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dnode.cc263 int current_count = InputCount(); in TrimInputCount() local
264 DCHECK_LE(new_input_count, current_count); in TrimInputCount()
265 if (new_input_count == current_count) return; // Nothing to do. in TrimInputCount()
266 ClearInputs(new_input_count, current_count - new_input_count); in TrimInputCount()
275 int current_count = InputCount(); in EnsureInputCount() local
276 DCHECK_NE(current_count, 0); in EnsureInputCount()
277 if (current_count > new_input_count) { in EnsureInputCount()
279 } else if (current_count < new_input_count) { in EnsureInputCount()
280 Node* dummy = InputAt(current_count - 1); in EnsureInputCount()
283 current_count in EnsureInputCount()
[all...]
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.h322 void DeserializeFunctionData(uint32_t count, uint32_t current_count);
/third_party/libsnd/src/
H A Dsds.c357 { int current_count = psds->write_count ; in sds_write_header() local
364 psds->write_count = current_count ; in sds_write_header()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp14345 uint32_t current_count = statement_count;
14354 if (current_count == statement_count && condition_is_temporary)
14424 uint32_t current_count = statement_count;
14433 if (current_count == statement_count && condition_is_temporary)
15128 uint32_t current_count = statement_count;
15130 if (statement_count != current_count)
/third_party/rust/crates/libc/src/
H A Dpsp.rs1612 pub current_count: i32,

Completed in 24 milliseconds