Home
last modified time | relevance | path

Searched refs:repack (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dpr27501.ll5 define void @test1(i64* %result.repack) personality i32 (...)* @__CxxFrameHandler3 {
13 store i64 19, i64* %result.repack, align 8
40 store i64 42, i64* %result.repack, align 8
/external/vboot_reference/scripts/image_signing/
Dresign_kernel_partition.sh38 vbutil_kernel --repack "${DST_VBLOCK}" \
Dresign_image.sh46 vbutil_kernel --repack "${updated_kimage}" \
Dmake_dev_ssd.sh211 --repack "$new_blob" \
Dsign_official_build.sh632 vbutil_kernel --repack ${updated_kimagea} \
/external/skia/src/opts/
DSkBlurImageFilter_opts.h29 static inline SkPMColor repack(__m128i p) { in repack() function
45 static inline SkPMColor repack(__m128i p) { in repack() function
69 *dptr = repack(result);
/external/vboot_reference/tests/futility/
Dtest_sign_kernel.sh71 --repack ${TMP}.blob3.${arch} \
168 --repack ${TMP}.blob3.${arch}.vb1 \
233 --repack ${TMP}.part6.${arch} \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/vboot_reference/tests/
Drun_vbutil_kernel_arg_tests.sh143 --repack "${SSD_KERN}" \
/external/libvpx/libvpx/vp8/common/x86/
Didctllm_sse2.asm146 ; repack so block 0 row x and block 1 row x are together
480 ; repack so block 0 row x and block 1 row x are together
/external/llvm/test/CodeGen/AMDGPU/
Dcvt_f32_ubyte.ll83 ; Instructions still emitted to repack bytes for add use.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
Drepository-tools-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/protobuf/php/ext/google/protobuf/
Dupb.c6975 static uint64_t repack(uint64_t dispatch, int new_wt2) { in repack() function
6995 uint64_t repacked = repack(upb_value_getuint64(v), wire_type); in dispatchtarget()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7649 static uint64_t repack(uint64_t dispatch, int new_wt2) { in repack() function
7669 uint64_t repacked = repack(upb_value_getuint64(v), wire_type); in dispatchtarget()
/external/clang/include/clang/Driver/
DOptions.td2255 defm repack_arrays : BooleanFFlag<"repack-arrays">, Group<gfortran_Group>;