Lines Matching defs:length
6176 const size_type length = source.size();
6181 context(), (cl_uint)1, &strings, &length, &error);
6216 const size_type length = source.size();
6219 context(), (cl_uint)1, &strings, &length, &error);
6263 lengths[i] = sources[(int)i].length();
6298 lengths[i] = sources[(int)i].length();
6428 * \param binaries A vector of pairs of a pointer to a binary object and its length.
6433 * Set to CL_INVALID_VALUE if the length is 0 or the binary pointer is NULL.
6437 * CL_INVALID_VALUE if the length of devices is zero; or if the length of binaries does not match the length of devices;
6438 * or if any entry in binaries is NULL or has length 0.
8335 * @param sizes - The length from each pointer to migrate.
8380 * @param sizes - The length from each pointer to migrate.
8417 * @param sizes - The length from the beginning of each container to migrate.
9413 size_type length = endIterator-startIterator;
9414 size_type byteLength = length*sizeof(DataType);
9427 pointer, length));
9452 size_type length = endIterator-startIterator;
9453 size_type byteLength = length*sizeof(DataType);
9461 std::copy(pointer, pointer + length, startIterator);