Searched refs:rv1 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_rect.c | 505 const float (*rv0)[4], (*rv1)[4], (*rv2)[4], (*rv3)[4]; /* rect verts */ in do_rect_ccw() local 527 rv1 = v0; in do_rect_ccw() 542 rv1 = v1; in do_rect_ccw() 562 rv1 = v0; in do_rect_ccw() 577 rv1 = v1; in do_rect_ccw() 597 rv1 = v0; in do_rect_ccw() 612 rv1 = v1; in do_rect_ccw() 632 rv1 = v2; in do_rect_ccw() 652 rv1 = v2; in do_rect_ccw() 672 rv1 = v2; in do_rect_ccw() [all …]
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.c | 439 Dart_CObject result, rv1, rv2, rv3; in ejd_exec_visitor() local 440 Dart_CObject *rv[] = { &rv1, &rv2, &rv3 }; in ejd_exec_visitor() 444 rv1.type = Dart_CObject_kInt64; in ejd_exec_visitor() 445 rv1.value.as_int64 = doc->id; in ejd_exec_visitor() 501 Dart_CObject result, rv1, rv2, rv3; in ejd_exec_port_handler() local 502 Dart_CObject *rv[] = { &rv1, &rv2, &rv3 }; in ejd_exec_port_handler() 506 rv1.type = Dart_CObject_kInt64; in ejd_exec_port_handler() 507 rv1.value.as_int64 = ux.cnt; in ejd_exec_port_handler() 946 Dart_CObject result, rv1; in ejd_open_wrapped() local 947 Dart_CObject *rv[1] = { &rv1 }; in ejd_open_wrapped() [all …]
|
/third_party/node/test/parallel/ |
D | test-child-process-send-returns-boolean.js | 36 const rv1 = s.send('one', handle, (err) => { if (err) assert.fail(err); }); constant 37 assert.strictEqual(rv1, true);
|
/third_party/boost/libs/fusion/doc/ |
D | view.qbk | 583 [[`rv`, `rv1`, `rv2`] [Instances of `RV`]] 591 …[[`RV(rv1)`] [] [Copy constructs an `repetitive_view` from another … 592 …[[`rv1 = rv2`] [] [Assigns to a `repetitive_view`, `rv1`, from anothe…
|