HomeSort by relevance Sort by last modified time
    Searched refs:DST (Results 26 - 50 of 54) sorted by null

12 3

  /external/iproute2/examples/
cbq.init-v0.7.3 811 SRC=${rule%%,*}; DST=${rule##*,}
816 DADDR=${DST%%:*}; DTEMP=${DST##*:}
817 [ "$DADDR" = "$DST" ] && DTEMP=""
841 u32_d="${DADDR:+match ip dst $DADDR} $u32_d"
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
XfermodeActivity.java 81 // DST modes
96 drawRects(canvas, Mode.DST);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 477 typedef DominanceFrontier::DomSetType DST;
479 DST *entrySuccs = &DF->find(entry)->second;
484 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
492 DST *exitSuccs = &DF->find(exit)->second;
495 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
506 for (DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end();
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 264 // add dst, src, r0
267 // sra dst, dst
308 unsigned DST = R.createVirtualRegister(MBlaze::GPRRegisterClass);
310 BuildMI(loop, dl, TII->get(MBlaze::PHI), DST)
321 BuildMI(loop, dl, TII->get(MBlaze::ADD), NDST).addReg(DST).addReg(DST);
323 BuildMI(loop, dl, TII->get(MBlaze::SRA), NDST).addReg(DST);
325 BuildMI(loop, dl, TII->get(MBlaze::SRL), NDST).addReg(DST);
444 // add dst, src, r
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 36 // create a bitmap with a circle, used for the "dst" image
76 new PorterDuffXfermode(PorterDuff.Mode.DST),
93 "Clear", "Src", "Dst", "SrcOver",
142 // draw the src/dst example into our offscreen bitmap
  /external/libpcap/
grammar.c 67 DST = 258,
171 #define DST 258
782 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",
    [all...]
scanner.l 170 dst return DST;
scanner.c     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 438 void linkFunctionBody(Function *Dst, Function *Src);
618 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos)))
636 if (!SrcStructTypesSet.count(DST) && DstStructTypesSet.count(DST))
637 TypeMap.addTypeMapping(DST, ST);
    [all...]
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 81 #MULSTEP_512_ADD MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src1, src2, add_src, tmp1, tmp2
86 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
94 mov $X[0], $DST
114 #MULSTEP_512 MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src2, src1_val, tmp
119 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
126 mov $X[0], $DST
369 # Dst = Ah * B + Al
371 # Results in X3 X2 X1 X0 X7 X6 X5 X4 Dst[3:0]
424 lea (+$Reduce_Data_offset+$X1_offset+$STACK_DEPTH)(%rsp), %rdi # pX1 (Dst) 769 bits, 13 qwords
673 # Output: dst: Address of destination: [red_res_addr
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 275 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Integer
276 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Pointer
277 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Object
279 Copy the elements in SRC to the end of DST as if by memcpy. DST and
281 often will be. DST is assumed to have sufficient headroom
284 #define VEC_splice(T,DST,SRC) \
285 (VEC_OP(T,base,splice)(VEC_BASE(DST), VEC_BASE(SRC) VEC_CHECK_INFO))
288 void VEC_T_safe_splice (VEC(T,A) *&dst, VEC(T) *src); // Integer
289 void VEC_T_safe_splice (VEC(T,A) *&dst, VEC(T) *src); // Pointe
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 275 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Integer
276 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Pointer
277 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Object
279 Copy the elements in SRC to the end of DST as if by memcpy. DST and
281 often will be. DST is assumed to have sufficient headroom
284 #define VEC_splice(T,DST,SRC) \
285 (VEC_OP(T,base,splice)(VEC_BASE(DST), VEC_BASE(SRC) VEC_CHECK_INFO))
288 void VEC_T_safe_splice (VEC(T,A) *&dst, VEC(T) *src); // Integer
289 void VEC_T_safe_splice (VEC(T,A) *&dst, VEC(T) *src); // Pointe
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 275 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Integer
276 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Pointer
277 void VEC_T_splice (VEC(T) *dst, VEC(T) *src); // Object
279 Copy the elements in SRC to the end of DST as if by memcpy. DST and
281 often will be. DST is assumed to have sufficient headroom
284 #define VEC_splice(T,DST,SRC) \
285 (VEC_OP(T,base,splice)(VEC_BASE(DST), VEC_BASE(SRC) VEC_CHECK_INFO))
288 void VEC_T_safe_splice (VEC(T,A) *&dst, VEC(T) *src); // Integer
289 void VEC_T_safe_splice (VEC(T,A) *&dst, VEC(T) *src); // Pointe
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 503 mDNSEthAddr dst; variable
532 mDNSv4Addr dst; variable
542 mDNSv6Addr dst; variable
548 mDNSv6Addr dst; variable
564 mDNSIPPort dst; variable
577 mDNSIPPort dst; variable
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 504 // Added these two functions because DST rules changed for the US.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 465 // Added these two functions because DST rules changed for the US.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 989 mCanvas.drawColor(0xffff0000, Mode.DST);
1686 final RectF dst = new RectF(0, 0, 10, 31); local
1697 final Rect dst = new Rect(0, 10, 30, 0); local
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 740 milliseconds

12 3