Searched refs:td (Results 1 - 25 of 250) sorted by relevance

12345678910

/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/htdocs/raw/
H A Dimages.exp13 [td] 16 x 16 </td>
14 [td] 32 x 32 </td>
15 [td] 60 x 90 </td>
16 [td] 64 x 64</td>
17 [td] 120 x 181</td>
[all...]
H A Ddocumentation.exp19 [table]<tr><td>[nbsp][nbsp]</td><td>[stable]<tr><td>[btable]
21 [trtop]<td bgcolor=black><font color=lightyellow><b>The manpages in various formats</b></font></td></tr>
22 [trtop]<td></td></tr>
23 [trtop][td]
26 [trtop][td][nbs
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/htdocs/raw/
H A Ddocumentation.exp19 [table]<tr><td>[nbsp][nbsp]</td><td>[stable]<tr><td>[btable]
21 [trtop]<td bgcolor=black><font color=lightyellow><b>The manpages in various formats</b></font></td></tr>
22 [trtop]<td></td></tr>
23 [trtop][td]
26 [trtop][td][nbs
[all...]
H A Danimations.exp11 [table][trtop][td] 43 x 64 </td>[td] 68 x 100
12 </td></tr>[trtop][td][mem/logo/64a]</td>[td]
13 [mem/logo/100a]</td></tr></table>
H A Dimages.exp16 [table][trtop][td] 43 x 64 </td>[td] 68 x 100 </td>[td] 354 x 520
17 </td></tr>[trtop][td][mem/logo/64]</td>[td][mem/logo/100]</td>[t
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_tile.c70 TIFFDirectory *td = &tif->tif_dir; local
71 uint32 dx = td->td_tilewidth;
72 uint32 dy = td->td_tilelength;
73 uint32 dz = td->td_tiledepth;
76 if (td->td_imagedepth == 1)
79 dx = td->td_imagewidth;
81 dy = td->td_imagelength;
83 dz = td->td_imagedepth;
85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx);
86 uint32 ypt = TIFFhowmany(td
107 TIFFDirectory *td = &tif->tif_dir; local
147 TIFFDirectory *td = &tif->tif_dir; local
176 TIFFDirectory *td = &tif->tif_dir; local
195 TIFFDirectory *td = &tif->tif_dir; local
[all...]
H A Dtif_strip.c70 TIFFDirectory *td = &tif->tif_dir; local
73 strip = row / td->td_rowsperstrip;
74 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) {
75 if (sample >= td->td_samplesperpixel) {
78 (unsigned long) sample, (unsigned long) td->td_samplesperpixel);
81 strip += sample*td->td_stripsperimage;
92 TIFFDirectory *td = &tif->tif_dir; local
95 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 :
96 TIFFhowmany(td->td_imagelength, td
109 TIFFDirectory *td = &tif->tif_dir; local
160 TIFFDirectory* td = &tif->tif_dir; local
184 TIFFDirectory* td = &tif->tif_dir; local
229 TIFFDirectory *td = &tif->tif_dir; local
277 TIFFDirectory *td = &tif->tif_dir; local
303 TIFFDirectory *td = &tif->tif_dir; local
348 TIFFDirectory *td = &tif->tif_dir; local
[all...]
H A Dtif_aux.c65 TIFFDefaultTransferFunction(TIFFDirectory* td) argument
67 uint16 **tf = td->td_transferfunction;
71 if (td->td_bitspersample >= sizeof(tsize_t) * 8 - 2)
74 n = 1<<td->td_bitspersample;
84 if (td->td_samplesperpixel - td->td_extrasamples > 1) {
106 TIFFDefaultRefBlackWhite(TIFFDirectory* td) argument
110 if (!(td->td_refblackwhite = (float *)_TIFFmalloc(6*sizeof (float))))
112 if (td->td_photometric == PHOTOMETRIC_YCBCR) {
117 td
145 TIFFDirectory *td = &tif->tif_dir; local
[all...]
H A Dtif_write.c52 register TIFFDirectory *td; local
65 td = &tif->tif_dir;
70 if (row >= td->td_imagelength) { /* extend image */
71 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) {
76 td->td_imagelength = row+1;
82 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) {
83 if (sample >= td->td_samplesperpixel) {
86 sample, td->td_samplesperpixel);
89 strip = sample*td->td_stripsperimage + row/td
185 TIFFDirectory *td = &tif->tif_dir; local
267 TIFFDirectory *td = &tif->tif_dir; local
339 TIFFDirectory *td; local
445 TIFFDirectory* td = &tif->tif_dir; local
591 TIFFDirectory *td = &tif->tif_dir; local
626 TIFFDirectory *td = &tif->tif_dir; local
[all...]
H A Dtif_dir.c75 setExtraSamples(TIFFDirectory* td, va_list ap, uint32* v) argument
84 if ((uint16) *v > td->td_samplesperpixel)
103 td->td_extrasamples = (uint16) *v;
104 _TIFFsetShortArray(&td->td_sampleinfo, va, td->td_extrasamples);
113 TIFFDirectory* td = &tif->tif_dir; local
114 uint16 i = td->td_samplesperpixel;
131 td->td_samplesperpixel,
132 td->td_samplesperpixel-i);
141 TIFFDirectory* td local
676 TIFFDirectory* td = &tif->tif_dir; local
989 TIFFDirectory *td = &tif->tif_dir; local
1058 register TIFFDirectory* td = &tif->tif_dir; local
[all...]
H A Dtif_print.c195 TIFFDirectory *td = &tif->tif_dir; local
205 if (td->td_subfiletype & FILETYPE_REDUCEDIMAGE) {
209 if (td->td_subfiletype & FILETYPE_PAGE) {
213 if (td->td_subfiletype & FILETYPE_MASK)
216 (long) td->td_subfiletype, (long) td->td_subfiletype);
220 (unsigned long) td->td_imagewidth, (unsigned long) td->td_imagelength);
223 (unsigned long) td->td_imagedepth);
228 (unsigned long) td
[all...]
H A Dtif_read.c49 register TIFFDirectory *td = &tif->tif_dir; local
52 if (row >= td->td_imagelength) { /* out of range */
56 (unsigned long) td->td_imagelength);
59 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) {
60 if (sample >= td->td_samplesperpixel) {
63 (unsigned long) sample, (unsigned long) td->td_samplesperpixel);
66 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
68 strip = row / td->td_rowsperstrip;
126 TIFFDirectory *td local
174 TIFFDirectory *td = &tif->tif_dir; local
221 TIFFDirectory *td = &tif->tif_dir; local
265 TIFFDirectory *td = &tif->tif_dir; local
386 TIFFDirectory *td = &tif->tif_dir; local
413 TIFFDirectory *td = &tif->tif_dir; local
463 TIFFDirectory *td = &tif->tif_dir; local
500 TIFFDirectory *td = &tif->tif_dir; local
631 TIFFDirectory *td = &tif->tif_dir; local
661 TIFFDirectory *td = &tif->tif_dir; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_failchk.c28 TXN_DETAIL *ktd, *td; local
40 SH_TAILQ_FOREACH(td, &region->active_txn, links, __txn_detail) {
45 if (td->parent != INVALID_ROFF)
51 if (td->status == TXN_PREPARED)
55 if (dbenv->is_alive(dbenv, td->pid, td->tid, 0))
58 if (F_ISSET(td, TXN_DTL_INMEMORY))
61 td->pid, td->tid));
67 if ((ret = __txn_continue(env, txn, td)) !
[all...]
H A Dtxn.c165 TXN_DETAIL *ptd, *td; local
212 td = txn->td;
215 ptd = parent->td;
217 SH_TAILQ_INSERT_HEAD(&ptd->kids, td, klinks, __txn_detail);
293 TXN_DETAIL *td; local
304 SH_TAILQ_FOREACH(td, &region->active_txn, links, __txn_detail)
305 ids[nids++] = td->txnid;
365 TXN_DETAIL *td; local
395 __env_alloc(&mgr->reginfo, sizeof(TXN_DETAIL), &td)) !
564 TXN_DETAIL *td; local
807 TXN_DETAIL *td; local
980 TXN_DETAIL *td; local
1095 TXN_DETAIL *td; local
1183 TXN_DETAIL *td; local
1294 TXN_DETAIL *ptd, *td; local
1732 TXN_DETAIL *td; local
[all...]
H A Dtxn_recover.c146 TXN_DETAIL *td; local
179 for (td = SH_TAILQ_FIRST(&region->active_txn, __txn_detail);
180 td != NULL && *retp < count;
181 td = SH_TAILQ_NEXT(td, links, __txn_detail)) {
182 if (td->status != TXN_PREPARED ||
183 (flags != DB_FIRST && F_ISSET(td, TXN_DTL_COLLECTED)))
186 if (F_ISSET(td, TXN_DTL_RESTORED))
190 xidp->formatID = td->format;
196 xidp->gtrid_length = (long)td
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_debug.c122 struct tcp_debug *td = &tcp_debug[tcp_debx++]; local
127 td->td_family =
134 td->td_time = iptime();
135 td->td_act = act;
136 td->td_ostate = ostate;
137 td->td_tcb = (caddr_t)tp;
139 td->td_cb = *tp;
141 bzero((caddr_t)&td->td_cb, sizeof (*tp));
143 switch (td->td_family) {
145 bcopy((caddr_t)ipgen, (caddr_t)&td
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dm.h11 int tm_TASSIGN (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
12 int tm_TSET (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
13 int tm_ANCESTORS (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
14 int tm_APPEND (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
15 int tm_ATTR (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
16 int tm_CHILDREN (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
17 int tm_CUT (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
18 int tm_DELETE (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
19 int tm_DEPTH (T* td, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
20 int tm_DESCENDANTS (T* td, Tcl_Inter
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/xa/
H A Dxa_map.c66 struct __txn_detail *td; local
68 return (__txn_map_gid(env, (u_int8_t *)xid->data, &td, offp));
114 * "td" in the shared region.
119 __db_map_xid(env, xid, td)
122 TXN_DETAIL *td;
125 memcpy(td->xid, xid->data, XIDDATASIZE);
126 td->bqual = (u_int32_t)xid->bqual_length;
127 td->gtrid = (u_int32_t)xid->gtrid_length;
128 td->format = (int32_t)xid->formatID;
147 TXN_DETAIL *td; local
[all...]
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Dmakemanidx65 <tr><td colspan="2"> <hr> </td> </tr>
67 <tr><td align="center"> 1 </td> <td> Commands </td> </tr>
69 <tr><td align="center"> 3 </td> <td> Library routines </td> </t
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DIntrinsicLowering.h32 explicit IntrinsicLowering(const TargetData &td) : argument
33 TD(td), Warned(false) {}
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/comm/
H A Dwebserver.xotcl69 append m <tr><td><em>$a</em></td><td>$v</td></tr>\n
75 <tr><td><em>method:</em></td><td>[my set method]</td></tr>
76 <tr><td><em>resource:</em></td><t
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A DCollPerf.pl186 <td>strcoll</td>
187 <td>nanosecs</td>
188 <td>Timing for string collation, an incremental compare of strings.</td>
191 <td>keygen</td>
192 <td>nanosecs</td>
[all...]
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dtdata.c275 tdata_label_add(tdata_t *td, char *label, int idx) argument
280 le->le_idx = (idx == -1 ? td->td_nextid - 1 : idx);
282 slist_add(&td->td_labels, le, (int (*)())tdata_label_cmp);
297 tdata_label_top(tdata_t *td) argument
301 (void) list_iter(td->td_labels, tdata_label_top_cb, &top);
313 tdata_label_find(tdata_t *td, char *label) argument
319 ret = (labelent_t *)list_first(td->td_labels);
325 if (!(ret = (labelent_t *)list_find(td->td_labels, &let,
347 tdata_label_newmax(tdata_t *td, int newmax) argument
349 (void) list_iter(td
362 tdata_label_free(tdata_t *td) argument
392 tdata_free(tdata_t *td) argument
413 tdata_t *td = private; local
439 tdata_build_hashes_common(tdata_t *td, hash_t *hash) argument
446 tdata_build_hashes(tdata_t *td) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcosync.c52 int td; local
70 if ((td = open(tmp, O_WRONLY|O_CREAT|O_TRUNC, 0)) >= 0) close(td);
74 if ((td = open(file, mode)) < 0) return(-1);
76 dup2(td, fd);
77 close(td);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drbbitst.h92 void generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td);
96 void testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td);
100 void testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td);
104 void testFollowing(RuleBasedBreakIterator& bi, BITestData &td);
108 void testPreceding(RuleBasedBreakIterator& bi, BITestData &td);
112 void testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td);
117 void doMultipleSelectionTest(RuleBasedBreakIterator& iterator, BITestData &td);

Completed in 231 milliseconds

12345678910