Home
last modified time | relevance | path

Searched refs:fullness (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc291 int fullness = 0; in GetStdout() local
302 read(child_fd, buffer + fullness, kStdoutReadBufferSize - fullness)); in GetStdout()
316 if (bytes_read + fullness > 0) { in GetStdout()
317 int length = bytes_read == 0 ? bytes_read + fullness in GetStdout()
319 buffer, bytes_read + fullness); in GetStdout()
324 fullness = bytes_read + fullness - length; in GetStdout()
325 memcpy(buffer, buffer + length, fullness); in GetStdout()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h1420 // The fullness of the btree. Computed as the number of elements in the btree
1425 double fullness() const { in fullness() function in absl::container_internal::btree

Completed in 5 milliseconds