Searched refs:eclass (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Deventclass.h34 #define ISC_EVENTCLASS(eclass) ((eclass) << 16)
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Deventclass.h34 #define ISC_EVENTCLASS(eclass) ((eclass) << 16)
/macosx-10.9.5/ruby-104/ruby/
H A Deval_error.c85 volatile VALUE eclass, e; local
125 eclass = CLASS_OF(errinfo);
138 if (eclass == rb_eRuntimeError && elen == 0) {
144 epath = rb_class_name(eclass);
178 int skip = eclass == rb_eSysStackError;
H A Deval.c721 VALUE eclass; local
724 while ((eclass = va_arg(args, VALUE)) != 0) {
725 if (rb_obj_is_kind_of(th->errinfo, eclass)) {
/macosx-10.9.5/bzip2-29/bzip2/
H A Dblocksort.c33 UInt32* eclass,
45 ec_tmp = eclass[tmp];
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
54 ec_tmp = eclass[tmp];
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
94 UInt32* eclass,
115 fallbackSimpleSort ( fmap, eclass, lo, hi );
128 if (r3 == 0) med = eclass[fmap[lo]]; else
129 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
130 med = eclass[fma
32 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
93 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
212 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkTheme.c971 Ttk_ElementClass *eclass, /* Element instance to initialize */
978 char *elementRecord = eclass->elementRecord;
979 OptionMap optionMap = GetOptionMap(eclass,optionTable);
980 int nResources = eclass->nResources;
982 Ttk_ElementOptionSpec *elementOption = eclass->specPtr->options;
991 Tcl_Obj *elementDefault = eclass->defaultValues[i];
1065 Ttk_ElementClass *eclass, /* Element to query */
1079 eclass, style, recordPtr, optionTable, tkwin, state))
1083 eclass->specPtr->size(
1084 eclass
970 InitializeElementRecord( Ttk_ElementClass *eclass, Ttk_Style style, char *widgetRecord, Tk_OptionTable optionTable, Tk_Window tkwin, Ttk_State state) argument
1064 Ttk_ElementSize( Ttk_ElementClass *eclass, Ttk_Style style, char *recordPtr, Tk_OptionTable optionTable, Tk_Window tkwin, Ttk_State state, int *widthPtr, int *heightPtr, Ttk_Padding *paddingPtr) argument
1094 Ttk_DrawElement( Ttk_ElementClass *eclass, Ttk_Style style, char *recordPtr, Tk_OptionTable optionTable, Tk_Window tkwin, Drawable d, Ttk_Box b, Ttk_State state) argument
[all...]
H A DttkLayout.c520 Ttk_ElementClass *eclass; /* Class record */ member in struct:Ttk_LayoutNode_
532 node->eclass = elementClass;
974 Ttk_ElementSize(node->eclass,
1024 Ttk_ElementSize(node->eclass,
1118 node->eclass,
1221 return Ttk_ElementClassName(node->eclass);
/macosx-10.9.5/vim-53/src/
H A Dif_ruby.c674 VALUE eclass; local
707 eclass = CLASS_OF(rb_errinfo());
710 eclass = CLASS_OF(ruby_errinfo);
713 if (eclass == rb_eRuntimeError && RSTRING_LEN(einfo) == 0) {
720 epath = rb_class_path(eclass);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregc_locale.c742 - eclass - supply cvec for an equivalence class
744 ^ static struct cvec *eclass(struct vars *, celt, int);
747 eclass(
741 eclass( function
H A Dregcomp.c177 static struct cvec *eclass(struct vars *, celt, int);
1517 cv = eclass(v, startc, (v->cflags&REG_ICASE));
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregc_locale.c676 - eclass - supply cvec for an equivalence class
678 ^ static struct cvec *eclass(struct vars *, celt, int);
681 eclass(v, c, cases) function
H A Dregcomp.c185 static struct cvec *eclass _ANSI_ARGS_((struct vars *, celt, int));
1409 cv = eclass(v, startc, (v->cflags&REG_ICASE));
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_link.c1044 uint32_t off, eclass, emachine1, emachine2; local
1078 eclass = ELFCLASS64;
1086 eclass = ELFCLASS32;
1096 if (ehdr.e_ident[EI_CLASS] != eclass) {
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumber.c3351 /* eclass is a valid decClass */
3354 const char *uprv_decNumberClassToString(enum decClass eclass) { argument
3355 if (eclass==DEC_CLASS_POS_NORMAL) return DEC_ClassString_PN;
3356 if (eclass==DEC_CLASS_NEG_NORMAL) return DEC_ClassString_NN;
3357 if (eclass==DEC_CLASS_POS_ZERO) return DEC_ClassString_PZ;
3358 if (eclass==DEC_CLASS_NEG_ZERO) return DEC_ClassString_NZ;
3359 if (eclass==DEC_CLASS_POS_SUBNORMAL) return DEC_ClassString_PS;
3360 if (eclass==DEC_CLASS_NEG_SUBNORMAL) return DEC_ClassString_NS;
3361 if (eclass==DEC_CLASS_POS_INF) return DEC_ClassString_PI;
3362 if (eclass
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c3290 volatile VALUE eclass = rb_obj_class(exc); local
3308 if (eclass == eTkCallbackReturn)
3311 if (eclass == eTkCallbackBreak)
3314 if (eclass == eTkCallbackContinue)
3317 if (eclass == rb_eSystemExit || eclass == rb_eInterrupt) {

Completed in 302 milliseconds