Searched refs:tmask (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
D | cpuset_syscall_test.c | 123 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()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 139 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 …]
|
/external/u-boot/arch/m68k/include/asm/coldfire/ |
D | ssi.h | 30 u32 tmask; member
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | sext.ll | 120 %tmask = ashr <2 x i16> %sext, <i16 15, i16 15> 121 store <2 x i16> %tmask, <2 x i16>* %dst
|
/external/llvm/test/Transforms/InstCombine/ |
D | sext.ll | 120 %tmask = ashr <2 x i16> %sext, <i16 15, i16 15> 121 store <2 x i16> %tmask, <2 x i16>* %dst
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | sext.ll | 150 %tmask = ashr <2 x i16> %sext, <i16 15, i16 15> 151 store <2 x i16> %tmask, <2 x i16>* %dst
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 497 int tmask = depth_stencil->stencil[1].valuemask & 0xff; in i915_create_depth_stencil_state() local 513 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) | in i915_create_depth_stencil_state()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 111356 int tmask; /* Mask of trigger times */ 111395 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); 111399 # define tmask 0 111406 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); 111417 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ 111665 if( tmask & TRIGGER_BEFORE ){ 111920 #ifdef tmask 111921 #undef tmask 126209 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 126246 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 111372 int tmask; /* Mask of trigger times */ 111411 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); 111415 # define tmask 0 111422 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); 111433 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ 111681 if( tmask & TRIGGER_BEFORE ){ 111936 #ifdef tmask 111937 #undef tmask 126225 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 126262 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); [all …]
|