/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 46 TempTracker tt; in f0() local 48 A a(tt, 2); in f0() 49 if ((A(tt, 3), val)) in f0() 50 A b(tt, 5); in f0() 51 A c(tt, 7); in f0() 53 return tt.Product; in f0() 58 TempTracker tt; in f1() local 60 A a(tt, 2); in f1() 61 if ((A(tt, 3), val)) in f1() 62 A b(tt, 5); in f1() [all …]
|
/external/iproute2/doc/ |
D | ss.sgml | 6 <author>Alexey Kuznetsov, <tt/kuznet@ms2.inr.ac.ru/ 9 <tt/ss/ is one another utility to investigate sockets. 10 Functionally it is NOT better than <tt/netstat/ combined 20 <p> <tt>/proc</tt> interface is inadequate, unfortunately. 21 When amount of sockets is enough large, <tt/netstat/ or even 22 plain <tt>cat /proc/net/tcp/</tt> cause nothing but pains and curses. 24 of sockets is small reading <tt>/proc/net/tcp/</tt> is slow enough. 30 to load module <tt/tcp_diag/, which can be found in directory 31 <tt/Modules/ of <tt/iproute2/. If you do not make this <tt/ss/ 32 will work, but it falls back to <tt>/proc</tt> and becomes slow [all …]
|
D | nstat.sgml | 6 <author>Alexey Kuznetsov, <tt/kuznet@ms2.inr.ac.ru/ 9 <tt/nstat/, <tt/ifstat/ and <tt/rtacct/ are simple tools helping 14 them simultaneously, using name <tt/Xstat/ in the places which apply 24 <tt/PATTERN/ is shell style pattern, selecting identifier 27 <tt/Xstat/ assumes that user wants to see all the variables. 29 <p> <tt/OPTIONS/ is list of single letter options, using common unix 33 <item><tt/-h/ - show help page 34 <item><tt/-?/ - the same, of course 35 <item><tt/-v/, <tt/-V/ - print version of <tt/Xstat/ and exit 36 <item><tt/-z/ - dump zero counters too. By default they are not shown. [all …]
|
D | arpd.sgml | 6 <author>Alexey Kuznetsov, <tt/kuznet@ms2.inr.ac.ru/ 9 <tt/arpd/ is daemon collecting gratuitous ARP information, saving 23 <p> <tt/OPTIONS/ are: 27 <item><tt/-l/ - dump <tt/arpd/ database to stdout and exit. Output consists 30 is replaced by word <tt/FAILED/ followed by colon and time when the fact 33 <item><tt/-f FILE/ - read and load <tt/arpd/ database from <tt/FILE/ 34 in text format similar dumped by option <tt/-l/. Exit after load, 35 probably listing resulting database, if option <tt/-l/ is also given. 36 If <tt/FILE/ is <tt/-/, <tt/stdin/ is read to get ARP table. 38 <item><tt/-b DATABASE/ - location of database file. Default location is [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | mem-promote-integers.ll | 9 %tt = xor <1 x i8> %x, %bb 10 store <1 x i8> %tt, <1 x i8>* %b 14 ret <1 x i8> %tt 20 %tt = xor <1 x i16> %x, %bb 21 store <1 x i16> %tt, <1 x i16>* %b 25 ret <1 x i16> %tt 31 %tt = xor <1 x i32> %x, %bb 32 store <1 x i32> %tt, <1 x i32>* %b 36 ret <1 x i32> %tt 42 %tt = xor <1 x i64> %x, %bb [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/ |
D | test_db.py | 84 tt = TestBasic.get_by_id(t.id) 85 _objects['test_basic_tt'] = tt 86 assert tt.id == t.id 90 assert t.size == tt.size 91 assert t.foo == tt.foo 92 assert t.name == tt.name 106 tt = TestFloat.get_by_id(t.id) 107 _objects['test_float_tt'] = tt 108 assert tt.id == t.id 109 assert tt.name == t.name [all …]
|
/external/libnfc-nci/src/gki/common/ |
D | gki_time.c | 46 UINT8 tt; in gki_timers_init() local 54 for (tt = 0; tt < GKI_MAX_TASKS; tt++) in gki_timers_init() 56 gki_cb.com.OSWaitTmr [tt] = 0; in gki_timers_init() 59 gki_cb.com.OSTaskTmr0 [tt] = 0; in gki_timers_init() 60 gki_cb.com.OSTaskTmr0R [tt] = 0; in gki_timers_init() 64 gki_cb.com.OSTaskTmr1 [tt] = 0; in gki_timers_init() 65 gki_cb.com.OSTaskTmr1R [tt] = 0; in gki_timers_init() 69 gki_cb.com.OSTaskTmr2 [tt] = 0; in gki_timers_init() 70 gki_cb.com.OSTaskTmr2R [tt] = 0; in gki_timers_init() 74 gki_cb.com.OSTaskTmr3 [tt] = 0; in gki_timers_init() [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_time.c | 46 UINT8 tt; in gki_timers_init() local 54 for (tt = 0; tt < GKI_MAX_TASKS; tt++) in gki_timers_init() 56 gki_cb.com.OSWaitTmr [tt] = 0; in gki_timers_init() 59 gki_cb.com.OSTaskTmr0 [tt] = 0; in gki_timers_init() 60 gki_cb.com.OSTaskTmr0R [tt] = 0; in gki_timers_init() 64 gki_cb.com.OSTaskTmr1 [tt] = 0; in gki_timers_init() 65 gki_cb.com.OSTaskTmr1R [tt] = 0; in gki_timers_init() 69 gki_cb.com.OSTaskTmr2 [tt] = 0; in gki_timers_init() 70 gki_cb.com.OSTaskTmr2R [tt] = 0; in gki_timers_init() 74 gki_cb.com.OSTaskTmr3 [tt] = 0; in gki_timers_init() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/composite/ |
D | CopyRed.miff | 15 …tt�tt�tt�tt�tt�tt~tt\ttptt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt�tt…
|
D | CopyBlue.miff | 15 …tt=ttltt�tt�tt�tt�tt�tt�tt�tt�tt�tt�ttjttLttDttVttkttttztt-tt#tt)tt+tt+tt(tt-tt(tt-tt/tt0tt5tt.tt…
|
D | CopyGreen.miff | 15 …tt{tt�tt�tt�tt�tt�tt�ttZtt[ttWttSttftt�tt�tt;tt;tt;tt6tt;tt6tt:tt8tt:tt:tt:tt?tt:tt1tt/tt+tt*tt$tt…
|
/external/boringssl/src/crypto/des/ |
D | internal.h | 168 uint32_t tt; \ 169 PERM_OP(r, l, tt, 4, 0x0f0f0f0fL); \ 170 PERM_OP(l, r, tt, 16, 0x0000ffffL); \ 171 PERM_OP(r, l, tt, 2, 0x33333333L); \ 172 PERM_OP(l, r, tt, 8, 0x00ff00ffL); \ 173 PERM_OP(r, l, tt, 1, 0x55555555L); \ 178 uint32_t tt; \ 179 PERM_OP(l, r, tt, 1, 0x55555555L); \ 180 PERM_OP(r, l, tt, 8, 0x00ff00ffL); \ 181 PERM_OP(l, r, tt, 2, 0x33333333L); \ [all …]
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 91 const ASN1_TEMPLATE *tt = NULL; in asn1_item_ex_combine_new() local 196 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) in asn1_item_ex_combine_new() 198 pseqval = asn1_get_field_ptr(pval, tt); in asn1_item_ex_combine_new() 199 if (!ASN1_template_new(pseqval, tt)) in asn1_item_ex_combine_new() 265 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_new() argument 267 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in ASN1_template_new() 269 if (tt->flags & ASN1_TFLG_OPTIONAL) in ASN1_template_new() 271 asn1_template_clear(pval, tt); in ASN1_template_new() 276 if (tt->flags & ASN1_TFLG_ADB_MASK) in ASN1_template_new() [all …]
|
D | tasn_fre.c | 79 const ASN1_TEMPLATE *tt = NULL, *seqtt; in asn1_item_combine_free() local 119 tt = it->templates + i; in asn1_item_combine_free() 120 pchval = asn1_get_field_ptr(pval, tt); in asn1_item_combine_free() 121 ASN1_template_free(pchval, tt); in asn1_item_combine_free() 160 tt = it->templates + it->tcount - 1; in asn1_item_combine_free() 161 for (i = 0; i < it->tcount; tt--, i++) in asn1_item_combine_free() 164 seqtt = asn1_do_adb(pval, tt, 0); in asn1_item_combine_free() 181 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_free() argument 184 if (tt->flags & ASN1_TFLG_SK_MASK) in ASN1_template_free() 191 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item), in ASN1_template_free() [all …]
|
D | tasn_dec.c | 85 const ASN1_TEMPLATE *tt, char opt, 89 const ASN1_TEMPLATE *tt, char opt, 143 const unsigned char **in, long len, const ASN1_TEMPLATE *tt) in ASN1_template_d2i() argument 147 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c); in ASN1_template_d2i() 159 const ASN1_TEMPLATE *tt, *errtt = NULL; in ASN1_item_ex_d2i() local 316 tt = it->templates + i; in ASN1_item_ex_d2i() 317 pchptr = asn1_get_field_ptr(pval, tt); in ASN1_item_ex_d2i() 318 ASN1_template_free(pchptr, tt); in ASN1_item_ex_d2i() 329 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++) in ASN1_item_ex_d2i() 331 pchptr = asn1_get_field_ptr(pval, tt); in ASN1_item_ex_d2i() [all …]
|
/external/eigen/doc/ |
D | TutorialReductionsVisitorsBroadcasting.dox | 24 … the sum of the diagonal coefficients and can equivalently be computed <tt>a.diagonal().sum()</tt>. 55 …tt>array > 0</tt> is an %Array of the same size as \c array , with \b true at those positions wher… 180 We can interpret the instruction <tt>mat.colwise() += v</tt> in two equivalent ways. It adds the ve… 188 The operators <tt>-=</tt>, <tt>+</tt> and <tt>-</tt> can also be used column-wise and row-wise. On … 189 can also use the operators <tt>*=</tt>, <tt>/=</tt>, <tt>*</tt> and <tt>/</tt> to perform coefficie… 192 \c v(1), and so on, then use <tt>mat = mat * v.asDiagonal()</tt>. 216 the nearest neighbour of a vector <tt>v</tt> within the columns of matrix <tt>m</tt>. The Euclidean… 235 …- <tt>m.colwise() - v</tt> is a broadcasting operation, subtracting <tt>v</tt> from each column in… 236 is a new matrix whose size is the same as matrix <tt>m</tt>: \f[ 244 …- <tt>(m.colwise() - v).colwise().squaredNorm()</tt> is a partial reduction, computing the squared… [all …]
|
D | TemplateKeyword.dox | 27 We could just as well have written <tt>template <class T></tt>; the keywords \c typename and … 49 <tt>mat.topLeftCorner(3,3)</tt> as the parameter \c src, then this is copied into a temporary varia… 75 …ived2 in the example). That means that the compiler cannot know that <tt>dst.triangularPart</tt> is 77 parameter. Another possibility would be that <tt>dst.triangularPart</tt> is a member variable with … 78 symbol refering to the <tt>operator<()</tt> function. In fact, the compiler should choose the se… 79 possibility, according to the standard. If <tt>dst.triangularPart</tt> is a member template (as in … 80 the programmer should specify this explicitly with the \c template keyword and write <tt>dst.templa… 81 triangularPart</tt>. 85 …example, \c dst is a dependent name because it is of type <tt>MatrixBase<Derived1></tt> whic… 87 - If the code contains either one of the contructions <tt>xxx.yyy</tt> or <tt>xxx->yyy</tt> and … [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 192 text_reset(TestText *tt) { in text_reset() argument 193 tt->limit = tt->text; in text_reset() 194 tt->number = 0; in text_reset() 198 text_nextString(TestText *tt, int32_t *pLength) { in text_nextString() argument 199 char *s = tt->limit; in text_nextString() 200 if (s == tt->textLimit) { in text_nextString() 203 } else if (s == tt->text) { in text_nextString() 205 if ((tt->textLimit - tt->text) >= 3 && in text_nextString() 213 ++tt->number; in text_nextString() 217 tt->limit = uprv_strchr(s, 0); in text_nextString() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | RuleBasedTimeZone.java | 186 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime() local 187 if (tt != null && tt.getTo().getDSTSavings() != 0) { in useDaylightTime() 211 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime() local 212 if (tt == null) { in observesDaylightTime() 216 TimeZoneRule toRule = tt.getTo(); in observesDaylightTime() 232 time = tt.getTime(); in observesDaylightTime() 352 long tt = tzt.getTime(); in getNextTransition() local 353 if (tt > base || (inclusive && tt == base)) { in getNextTransition() 358 tt = tzt.getTime(); in getNextTransition() 359 if (inclusive && tt == base) { in getNextTransition() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | RuleBasedTimeZone.java | 171 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime() local 172 if (tt != null && tt.getTo().getDSTSavings() != 0) { in useDaylightTime() 195 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime() local 196 if (tt == null) { in observesDaylightTime() 200 TimeZoneRule toRule = tt.getTo(); in observesDaylightTime() 216 time = tt.getTime(); in observesDaylightTime() 330 long tt = tzt.getTime(); in getNextTransition() local 331 if (tt > base || (inclusive && tt == base)) { in getNextTransition() 336 tt = tzt.getTime(); in getNextTransition() 337 if (inclusive && tt == base) { in getNextTransition() [all …]
|
/external/freetype/src/base/ |
D | ftbitmap.c | 571 FT_Byte* tt = t; in FT_Bitmap_Convert() local 581 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 ); in FT_Bitmap_Convert() 582 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 ); in FT_Bitmap_Convert() 583 tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 ); in FT_Bitmap_Convert() 584 tt[3] = (FT_Byte)( ( val & 0x10 ) >> 4 ); in FT_Bitmap_Convert() 585 tt[4] = (FT_Byte)( ( val & 0x08 ) >> 3 ); in FT_Bitmap_Convert() 586 tt[5] = (FT_Byte)( ( val & 0x04 ) >> 2 ); in FT_Bitmap_Convert() 587 tt[6] = (FT_Byte)( ( val & 0x02 ) >> 1 ); in FT_Bitmap_Convert() 588 tt[7] = (FT_Byte)( val & 0x01 ); in FT_Bitmap_Convert() 590 tt += 8; in FT_Bitmap_Convert() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftbitmap.c | 571 FT_Byte* tt = t; in FT_Bitmap_Convert() local 581 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 ); in FT_Bitmap_Convert() 582 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 ); in FT_Bitmap_Convert() 583 tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 ); in FT_Bitmap_Convert() 584 tt[3] = (FT_Byte)( ( val & 0x10 ) >> 4 ); in FT_Bitmap_Convert() 585 tt[4] = (FT_Byte)( ( val & 0x08 ) >> 3 ); in FT_Bitmap_Convert() 586 tt[5] = (FT_Byte)( ( val & 0x04 ) >> 2 ); in FT_Bitmap_Convert() 587 tt[6] = (FT_Byte)( ( val & 0x02 ) >> 1 ); in FT_Bitmap_Convert() 588 tt[7] = (FT_Byte)( val & 0x01 ); in FT_Bitmap_Convert() 590 tt += 8; in FT_Bitmap_Convert() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftbitmap.c | 571 FT_Byte* tt = t; in FT_Bitmap_Convert() local 581 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 ); in FT_Bitmap_Convert() 582 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 ); in FT_Bitmap_Convert() 583 tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 ); in FT_Bitmap_Convert() 584 tt[3] = (FT_Byte)( ( val & 0x10 ) >> 4 ); in FT_Bitmap_Convert() 585 tt[4] = (FT_Byte)( ( val & 0x08 ) >> 3 ); in FT_Bitmap_Convert() 586 tt[5] = (FT_Byte)( ( val & 0x04 ) >> 2 ); in FT_Bitmap_Convert() 587 tt[6] = (FT_Byte)( ( val & 0x02 ) >> 1 ); in FT_Bitmap_Convert() 588 tt[7] = (FT_Byte)( val & 0x01 ); in FT_Bitmap_Convert() 590 tt += 8; in FT_Bitmap_Convert() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP521R1Field.java | 56 int[] tt = Nat.create(33); in multiply() local 57 implMultiply(x, y, tt); in multiply() 58 reduce(tt, z); in multiply() 103 int[] tt = Nat.create(33); in square() local 104 implSquare(x, tt); in square() 105 reduce(tt, z); in square() 112 int[] tt = Nat.create(33); in squareN() local 113 implSquare(x, tt); in squareN() 114 reduce(tt, z); in squareN() 118 implSquare(z, tt); in squareN() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | CopyRed.miff | 41 …tt�:tt�Ott�Vtt�gtt�ltt�Qtt�[tt�ytt��tt��tt��tt��tt��tt��tt�~tt�\tt�ptt��tt��tt��tt��tt��tt��tt��tt…
|