Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 26) sorted by relevance

12

/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c65 #define OFF(zero, i) (((zero)+(i)) % N) macro
70 …R[OFF(z,0)] = R[OFF(z,15)] ^ R[OFF(z,4)] ^ (R[OFF(z,0)] << 8) ^ Multab[(R[OFF(z,0)] >> 24) & 0xFF];
89 t = c->R[OFF(z,0)] + c->R[OFF(z,16)]; \
92 t = ((t + c->R[OFF(z,1)]) ^ c->konst) + c->R[OFF(z,6)]; \
94 t = t + c->R[OFF(z,13)]; \
176 #define DROUND(z) STEP(c->R,z); NLFUNC(c,(z+1)); c->R[OFF((z+1),FOLDP)] ^= t;
/external/chromium/third_party/zlib/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
194 from = window - OFF;
213 from = window - OFF;
294 strm->next_in = in + OFF;
295 strm->next_out = out + OFF;
/external/qemu/distrib/zlib-1.2.3/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
194 from = window - OFF;
213 from = window - OFF;
294 strm->next_in = in + OFF;
295 strm->next_out = out + OFF;
/external/zlib/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
/external/libvpx/vp8/common/ppc/
Dfilter_bilinear_altivec.asm17 .macro load_c V, LABEL, OFF, R0, R1
20 lvx \V, \OFF, \R1
Didctllm_altivec.asm14 .macro load_c V, LABEL, OFF, R0, R1
17 lvx \V, \OFF, \R1
Dfilter_altivec.asm17 .macro load_c V, LABEL, OFF, R0, R1
20 lvx \V, \OFF, \R1
/external/libvpx/vp8/encoder/ppc/
Dvariance_subpixel_altivec.asm18 .macro load_c V, LABEL, OFF, R0, R1
21 lvx \V, \OFF, \R1
Dfdct_altivec.asm15 .macro load_c V, LABEL, OFF, R0, R1
18 lvx \V, \OFF, \R1
/external/proguard/bin/
Dproguard.bat1 @ECHO OFF
Dproguardgui.bat1 @ECHO OFF
Dretrace.bat1 @ECHO OFF
/external/elfutils/libelf/
Dgelf_xlate.h21 FUNDAMENTAL (OFF, Off, LIBELFBITS);
/external/libpng/scripts/
DCMakeLists.txt49 set(png_asm_tmp "OFF")
57 set(png_asm_tmp "OFF")
/external/libpng/
DCMakeLists.txt73 set(png_asm_tmp "OFF")
82 set(png_asm_tmp "OFF")
/external/stlport/
Dconfigure.bat1 @ECHO OFF
/external/quake/quake/src/WinQuake/data/
DREADME.TXT277 issue the command QDPMI OFF before running QUAKE, or get the update patch
/external/dropbear/libtommath/
Dchanges.txt23 v0.36 -- LTM_PRIME_2MSB_ON was fixed and the "OFF" flag was removed.
/external/skia/emoji/
Dgmojiraw.txt404 FE549 \uDBB9\uDD49 \xF3\xBE\x95\x89 TEAR OFF CALENDAR 105 F787 E56A 7767 EC87 [カレンダー] [カレンダー]
521 FE83A \uDBBA\uDC3A \xF3\xBE\xA0\xBA PHONE OFF 394 F364 EA91 7945 ED64 [ケータイOFF] 261 F7F1 E251 794…
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt391 If you want to turn classes OFF for some reason later:
/external/stlport/etc/
DChangeLog-5.16510 * src/sgi_mipspro.mak: add the -LANG:libc_in_namespace_std:OFF
/external/sqlite/dist/
Dsqlite3.c.orig23901 (setLockFlag?"ON":"OFF"), pFile->h, (pb.fd==-1?"[testval-1]":""),
33620 ** OFF sqlite3OsSync() is never called. This is the default
33638 ** Numeric values associated with these states are OFF==1, NORMAL=2,
35983 /* The dbOrigSize is never set if journal_mode=OFF */
36061 ** When journal_mode==OFF the dbOrigSize is always zero, so this
36062 ** block never runs if journal_mode=OFF.
76960 ** Interpret the given string as a safety level. Return 0 for OFF,
76967 ** and older scripts may have used numbers 0 for OFF and 1 for ON.
77731 ** PRAGMA [database.]synchronous=OFF|ON|NORMAL|FULL
85606 ** (Later:) I tried setting "PRAGMA vacuum_db.journal_mode=OFF" but
[all …]
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1421215 … public release. By default, CoreGraphics deferred updates are once again OFF, and the window
21216 display throttle is OFF.
DChangeLog-2006-02-0927164 3224973 - Safari sometimes stores data for AUTOCOMPLETE=OFF fields and password fields
/external/webkit/WebCore/
DChangeLog-2003-10-259030 3224973 - Safari sometimes stores data for AUTOCOMPLETE=OFF fields and password fields

12