Home
last modified time | relevance | path

Searched refs:check_zero (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Dcommon.h12 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()
Dcommon_checkzero.h22 static char *check_zero(char *buf, int size) in check_zero() function
Dread_checkzero.c61 if ((bufoff = check_zero(buf, r))) { in read_eof()
Dcommon_sparse.h116 if ((badbuf = check_zero(buf, r))) { in read_sparse()
Ddio_truncate.c70 bufoff = check_zero(bufptr, r); in dio_read()
Ddio_read.c92 bufoff = check_zero(bufptr, rsize); in do_direct_reads()
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc65 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/
Dmacro-assembler-ppc.cc1810 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/
Deffect-control-linearizer.cc2408 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()