Home
last modified time | relevance | path

Searched refs:tmask (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
Dcpuset_syscall_test.c123 cpu_set_t tmask; in test_setaffinity() local
125 CPU_ZERO(&tmask); in test_setaffinity()
128 CPU_SET(i, &tmask); in test_setaffinity()
130 ret = sched_setaffinity(0, sizeof(tmask), &tmask); in test_setaffinity()
135 cpu_set_t tmask; in test_getaffinity() local
137 CPU_ZERO(&tmask); in test_getaffinity()
138 ret = sched_getaffinity(0, sizeof(tmask), &tmask); in test_getaffinity()
140 if (CPU_ISSET(i, &tmask)) in test_getaffinity()
/third_party/gstreamer/gstplugins_bad/sys/fbdev/
Dgstfbdevsink.c128 uint32_t tmask; in gst_fbdevsink_getcaps() local
147 tmask = ((1 << fbdevsink->varinfo.transp.length) - 1) in gst_fbdevsink_getcaps()
159 tmask = GUINT32_SWAP_LE_BE (tmask); in gst_fbdevsink_getcaps()
165 tmask = rmask; in gst_fbdevsink_getcaps()
167 bmask = tmask; in gst_fbdevsink_getcaps()
168 tmask = 0; in gst_fbdevsink_getcaps()
174 tmask = 0; in gst_fbdevsink_getcaps()
182 bmask, tmask); in gst_fbdevsink_getcaps()
214 bmask, tmask); in gst_fbdevsink_getcaps()
/third_party/mesa3d/src/mesa/swrast/
Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ in affine_span()
383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ in affine_span()
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
[all …]
/third_party/littlefs/
Dlfs.c747 lfs_tag_t tmask, lfs_tag_t ttag, in lfs_dir_traverse() argument
779 if ((mask & tmask & tag) != (mask & tmask & ttag)) { in lfs_dir_traverse()
785 if (lfs_tag_id(tmask) != 0) { in lfs_dir_traverse()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl10286 s << "\tmask = " << value.mask << '\n';
11628 s << "\tmask = " << value.mask << '\n';
11665 s << "\tmask = " << value.mask << '\n';
/third_party/sqlite/src/
Dsqlite3.c125191 int tmask; /* Mask of trigger times */
125230 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask);
125234 # define tmask 0
125241 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) );
125252 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){
125609 if( tmask & TRIGGER_BEFORE ){
125658 if( tmask & TRIGGER_BEFORE ){
125885 #ifdef tmask
125886 #undef tmask
143339 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch102720 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) );
140361 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) );
166414 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) );