Home
last modified time | relevance | path

Searched defs:idest (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dtranspose.c55 mpd_size_t idest, isrc; in std_trans() local
154 mpd_size_t idest, isrc; in squaretrans() local
/external/javassist/src/main/javassist/bytecode/
DByteArray.java71 static void copy32bit(byte[] src, int isrc, byte[] dest, int idest) { in copy32bit()