Searched refs:usrc (Results 1 - 9 of 9) sorted by relevance

/external/strace/tests/
H A Dhexdump_strdup.c47 const unsigned char *usrc = (const unsigned char *) src; local
50 unsigned int c = usrc[i];
/external/strace/tests-m32/
H A Dhexdump_strdup.c47 const unsigned char *usrc = (const unsigned char *) src; local
50 unsigned int c = usrc[i];
/external/strace/tests-mx32/
H A Dhexdump_strdup.c47 const unsigned char *usrc = (const unsigned char *) src; local
50 unsigned int c = usrc[i];
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.h22 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc,
H A Dencodemb.c33 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc, argument
39 vpx_subtract_block(8, 8, udiff, 8, usrc, src_stride, upred, pred_stride);
/external/webp/src/enc/
H A Diterator_enc.c129 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; local
137 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF_ENC, uv_w, uv_h, 8);
150 it->u_left_[-1] = usrc[- 1 - pic->uv_stride];
154 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8);
164 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8);
186 const uint8_t* const usrc = it->yuv_out_ + U_OFF_ENC; local
204 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dmpdecimal.c8294 mpd_uint_t *usrc; /* uint16_t src copied to an mpd_uint_t array */ local
8307 usrc = mpd_alloc((mpd_size_t)srclen, sizeof *usrc);
8308 if (usrc == NULL) {
8313 usrc[n] = srcdata[n];
8320 n = _coeff_from_u16(result, rlen, usrc, srclen, srcbase, status);
8335 mpd_free(usrc);
8381 mpd_uint_t *usrc = mpd_alloc((mpd_size_t)srclen, sizeof *usrc); local
8382 if (usrc
[all...]
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2095 uint64_t usrc[8]; local
2140 usrc[i] = src.Uint(srcform, i);
2167 if (usrc[i] > MaxUintFromFormat(dstform)) {
2176 result = usrc[i] & MaxUintFromFormat(dstform);
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp3309 bool usrc = !ImageFormatAndFeaturesSupported(gpu(), f_unsigned, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FEATURE_BLIT_SRC_BIT);
3366 if (usrc) m_errorMonitor->SetDesiredFailureMsg(VK_DEBUG_REPORT_ERROR_BIT_EXT, VALIDATION_ERROR_184001b4);
3402 if (usrc) m_errorMonitor->SetDesiredFailureMsg(VK_DEBUG_REPORT_ERROR_BIT_EXT, VALIDATION_ERROR_184001b4);
[all...]

Completed in 655 milliseconds