/external/iproute2/ip/ |
ifcfg | 4 local sbase fwd 5 sbase=/proc/sys/net/ipv4/conf 7 if [ -d $sbase ]; then 8 for dir in $sbase/*/forwarding; do
|
/external/mesa3d/src/gallium/drivers/swr/ |
swr_context.cpp | 148 size_t zbase, sbase; local 152 sbase = (z * spr->secondary.qpitch + box->y) * spr->secondary.pitch + 158 spr->secondary.pBaseAddress[sbase + x]; 162 spr->secondary.pBaseAddress[sbase + x]; 165 sbase += spr->secondary.pitch; 191 size_t zbase, sbase; 199 sbase = (z * spr->secondary.qpitch + box.y) * spr->secondary.pitch + 204 spr->secondary.pBaseAddress[sbase + x] = 208 spr->secondary.pBaseAddress[sbase + x] = 212 sbase += spr->secondary.pitch [all...] |
/external/mesa3d/src/compiler/glsl/ |
lower_blend_equation_advanced.cpp | 253 ir_variable *sbase = f->make_temp(glsl_type::float_type, "__blend_sbase"); local 254 f->emit(assign(sbase, satv3(cbase))); 261 f->emit(if_tree(greater(sbase, imm1(0)), 262 assign(color, div(mul(sub(cbase, minbase), ssat), sbase)),
|
/external/opencv/cv/src/ |
cvdistransform.cpp | 632 const uchar *sbase = src->data.ptr; local 645 dbase[0] = (uchar)(sbase[0] == 0 ? 0 : 255); 649 dbase[x] = (uchar)(sbase[x] == 0 ? 0 : lut[dbase[x-1]]); 653 sbase += srcstep; 657 a = sbase[0] == 0 ? 0 : lut[dbase[-dststep]]; 662 a = sbase[x] == 0 ? 0 : lut[MIN(a, dbase[x - dststep])];
|
/external/deqp/framework/referencerenderer/ |
rrFragmentOperations.cpp | 542 const float sbase = saturation(cbase); local 546 if (sbase > 0.0f) 547 color = (cbase - minbase) * ssat / sbase; [all...] |
/external/deqp/external/openglcts/modules/common/ |
glcBlendEquationAdvancedTests.cpp | 362 float sbase = Saturation(cbase); 365 if (sbase > 0) 372 color = (cbase - tcu::Vec4(minbase)) * ssat / sbase; [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIInstrInfo.cpp | 283 getNamedOperand(LdSt, AMDGPU::OpName::sbase); [all...] |