Searched refs:th (Results 176 - 200 of 328) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_to_html.rb281 <tr><th>Name<th>Count
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqlj.vim7 " Last change: 31th Dec 2001
H A Dxpm.vim39 " get the 4th value: cpp = number of character per pixel
H A Dxpm2.vim51 " get the 4th value: cpp = number of character per pixel
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h174 struct uthread* (*get_bsdthread_info)(thread_t th);
200 ipc_port_t (*convert_thread_to_port)(thread_t th);
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/core/
H A Dkernelcore.py302 for th in IterateQueue(thread_queue_head, thread_ptr_type, 'threads'):
303 self._threads_list.append(th)
/macosx-10.10/ruby-106/ruby/test/fileutils/
H A Dtest_fileutils.rb996 th = Thread.new { read.read }
1005 lines = th.value.lines.map {|l| l.chomp }
1015 th = Thread.new { read.read }
1022 lines = th.value.lines.map {|l| l.chomp }
/macosx-10.10/top-100.1.2/
H A Dlibtop.h232 uint32_t th; member in struct:libtop_psamp_s
/macosx-10.10/ruby-106/ruby/
H A Diseq.c204 rb_thread_t *th = GET_THREAD(); local
213 if (th->top_wrapper) {
214 NODE *cref = NEW_CREF(th->top_wrapper);
427 rb_thread_t *th = GET_THREAD(); local
428 VALUE parent = th->base_block->iseq->self;
588 rb_thread_t *th = GET_THREAD(); local
589 rb_block_t *prev_base_block = th->base_block;
592 th->base_block = base_block;
594 TH_PUSH_TAG(th);
628 th
[all...]
H A Dvm_method.c406 rb_thread_t *th; local
434 th = GET_THREAD();
435 cfp = rb_vm_get_ruby_level_next_cfp(th, th->cfp);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c576 uint32 tw, th; local
589 TIFFGetField(tif, TIFFTAG_TILELENGTH, &th);
603 rowstoread = th - (row + img->row_offset) % th;
614 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif);
669 uint32 tw, th; local
693 TIFFGetField(tif, TIFFTAG_TILELENGTH, &th);
707 rowstoread = th - (row + img->row_offset) % th;
739 pos = ((row+img->row_offset) % th) * TIFFTileRowSiz
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffJpeg.c1555 JPEGDefaultTileSize(tif, tw, th)
1558 uint32* th;
1563 (*sp->deftparent)(tif, tw, th);
1565 *th = TIFFroundup(*th, td->td_ycbcrsubsampling[1] * DCTSIZE);
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_io.rb897 th = Thread.new { IO.copy_stream(src, dst) }
898 flunk("timeout") unless th.join(10)
1226 th = Thread.new {f.close_write}
1228 th.join
2102 end.each {|th| th.join}
2556 th = Thread.new {r.sysread(100, buf)}
2557 Thread.pass until th.stop?
2561 Thread.pass while th.alive?
2562 th
[all...]
H A Dtest_bignum.rb596 th = Thread.new do
602 th.join
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dobject.cpp587 void graphic_object::set_thickness(double th) argument
589 lt.thickness = th;
1867 double th; local
1869 th = thickness;
1871 lookup_variable("linethick", &th);
1872 obj->set_thickness(th);
/macosx-10.10/vim-55/runtime/autoload/
H A Dtohtml.vim109 call add(html, '<th>'.bufname(buf).'</th>')
251 \ 'th, td { width: '.printf("%.1f",100.0/len(a:win_list)).'%; }',
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread.c2013 uint16_t thread_set_tag(thread_t th, uint16_t tag) { argument
2014 return thread_set_tag_internal(th, tag);
2016 uint16_t thread_get_tag(thread_t th) { argument
2017 return thread_get_tag_internal(th);
2056 thread_t th)
2058 return (thread_should_halt_fast(th));
2055 thread_should_halt( thread_t th) argument
/macosx-10.10/libdispatch-442.1.4/src/
H A Dqueue.c1322 mach_port_t th; local
1325 _dispatch_thread_port(), &th, acquire)) {
1326 _dispatch_thread_switch(th, DISPATCH_YIELD_THREAD_SWITCH_OPTION,
2626 mach_port_t th; local
2636 th = (mach_port_t)dc->dc_data;
2648 _dispatch_wqthread_override_start(th,
3707 mach_port_t th; local
3714 MACH_PORT_NULL, _dispatch_thread_port(), &th, acquire)) {
3717 _dispatch_wqthread_override_start(th, pp);
3820 mach_port_t th local
[all...]
/macosx-10.10/dcerpc-61/www/content/css/blueprint/plugins/rtl/
H A Dscreen.css108 body td, body th { text-align:right; }
/macosx-10.10/ruby-106/ruby/test/cgi/
H A Dtest_cgi_tag_helper.rb304 assert_equal('<TH>',cgi.th)
305 assert_equal('<TH>foo</TH>',cgi.th{'foo'})
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl192 set th [$provider tileheight]
197 -grid-cell-width $tw -grid-cell-height $th -bg yellow
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl333 html::tag* th colspan 2 {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c721 thread_t th = current_thread(); local
722 uthread_t uth = get_bsdthread_info(th);
745 thread_set_parent(th, rval);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp539 double th, invth, scale, invscale; local
554 th = acos (angle);
555 invth = 1.0 / sin (th);
556 scale = sin (th * (1.0 - t)) * invth;
557 invscale = sin (th * t) * invth;
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c1195 struct tcphdr th; local
1228 m_copydata(m, off, sizeof(th), (caddr_t)&th);
1230 th.th_sport;
1232 th.th_dport;
1303 struct tcphdr th; local
1330 m_copydata(m, off, sizeof(th), (caddr_t)&th);
1331 ((struct sockaddr_in6 *)&spidx->src)->sin6_port = th.th_sport;
1332 ((struct sockaddr_in6 *)&spidx->dst)->sin6_port = th
[all...]

Completed in 261 milliseconds

1234567891011>>