HomeSort by relevance Sort by last modified time
    Searched defs:tmask (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
cpuset_syscall_test.c 129 cpu_set_t tmask; local
131 CPU_ZERO(&tmask);
134 CPU_SET(i, &tmask);
136 ret = sched_setaffinity(0, sizeof(tmask), &tmask);
141 cpu_set_t tmask; local
143 CPU_ZERO(&tmask);
144 ret = sched_getaffinity(0, sizeof(tmask), &tmask);
146 if (CPU_ISSET(i, &tmask))
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 138 const GLint tmask = texImg->Height - 1; \
151 GLint t = FixedToInt(span.intTex[1]) & tmask; \
196 const GLint tmask = texImg->Height - 1; \
212 GLint t = FixedToInt(span.intTex[1]) & tmask; \
242 GLint smask, tmask; member in struct:affine_info
365 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
382 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
390 if (t == info->tmask) { \
553 info.tmask = texImg->Height - 1; \
598 GLint smask, tmask; member in struct:persp_info
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 474 int tmask = depth_stencil->stencil[1].valuemask & 0xff; local
490 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) |
    [all...]
  /external/syslinux/com32/modules/
pxechn.c 636 int tlen, type, tmask; local
651 tmask = 0xFFFFFFFF >> (8 * (4 - tlen));
652 type = (*(int*)(istr + 1)) & tmask;
  /external/opencv/cv/src/
cvfundam.cpp 167 CvMat* mask0 = mask, *tmask = 0, *t; local
184 tmask = cvCreateMat( 1, count, CV_8UC1 );
219 goodCount = findInliers( m1, m2, &model_i, err, tmask, reprojThreshold );
223 CV_SWAP( tmask, mask, t );
236 CV_SWAP( tmask, mask, t );
237 cvCopy( tmask, mask );
250 cvReleaseMat( &tmask );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 90 struct tmask struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 90 struct tmask struct
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 109091 int tmask; \/* Mask of trigger times *\/ local
109136 # define tmask macro
109657 #undef tmask macro
123416 int tmask; \/* Mask of TRIGGER_BEFORE|TRIGGER_AFTER *\/ local
123459 # define tmask macro
    [all...]
  /external/sqlite/dist/
sqlite3.c 109091 int tmask; \/* Mask of trigger times *\/ local
109136 # define tmask macro
109657 #undef tmask macro
123416 int tmask; \/* Mask of TRIGGER_BEFORE|TRIGGER_AFTER *\/ local
123459 # define tmask macro
    [all...]

Completed in 724 milliseconds