Home
last modified time | relevance | path

Searched refs:num_device (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_device.cpp104 cl_uint num_device = 0; in init() local
114 if (clGetDeviceIDs (platform_id, CL_DEVICE_TYPE_GPU, 1, &device_id, &num_device) != CL_SUCCESS) in init()
119 XCAM_ASSERT (num_device >= 1); in init()
/external/ltp/testcases/kernel/io/stress_floppy/
Dstress_floppy58 num_device=$(ls /dev | grep fd0 | wc -l)
59 if [ $num_device = 0 ]; then