Searched refs:check_zero (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | common.h | 12 static inline char *check_zero(char *buf, int size) in check_zero() function 79 bufoff = check_zero(buff, r); in io_read() 118 bufoff = check_zero(buff, r); in io_read_eof()
|
D | common_checkzero.h | 22 static char *check_zero(char *buf, int size) in check_zero() function
|
D | read_checkzero.c | 61 if ((bufoff = check_zero(buf, r))) { in read_eof()
|
D | common_sparse.h | 116 if ((badbuf = check_zero(buf, r))) { in read_sparse()
|
D | dio_truncate.c | 70 bufoff = check_zero(bufptr, r); in dio_read()
|
D | dio_read.c | 92 bufoff = check_zero(bufptr, rsize); in do_direct_reads()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 65 Label check_zero, return_left, return_right, return_nan, done; in DoubleMax() local 68 beq(&check_zero); in DoubleMax() 72 bind(&check_zero); in DoubleMax() 110 Label check_zero, return_left, return_right, return_nan, done; in DoubleMin() local 113 beq(&check_zero); in DoubleMin() 117 bind(&check_zero); in DoubleMin() 161 Label check_zero, return_left, return_right, return_nan, done; in FloatMax() local 164 beq(&check_zero); in FloatMax() 168 bind(&check_zero); in FloatMax() 207 Label check_zero, return_left, return_right, return_nan, done; in FloatMin() local [all …]
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 1810 Label check_zero, return_left, return_right, return_nan, done; in CallRecordWriteStub() local 1817 beq(&check_zero); in CallRecordWriteStub() 1821 bind(&check_zero); in CallRecordWriteStub() 1858 Label check_zero, return_left, return_right, return_nan, done; in CallRecordWriteStub() local 1865 beq(&check_zero); in CallRecordWriteStub() 1869 bind(&check_zero); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/ |
D | effect-control-linearizer.cc | 2408 Node* check_zero = __ Word32Equal(value, zero); in LowerCheckedInt32Mul() local 2409 __ GotoIf(check_zero, &if_zero); in LowerCheckedInt32Mul() 2569 Node* check_zero = __ Word32Equal(value32, __ Int32Constant(0)); in BuildCheckedFloat64ToInt32() local 2570 __ GotoIf(check_zero, &if_zero); in BuildCheckedFloat64ToInt32() 2639 Node* check_zero = __ Word64Equal(value64, __ Int64Constant(0)); in BuildCheckedFloat64ToInt64() local 2640 __ GotoIf(check_zero, &if_zero); in BuildCheckedFloat64ToInt64()
|