HomeSort by relevance Sort by last modified time
    Searched refs:tmpOut (Results 1 - 8 of 8) sorted by null

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpaes_cbc.h 129 Ipp32u tmpOut[NB(128)];
133 //decoder(tmpInp, tmpOut, RIJ_NR(pCtx), RIJ_DKEYS(pCtx), (const Ipp32u (*)[256])RIJ_DEC_SBOX(pCtx));
135 decoder((Ipp8u*)tmpInp, (Ipp8u*)tmpOut, RIJ_NR(pCtx), RIJ_EKEYS(pCtx), RijDecSbox/*NULL*/);
137 decoder((Ipp8u*)tmpInp, (Ipp8u*)tmpOut, RIJ_NR(pCtx), RIJ_DKEYS(pCtx), NULL);
140 tmpOut[0] ^= iv[0];
141 tmpOut[1] ^= iv[1];
142 tmpOut[2] ^= iv[2];
143 tmpOut[3] ^= iv[3];
145 CopyBlock16(tmpOut, pDst);
  /dalvik/dx/etc/
mainDexClasses 33 if [ -e "${tmpOut}" ] ; then
34 rm "${tmpOut}"
172 tmpOut=`makeTempJar`
176 "${proguard}" -injars ${@} -dontwarn -forceprocessing -outjars "${tmpOut}" \
180 java -cp "$jarpath" com.android.multidex.MainDexListBuilder ${disableKeepAnnotated} "${tmpOut}" ${@} || exit 11
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 470 OutputStream tmpOut = null;
475 tmpOut = socket.getOutputStream();
481 mmOutStream = tmpOut;
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 470 OutputStream tmpOut = null;
475 tmpOut = socket.getOutputStream();
481 mmOutStream = tmpOut;
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 431 OutputStream tmpOut = null;
436 tmpOut = socket.getOutputStream();
442 mmOutStream = tmpOut;
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 470 OutputStream tmpOut = null;
475 tmpOut = socket.getOutputStream();
481 mmOutStream = tmpOut;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 535 OutputStream tmpOut = null;
540 tmpOut = socket.getOutputStream();
546 mmOutStream = tmpOut;
  /external/lz4/lib/
lz4frame.c     [all...]

Completed in 2784 milliseconds