Searched defs:EXP (Results 1 - 5 of 5) sorted by relevance

/external/svox/pico/lib/
H A Dpicodsp.h106 #define EXP(y) picoos_quick_exp(y) macro
/external/dropbear/libtomcrypt/src/ciphers/safer/
H A Dsafer.c92 #define EXP(x) safer_ebox[(x) & 0xFF] macro
273 a = EXP(a) + *++key; b = LOG(b) ^ *++key;
274 c = LOG(c) ^ *++key; d = EXP(d) + *++key;
275 e = EXP(e) + *++key; f = LOG(f) ^ *++key;
276 g = LOG(g) ^ *++key; h = EXP(h) + *++key;
334 h = LOG(h) ^ *--key; g = EXP(g) - *--key;
335 f = EXP(f) - *--key; e = LOG(e) ^ *--key;
336 d = LOG(d) ^ *--key; c = EXP(c) - *--key;
337 b = EXP(b) - *--key; a = LOG(a) ^ *--key;
/external/icu4c/test/cintltst/
H A Dcmsgtst.c984 const char* EXP = "Number 0,143, String foo, Date 12:34:56.789"; local
1006 if (strcmp(cresult, EXP) == 0) {
1009 log_data_err("FAIL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 321 milliseconds