Home
last modified time | relevance | path

Searched defs:is_empty (Results 76 - 100 of 131) sorted by relevance

123456

/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c54 static int is_empty(void *buf, int len) in is_empty() function
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Drecovery.c50 static int is_empty(void *buf, int len) in is_empty() function
/kernel/linux/linux-6.6/fs/ubifs/
H A Drecovery.c50 static int is_empty(void *buf, int len) in is_empty() function
/third_party/mesa3d/src/compiler/glsl/
H A Dlist.h586 inline bool exec_list::is_empty() const in is_empty() function in exec_list
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h404 constexpr bool is_empty() const { return regs_ == 0; } in is_empty() function in v8::internal::wasm::LiftoffRegList
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh112 bool is_empty () const in is_empty() function
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h411 bool is_empty() const { return tag() == 0; } in is_empty() function in absl::cord_internal::InlineData
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dstack.rs200 pub fn is_empty(&self) -> bool { in is_empty() functions
H A Dasn1.rs470 pub fn is_empty(&self) -> bool { in is_empty() functions
610 pub fn is_empty(&self) -> bool { in is_empty() functions
650 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/syn/src/
H A Dpath.rs148 pub fn is_empty(&self) -> bool { in is_empty() functions
H A Dparse.rs789 pub fn is_empty(&self) -> bool { in is_empty() functions
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsifive.c407 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty) in __ssp_receive_char() argument
438 char is_empty; in __ssp_receive_chars() local
740 char is_empty, ch; in sifive_serial_poll_get_char() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsifive.c375 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty) in __ssp_receive_char() argument
405 char is_empty; in __ssp_receive_chars() local
707 char is_empty, ch; in sifive_serial_poll_get_char() local
[all...]
/kernel/linux/linux-6.6/security/landlock/
H A Dfs.c259 bool is_empty; in unmask_layers() local
/third_party/ffmpeg/libavcodec/
H A Divi.h133 int is_empty; ///< = 1 if this tile doesn't contain any data member
157 int is_empty; ///< = 1 if this band doesn't contain any data member
/third_party/node/src/
H A Dutil.h606 bool is_empty() const { return data == nullptr; } in is_empty() function
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc192 bool is_empty = false; member
212 bool is_empty = false; member
235 ResultType GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult() argument
280 ResultType&& GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult() argument
362 const bool is_empty = (start_of_gap == page->PayloadStart()); in SweepNormalPage() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h62 bool is_empty() const { return from_ == kNone; } in is_empty() function in v8::internal::Interval
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp2066 bool alu_clause_tracker::is_empty() { in is_empty() function in r600_sb::alu_clause_tracker
/third_party/libabigail/include/
H A Dabg-diff-utils.h201 is_empty() const in is_empty() function in abigail::diff_utils::point
446 bool is_empty() const is_empty() function in abigail::diff_utils::snake
681 is_empty() const is_empty() function in abigail::diff_utils::edit_script
[all...]
/third_party/libabigail/src/
H A Dabg-corpus.cc972 corpus::is_empty() const in is_empty() function in abigail::ir::corpus
1741 corpus_group::is_empty() const in is_empty() function in abigail::ir::corpus_group
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs58 fn is_empty(&self) -> bool { in is_empty() functions
86 pub fn is_empty(&self) -> bool { in is_empty() functions
H A Dfallback.rs62 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs415 pub fn is_empty(&self) -> bool { in is_empty() functions
511 pub fn is_empty(&self) -> bool { in is_empty() functions
945 fn is_empty(&self) -> bool { in is_empty() functions
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs703 pub fn is_empty(&self) -> bool { in is_empty() functions

Completed in 41 milliseconds

123456