Searched refs:write2 (Results 1 – 7 of 7) sorted by relevance
478 const int write2 = 5; in TEST_F() local479 const int write3 = sizeof(HANDSHAKE_REQ) - write1 - write2 - 1; in TEST_F()482 do_write(const_cast<char*>(HANDSHAKE_REQ) + write1, write2); in TEST_F()484 do_write(const_cast<char*>(HANDSHAKE_REQ) + write1 + write2, write3); in TEST_F()
945 write2 = f.write949 write2(b'bar')950 del write2
4395 bool write2 = op == aco_opcode::ds_write2_b32 || op == aco_opcode::ds_write2_b64; in store_lds() local4399 unsigned max_offset = write2 ? (255 - write2_off) * split_data.bytes() : 65535; in store_lds()4410 if (write2) { in store_lds()
1989 …ub.com/nodejs/node/commit/5abfa930b8)] - **test**: make destroyed-socket-write2.js more robust (Mi…2434 …4e3673b9fa178c41dc8109b72b)] - test: fix parallel/test-http-destroyed-socket-write2 (Ben Noordhuis)
723 …node/commit/138ee983b0)] - **test**: refactor test-http-destroyed-socket-write2 (Santiago Gimeno) …
2254 …node/commit/1647113d7a)] - **test**: refactor test-http-destroyed-socket-write2 (Santiago Gimeno) …
2338 …/node/commit/3e77536c6b)] - **test**: deflake test-http-destroyed-socket-write2 (Luigi Pinca) [#36…