HomeSort by relevance Sort by last modified time
    Searched refs:dst (Results 251 - 275 of 5015) sorted by null

<<11121314151617181920>>

  /external/v8/src/x64/
macro-assembler-x64.cc 218 Register value, Register dst,
235 leap(dst, FieldOperand(object, offset));
238 testb(dst, Immediate(kPointerSize - 1));
244 RecordWrite(object, dst, value, save_fp, remembered_set_action,
253 Move(dst, kZapValue, RelocInfo::NONE);
612 void TurboAssembler::Cvtss2sd(XMMRegister dst, XMMRegister src) {
615 vcvtss2sd(dst, src, src);
617 cvtss2sd(dst, src);
621 void TurboAssembler::Cvtss2sd(XMMRegister dst, Operand src) {
624 vcvtss2sd(dst, dst, src)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
convolve8_avg_dspr2.c 23 uint8_t *dst, int32_t dst_stride,
48 prefetch_store(dst + dst_stride);
52 dst_ptr = dst + x;
175 dst += dst_stride;
180 uint8_t *dst, int32_t dst_stride,
204 prefetch_store(dst + dst_stride);
205 prefetch_store(dst + dst_stride + 32);
209 dst_ptr = dst + x;
332 dst += dst_stride;
337 uint8_t *dst, ptrdiff_t dst_stride
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixSoft_1St_D32C31_WRA.c 31 LVM_FLOAT *dst,
62 *dst = Temp2;
63 dst++;
76 *dst = Temp2;
77 dst++;
83 *dst = Temp2;
84 dst++;
90 *dst = Temp2;
91 dst++;
96 *dst = Temp2
    [all...]
  /external/libxml2/
timsort.h 172 void BINARY_INSERTION_SORT(SORT_TYPE *dst, const size_t size);
173 void TIM_SORT(SORT_TYPE *dst, const size_t size);
177 static __inline size_t BINARY_INSERTION_FIND(SORT_TYPE *dst, const SORT_TYPE x,
186 if (SORT_CMP(x, dst[0]) < 0) {
188 } else if (SORT_CMP(x, dst[r]) > 0) {
192 cx = dst[c];
212 cx = dst[c];
217 static void BINARY_INSERTION_SORT_START(SORT_TYPE *dst, const size_t start, const size_t size) {
226 if (SORT_CMP(dst[i - 1], dst[i]) <= 0)
    [all...]
  /external/cmockery/cmockery_0_1_2/
install-sh 68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basename "$src"
    [all...]
  /external/e2fsprogs/config/
install-sh 42 dst=""
88 dst=$1
104 dst=$src
107 if [ -d $dst ]; then
126 if [ x"$dst" = x ]
137 if [ -d $dst ]
139 dst="$dst"/`basename $src`
146 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
182 $doit $instcmd $dst &
    [all...]
  /external/fec/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst &
    [all...]
  /external/icu/icu4c/source/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst &
    [all...]
  /external/iputils/ninfod/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst &
    [all...]
  /external/jemalloc/build-aux/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst &
    [all...]
  /external/jemalloc_new/build-aux/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst &
    [all...]
  /external/libogg/
install-sh 68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basename "$src"
    [all...]
  /external/libpcap/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst &
    [all...]
  /external/libvpx/libvpx/vp8/common/
extend.c 66 YV12_BUFFER_CONFIG *dst) {
67 int et = dst->border;
68 int el = dst->border;
69 int eb = dst->border + dst->y_height - src->y_height;
70 int er = dst->border + dst->y_width - src->y_width;
72 copy_and_extend_plane(src->y_buffer, src->y_stride, dst->y_buffer,
73 dst->y_stride, src->y_height, src->y_width, et, el, eb,
76 et = dst->border >> 1
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst &
    [all...]
  /external/openssh/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst &
    [all...]
  /external/python/cpython2/
install-sh 72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
213 $doit $instcmd "$dst" &
    [all...]
  /external/python/cpython3/
install-sh 72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
213 $doit $instcmd "$dst" &
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
install-sh 68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basename "$src"`
    [all...]
  /external/tcpdump/
install-sh 54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst &
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_other.c 42 float *dst = dst_row; local
46 rgb9e5_to_float3(value, dst);
47 dst[3] = 1; /* a */
49 dst += 4;
64 uint8_t *dst = dst_row; local
67 *(uint32_t *)dst = value;
69 dst += 4;
77 util_format_r9g9b9e5_float_fetch_rgba_float(float *dst, const uint8_t *src,
81 rgb9e5_to_float3(value, dst);
82 dst[3] = 1; /* a *
94 uint8_t *dst = dst_row; local
121 uint8_t *dst = dst_row; local
145 float *dst = dst_row; local
167 uint8_t *dst = dst_row; local
197 uint8_t *dst = dst_row; local
224 uint8_t *dst = dst_row; local
308 float *dst = dst_row; local
336 uint8_t *dst = dst_row; local
365 uint16_t *dst = (uint16_t *)dst_row; local
391 uint16_t *dst = (uint16_t *)dst_row; local
    [all...]
u_format_etc.c 41 float *dst = dst_row + (y + j) * dst_stride / sizeof(*dst_row) + x * comps; local
46 dst[0] = ubyte_to_float(tmp[0]);
47 dst[1] = ubyte_to_float(tmp[1]);
48 dst[2] = ubyte_to_float(tmp[2]);
49 dst[3] = 1.0f;
50 dst += comps;
70 util_format_etc1_rgb8_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j)
80 dst[0] = ubyte_to_float(tmp[0]);
81 dst[1] = ubyte_to_float(tmp[1]);
82 dst[2] = ubyte_to_float(tmp[2])
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_vec4_cmod_propagation.cpp 51 !inst->dst.is_null() ||
72 scan_inst->dst, scan_inst->size_written)) {
74 scan_inst->dst.offset != inst->src[0].offset ||
75 (scan_inst->dst.writemask != WRITEMASK_X &&
76 scan_inst->dst.writemask != WRITEMASK_XYZW) ||
77 (scan_inst->dst.writemask == WRITEMASK_XYZW &&
79 (inst->dst.writemask & ~scan_inst->dst.writemask) != 0 ||
88 (inst->dst.type == BRW_REGISTER_TYPE_D ||
89 inst->dst.type == BRW_REGISTER_TYPE_UD))
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 205 void Move(Register dst, Smi* smi) { LoadSmiLiteral(dst, smi); }
206 void Move(Register dst, Handle<HeapObject> value);
207 void Move(Register dst, ExternalReference reference);
208 void Move(Register dst, Register src, Condition cond = al);
209 void Move(DoubleRegister dst, DoubleRegister src);
220 void RotateInsertSelectBits(Register dst, Register src,
224 void BranchRelativeOnIdxHighP(Register dst, Register inc, Label* L);
270 void Add32(Register dst, const Operand& imm);
271 void Add32_RI(Register dst, const Operand& imm)
    [all...]
  /external/v8/src/
string-case.cc 16 bool CheckFastAsciiConvert(char* dst, const char* src, int length, bool changed,
20 if (dst[i] == src[i]) continue;
24 DCHECK(dst[i] == src[i] + ('a' - 'A'));
27 DCHECK(dst[i] == src[i] - ('a' - 'A'));
56 int FastAsciiConvert(char* dst, const char* src, int length,
59 char* saved_dst = dst;
72 // dst is newly allocated and always aligned.
73 DCHECK(IsAligned(reinterpret_cast<intptr_t>(dst), sizeof(uintptr_t)));
85 *reinterpret_cast<uintptr_t*>(dst) = w;
87 dst += sizeof(uintptr_t)
    [all...]

Completed in 2284 milliseconds

<<11121314151617181920>>