Searched refs:clk (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ntp-88/libntp/
H A Dclocktypes.c111 register struct clktype *clk; local
113 for (clk = clktypes; clk->code != -1; clk++) {
114 if (num == clk->code)
115 return (clk->abbrev);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dclock.rb11 def self.add(clk, *args)
12 tk_call_without_enc('clock','add', clk, *args).to_i
29 def self.format(clk, form=nil)
31 tk_call('clock','format',clk,'-format',form)
33 tk_call('clock','format',clk)
37 def self.formatGMT(clk, form=nil)
39 tk_call('clock','format',clk,'-format',form,'-gmt','1')
41 tk_call('clock','format',clk,'-gmt','1')
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dfbshared.c28 CFNumberRef clk, count; local
43 clk = IORegistryEntryCreateCFProperty(framebuffer, CFSTR(kIOFBCurrentPixelClockKey),
47 if (clk && count)
50 CFNumberGetValue(clk, kCFNumberFloatType, &num);
55 if (clk)
56 CFRelease(clk);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dabel.vim94 syn match abelExtension "\.clk\>"
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c2676 struct clktype *clk; local
2704 for (clk = clktypes; clk->code >= 0; clk++)
2705 if (clk->code == cl->type)
2707 if (clk->code >= 0)
2709 clk->clocktype);

Completed in 208 milliseconds