Searched refs:tinfo (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/ncurses-44/xcodescripts/
H A Dbootstrap_sources.sh7 awk -f "$PROJECT_DIR"/ncurses/ncurses/tinfo/MKnames.awk bigstrings=1 \
H A Dderived_sources.sh16 awk -f "$PROJECT_DIR/ncurses/ncurses/tinfo/MKcodes.awk" bigstrings=1 "$CAPS" \
21 sh "$PROJECT_DIR"/ncurses/ncurses/tinfo/MKcaptab.sh "$AWK" 1 \
22 "$PROJECT_DIR"/ncurses/ncurses/tinfo/MKcaptab.awk \
33 sh "$PROJECT_DIR/ncurses/ncurses/tinfo/MKfallback.sh" \
52 awk -f "$PROJECT_DIR"/ncurses/ncurses/tinfo/MKnames.awk bigstrings=1 \
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcputime.c11 mach_timebase_info_data_t tinfo; local
12 mach_timebase_info(&tinfo);
14 double machRatio = (double)tinfo.numer / (double)tinfo.denom;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dbsd_kern.c640 task_absolutetime_info_data_t tinfo; local
658 tinfo.threads_user = tinfo.threads_system = 0;
659 tinfo.total_user = task->total_user_time;
660 tinfo.total_system = task->total_system_time;
676 tinfo.threads_user += tval;
677 tinfo.total_user += tval;
682 tinfo.threads_system += tval;
683 tinfo.total_system += tval;
686 tinfo
[all...]
H A Dhost.c471 task_power_info_t tinfo = (task_power_info_t)info; local
473 tinfo->task_interrupt_wakeups = dead_task_statistics.task_interrupt_wakeups;
474 tinfo->task_platform_idle_wakeups = dead_task_statistics.task_platform_idle_wakeups;
476 tinfo->task_timer_wakeups_bin_1 = dead_task_statistics.task_timer_wakeups_bin_1;
478 tinfo->task_timer_wakeups_bin_2 = dead_task_statistics.task_timer_wakeups_bin_2;
480 tinfo->total_user = dead_task_statistics.total_user_time;
481 tinfo->total_system = dead_task_statistics.total_system_time;
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A DMKcaptab.sh32 OPT2=${3-tinfo/MKcaptab.awk}
H A Dcomp_hash.c70 #include <tinfo/doalloc.c>
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnultimate.el83 contents tinfo fetchers map elem a href garticles topic old-max
334 garticles topic tinfo old-max inc parse)
380 (if (setq tinfo (assq topic topics))
382 (setq old-max (cadr tinfo))
383 (setcar (cdr tinfo) garticles))
H A Dnnwfm.el79 contents tinfo fetchers map elem a href garticles topic old-max
276 garticles topic tinfo old-max inc parse elem date
324 (if (setq tinfo (assq topic topics))
326 (setq old-max (cadr tinfo))
327 (setcar (cdr tinfo) garticles))
/macosx-10.10.1/system_cmds-643.1.1/zprint.tproj/
H A Dzprint.c279 task_zone_info_t tinfo; local
282 tinfo = info[i];
284 info[j] = tinfo;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c946 task_absolutetime_info_data_t tinfo; local
954 (task_info_t)&tinfo, &count);
955 absolutetime_to_microtime(tinfo.total_user + tinfo.total_system,
1187 mach_task_basic_info_data_t tinfo; local
1196 (task_info_t)&tinfo, &task_info_count);
1197 ut.tv_sec = tinfo.user_time.seconds;
1198 ut.tv_usec = tinfo.user_time.microseconds;
1199 st.tv_sec = tinfo.system_time.seconds;
1200 st.tv_usec = tinfo
[all...]
H A Dkern_exit.c2046 mach_task_basic_info_data_t tinfo; local
2053 &tinfo, &task_info_stuff);
2054 p->p_ru->ru.ru_utime.tv_sec = tinfo.user_time.seconds;
2055 p->p_ru->ru.ru_utime.tv_usec = tinfo.user_time.microseconds;
2056 p->p_ru->ru.ru_stime.tv_sec = tinfo.system_time.seconds;
2057 p->p_ru->ru.ru_stime.tv_usec = tinfo.system_time.microseconds;
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dgenerator.py881 tinfo = classes_type[type]
882 if tinfo[2] == classe:
888 tinfo = classes_type[type]
889 if tinfo[2] not in classes_processed:
890 classes_list.append(tinfo[2])
891 classes_processed[tinfo[2]] = ()
/macosx-10.10.1/libxslt-13/libxslt/python/
H A Dgenerator.py675 tinfo = classes_type[type]
676 if tinfo[2] == classe:
682 tinfo = classes_type[type]
683 if not classes_processed.has_key(tinfo[2]):
684 classes_list.append(tinfo[2])
685 classes_processed[tinfo[2]] = ()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dgenerator.py855 tinfo = classes_type[type]
856 if tinfo[2] == classe:
862 tinfo = classes_type[type]
863 if not classes_processed.has_key(tinfo[2]):
864 classes_list.append(tinfo[2])
865 classes_processed[tinfo[2]] = ()
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dclient.c138 } tinfo[] =
180 #define N_TESTS (int)(sizeof tinfo / sizeof (struct tinfo_t))
281 test, tinfo[test].usage);
329 i, tinfo[i].name, i, tinfo[i].usage);
2393 (*tinfo[test].proc)(test, argc, argv);
2781 printf("%s test [%d]", tinfo[test].name, test);
137 } tinfo[] = variable in typeref:struct:tinfo_t
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-exception.mm317 struct objc_typeinfo tinfo;
545 exc->tinfo.vtable = objc_ehtype_vtable+2;
546 exc->tinfo.name = object_getClassName(obj);
547 exc->tinfo.cls_unremapped = obj ? obj->getIsa() : Nil;
564 __cxa_throw(exc, &exc->tinfo, &_objc_exception_destructor);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dxsym.c1631 bfd_sym_type_information_table_entry tinfo; local
1638 if (bfd_sym_fetch_type_table_information (abfd, &tinfo, value) < 0)
1642 bfd_sym_symbol_name (abfd, tinfo.nte_index)[0],
1643 &bfd_sym_symbol_name (abfd, tinfo.nte_index)[1]);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c4656 struct vnode_trigger_param *tinfo = NULL; local
4668 tinfo = (struct vnode_trigger_param *)data;
4672 (tinfo->vnt_resolve_func == NULL) ||
4673 (tinfo->vnt_flags & ~VNT_VALID_MASK)) {
4725 if ((vp->v_type == VDIR) && (tinfo != NULL)) {
4734 error = vnode_resolver_create(param->vnfs_mp, vp, tinfo, FALSE);
8596 vnode_resolver_create(mount_t mp, vnode_t vp, struct vnode_trigger_param *tinfo, boolean_t external) argument
8604 if (tinfo->vnt_data)
8605 byte = *((char *)tinfo->vnt_data);
8613 rp->vr_resolve_func = tinfo
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c509 #define remove_thread_info(tinfo, msg) ((void) 0)
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dconfigure3455 for ac_lib in '' termcap termlib curses ncurses tinfo; do
/macosx-10.10.1/ncurses-44/ncurses/
H A Dconfigure4250 TINFO_NAME=tinfo

Completed in 278 milliseconds