HomeSort by relevance Sort by last modified time
    Searched defs:dst (Results 201 - 225 of 2066) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/core/libcutils/arch-arm64/
android_memset.S 41 #define dst x0 define
88 add dst, dst, tmp1
92 stp A_l, A_l, [dst, #-48]
94 stp A_l, A_l, [dst, #-32]
96 stp A_l, A_l, [dst, #-16]
100 add dst, dst, count
101 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
108 str A_l, [dst], #
    [all...]
  /system/core/libpixelflinger/
clear.cpp 55 uint8_t* dst = (uint8_t*)s.data + (l + t*s.stride)*size; local
67 memset(dst, packed, w);
68 dst += stride;
73 android_memset16((uint16_t*)dst, packed, w);
74 dst += stride;
81 android_memset32((uint32_t*)dst, packed, w);
82 dst += stride;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
InputPointersTests.java 108 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); local
109 dst.set(src);
110 assertEquals("size after set", dst.getPointerSize(), src.getPointerSize());
111 assertSame("xCoordinates after set", dst.getXCoordinates(), src.getXCoordinates());
112 assertSame("yCoordinates after set", dst.getYCoordinates(), src.getYCoordinates());
113 assertSame("pointerIds after set", dst.getPointerIds(), src.getPointerIds());
114 assertSame("times after set", dst.getTimes(), src.getTimes());
127 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); local
128 dst.copy(src);
129 assertEquals("size after copy", dst.getPointerSize(), src.getPointerSize())
147 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); local
216 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 71 public static void startTrim(File src, File dst, int startMs, int endMs)
74 genVideoUsingMuxer(src.getPath(), dst.getPath(), startMs, endMs,
77 trimUsingMp4Parser(src, dst, startMs, endMs);
83 File dst = dstFileInfo.mFile; local
97 writeMovieIntoFile(dst, movie);
101 private static void writeMovieIntoFile(File dst, Movie movie)
103 if (!dst.exists()) {
104 dst.createNewFile();
108 FileOutputStream fos = new FileOutputStream(dst);
230 private static void trimUsingMp4Parser(File src, File dst, int startMs, int endMs
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 53 Arm64ManagedRegister dst = m_dst.AsArm64(); local
55 CHECK(dst.IsXRegister() && base.IsXRegister());
56 // Remove dst and base form the temp list - higher level API uses IP1, IP0.
58 temps.Exclude(reg_x(dst.AsXRegister()), reg_x(base.AsXRegister()));
59 ___ Ldr(reg_x(dst.AsXRegister()), MEM_OP(reg_x(base.AsXRegister()), offs.Int32Value()));
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy_base.S 45 #define dst x6 define
61 mov dst, dstin
74 add dst, dst, tmp1
80 stp A_l, A_h, [dst, #-48]
83 stp A_l, A_h, [dst, #-32]
86 stp A_l, A_h, [dst, #-16]
93 add dst, dst, count
94 stp A_l, A_h, [dst, #-16
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memcpy_base.S 66 #define dst x3 define
83 #define F_h dst
170 /* Align DST to 16 byte alignment so that we don't cross cache line
178 bic dst, dstin, 15
190 stp A_l, A_h, [dst, 16]
192 stp B_l, B_h, [dst, 32]
194 stp C_l, C_h, [dst, 48]
196 stp D_l, D_h, [dst, 64]!
206 stp A_l, A_h, [dst, 16]
208 stp B_l, B_h, [dst, 32
    [all...]
string_copy.S 70 #define dst x0 define
78 #define dst x2 define
106 mov dst, dstin
128 stp data1, data2, [dst], #16
138 str data1, [dst], #7
140 str data1, [dst]
145 str data1_w, [dst], #4
149 strh data1_w, [dst], #2
153 strb data1_w, [dst]
159 // Back up one so that dst points to the '\0' string terminator
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 228 SkBitmap *dst; local
250 dst = bitmap0;
253 dst = bitmap1;
261 dstOffset = i * (unsigned int)dst->width() * mfmtMultiplier;
263 memcpy(((unsigned char *)dst->getPixels()) + dstOffset,
268 return dst;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
CopyMem.S 66 #define dst x3 define
83 #define F_h dst
170 // Align DST to 16 byte alignment so that we don't cross cache line
178 bic dst, dstin, 15
190 stp A_l, A_h, [dst, 16]
192 stp B_l, B_h, [dst, 32]
194 stp C_l, C_h, [dst, 48]
196 stp D_l, D_h, [dst, 64]!
206 stp A_l, A_h, [dst, 16]
208 stp B_l, B_h, [dst, 32]
    [all...]
  /external/conscrypt/platform/src/test/java/org/conscrypt/ct/
SerializationTest.java 91 DigitallySigned dst = DigitallySigned.decode(in); local
92 assertEquals(DigitallySigned.HashAlgorithm.SHA256, dst.getHashAlgorithm());
93 assertEquals(DigitallySigned.SignatureAlgorithm.ECDSA, dst.getSignatureAlgorithm());
94 assertEqualByteArrays(new byte[] { 0x12, 0x34, 0x56, 0x78}, dst.getSignature());
  /external/deqp/execserver/
xsPosixTestProcess.cpp 50 void CaseListWriter::start (const char* caseList, deFile* dst)
53 m_file = dst;
98 PipeReader::PipeReader (ThreadedByteBuffer* dst)
100 , m_buf (dst)
238 deFile* dst = m_process->getStdIn(); local
239 if (dst)
240 m_caseListWriter.start(caseList, dst);
314 int PosixTestProcess::readTestLog (deUint8* dst, int numBytes)
333 return m_logReader.read(dst, numBytes);
  /external/deqp/framework/delibs/deimage/
deTarga.c 86 deARGB* dst = (deUint32*)((deUint8*)image->pixels + dstY*image->width*bpp); local
96 *dst++ = deARGB_set(r, g, b, 0xFF);
107 *dst++ = deARGB_set(r, g, b, a);
  /external/eigen/test/
umeyama.cpp 112 MatrixX dst = cR_t*src; local
114 MatrixX cR_t_umeyama = umeyama(src.block(0,0,dim,num_elements), dst.block(0,0,dim,num_elements));
116 const Scalar error = ( cR_t_umeyama*src - dst ).norm() / dst.norm();
146 MatrixX dst = cR_t*src;
149 Block<MatrixX, Dimension, Dynamic> dst_block(dst,0,0,dim,num_elements);
153 const Scalar error = ( cR_t_umeyama*src - dst ).squaredNorm();
  /external/fio/
rate-submit.c 157 static void sum_val(uint64_t *dst, uint64_t *src)
160 __sync_fetch_and_add(dst, *src);
165 static void sum_val(uint64_t *dst, uint64_t *src)
168 *dst += *src;
196 static void sum_ddir(struct thread_data *dst, struct thread_data *src,
199 pthread_double_lock(&dst->io_wq.stat_lock, &src->io_wq.stat_lock);
201 sum_val(&dst->io_bytes[ddir], &src->io_bytes[ddir]);
202 sum_val(&dst->io_blocks[ddir], &src->io_blocks[ddir]);
203 sum_val(&dst->this_io_blocks[ddir], &src->this_io_blocks[ddir]);
204 sum_val(&dst->this_io_bytes[ddir], &src->this_io_bytes[ddir])
213 struct thread_data *dst = sw->wq->td; local
    [all...]
  /external/gemmlowp/internal/
dispatch_gemm_shape.h 80 DstType dst; local
81 dst.result_shift = src.result_shift;
82 dst.result_offset = Transpose(src.result_offset);
83 dst.result_mult_int = Transpose(src.result_mult_int);
84 return dst;
94 DstType dst; local
95 dst.bias_vector = Transpose(src.bias_vector);
96 return dst;
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 45 AnnualTimeZoneRule *std = NULL, *dst = NULL; local
47 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); local
49 if (std == NULL || dst == NULL) {
53 // Do not use DST. Set 0 to all stadardDate/daylightDate fields
60 U_ASSERT(dst->getRule()->getDateRuleType() == DateTimeRule::DOW);
64 daylightBias = -1 * (dst->getDSTSavings()/60000);
89 daylightDate.wMonth = static_cast<WORD>(dst->getRule()->getRuleMonth()) + 1;
90 daylightDate.wDay = static_cast<WORD>(dst->getRule()->getRuleWeekInMonth());
94 daylightDate.wDayOfWeek = static_cast<WORD>(dst->getRule()->getRuleDayOfWeek()) - 1;
96 mil = dst->getRule()->getRuleMillisInDay()
    [all...]
  /external/iproute2/ip/
ipmroute.c 100 inet_prefix dst = { .family = r->rtm_family }; local
102 memcpy(&dst.data, RTA_DATA(tb[RTA_DST]), RTA_PAYLOAD(tb[RTA_DST]));
103 if (inet_addr_match(&dst, &filter.mdst, filter.mdst.bitlen))
  /external/ipsec-tools/src/racoon/
evt.h 40 struct sockaddr_storage dst; member in struct:evtdump
83 #define EVT_PUSH(src, dst, type, optdata) evt_push(src, dst, type, optdata);
85 #define EVT_PUSH(src, dst, type, optdata) ;
  /external/libedit/src/
chartype.c 80 char *dst; local
90 dst = conv->cbuff;
92 used = (ssize_t)(conv->csize - (size_t)(dst - conv->cbuff));
94 used = dst - conv->cbuff;
99 dst = conv->cbuff + used;
101 used = ct_encode_char(dst, (size_t)5, *s);
105 dst += used;
107 *dst = '\0';
192 ct_encode_char(char *dst, size_t len, Char c)
197 l = ct_wctomb(dst, c)
213 Char *dst; local
    [all...]
  /external/libmpeg2/common/x86/
ideint_spatial_filter_ssse3.c 206 __m128i dst; local
231 dst = _mm_avg_epu8(row1, row2);
233 _mm_storel_epi64((__m128i *)pu1_out, _mm_srli_si128(dst, 8));
236 _mm_storel_epi64((__m128i *)pu1_out, dst);
  /external/libnl/lib/fib_lookup/
request.c 46 struct flnl_request *dst = nl_object_priv(_dst); local
50 if (!(dst->lr_addr = nl_addr_clone(src->lr_addr)))
  /external/libnl/lib/route/act/
mirred.c 54 struct rtnl_mirred *dst = _dst, *src = _src; local
56 memcpy(&dst->m_parm, &src->m_parm, sizeof(src->m_parm));
  /external/libnl/lib/route/cls/
fw.c 95 struct rtnl_fw *dst = _dst, *src = _src; local
97 if (src->cf_act && !(dst->cf_act = nl_data_clone(src->cf_act)))
100 if (src->cf_police && !(dst->cf_police = nl_data_clone(src->cf_police)))
  /external/libunwind/src/ia64/
Ginit.c 426 unw_word_t *dst, src; local
441 dst = (unw_word_t *) ucp;
443 if ((ret = (*c->as->acc.access_mem) (c->as, src, dst++, 0, c->as_arg))
469 unw_word_t dst, *src = (unw_word_t *) ucp; local
470 for (dst = uc_addr; dst < uc_addr + sizeof (ucontext_t); dst += 8)
471 if ((ret = (*c->as->acc.access_mem) (c->as, dst, src++, 1, c->as_arg))
494 unw_word_t *dst, src; local
509 dst = (unw_word_t *) ucp
523 unw_word_t dst, *src = (unw_word_t *) ucp; local
    [all...]

Completed in 3142 milliseconds

1 2 3 4 5 6 7 891011>>