Searched refs:type (Results 1 - 25 of 1269) sorted by relevance

1234567891011>>

/barrelfish-master/lib/acpica/source/compiler/
H A Dasltypes.y125 %type <n> ArgList
126 %type <n> AslCode
127 %type <n> BufferData
128 %type <n> BufferTermData
129 %type <n> CompilerDirective
130 %type <n> DataObject
131 %type <n> DefinitionBlockTerm
132 %type <n> DefinitionBlockList
133 %type <n> IntegerData
134 %type <
[all...]
/barrelfish-master/lib/libc/posix1e/
H A Dacl_delete.c58 acl_delete_file_np(const char *path_p, acl_type_t type) argument
61 type = _acl_type_unold(type);
62 return (__acl_delete_file(path_p, type));
66 acl_delete_link_np(const char *path_p, acl_type_t type) argument
69 type = _acl_type_unold(type);
70 return (__acl_delete_link(path_p, type));
74 acl_delete_fd_np(int filedes, acl_type_t type) argument
77 type
[all...]
H A Dacl_valid.c80 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl) argument
87 type = _acl_type_unold(type);
88 if (_posix1e_acl(acl, type))
91 return (__acl_aclcheck_file(pathp, type, &acl->ats_acl));
95 acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl) argument
102 type = _acl_type_unold(type);
103 if (_posix1e_acl(acl, type))
106 return (__acl_aclcheck_link(pathp, type,
110 acl_valid_fd_np(int fd, acl_type_t type, acl_t acl) argument
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dkernel.h156 #define container_of(ptr, type, member) \
158 __typeof(((type *)0)->member) *_p = (ptr); \
159 (type *)((char *)_p - offsetof(type, member)); \
170 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y))
171 #define max_t(type, _
[all...]
/barrelfish-master/kernel/
H A Dcoreboot.c25 * Register spawn core handler function for specific cpu type.
27 * \param type CPU type
30 void coreboot_set_spawn_handler(enum cpu_type type, coreboot_start_fn_t handler) argument
32 if (type < CPU_TYPE_NUM) {
33 spawn_core_handlers[type] = handler;
38 * \param cpu_type Get handler for specific cpu type
40 * for that type
42 coreboot_start_fn_t coreboot_get_spawn_handler(enum cpu_type type) { argument
43 assert(type < CPU_TYPE_NU
[all...]
/barrelfish-master/include/barrelfish_kpi/
H A Dcapabilities.h62 static inline bool type_is_vnode(enum objtype type) argument
66 return (type == ObjType_VNode_VTd_root_table ||
67 type == ObjType_VNode_VTd_ctxt_table ||
68 type == ObjType_VNode_x86_64_pml5 ||
69 type == ObjType_VNode_x86_64_pml4 ||
70 type == ObjType_VNode_x86_64_pdpt ||
71 type == ObjType_VNode_x86_64_pdir ||
72 type == ObjType_VNode_x86_64_ptable ||
73 type == ObjType_VNode_x86_64_ept_pml4 ||
74 type
89 type_is_vroot(enum objtype type) argument
111 vnode_objbits(enum objtype type) argument
153 type_is_ept(enum objtype type) argument
173 vnode_objsize(enum objtype type) argument
223 vnode_entry_bits(enum objtype type) argument
356 type_is_mapping(enum objtype type) argument
392 type_is_mappable(enum objtype type) argument
651 uint8_t type; ///< Type of VNode member in struct:vnode_identity
672 uint8_t type; member in struct:device_identity
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVizFocus.java37 private String type; field in class:VizFocus
40 return "Focus Index "+index+" Group "+group+" Type "+type;
47 * @param type String, may be null, describes the focus to use
49 public VizFocus(String index,String group,String type){ argument
52 this.type = type;
59 return type;
H A DVisualizerUnknown.java37 private String type; field in class:VisualizerUnknown
39 public VisualizerUnknown(VisualContext context,String type) { argument
41 this.type = type;
51 textSVG(out,leftX(),topY(),type,Colors.LABEL_TEXT_COLOR);
H A DVisualizer.java43 * @param type
53 public Visualizer(int id,String type,String display, argument
57 VisualContext context = new VisualContext(id,type,display,
61 if (type.equals("vector")) {
63 } else if (type.equals("vector_waterfall")) {
65 } else if (type.equals("vector_size")) {
67 } else if (type.equals("binary_vector")) {
69 } else if (type.equals("domain_matrix")) {
71 } else if (type.equals("binary_matrix")) {
73 } else if (type
[all...]
/barrelfish-master/lib/msun/src/
H A Ds_fdim.c32 #define DECL(type, fn) \
33 type \
34 fn(type x, type y) \
H A Ds_llrint.c4 #define type double macro
H A Ds_llrintf.c4 #define type float macro
H A Ds_llrintl.c4 #define type long double macro
H A Ds_lrintf.c4 #define type float macro
H A Ds_lrintl.c4 #define type long double macro
H A Ds_nearbyint.c44 #define DECL(type, fn, rint) \
45 type \
46 fn(type x) \
48 volatile type ret; \
H A Ds_lround.c32 #ifndef type
34 #define type double macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
50 static const type dtype_min = DTYPE_MIN - 0.5;
51 static const type dtype_max = DTYPE_MAX + 0.5;
56 fn(type x)
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dbitmap.h74 type btype ; \
90 extern int p_create_bitmap(value vmin, type tmin, value vmax, type tmax, value vbm, type tbm);
92 extern int p_set_bitmap_lwb(value vbm, type tbm, value vmin, type tmin, value vresult, type tresult, value vnew_bm, type tnew_bm);
94 extern int p_set_bitmap_upb(value vbm, type tbm, value vmax, type tma
[all...]
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewable.java36 private ViewableType type; field in class:Viewable
49 public Viewable(String name, ViewableType type) argument
52 this.type = type;
89 return(type);
92 void setType(ViewableType type) argument
94 this.type = type;
H A DCreateEvent.java29 private ViewableType type; field in class:CreateEvent
46 private CreateEvent(String viewableName, ViewableType type) argument
49 setViewableType(type);
52 void setViewableType(ViewableType type) argument
54 this.type = type;
59 return(type);
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DMultitaskListener.java37 * <p>If a peer is interested in the type of multitasking phase, then
42 public void starting(EclipseMultitaskConnection eclipse, String type); argument
51 public void ending(EclipseMultitaskConnection eclipse, String type); argument
/barrelfish-master/include/arch/arm/
H A Dstdarg.h50 #define va_arg(ap, type) \
51 __builtin_va_arg((ap), type)
63 #define __va_size(type) \
64 (((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
74 #define va_arg(ap, type) \
75 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/barrelfish-master/include/arch/x86_64/
H A Dvarargs.h64 #define va_arg(ap, type) __builtin_va_arg((ap), type)
71 #define __va_size(type) \
72 (((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
82 #define va_arg(ap, type) \
83 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/barrelfish-master/kernel/include/
H A Duseraccess.h27 * \param type Type of access to check: ACCESS_WRITE or ACCESS_READ.
31 bool access_ok(uint8_t type, lvaddr_t buffer, size_t size);
37 bool paging_is_region_valid(lvaddr_t base, size_t npages, uint8_t type);
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_type.c66 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
67 return(a->type);
72 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) argument
79 a->type=type;
80 if (type == V_ASN1_BOOLEAN)
86 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) argument
88 if (!value || (type == V_ASN1_BOOLEAN))
91 ASN1_TYPE_set(a, type, p);
93 else if (type
[all...]

Completed in 316 milliseconds

1234567891011>>