Searched refs:lhs_bytes (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_vector_times_scalar.cpp | 37 size_t lhs_bytes = num * sizeof(Tv); in test_vector_times_scalar() local 39 size_t res_bytes = lhs_bytes; in test_vector_times_scalar() 42 clMemWrapper lhs = clCreateBuffer(context, CL_MEM_READ_ONLY, lhs_bytes, NULL, &err); in test_vector_times_scalar() 45 err = clEnqueueWriteBuffer(queue, lhs, CL_TRUE, 0, lhs_bytes, &h_lhs[0], 0, NULL, NULL); in test_vector_times_scalar()
|
/external/openscreen/discovery/mdns/ |
D | mdns_records.cc | 55 uint8_t lhs_bytes[lhs_size]; in IsGreaterThan() local 57 MdnsWriter lhs_writer(lhs_bytes, lhs_size); in IsGreaterThan() 68 if (lhs_bytes[i] != rhs_bytes[i]) { in IsGreaterThan() 69 return lhs_bytes[i] > rhs_bytes[i]; in IsGreaterThan()
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralBlockPanelKernel.h | 209 const Index lhs_bytes = m * k * sizeof(LhsScalar); variable 210 const Index remaining_l1 = l1- k_sub - lhs_bytes;
|