Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 5027) sorted by relevance

12345678910>>...202

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp59 safe_VkApplicationInfo::safe_VkApplicationInfo(const safe_VkApplicationInfo& src) in safe_VkApplicationInfo()
70 safe_VkApplicationInfo& safe_VkApplicationInfo::operator=(const safe_VkApplicationInfo& src) in operator =()
109 void safe_VkApplicationInfo::initialize(const safe_VkApplicationInfo* src) in initialize()
149 safe_VkInstanceCreateInfo::safe_VkInstanceCreateInfo(const safe_VkInstanceCreateInfo& src) in safe_VkInstanceCreateInfo()
171 …fe_VkInstanceCreateInfo& safe_VkInstanceCreateInfo::operator=(const safe_VkInstanceCreateInfo& src) in operator =()
256 void safe_VkInstanceCreateInfo::initialize(const safe_VkInstanceCreateInfo* src) in initialize()
292 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks(const safe_VkAllocationCallbacks& src) in safe_VkAllocationCallbacks()
302 …VkAllocationCallbacks& safe_VkAllocationCallbacks::operator=(const safe_VkAllocationCallbacks& src) in operator =()
331 void safe_VkAllocationCallbacks::initialize(const safe_VkAllocationCallbacks* src) in initialize()
360 safe_VkDeviceQueueCreateInfo::safe_VkDeviceQueueCreateInfo(const safe_VkDeviceQueueCreateInfo& src) in safe_VkDeviceQueueCreateInfo()
[all …]
/external/angle/src/image_util/
Dimageformats.cpp17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor()
26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor()
36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor()
44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor()
52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor()
57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor()
67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor()
75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor()
85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor()
94 void L8A8::writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor()
[all …]
/external/clang/test/CodeGen/
Darm64-lanes.c6 int8_t test_vdupb_lane_s8(int8x8_t src) { in test_vdupb_lane_s8()
16 uint8_t test_vdupb_lane_u8(uint8x8_t src) { in test_vdupb_lane_u8()
26 int16_t test_vduph_lane_s16(int16x4_t src) { in test_vduph_lane_s16()
40 uint16_t test_vduph_lane_u16(uint16x4_t src) { in test_vduph_lane_u16()
54 int32_t test_vdups_lane_s32(int32x2_t src) { in test_vdups_lane_s32()
68 uint32_t test_vdups_lane_u32(uint32x2_t src) { in test_vdups_lane_u32()
82 float32_t test_vdups_lane_f32(float32x2_t src) { in test_vdups_lane_f32()
96 int64_t test_vdupd_lane_s64(int64x1_t src) { in test_vdupd_lane_s64()
107 uint64_t test_vdupd_lane_u64(uint64x1_t src) { in test_vdupd_lane_u64()
118 float64_t test_vdupd_lane_f64(float64x1_t src) { in test_vdupd_lane_f64()
/external/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp24 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
27 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
33 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
36 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
41 #define CASE_MOVDUP(Inst, src) \ argument
49 #define CASE_MASK_MOVDUP(Inst, src) \ argument
54 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
59 #define CASE_PMOVZX(Inst, src) \ argument
67 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/external/angle/src/tests/gl_tests/
DTextureUploadFormatTest.cpp327 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<8>(srcVals[0])), in TEST_P() local
353 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<7>(srcVals[0])), in TEST_P() local
367 constexpr uint16_t src[] = {static_cast<uint16_t>((EncodeNormUint<5>(srcVals[0]) << 11) | in TEST_P() local
378 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
389 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
399 constexpr uint32_t src[] = { in TEST_P() local
411 constexpr uint32_t src[] = { in TEST_P() local
421 const uint16_t src[] = {static_cast<uint16_t>(EncodeNormUint<16>(srcVals[0]))}; in TEST_P() local
430 constexpr uint32_t src[] = {EncodeNormUint<32>(srcVals[0])}; in TEST_P() local
440 constexpr uint32_t src[] = {EncodeNormUint<24>(srcVals[0]) << 8}; in TEST_P() local
[all …]
/external/ComputeLibrary/src/gpu/cl/operators/
DClElementwiseUnary.cpp34 void ClRsqrt::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInf… in configure()
42 Status ClRsqrt::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
47 void ClExp::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
55 Status ClExp::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
60 void ClNeg::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
68 Status ClNeg::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
73 void ClSin::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
81 Status ClSin::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
86 void ClAbs::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
94 Status ClAbs::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
[all …]
/external/mesa3d/prebuilt-intermediates/main/
Dformat_unpack.c59 uint32_t *src = (uint32_t *)void_src; in unpack_float_a8b8g8r8_unorm() local
82 uint32_t *src = (uint32_t *)void_src; in unpack_float_x8b8g8r8_unorm() local
103 uint32_t *src = (uint32_t *)void_src; in unpack_float_r8g8b8a8_unorm() local
126 uint32_t *src = (uint32_t *)void_src; in unpack_float_r8g8b8x8_unorm() local
147 uint32_t *src = (uint32_t *)void_src; in unpack_float_b8g8r8a8_unorm() local
170 uint32_t *src = (uint32_t *)void_src; in unpack_float_b8g8r8x8_unorm() local
191 uint32_t *src = (uint32_t *)void_src; in unpack_float_a8r8g8b8_unorm() local
214 uint32_t *src = (uint32_t *)void_src; in unpack_float_x8r8g8b8_unorm() local
235 uint16_t *src = (uint16_t *)void_src; in unpack_float_b5g6r5_unorm() local
256 uint16_t *src = (uint16_t *)void_src; in unpack_float_r5g6b5_unorm() local
[all …]
/external/pdfium/third_party/lcms/src/
Dcmsalpha.c69 void copy8(void* dst, const void* src) in copy8()
75 void from8to16(void* dst, const void* src) in from8to16()
82 void from8to16SE(void* dst, const void* src) in from8to16SE()
89 void from8toFLT(void* dst, const void* src) in from8toFLT()
95 void from8toDBL(void* dst, const void* src) in from8toDBL()
101 void from8toHLF(void* dst, const void* src) in from8toHLF()
115 void from16to8(void* dst, const void* src) in from16to8()
122 void from16SEto8(void* dst, const void* src) in from16SEto8()
129 void copy16(void* dst, const void* src) in copy16()
135 void from16to16(void* dst, const void* src) in from16to16()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp25 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
42 #define CASE_MOVDUP(Inst, src) \ argument
50 #define CASE_MASK_MOVDUP(Inst, src) \ argument
55 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
60 #define CASE_PMOVZX(Inst, src) \ argument
68 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/external/skia/src/encode/
DSkImageEncoderFns.h23 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
27 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha()
35 static void skcms(char* dst, const char* src, int n, in skcms()
42 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray()
48 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565()
54 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX()
60 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX()
66 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444()
72 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA()
78 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA()
[all …]
/external/clang/INPUTS/
Dstpcpy-test.c3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) &… argument
4 #define stpcpy(dest, src) __stpcpy (dest, src) argument
5 #define __stpcpy_args(src) __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SM… argument
7 #define __mempcpy(dest, src, n) (__extension__ (__builtin_constant_p (src) && __builtin_constant_p … argument
8 #define mempcpy(dest, src, n) __mempcpy (dest, src, n) argument
9 #define __mempcpy_args(src) ((char *) (src))[0], ((char *) (src))[2], ((char *) (src))[4], ((char *… argument
11 #define __STRING2_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1… argument
13 #define __STRING2_SMALL_GET32(src, idx) (((((__const unsigned char *) (__const char *) (src))[idx +… argument
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/
DREADME.md30 ### From the Google Maven repository
32 #### 1. Add ExoPlayer module dependencies
80 #### 2. Turn on Java 8 support
92 #### 3. Enable multidex
98 ### Locally
131 #### Project branches
137 #### Using Android Studio
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
DREADME.md30 ### From the Google Maven repository
32 #### 1. Add ExoPlayer module dependencies
80 #### 2. Turn on Java 8 support
92 #### 3. Enable multidex
98 ### Locally
133 #### Project branches
139 #### Using Android Studio
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DReferenceBlend.kt51 BlendingMode.SRC -> blendEachPair { src, _ -> src } in <lambda>() method
53 BlendingMode.SRC_OVER -> blendEachPair { src, dst -> blendOver(src, dst) } in <lambda>() method
54 BlendingMode.DST_OVER -> blendEachPair { src, dst -> blendOver(dst, src) } in <lambda>() method
55 BlendingMode.SRC_IN -> blendEachPair { src, dst -> blendIn(src, dst) } in <lambda>() method
56 BlendingMode.DST_IN -> blendEachPair { src, dst -> blendIn(dst, src) } in <lambda>() method
57 BlendingMode.SRC_OUT -> blendEachPair { src, dst -> blendOut(src, dst) } in <lambda>() method
58 BlendingMode.DST_OUT -> blendEachPair { src, dst -> blendOut(dst, src) } in <lambda>() method
59 BlendingMode.SRC_ATOP -> blendEachPair { src, dst -> blendAtop(src, dst) } in <lambda>() method
60 BlendingMode.DST_ATOP -> blendEachPair { src, dst -> blendAtop(dst, src) } in <lambda>() method
61 BlendingMode.XOR -> blendEachPair { src, dst -> src xor dst } in <lambda>() method
[all …]
/external/rust/crates/tokio-util/src/io/
Dsync_bridge.rs10 src: T, field
16 let src = &mut self.src; in fill_buf() localVariable
21 let src = &mut self.src; in consume() localVariable
26 let src = &mut self.src; in read_until() localVariable
31 let src = &mut self.src; in read_line() localVariable
38 let src = &mut self.src; in read() localVariable
43 let src = &mut self.src; in read_to_end() localVariable
48 let src = &mut self.src; in read_to_string() localVariable
53 let src = &mut self.src; in read_exact() localVariable
62 let src = &mut self.src; in write() localVariable
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
DPropertyChangeSupportTest.java64 Object src = new Object(); in testConstructor_Normal() local
73 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Normal() local
109 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Null() local
122 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Duplicate() local
140 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local
176 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullListener() local
194 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local
213 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local
247 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Normal() local
283 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Null() local
[all …]
/external/libaom/third_party/SVT-AV1/
DEbMemory_AVX2.h32 static INLINE __m256i load_u8_4x2_avx2(const uint8_t *const src, in load_u8_4x2_avx2()
40 static INLINE __m256i load_u8_4x4_avx2(const uint8_t *const src, in load_u8_4x4_avx2()
50 static INLINE __m256i load_u8_8x2_avx2(const uint8_t *const src, in load_u8_8x2_avx2()
57 static INLINE __m256i load_u8_8x4_avx2(const uint8_t *const src, in load_u8_8x4_avx2()
69 static INLINE __m256i loadu_8bit_16x2_avx2(const void *const src, in loadu_8bit_16x2_avx2()
77 static INLINE __m256i loadu_u8_16x2_avx2(const uint8_t *const src, in loadu_u8_16x2_avx2()
82 static INLINE __m256i loadu_u16_8x2_avx2(const uint16_t *const src, in loadu_u16_8x2_avx2()
87 static INLINE void storeu_8bit_16x2_avx2(const __m256i src, void *const dst, in storeu_8bit_16x2_avx2()
95 static INLINE void storeu_u8_16x2_avx2(const __m256i src, uint8_t *const dst, in storeu_u8_16x2_avx2()
100 static INLINE void storeu_s16_8x2_avx2(const __m256i src, int16_t *const dst, in storeu_s16_8x2_avx2()
[all …]
/external/icu/icu4c/source/common/
Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy()
32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy()
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy()
41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy()
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy()
50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy()
55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy()
59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy()
65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy()
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy()
[all …]
/external/icu/libicu/cts_headers/
Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy()
32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy()
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy()
41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy()
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy()
50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy()
55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy()
59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy()
65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy()
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy()
[all …]
/external/cronet/third_party/icu/source/common/
Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy()
32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy()
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy()
41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy()
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy()
50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy()
55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy()
59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy()
65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy()
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy()
[all …]
/external/skia/src/opts/
DSkSwizzler_opts.h23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable()
39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable()
68 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable()
80 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable()
93 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable()
110 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable()
157 static void premul_should_swapRB(bool kSwapRB, uint32_t* dst, const uint32_t* src, int count) { in premul_should_swapRB()
193 /*not static*/ inline void RGBA_to_rgbA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA()
197 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DConversion.java284 public static char binaryToHexDigit(final boolean[] src) { in binaryToHexDigit()
302 public static char binaryToHexDigit(final boolean[] src, final int srcPos) { in binaryToHexDigit()
344 public static char binaryToHexDigitMsb0_4bits(final boolean[] src) { in binaryToHexDigitMsb0_4bits()
364 public static char binaryToHexDigitMsb0_4bits(final boolean[] src, final int srcPos) { in binaryToHexDigitMsb0_4bits()
409 public static char binaryBeMsb0ToHexDigit(final boolean[] src) { in binaryBeMsb0ToHexDigit()
429 public static char binaryBeMsb0ToHexDigit(final boolean[] src, final int srcPos) { in binaryBeMsb0ToHexDigit()
560 …public static long intArrayToLong(final int[] src, final int srcPos, final long dstInit, final int… in intArrayToLong()
593 …public static long shortArrayToLong(final short[] src, final int srcPos, final long dstInit, final… in shortArrayToLong()
626 …public static int shortArrayToInt(final short[] src, final int srcPos, final int dstInit, final in… in shortArrayToInt()
659 …public static long byteArrayToLong(final byte[] src, final int srcPos, final long dstInit, final i… in byteArrayToLong()
[all …]

12345678910>>...202