/external/zlib/contrib/iostream2/ |
D | zstream.h | 115 inline int read(izstream& zs, T* x, Items items) { in read() argument 116 return ::gzread(zs.fp(), x, items*sizeof(T)); in read() 123 inline izstream& operator>(izstream& zs, T& x) { 124 ::gzread(zs.fp(), &x, sizeof(T)); 125 return zs; 129 inline zstringlen::zstringlen(izstream& zs) { in zstringlen() argument 130 zs > val.byte; in zstringlen() 131 if (val.byte == 255) zs > val.word; in zstringlen() 138 inline izstream& operator>(izstream& zs, char* x) { 139 zstringlen len(zs); [all …]
|
/external/icu4c/data/coll/ |
D | hu.txt | 25 "&Z<zs<<<Zs<<<ZS" 52 "&zs<<<zzs/zs" 53 "&Zs<<<Zzs/zs"
|
/external/bzip2/ |
D | bzlib.c | 260 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ argument 264 if (zchh != zs->state_in_ch && \ 265 zs->state_in_len == 1) { \ 266 UChar ch = (UChar)(zs->state_in_ch); \ 267 BZ_UPDATE_CRC( zs->blockCRC, ch ); \ 268 zs->inUse[zs->state_in_ch] = True; \ 269 zs->block[zs->nblock] = (UChar)ch; \ 270 zs->nblock++; \ 271 zs->state_in_ch = zchh; \ 275 if (zchh != zs->state_in_ch || \ [all …]
|
/external/valgrind/main/auxprogs/ |
D | Merge3Way.hs | 56 identical3 (x:xs) (y:ys) (z:zs) 57 = x == y && y == z && identical3 xs ys zs
|
/external/protobuf/gtest/ |
D | CONTRIBUTORS | 7 Balázs Dán <balazs.dan@gmail.com>
|
/external/gtest/ |
D | CONTRIBUTORS | 7 Balázs Dán <balazs.dan@gmail.com>
|
/external/chromium/testing/gtest/ |
D | CONTRIBUTORS | 7 Balázs Dán <balazs.dan@gmail.com>
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | dtoa.cpp | 1197 uint32_t si, z, zs; in quorem() local 1225 zs = (si >> 16) * q + (ys >> 16); in quorem() 1226 carry = zs >> 16; in quorem() 1229 z = (*bx >> 16) - (zs & 0xffff) - borrow; in quorem() 1257 zs = (si >> 16) + (ys >> 16); in quorem() 1258 carry = zs >> 16; in quorem() 1261 z = (*bx >> 16) - (zs & 0xffff) - borrow; in quorem()
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 1342 const float* zs = 0; in cvConvertPointsHomogeneous() local 1353 zs = ys + s_plane_stride; in cvConvertPointsHomogeneous() 1369 float x = *xs * w, y = *ys * w, z = *zs * w; in cvConvertPointsHomogeneous() 1370 xs += s_stride; ys += s_stride; zs += s_stride; in cvConvertPointsHomogeneous() 1388 const double* zs = 0; in cvConvertPointsHomogeneous() local 1399 zs = ys + s_plane_stride; in cvConvertPointsHomogeneous() 1415 double x = *xs * w, y = *ys * w, z = *zs * w; in cvConvertPointsHomogeneous() 1416 xs += s_stride; ys += s_stride; zs += s_stride; in cvConvertPointsHomogeneous()
|
/external/valgrind/main/memcheck/tests/ |
D | origin5-bz2.c | 4626 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ argument 4630 if (zchh != zs->state_in_ch && \ 4631 zs->state_in_len == 1) { \ 4632 UChar ch = (UChar)(zs->state_in_ch); \ 4633 BZ_UPDATE_CRC( zs->blockCRC, ch ); \ 4634 zs->inUse[zs->state_in_ch] = True; \ 4635 zs->block[zs->nblock] = (UChar)ch; \ 4636 zs->nblock++; \ 4637 zs->state_in_ch = zchh; \ 4641 if (zchh != zs->state_in_ch || \ [all …]
|
D | varinfo6.c | 4664 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ argument 4668 if (zchh != zs->state_in_ch && \ 4669 zs->state_in_len == 1) { \ 4670 UChar ch = (UChar)(zs->state_in_ch); \ 4671 BZ_UPDATE_CRC( zs->blockCRC, ch ); \ 4672 zs->inUse[zs->state_in_ch] = True; \ 4673 zs->block[zs->nblock] = (UChar)ch; \ 4674 zs->nblock++; \ 4675 zs->state_in_ch = zchh; \ 4679 if (zchh != zs->state_in_ch || \ [all …]
|
/external/valgrind/main/perf/ |
D | bz2.c | 4626 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ argument 4630 if (zchh != zs->state_in_ch && \ 4631 zs->state_in_len == 1) { \ 4632 UChar ch = (UChar)(zs->state_in_ch); \ 4633 BZ_UPDATE_CRC( zs->blockCRC, ch ); \ 4634 zs->inUse[zs->state_in_ch] = True; \ 4635 zs->block[zs->nblock] = (UChar)ch; \ 4636 zs->nblock++; \ 4637 zs->state_in_ch = zchh; \ 4641 if (zchh != zs->state_in_ch || \ [all …]
|
/external/valgrind/main/exp-ptrcheck/tests/ |
D | hackedbz2.c | 4635 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ argument 4639 if (zchh != zs->state_in_ch && \ 4640 zs->state_in_len == 1) { \ 4641 UChar ch = (UChar)(zs->state_in_ch); \ 4642 BZ_UPDATE_CRC( zs->blockCRC, ch ); \ 4643 zs->inUse[zs->state_in_ch] = True; \ 4644 zs->block[zs->nblock] = (UChar)ch; \ 4645 zs->nblock++; \ 4646 zs->state_in_ch = zchh; \ 4650 if (zchh != zs->state_in_ch || \ [all …]
|
/external/mesa3d/test/ |
D | m_matrix.c | 806 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local 941 zs = z * s; in _math_matrix_rotate() 946 M(0,1) = (one_c * xy) - zs; in _math_matrix_rotate() 950 M(1,0) = (one_c * xy) + zs; in _math_matrix_rotate()
|
/external/quake/quake/src/WinQuake/ |
D | gl_rmain.cpp | 1134 float zs = z * s; in setRotateM() local 1136 rm[rmOffset + 4] = xy*nc - zs; in setRotateM() 1138 rm[rmOffset + 1] = xy*nc + zs; in setRotateM()
|
/external/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 2120 ULong si, z, zs; variable 2154 zs = (si >> 16) * q + (ys >> 16); 2155 carry = zs >> 16; 2158 z = (*bx >> 16) - (zs & 0xffff) - borrow; 2195 zs = (si >> 16) + (ys >> 16); 2196 carry = zs >> 16; 2199 z = (*bx >> 16) - (zs & 0xffff) - borrow;
|
/external/icu4c/data/locales/ |
D | hu.txt | 17 " {zs} {zzs}]"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_phs.pkb | 42 …n�n�n=o�o�oppp_p�p�p7q8q9q:q�q�qrZr�r�r2szs�s
|
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/ |
D | voice.rtpdump | 6 …�������ot����o{toixph_bl���ofk���xdk����{�����ro��k�9K�4�J��pjctt{~y�zs�im�vf[]`^kmy��������… 17 …�������������������� ��9��4�j��pj�����������~~}~������tu{}~xzwusx{~|zs~�����������|rzt~}���… 92 …}{~���{xy�yy}~���~�{�y�����~���yw���{z���xx��~u����{{x|tuw~yvz|zx}~�tw~�~zs{���r���}����������z�…
|
/external/v8/src/ |
D | heap-profiler.cc | 1030 ZoneScope zs(DELETE_ON_EXIT); in Call() local
|
/external/jpeg/ |
D | testimg.ppm | 4 …zs��~�����{�ka�<2�8)�;(�:'�;&�:%�:&�:'�9)�8*�:.�6*�5'�8)�>.�>.�8(�/!�6)�5)�4(�6)�9+�<+�=*�;)�:-�:/…
|
/external/mksh/src/ |
D | check.t | 5153 typeset -Z9 zs=16#1 5154 echo "<$ln> <$rn> <$zn> <$ls> <$rs> <$zs>"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_mgc.pkb | 3170 !3����g���MZ?*0C=DLtML ,:44& 05AŨ�zs�x�}~w�GWIGJXTOKM^go�áTTicjvje{r�����LK>@FLP�/�
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kpdf_mgc.pkb | 2154 �hxv�k�i�?idrQ����@XHEN?-0&����V]ckVeqiv������zs�UZE���IIUMBYVX`hlledbZa\yo���"i�
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 976 …��}�a� e�Gr�g�p�R��V9����ی�sjy�E5AI>OT�h�zo~|�����g\qr]eblwnm}x�zs�����edocly�t�{y����…
|