/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | read_checkzero.c | 36 char *check_zero(unsigned char *buf, int size) in check_zero() function 82 if ((bufoff = check_zero(buf, r))) { in read_eof()
|
D | dio_append.c | 45 char *check_zero(unsigned char *buf, int size) in check_zero() function 86 if ((bufoff = check_zero(buf, r))) { in read_eof()
|
D | dio_truncate.c | 42 char *check_zero(unsigned char *buf, int size) in check_zero() function 88 if ((bufoff = check_zero(bufptr, r))) { in dio_read()
|
D | common_sparse.h | 80 char *check_zero(char *buf, int size) in check_zero() function 151 if ((badbuf = check_zero(buf, r))) { in read_sparse()
|
D | aiodio_append.c | 38 char *check_zero(unsigned char *buf, int size) in check_zero() function 79 if ((bufoff = check_zero(buf, r))) { in read_eof()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 398 Label check_nan_left, check_zero, return_left, return_right, done; \ 401 __ beq(&check_zero); \ 405 __ bind(&check_zero); \ 440 Label check_nan_left, check_zero, return_left, return_right, done; \ 443 __ beq(&check_zero); \ 447 __ bind(&check_zero); \ 488 Label check_nan_left, check_zero, return_left, return_right, done; \ 491 __ beq(&check_zero); \ 495 __ bind(&check_zero); \ 530 Label check_nan_left, check_zero, return_left, return_right, done; \ [all …]
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 478 Label check_nan_left, check_zero, return_left, return_right, done; \ 481 __ beq(&check_zero); \ 485 __ bind(&check_zero); \ 516 Label check_nan_left, check_zero, return_left, return_right, done; \ 519 __ beq(&check_zero); \ 523 __ bind(&check_zero); \
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1593 Node* check_zero = graph()->NewNode(machine()->Word32Equal(), value, zero); in LowerCheckedInt32Mul() local 1595 check_zero, control); in LowerCheckedInt32Mul() 1689 Node* check_zero = graph()->NewNode(machine()->Word32Equal(), value32, in BuildCheckedFloat64ToInt32() local 1692 check_zero, control); in BuildCheckedFloat64ToInt32()
|
D | wasm-compiler.cc | 2294 Node* check_zero = graph()->NewNode(machine->Word32Equal(), value32, in BuildChangeFloat64ToTagged() local 2297 graph()->NewNode(common->Branch(BranchHint::kFalse), check_zero, if_smi); in BuildChangeFloat64ToTagged()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1661 Label check_nan_left, check_zero, return_left, return_right; in DoMathMinMax() local 1667 __ j(equal, &check_zero, Label::kNear); // left == right. in DoMathMinMax() 1671 __ bind(&check_zero); in DoMathMinMax()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1936 Label check_nan_left, check_zero, return_left, return_right, done; in DoShiftI() local 1939 __ beq(&check_zero); in DoShiftI() 1943 __ bind(&check_zero); in DoShiftI()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 1942 Label check_nan_left, check_zero, return_left, return_right, done; in DoShiftI() local 1945 __ beq(&check_zero); in DoShiftI() 1949 __ bind(&check_zero); in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 1938 Label check_nan_left, check_zero, return_left, return_right; in DoMathMinMax() local 1948 __ j(equal, &check_zero, Label::kNear); // left == right. in DoMathMinMax() 1952 __ bind(&check_zero); in DoMathMinMax()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 1876 Label result_is_nan, return_left, return_right, check_zero, done; in DoMathMinMax() local
|