Searched refs:temp (Results 1 - 25 of 1627) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java135 byte temp = yuvData[x1];
137 yuvData[x2] = temp;
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java61 int temp = width;
63 height = temp;
/external/yaffs2/yaffs2/utils/
H A Dmkyaffsimage.c210 yaffs_TagsUnion temp; local
212 memset(&temp, 0, sizeof(temp));
214 temp.asBytes[0] = ((tags->asBytes[2] & 0x0F) << 4) | ((tags->asBytes[1] & 0xF0) >> 4);
215 temp.asBytes[1] = ((tags->asBytes[1] & 0x0F) << 4) | ((tags->asBytes[0] & 0xF0) >> 4);
216 temp.asBytes[2] = ((tags->asBytes[0] & 0x0F) << 4) | ((tags->asBytes[2] & 0x30) >> 2) | ((tags->asBytes[3] & 0xC0) >> 6);
217 temp.asBytes[3] = ((tags->asBytes[3] & 0x3F) << 2) | ((tags->asBytes[2] & 0xC0) >> 6);
218 temp.asBytes[4] = ((tags->asBytes[6] & 0x03) << 6) | ((tags->asBytes[5] & 0xFC) >> 2);
219 temp.asBytes[5] = ((tags->asBytes[5] & 0x03) << 6) | ((tags->asBytes[4] & 0xFC) >> 2);
220 temp
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c203 (TSTR("Out of temp buffers at line %d, other held by lines:"),
234 (TSTR("Releasing unmanaged temp buffer in line %d" TENDSTR),
4746 yaffs_BlockIndex temp; local
4753 temp = blockIndex[j];
4755 blockIndex[i] = temp;
5314 yaffs_BlockIndex temp; local
5321 temp = blockIndex[j];
5323 blockIndex[i] = temp;
/external/zlib/src/
H A Dconfigure483 sed < zconf.h "/^#ifdef HAVE_UNISTD_H.* may be/s/def HAVE_UNISTD_H\(.*\) may be/ 1\1 was/" > zconf.temp.h
484 mv zconf.temp.h zconf.h
498 sed < zconf.h "/^#ifdef HAVE_STDARG_H.* may be/s/def HAVE_STDARG_H\(.*\) may be/ 1\1 was/" > zconf.temp.h
499 mv zconf.temp.h zconf.h
507 sed < zconf.h "/#ifdef Z_PREFIX.* may be/s/def Z_PREFIX\(.*\) may be/ 1\1 was/" > zconf.temp.h
508 mv zconf.temp.h zconf.h
518 ' < zconf.h > zconf.temp.h
519 mv zconf.temp.h zconf.h
/external/zlib/src/contrib/minizip/
H A Dcrypt.h37 unsigned temp; /* POTENTIAL BUG: temp*(temp^1) may overflow in an local
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
42 return (int)(((temp * (temp ^ 1)) >> 8) & 0xff);
/external/zlib/src/examples/
H A Dgun.c213 unsigned temp; /* current code */ local
311 temp = code; /* save the current code */
347 prev = temp;
/external/zopfli/src/zopfli/
H A Dsqueeze.c328 unsigned short temp = (*path)[index]; local
330 (*path)[*pathsize - index - 1] = temp;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2889 LodePNGInfo temp = *a; local
2891 *b = temp;
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc245 std::vector<unsigned char> temp; local
246 lodepng::decode(temp, w, h, teststate, *out);
403 std::vector<unsigned char> temp; local
406 windowsize, &png_options, &temp);
410 strategy_name[i].c_str(), (int) temp.size());
412 if (bestsize == 0 || temp.size() < bestsize) {
413 bestsize = temp.size();
414 (*resultpng).swap(temp); // Store best result so far in the output.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c164 WebRtc_Word32 temp; local
473 temp = -bweStr->recJitterShortTerm;
474 temp = WEBRTC_SPL_RSHIFT_W32(temp, 12);
475 bweStr->recJitterShortTerm = -temp;
722 WebRtc_Word32 temp; local
732 temp = -jitter_sign;
733 temp = WEBRTC_SPL_RSHIFT_W32(temp, 19);
734 jitter_sign = -temp;
[all...]
H A Dfilters.c36 uint32_t temp = 0; local
45 temp = (uint32_t)(prod >> 31);
46 if(temp == 0) {
49 scaling = 32 - WebRtcSpl_NormU32(temp);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfilter_functions.c206 double temp; local
209 temp = InOut[n]; //store input
210 InOut[n] = FilterState[j] + APSectionFactors[j]*temp;
211 FilterState[j] = -APSectionFactors[j]*InOut[n] + temp;
H A Dfilterbanks.c34 float temp; local
37 temp = FilterState[j] + APSectionFactors[j] * InOut[n];
38 FilterState[j] = -APSectionFactors[j] * temp + InOut[n];
39 InOut[n] = temp;
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c468 WriteFile (logFile, &milliseconds, sizeof(unsigned int), &temp, NULL);
1555 DWORD temp; local
1623 WriteFile (logFile, &milliseconds, sizeof(unsigned int), &temp, NULL);
1659 WriteFile (logFile, &milliseconds, sizeof(unsigned int), &temp, NULL);
1694 WriteFile (logFile, &milliseconds, sizeof(unsigned int), &temp, NULL);
1832 WriteFile (logFile, &milliseconds, sizeof(unsigned int), &temp, NULL);
1898 WriteFile (logFile, &milliseconds, sizeof(unsigned int), &temp, NULL);
H A Decho_control_mobile.c283 DWORD temp; local
497 WriteFile (logFile, &milliseconds, sizeof(unsigned int), &temp, NULL);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c31 u32 temp; local
39 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp;
40 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
41 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
42 temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
H A Daes-internal.c782 u32 temp; local
791 temp = rk[3];
792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
793 TE443(temp) ^ TE414(temp) ^ RCON(i);
807 temp = rk[5];
808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
809 TE443(temp)
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.c337 u8 temp[EAP_EKE_MAX_HASH_LEN]; local
341 /* temp = prf(0+, password) */
344 password, password_len, NULL, 0, temp) < 0)
346 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: temp = prf(0+, password)",
347 temp, sess->prf_len);
349 /* key = prf+(temp, ID_S | ID_P) */
357 if (eap_eke_prfplus(sess->prf, temp, sess->prf_len,
363 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: key = prf+(temp, ID_S | ID_P)",
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c31 u32 temp; local
39 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp;
40 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
41 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
42 temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
H A Daes-internal.c782 u32 temp; local
791 temp = rk[3];
792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
793 TE443(temp) ^ TE414(temp) ^ RCON(i);
807 temp = rk[5];
808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
809 TE443(temp)
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c337 u8 temp[EAP_EKE_MAX_HASH_LEN]; local
341 /* temp = prf(0+, password) */
344 password, password_len, NULL, 0, temp) < 0)
346 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: temp = prf(0+, password)",
347 temp, sess->prf_len);
349 /* key = prf+(temp, ID_S | ID_P) */
357 if (eap_eke_prfplus(sess->prf, temp, sess->prf_len,
363 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: key = prf+(temp, ID_S | ID_P)",
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c31 u32 temp; local
39 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp;
40 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
41 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
42 temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
H A Daes-internal.c782 u32 temp; local
791 temp = rk[3];
792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
793 TE443(temp) ^ TE414(temp) ^ RCON(i);
807 temp = rk[5];
808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
809 TE443(temp)
[all...]

Completed in 876 milliseconds

1234567891011>>