Searched refs:sbase (Results 1 – 10 of 10) sorted by relevance
/external/iproute2/ip/ |
D | 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/llvm/lib/Target/R600/ |
D | VIInstructions.td | 21 (SIload_constant v4i32:$sbase, IMM20bit:$offset), 22 (S_BUFFER_LOAD_DWORD_IMM $sbase, (as_i32imm $offset))
|
D | VIInstrFormats.td | 93 bits<7> sbase; 98 let Inst{5-0} = sbase{6-1};
|
D | SIInstructions.td | 2121 (constant_load (add i64:$sbase, (i64 IMM8bitDWORD:$offset))), 2122 (vt (Instr_IMM $sbase, (as_dword_i32imm $offset))) 2127 (constant_load (add i64:$sbase, (i64 IMM32bit:$offset))), 2128 (vt (Instr_SGPR $sbase, (S_MOV_B32 (i32 (as_i32imm $offset))))) 2133 (constant_load i64:$sbase), 2134 (vt (Instr_IMM $sbase, 0)) 2142 (constant_load (add i64:$sbase, (i64 IMM20bit:$offset))), 2143 (vt (Instr_IMM $sbase, (as_i32imm $offset))) 2148 (constant_load (add i64:$sbase, (i64 IMM32bit:$offset))), 2149 (vt (Instr_SGPR $sbase, (S_MOV_B32 (i32 (as_i32imm $offset))))) [all …]
|
D | SIInstrFormats.td | 212 bits<7> sbase; 217 let Inst{14-9} = sbase{6-1};
|
D | SIInstrInfo.td | 769 (ins baseClass:$sbase, u32imm:$offset), 770 opName#" $dst, $sbase, $offset", [] 775 (ins baseClass:$sbase, SReg_32:$soff), 776 opName#" $dst, $sbase, $soff", []
|
D | SIInstrInfo.cpp | 267 AMDGPU::OpName::sbase); in getLdStBaseRegImmOfs() 1919 const MachineOperand *SBase = getNamedOperand(*MI, AMDGPU::OpName::sbase); in splitSMRD()
|
/external/opencv/cv/src/ |
D | cvdistransform.cpp | 632 const uchar *sbase = src->data.ptr; in icvDistanceATS_L1_8u() local 645 dbase[0] = (uchar)(sbase[0] == 0 ? 0 : 255); in icvDistanceATS_L1_8u() 649 dbase[x] = (uchar)(sbase[x] == 0 ? 0 : lut[dbase[x-1]]); in icvDistanceATS_L1_8u() 653 sbase += srcstep; in icvDistanceATS_L1_8u() 657 a = sbase[0] == 0 ? 0 : lut[dbase[-dststep]]; in icvDistanceATS_L1_8u() 662 a = sbase[x] == 0 ? 0 : lut[MIN(a, dbase[x - dststep])]; in icvDistanceATS_L1_8u()
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 541 const float sbase = saturation(cbase); in setLumSat() local 545 if (sbase > 0.0f) in setLumSat() 546 color = (cbase - minbase) * ssat / sbase; in setLumSat()
|
/external/iproute2/doc/ |
D | ip-cref.tex | 3154 local sbase fwd 3155 sbase=/proc/sys/net/ipv4/conf 3157 if [ -d $sbase ]; then 3158 for dir in $sbase/*/forwarding; do
|