/external/dropbear/libtomcrypt/src/prngs/ |
D | sober128.c | 65 #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/ |
D | inffast.c | 25 # 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/ |
D | inffast.c | 25 # 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/ |
D | inffast.c | 25 # 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/ |
D | filter_bilinear_altivec.asm | 17 .macro load_c V, LABEL, OFF, R0, R1 20 lvx \V, \OFF, \R1
|
D | idctllm_altivec.asm | 14 .macro load_c V, LABEL, OFF, R0, R1 17 lvx \V, \OFF, \R1
|
D | filter_altivec.asm | 17 .macro load_c V, LABEL, OFF, R0, R1 20 lvx \V, \OFF, \R1
|
/external/libvpx/vp8/encoder/ppc/ |
D | variance_subpixel_altivec.asm | 18 .macro load_c V, LABEL, OFF, R0, R1 21 lvx \V, \OFF, \R1
|
D | fdct_altivec.asm | 15 .macro load_c V, LABEL, OFF, R0, R1 18 lvx \V, \OFF, \R1
|
/external/proguard/bin/ |
D | proguard.bat | 1 @ECHO OFF
|
D | proguardgui.bat | 1 @ECHO OFF
|
D | retrace.bat | 1 @ECHO OFF
|
/external/elfutils/libelf/ |
D | gelf_xlate.h | 21 FUNDAMENTAL (OFF, Off, LIBELFBITS);
|
/external/libpng/scripts/ |
D | CMakeLists.txt | 49 set(png_asm_tmp "OFF") 57 set(png_asm_tmp "OFF")
|
/external/libpng/ |
D | CMakeLists.txt | 73 set(png_asm_tmp "OFF") 82 set(png_asm_tmp "OFF")
|
/external/stlport/ |
D | configure.bat | 1 @ECHO OFF
|
/external/quake/quake/src/WinQuake/data/ |
D | README.TXT | 277 issue the command QDPMI OFF before running QUAKE, or get the update patch
|
/external/dropbear/libtommath/ |
D | changes.txt | 23 v0.36 -- LTM_PRIME_2MSB_ON was fixed and the "OFF" flag was removed.
|
/external/skia/emoji/ |
D | gmojiraw.txt | 404 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/ |
D | geshi-doc.txt | 391 If you want to turn classes OFF for some reason later:
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 6510 * src/sgi_mipspro.mak: add the -LANG:libc_in_namespace_std:OFF
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 23901 (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/ |
D | ChangeLog-2007-10-14 | 21215 … public release. By default, CoreGraphics deferred updates are once again OFF, and the window 21216 display throttle is OFF.
|
D | ChangeLog-2006-02-09 | 27164 3224973 - Safari sometimes stores data for AUTOCOMPLETE=OFF fields and password fields
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 9030 3224973 - Safari sometimes stores data for AUTOCOMPLETE=OFF fields and password fields
|