HomeSort by relevance Sort by last modified time
    Searched refs:ndevices (Results 1 - 5 of 5) sorted by null

  /external/blktrace/
blkparse.c 256 static int ndevices; variable
372 int size = (ndevices + 1) * sizeof(struct per_dev_info);
379 memset(&devices[ndevices], 0, sizeof(struct per_dev_info));
380 devices[ndevices].name = name;
381 ndevices++;
390 for (i = 0; i < ndevices; i++) {
400 pdi = &devices[ndevices - 1];
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 245 size_t ndevices() const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 215 CARD8 ndevices; member in struct:__anon37961
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 215 CARD8 ndevices; member in struct:__anon39819
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 2826 size_t Context::ndevices() const function in class:cv::ocl::Context
    [all...]

Completed in 359 milliseconds