HomeSort by relevance Sort by last modified time
    Searched refs:DST (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/bison/lib/
bbitset.h 161 #define BITSET_CHECK2_(DST, SRC) \
162 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort ();
164 #define BITSET_CHECK3_(DST, SRC1, SRC2) \
165 if (!BITSET_COMPATIBLE_ (DST, SRC1) \
166 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
168 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \
169 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
170 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
173 /* Redefine number of bits in bitset DST. *
    [all...]
bitset.h 192 /* DST = ~0. */
193 #define bitset_ones(DST) BITSET_ONES_ (DST)
195 /* DST = 0. */
196 #define bitset_zero(DST) BITSET_ZERO_ (DST)
200 /* DST = SRC. */
201 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC)
203 /* Return DST & SRC == 0. *
    [all...]
  /external/webp/src/dsp/
dec.c 60 dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))
66 static void TransformOne(const int16_t* in, uint8_t* dst) {
85 // an input in [-2048, 2047] interval. We then need to add a dst value
101 dst += BPS;
106 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) {
107 TransformOne(in, dst);
109 TransformOne(in + 16, dst + 4);
113 static void TransformUV(const int16_t* in, uint8_t* dst) {
114 VP8Transform(in + 0 * 16, dst, 1)
    [all...]
enc.c 86 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
93 uint8_t* dst) {
125 static void ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst,
127 ITransformOne(ref, in, dst);
129 ITransformOne(ref + 4, in + 16, dst + 4);
224 #define DST(x, y) dst[(x) + (y) * BPS]
226 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) {
229 memset(dst + j * BPS, value, size);
233 static WEBP_INLINE void VerticalPred(uint8_t* dst,
    [all...]
  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 28 DST (2),
  /external/v8/src/
date.h 197 // In Egypt in 2010 they decided to suspend DST during Ramadan. This
198 // led to a short interval where DST is in effect from September 10 to
207 struct DST {
218 // Sets the before_ and the after_ segments from the DST cache such that
225 // Finds the least recently used segment from the DST cache that is not
227 DST* LeastRecentlyUsedDST(DST* skip);
234 inline void ClearSegment(DST* segment);
236 bool InvalidSegment(DST* segment) {
243 DST dst_[kDSTSize]
    [all...]
date.cc 69 void DateCache::ClearSegment(DST* segment) {
271 DST* temp = before_;
278 // before_->end_sec and before_->end_sec + default DST delta.
320 DST* temp = before_;
333 DST* before = NULL;
334 DST* after = NULL;
372 DateCache::DST* DateCache::LeastRecentlyUsedDST(DST* skip) {
373 DST* result = NULL;
  /ndk/build/tools/
dev-platform-compress.sh 38 We will always store a copy of file1 under \$DST/android-3/foo
39 If file2 is identical to file1, we remove its copy in \$DST/android-4/foo,
42 If file3 is identical to file2, we remove its copy in \$DST/android-4/foo,
52 register_var_option "--dst-dir=<path>" DSTDIR "Specify destination directory"
dev-platform-expand.sh 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include
29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include
30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib
63 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory"
83 1 - copy all files from android-3 to \$DST directory
85 2 - copy all files from android-4 to \$DST, eventually overwriting stuff
88 3 - copy all files from android-5 to \$DST, eventually overwriting stuff
188 # $SRC/android-$PLATFORM/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/include
189 # $SRC/android-$PLATFORM/arch-$ARCH/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/include
191 # $SRC/android-$PLATFORM/arch-$ARCH/usr/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/includ
    [all...]
gen-platforms.sh 20 # the NDK itself. It will populate DST ($NDK/platforms by default)
28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include
29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include
30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib
34 # $SRC/android-N/arch-A/symbols --> $DST/android-N/arch-A/usr/lib
92 --dst-dir=*)
140 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
272 log "Copying $3 from \$SRC/$1 to \$DST/$2."
293 log2 "Link \$DST/$2/$file --> $rev/$1/$file"
568 # $SRC/android-$PLATFORM/include --> $DST/android-$PLATFORM/arch-$ARCH/usr/includ
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 40 DST,
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 43 self.DST = None
92 p.DST = args[1]
96 elif not os.path.isdir(p.DST):
97 error = "%s is not a directory" % p.DST
149 dstdir = os.path.join(p.DST, pkg)
162 def _cp(p, src, dst):
164 print "cp", src, dst
166 shutil.copyfile(src, dst)
  /development/build/tools/
mk_sources_zip.py 37 self.DST = None
116 p.DST = args[1]
226 p.zipfile = p.DST + "_temp_dir"
233 p.zipfile = z = zipfile.ZipFile(p.DST, "w", zipfile.ZIP_DEFLATED)
245 shutil.move(os.path.join(p.zipfile, "_temp.zip"), p.DST)
250 print "%s: %d java files copied" % (p.DST, p.CNT_USED)
252 print "%s: %d java files ignored" % (p.DST, p.CNT_NOPKG)
mk_sdk_repo_xml.sh 229 DST=$2
238 if [[ "${USED/$DST/}" == "$USED" ]]; then
239 USED="$USED $DST"
240 RESULT="$RESULT $DST $VALUE"
310 DST="$1"
312 DST="${SRC/*:/}"
392 <sdk:url>$DST</sdk:url>
  /external/llvm/lib/Target/R600/
R600Defines.h 57 DST,
AMDILISelLowering.cpp 298 SDValue DST;
300 DST = LowerSDIV64(Op, DAG);
302 DST = LowerSDIV32(Op, DAG);
305 DST = LowerSDIV24(Op, DAG);
307 DST = SDValue(Op.getNode(), 0);
309 return DST;
315 SDValue DST;
317 DST = LowerSREM64(Op, DAG);
319 DST = LowerSREM32(Op, DAG);
321 DST = LowerSREM16(Op, DAG)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffXfermode_Delegate.java 90 case DST:
91 return AlphaComposite.getInstance(AlphaComposite.DST, falpha);
  /external/libpcap/
tokdefs.h 32 DST = 258,
136 #define DST 258
grammar.y 169 %token DST SRC HOST GATEWAY
323 | DST { $$ = Q_DST; }
324 | SRC OR DST { $$ = Q_OR; }
325 | DST OR SRC { $$ = Q_OR; }
326 | SRC AND DST { $$ = Q_AND; }
327 | DST AND SRC { $$ = Q_AND; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 549 local DST="$DIR/`basename $URL`"
551 download_file "$URL" "$DST"
1141 local DST=`echo $SL | sed -e 's!^/lib/!!g'`
1143 local SRC=`echo $DST | sed -e 's!\.[0-9]*$!!g'`
1144 echo "Fixing symlink $SRC --> $DST"
1145 ln -sf $DST $SRC
1154 local DST=`echo $SL`
1156 local SRC=`echo $DST | sed -e 's!\.[0-9]*$!!g'`
1157 if [ "$DST" != "$SRC" ]; then
1158 echo "Copying symlink $SRC --> $DST"
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 123 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A)
132 /* DST = A | (B & C). Return true if DST changes. */
133 extern bool bitmap_ior_and_into (bitmap DST, const_bitmap B, const_bitmap C);
134 /* DST = A | (B & ~C). Return true if DST changes. */
135 extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A, const_bitmap B, const_bitmap C);
137 extern bool bitmap_ior_and_compl_into (bitmap DST, const_bitmap B, const_bitmap C);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 123 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A)
132 /* DST = A | (B & C). Return true if DST changes. */
133 extern bool bitmap_ior_and_into (bitmap DST, const_bitmap B, const_bitmap C);
134 /* DST = A | (B & ~C). Return true if DST changes. */
135 extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A, const_bitmap B, const_bitmap C);
137 extern bool bitmap_ior_and_compl_into (bitmap DST, const_bitmap B, const_bitmap C);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 123 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A)
132 /* DST = A | (B & C). Return true if DST changes. */
133 extern bool bitmap_ior_and_into (bitmap DST, const_bitmap B, const_bitmap C);
134 /* DST = A | (B & ~C). Return true if DST changes. */
135 extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A, const_bitmap B, const_bitmap C);
137 extern bool bitmap_ior_and_compl_into (bitmap DST, const_bitmap B, const_bitmap C);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 123 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A)
132 /* DST = A | (B & C). Return true if DST changes. */
133 extern bool bitmap_ior_and_into (bitmap DST, const_bitmap B, const_bitmap C);
134 /* DST = A | (B & ~C). Return true if DST changes. */
135 extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A, const_bitmap B, const_bitmap C);
137 extern bool bitmap_ior_and_compl_into (bitmap DST, const_bitmap B, const_bitmap C);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuffColorFilterTest.java 57 filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.DST);

Completed in 4060 milliseconds

1 2 3