Home
last modified time | relevance | path

Searched refs:src_bytes (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_serialize.c170 const uint8_t *src_bytes; in pcre2_serialize_decode() local
187 src_bytes = bytes + sizeof(pcre2_serialized_data); in pcre2_serialize_decode()
195 memcpy(tables, src_bytes, TABLES_LENGTH); in pcre2_serialize_decode()
197 src_bytes += TABLES_LENGTH; in pcre2_serialize_decode()
208 memcpy(&blocksize, src_bytes + offsetof(pcre2_real_code, blocksize), in pcre2_serialize_decode()
231 src_bytes + sizeof(pcre2_memctl), blocksize - sizeof(pcre2_memctl)); in pcre2_serialize_decode()
247 src_bytes += blocksize; in pcre2_serialize_decode()
/external/webrtc/sdk/android/src/jni/
Dnv21_buffer.cc46 jbyte* src_bytes = jni->GetByteArrayElements(j_src.obj(), &was_copy); in JNI_NV21Buffer_CropAndScale() local
48 uint8_t const* src_y = reinterpret_cast<uint8_t const*>(src_bytes); in JNI_NV21Buffer_CropAndScale()
68 jni->ReleaseByteArrayElements(j_src.obj(), src_bytes, JNI_ABORT); in JNI_NV21Buffer_CropAndScale()
/external/mesa3d/src/panfrost/bifrost/
Dbir.c109 unsigned src_bytes = nir_alu_type_get_type_size(ins->src_types[MAX2(src, 0)]); in bi_get_component_count() local
114 unsigned bytes = src < 0 ? dest_bytes : src_bytes; in bi_get_component_count()
117 bytes = MAX2(dest_bytes, src_bytes); in bi_get_component_count()
/external/deqp-deps/amber/src/
Dshader_compiler_test.cc276 std::vector<uint32_t> src_bytes = {1, 2, 3, 4, 5}; in TEST_F() local
279 map[kShaderNameWithPipeline] = src_bytes; in TEST_F()
290 ASSERT_EQ(binary.size(), src_bytes.size()); in TEST_F()
291 for (size_t i = 0; i < src_bytes.size(); ++i) { in TEST_F()
292 EXPECT_EQ(src_bytes[i], binary[i]); in TEST_F()
329 std::vector<uint32_t> src_bytes = {1, 2, 3, 4, 5}; in TEST_F() local
332 map[name] = src_bytes; in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc385 const int64 src_bytes = host_inputs_[0].TotalBytes(); in DoAddChain() local
387 src_bytes); in DoAddChain()
389 &gpu_dst_ptr0, DMAHelper::base(&host_inputs_[0]), src_bytes); in DoAddChain()
391 src_bytes); in DoAddChain()
393 &gpu_dst_ptr1, DMAHelper::base(&host_inputs_[1]), src_bytes); in DoAddChain()
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc320 UChar32 ch, int src_bytes, bool format_error) { in TranslateCodepoints() argument
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc143 int src_bytes; in CflSubsampler444_4xH_SSE4_1() local
144 memcpy(&src_bytes, src, 4); in CflSubsampler444_4xH_SSE4_1()
145 samples = _mm_insert_epi32(samples, src_bytes, 1); in CflSubsampler444_4xH_SSE4_1()