Searched defs:tmask (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dupdate.c120 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ local
149 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask);
151 assert( pTrigger || tmask==0 );
155 # define tmask 0 macro
165 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){
431 }else if( 0==(tmask&TRIGGER_BEFORE) || i>31 || (newmask&(1<<i)) ){
448 if( tmask&TRIGGER_BEFORE ){
H A Dinsert.c476 int tmask; /* Mask of trigger times */ local
506 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask);
510 # define tmask 0 macro
517 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) );
531 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){
809 if( tmask & TRIGGER_BEFORE ){
1057 #ifdef tmask
1058 #undef tmask macro
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c138 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/mesa/swrast/
H A Ds_triangle.c138 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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c474 int tmask = depth_stencil->stencil[1].valuemask & 0xff; local
490 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) |
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c474 int tmask = depth_stencil->stencil[1].valuemask & 0xff; local
490 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) |
/external/opencv/cv/src/
H A Dcvfundam.cpp167 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 );
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c1826 Bool dbm_DecodeBitMasks ( /*OUT*/ULong* wmask, /*OUT*/ULong* tmask, argument
1880 if (tmask) *tmask = dbm_RepTo64(esize, elem_d);
2150 ULong wmask = 0, tmask = 0;
2151 Bool ok = dbm_DecodeBitMasks(&wmask, &tmask,
2174 binop(mkAND(ty), mkexpr(top), mkU(ty, ~tmask)),
2175 binop(mkAND(ty), mkexpr(bot), mkU(ty, tmask))));
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c84959 int tmask; /* Mask of trigger times */ local
84993 # define tmask macro
85541 #undef tmask macro
95819 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ local
95854 # define tmask macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c95265 int tmask; /* Mask of trigger times */ local
95311 # define tmask macro
95824 #undef tmask macro
108312 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ local
108351 # define tmask macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c95285 int tmask; /* Mask of trigger times */ local
95331 # define tmask macro
95844 #undef tmask macro
108332 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ local
108371 # define tmask macro
[all...]

Completed in 688 milliseconds