Searched refs:dsi (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c189 DSI_STRUCT dsi; member in struct:__anon13199
428 sprintf (str, "\tDTED level : %.5s\n", th->dsi.level); OUT;
429 sprintf (str, "\tNumber of rows : %.4s\n", th->dsi.rows); OUT;
430 sprintf (str, "\tNumber of columns : %.4s\n", th->dsi.cols); OUT;
431 sprintf (str, "\tCell coverage : %.2s\n", th->dsi.cell_coverage); OUT;
826 sscanf (th.dsi.rows, "%4d", &nRows);
827 sscanf (th.dsi.cols, "%4d", &nCols);
/macosx-10.10/libdispatch-442.1.4/src/
H A Dsource.c920 dispatch_source_t dsi = _dispatch_source_from_refs(dri); local
921 uint32_t mask = (uint32_t)dsi->ds_pending_data_mask;
2789 dispatch_source_t dsi = _dispatch_source_from_refs(dri); local
2790 if (dsi->ds_pending_data_mask & _DISPATCH_MACH_RECV_DIRECT_FLAGS) {
2791 return _dispatch_source_merge_mach_msg(dsi, dri, dk, hdr, siz);
2852 dispatch_source_t dsi = _dispatch_source_from_refs(dri); local
2853 if (dx_type(dsi) == DISPATCH_MACH_CHANNEL_TYPE) {
2854 dispatch_mach_t dm = (dispatch_mach_t)dsi;
2860 _dispatch_source_merge_kevent(dsi, &kev);
2862 _dispatch_source_kevent_unregister(dsi);
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dpike.vim3 " Maintainer: Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>

Completed in 127 milliseconds