MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / fillByte

Method fillByte

CodenameOne/src/com/codename1/util/Simd.java:158–162  ·  view source on GitHub ↗
(byte[] arr, byte value)

Source from the content-addressed store, hash-verified

156 }
157
158 private static void fillByte(byte[] arr, byte value) {
159 for (int i = 0; i < arr.length; i++) {
160 arr[i] = value;
161 }
162 }
163
164 private static void fillInt(int[] arr, int value) {
165 for (int i = 0; i < arr.length; i++) {

Callers 2

allocaByteZeroedMethod · 0.95
allocaByteFilledMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected