Searched defs:check_zero (Results 1 - 9 of 9) sorted by relevance
| /third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
| H A D | common_checkzero.h | 22 static char *check_zero(char *buf, int size) in check_zero() function
|
| H A D | common.h | 12 static inline char *check_zero(char *buf, int size) in check_zero() function
|
| /kernel/linux/linux-5.10/drivers/misc/lkdtm/ |
| H A D | refcount.c | 84 static void check_zero(refcount_t *ref) in check_zero() function
|
| /kernel/linux/linux-6.6/drivers/misc/lkdtm/ |
| H A D | refcount.c | 84 static void check_zero(refcount_t *ref) in check_zero() function
|
| /kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
| H A D | syscall_numbering.c | 211 static bool check_zero(int msb, int nr) in check_zero() function
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| H A D | sys.c | 576 tune_set(struct gfs2_sbd *sdp, unsigned int *field, int check_zero, const char *buf, size_t len) tune_set() argument
|
| /kernel/linux/linux-6.6/fs/gfs2/ |
| H A D | sys.c | 653 tune_set(struct gfs2_sbd *sdp, unsigned int *field, int check_zero, const char *buf, size_t len) tune_set() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | effect-control-linearizer.cc | 2408 Node* check_zero = __ Word32Equal(value, zero); in LowerCheckedInt32Mul() local 2569 Node* check_zero = __ Word32Equal(value32, __ Int32Constant(0)); in BuildCheckedFloat64ToInt32() local 2639 Node* check_zero = __ Word64Equal(value64, __ Int64Constant(0)); in BuildCheckedFloat64ToInt64() local
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | macro-assembler-s390.cc | 65 Label check_zero, return_left, return_right, return_nan, done; in DoubleMax() local 110 Label check_zero, return_left, return_right, return_nan, done; in DoubleMin() local 161 Label check_zero, return_left, return_right, return_nan, done; in FloatMax() local 207 Label check_zero, return_lef in FloatMin() local [all...] |
Completed in 22 milliseconds