Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/io/
DAbstractBuffer.java404 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()
DByteArrayBuffer.java319 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()
/external/libcxxabi/src/
Dcxa_vector.cpp205 void __cxa_vec_cctor( void* dest_array, void* src_array, in __cxa_vec_cctor() argument
211 char *src_ptr = static_cast<char *>(src_array); in __cxa_vec_cctor()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.c152 struct rc_pair_instruction_source * src_array; in pair_sub_for_all_args() local
158 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()
/external/libcxx/include/
Dcxxabi.h141 void* src_array,
/external/libcxxabi/include/
Dcxxabi.h141 void* src_array,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... .io.Buffer src int length byte[] src_array byte[] dst_array public int poke (int, ...