HomeSort by relevance Sort by last modified time
    Searched defs:resV (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherSpiTest.java 224 private static byte[] resV = { (byte) 7, (byte) 6, (byte) 5, (byte) 4,
293 if (resV.length > inputLen) {
296 bb[i] = resV[i];
300 return resV;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java 310 private static byte[] resV = { (byte) 7, (byte) 6, (byte) 5, (byte) 4,
379 if (resV.length > inputLen) {
382 bb[i] = resV[i];
386 return resV;
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 125 void pcmpXstrX_WRK_gen_output_fmt_I(/*OUT*/V128* resV,
154 *(UInt*)(&resV[0]) = newECX;
169 pointed to by *resV. For xSTRM variants, the result is a 128 bit
170 value and is placed at *resV in the obvious way.
191 Bool pcmpXstrX_WRK ( /*OUT*/V128* resV,
246 resV, resOSZACP,
285 resV, resOSZACP,
326 resV, resOSZACP,
367 resV, resOSZACP,
408 V128 resV;
    [all...]
pcmpstr64w.c 127 void PCMPxSTRx_WRK_gen_output_fmt_I_wide ( /*OUT*/V128* resV,
157 resV->w32[0] = newECX;
158 resV->w32[1] = 0;
159 resV->w32[2] = 0;
160 resV->w32[3] = 0;
174 pointed to by *resV, and the top 96 bits are zeroed. For xSTRM
175 variants, the result is a 128 bit value and is placed at *resV in
197 Bool pcmpXstrX_WRK_wide ( /*OUT*/V128* resV,
251 resV, resOSZACP,
289 resV, resOSZACP
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 491 milliseconds