Home
last modified time | relevance | path

Searched defs:check_zero (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Dcommon_checkzero.h22 static char *check_zero(char *buf, int size) in check_zero() function
Dcommon.h12 static inline char *check_zero(char *buf, int size) in check_zero() function
/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
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_left, return_right, return_nan, done; in FloatMin() local
/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
1858 Label check_zero, return_left, return_right, return_nan, done; in CallRecordWriteStub() local
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc2408 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