Searched refs:nano (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsPrivate.h37 UInt64 nano; \
39 absolutetime_to_nanoseconds(now, &nano); \
40 IOLog("%08d [%s]::", (uint32_t) (nano / 1000000ULL), name); \
43 kprintf("%08d [%s]::", (uint32_t) (nano / 1000000ULL), name); \
59 UInt64 nano; \
61 absolutetime_to_nanoseconds( now, &nano ); \
62 IOLog("%08d [%s]::", (uint32_t) (nano / 1000000ULL), name); \
65 kprintf("%08d [%s]::", (uint32_t) (nano / 1000000ULL), name); \
80 UInt64 nano; \
82 absolutetime_to_nanoseconds( now, &nano ); \
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dnanorc.vim2 " Language: nanorc(5) - GNU nano configuration file
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.h40 uint32_t nano; member in struct:__anon12677
H A Dasl_memory.c425 r->nano = (uint32_t)-1;
440 if (val != NULL) r->nano = atoi(val);
628 if (r->nano != (uint32_t)-1)
630 snprintf(tmp, sizeof(tmp), "%u", r->nano);
847 out->nano = atoll(val);
1144 if ((qtype & ASL_QUERY_MATCH_NANO) && (q->nano != r->nano)) return 0;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboard.cpp268 UInt64 nano; local
280 nano = (number) ? number->unsigned64BitValue() : *((UInt64 *) (data->getBytesNoCopy()));
282 if( nano < EV_MINKEYREPEAT)
283 nano = EV_MINKEYREPEAT;
284 nanoseconds_to_absolutetime(nano, &_keyRepeat);
293 nano = (number) ? number->unsigned64BitValue() : *((UInt64 *) (data->getBytesNoCopy()));
295 if( nano < EV_MINKEYREPEAT)
296 nano = EV_MINKEYREPEAT;
297 nanoseconds_to_absolutetime(nano, &_initialKeyRepeat);
H A DIOHIDSystem.cpp1535 UInt64 nano; local
1548 nano = EV_DCLICKTIME;
1550 nano, 64 );
6423 UInt64 nano; local
6429 nano = EV_DCLICKTIME;
6431 nano, 64 );
6437 nano = EV_DEFAULTKEYREPEAT;
6439 nano, 64 );
6440 nano = EV_DEFAULTINITIALREPEAT;
6442 nano, 6
6762 UInt64 nano = number->unsigned64BitValue(); local
6815 UInt64 nano = EV_DEFAULTKEYREPEAT; local
6829 UInt64 nano = EV_DCLICKTIME; local
[all...]
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_msg.c1721 _asl_time_string(const char *infmt, const char *str, const char *nano) argument
1770 if (nano != NULL) nsec = atoi(nano);
1917 const char *key, *val, *nano; local
1932 nano = NULL;
1933 asl_msg_lookup(msg, ASL_KEY_TIME_NSEC, &nano, NULL);
1949 if (val != NULL) vtime = _asl_time_string(tfmt, val, nano);
2448 const char *mval, *nano; local
2474 nano = NULL;
2475 asl_msg_lookup(msg, ASL_KEY_TIME_NSEC, &nano, NUL
2543 const char *vhost, *vpid, *vsender, *vmessage, *vlevel, *vrefproc, *vrefpid, *v, *key, *val, *nano; local
[all...]
H A Dasl_file.c62 uint32_t nano; member in struct:__anon12687
833 r.nano = 0;
852 if (val != NULL) r.nano = atoi(val);
1056 _asl_put_32(r.nano, p);
1367 r.nano = asl_file_fetch_helper_32(s, &p, out, ASL_KEY_TIME_NSEC, 0, 0);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/units/
H A Dunits.tcl529 nano 1e-9
549 n nano
/macosx-10.10/ruby-106/ruby/
H A Dtime.c4494 * %9N nano second (9 digits)
4673 VALUE subsecx, nano, subnano, v; local
4690 nano = mulquo(subsecx, INT2FIX(1000000000), INT2FIX(TIME_SCALE));
4691 divmodv(nano, INT2FIX(1), &v, &subnano);
4696 nano = add(LONG2FIX(nsec), subnano);
4719 if (!rb_equal(nano, INT2FIX(0))) {
4720 if (RB_TYPE_P(nano, T_RATIONAL)) {
4721 rb_ivar_set(str, id_nano_num, RRATIONAL(nano)->num);
4722 rb_ivar_set(str, id_nano_den, RRATIONAL(nano)->den);
4725 rb_ivar_set(str, id_nano_num, nano);
4852 VALUE nano = quo(num_exact(nano_num), num_exact(nano_den)); local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dnanorc.vim2 " Language: nanorc(5) - GNU nano configuration file
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dlibusb.h654 /** Library nano version. This field is only nonzero on Windows. */
655 const uint16_t nano; member in struct:libusb_version
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp3227 UInt64 nano; local
3241 absolutetime_to_nanoseconds(endTime, &nano);
3242 if (nano > 500000000ULL)
3243 IOLog("%s::start took %ld ms\n", service->getName(), (long)(UInt32)(nano / 1000000ULL));
3565 uint64_t nano; local
3576 absolutetime_to_nanoseconds(*(AbsoluteTime *)&accumBusy, &nano);
3578 return (nano);
H A DIOPMrootDomain.cpp693 UInt64 nano = 0; local
699 absolutetime_to_nanoseconds(endTime, &nano);
702 return (UInt32)(nano / 1000000ULL);
7449 UInt64 nano; local
7459 nano = 0;
7463 absolutetime_to_nanoseconds(endTime, &nano);
7465 if (nano > 3000000000ULL)

Completed in 289 milliseconds