Searched refs:src_array (Results 1 – 7 of 7) sorted by relevance
404 byte[] src_array = src.array(); in poke()406 if (src_array != null && dst_array != null) in poke()407 System.arraycopy(src_array, src.getIndex(), dst_array, index, length); in poke()408 else if (src_array != null) in poke()412 poke(index++,src_array[s++]); in poke()
319 byte[] src_array = src.array(); in poke()320 if (src_array != null) in poke()321 System.arraycopy(src_array, src.getIndex(), _bytes, index, length); in poke()
205 void __cxa_vec_cctor( void* dest_array, void* src_array, in __cxa_vec_cctor() argument211 char *src_ptr = static_cast<char *>(src_array); in __cxa_vec_cctor()
152 struct rc_pair_instruction_source * src_array; in pair_sub_for_all_args() local158 src_array = fullinst->U.P.RGB.Src; in pair_sub_for_all_args()162 src_array = fullinst->U.P.Alpha.Src; in pair_sub_for_all_args()168 &src_array[j]); in pair_sub_for_all_args()
141 void* src_array,
... .io.Buffer src int length byte[] src_array byte[] dst_array public int poke (int, ...