Searched refs:expmask (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c128 if( p->isPrepareV2 && p->expmask ){
1004 /* If the bit corresponding to this variable in Vdbe.expmask is set, then
1014 ((i<32 && p->expmask & ((u32)1 << i)) || p->expmask==0xffffffff)
1272 if( pTo->isPrepareV2 && pTo->expmask ){
1275 if( pFrom->isPrepareV2 && pFrom->expmask ){
H A DvdbeInt.h322 u32 expmask; /* Binding to these vars invalidates VM */ member in struct:Vdbe
H A Dvdbeaux.c3204 v->expmask = 0xffffffff;
3206 v->expmask |= ((u32)1 << (iVar-1));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2791 LLVMValueRef expmask = lp_build_const_int_vec(bld->gallivm, type, 0x7f800000); local
2825 exp = LLVMBuildAnd(builder, i, expmask, "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2791 LLVMValueRef expmask = lp_build_const_int_vec(bld->gallivm, type, 0x7f800000); local
2825 exp = LLVMBuildAnd(builder, i, expmask, "");
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12536 u32 expmask; /* Binding to these vars invalidates VM */ member in struct:Vdbe
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14226 u32 expmask; /* Binding to these vars invalidates VM */ member in struct:Vdbe
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14226 u32 expmask; /* Binding to these vars invalidates VM */ member in struct:Vdbe
[all...]

Completed in 7008 milliseconds