Searched refs:rhs_bytes (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_vector_times_scalar.cpp | 38 size_t rhs_bytes = num * sizeof(Ts); in test_vector_times_scalar() local 48 clMemWrapper rhs = clCreateBuffer(context, CL_MEM_READ_ONLY, rhs_bytes, NULL, &err); in test_vector_times_scalar() 51 err = clEnqueueWriteBuffer(queue, rhs, CL_TRUE, 0, rhs_bytes, &h_rhs[0], 0, NULL, NULL); in test_vector_times_scalar()
|
/external/openscreen/discovery/mdns/ |
D | mdns_records.cc | 56 uint8_t rhs_bytes[rhs_size]; in IsGreaterThan() local 58 MdnsWriter rhs_writer(rhs_bytes, rhs_size); in IsGreaterThan() 68 if (lhs_bytes[i] != rhs_bytes[i]) { in IsGreaterThan() 69 return lhs_bytes[i] > rhs_bytes[i]; in IsGreaterThan()
|