Searched refs:id (Results 1 - 25 of 571) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dmylib.cc25 int id; member in class:MyExcept
26 MyExcept(int i) { id=i; }
43 return except.id;
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dneighbors.c15 if (row >1) north = id -1;
18 if (row < xdim) south = id + 1;
21 if (col > 1) west = id- xdim;
24 if (col < ydim) east = id + xdim;
H A Dproc_grid.c13 row = id%xdim + 1;
14 col = id/xdim + 1;
H A Dinit_comm.c10 id = RCCE_ue();
/barrelfish-2018-10-04/include/sys/
H A D_semaphore.h40 int ksem_close(semid_t id);
41 int ksem_post(semid_t id);
42 int ksem_wait(semid_t id);
43 int ksem_trywait(semid_t id);
44 int ksem_timedwait(semid_t id, const struct timespec *abstime);
49 int ksem_getvalue(semid_t id, int *val);
50 int ksem_destroy(semid_t id);
/barrelfish-2018-10-04/usr/tests/octopus/
H A Dd2sem.c29 uint32_t id; local
31 errval_t err = oct_sem_new(&id, 1);
33 debug_printf("Semaphore created with id=%"PRIu32"\n", id);
35 err = oct_sem_trywait(id);
38 err = oct_sem_trywait(id);
41 err = oct_sem_post(id);
44 err = oct_sem_post(id);
47 err = oct_sem_trywait(id);
50 err = oct_sem_trywait(id);
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dalogf.c5 alogfmaster_(id,opt) /* ALOG_MASTER */
6 int *id, *opt;
8 /* printf("alogfm_: id=%d opt=%d\n",*id,*opt); */
9 ALOG_MASTER(*id,*opt);
12 alogfsetup_(id,opt) /* ALOG_SETUP */
13 int *id, *opt;
15 /* printf("alogfs_: id=%d opt=%d\n",*id,*opt); */
16 ALOG_SETUP(*id,*op
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DAsyncEclipseQueue.java63 * This is the eclipse numeric id for the queue it is used to
66 private int id; field in class:AsyncEclipseQueue
98 AsyncEclipseQueue(int id,String name, EclipseConnectionImpl eclipse) argument
101 this.id = id;
107 return id;
133 eclipse.closeAsyncEclipseStreamEclipseSide(id);
134 eclipse.closeAsyncEclipseStreamJavaSide(id);
163 : eclipse.getAsyncInputStream(id);
174 : eclipse.getAsyncOutputStream(id);
[all...]
H A DFromEclipseQueue.java51 * This is the eclipse numeric id for the queue
54 private int id; field in class:FromEclipseQueue
86 FromEclipseQueue(int id,String name, EclipseConnectionImpl eclipse) argument
89 this.id = id;
95 return id;
121 return(eclipse.availableOnStream(id));
137 int read = eclipse.readFromStream(id,off,len,b);
147 read = eclipse.readFromStream(id,off,len,b);
163 return(eclipse.readByteFromStream(id));
[all...]
H A DToEclipseQueue.java56 private int id; field in class:ToEclipseQueue
84 ToEclipseQueue(int id,String name, EclipseConnectionImpl eclipse) argument
87 this.id = id;
93 return(id);
119 eclipse.writeByteToStream(id, (byte) b);
127 eclipse.writeToStream(id,b,off,len);
173 eclipse.flushStream(this.id);
185 eclipse.closeToEclipseStreamEclipseSide(id);
186 eclipse.closeToEclipseStreamJavaSide(id);
[all...]
/barrelfish-2018-10-04/doc/006-routing/
H A Dapi.h4 /// Node id of a node in an application group
32 * \param id The associated application group
37 typedef void (*route_recv_fn)(void *st, route_group_id_t id,
46 * \param id ID of the application group
48 typedef void (*route_join_group_fn)(void *st, route_group_id_t id);
54 * \param id ID of the application group
56 typedef void (*route_leave_group_fn)(void *st, route_group_id_t id);
63 * \param id The multicast group that was joined
66 route_group_id_t group_id, route_multicast_id_t id);
73 * \param id Th
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Draise.c48 long id; local
50 if (__sys_thr_self(&id) == -1)
52 return (__sys_thr_kill(id, s));
/barrelfish-2018-10-04/usr/boot_perfmon/
H A Dspawn.c23 char id[128]; local
24 snprintf(id, 128, "%d", my_core_id);
25 char *xargv[] = {global_argv[0], id, NULL};
H A Drelations.c18 coreid_t id; member in struct:list
43 errval_t relations_add(struct relations *r, coreid_t id, argument
53 list->id = id;
63 errval_t relations_get(struct relations *r, coreid_t id, argument
68 if (walk->id == id) {
85 err = func(st, walk->id, walk->b);
108 errval_t relations_remove(struct relations *r, coreid_t id) argument
/barrelfish-2018-10-04/include/barrelfish/
H A Dresource_ctrl.h22 errval_t rsrc_manifest(const char *manifest, rsrcid_t *id);
23 errval_t rsrc_join(rsrcid_t id);
24 errval_t rsrc_phase(rsrcid_t id, uint32_t phase);
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dsmpt.c42 * \param id the xeon phi id of the other card
47 uint8_t id)
49 if (id == phi->id) {
54 if (id < phi->id) {
55 slot = slot - id;
57 slot = slot - id + 1;
62 XSMPT_DEBUG("Calculating slot for id
46 smpt_get_coprocessor_address(struct xeon_phi *phi, uint8_t id) argument
75 smpt_set_coprocessor_offset(struct xeon_phi *phi, uint8_t id, lpaddr_t offset) argument
110 uint8_t id = xeon_phi_smpt_system_page_num - slot; local
129 smpt_set_coprocessor_address(struct xeon_phi *phi, uint8_t id, lpaddr_t addr) argument
[all...]
/barrelfish-2018-10-04/lib/octopus/client/
H A Dsemaphores.c30 uint64_t id = 0; local
43 err = oct_read(record, "_ { current_id: %d }", &id);
54 id += 1;
56 err = oct_set("sem.ids { current_id: %lu }", id);
64 return id;
67 errval_t oct_sem_new(uint32_t* id, size_t value) argument
70 *id = get_next_id();
71 //debug_printf("oct_sem_new id is: %d\n", *id);
75 err = oct_sem_post(*id);
84 oct_sem_post(uint32_t id) argument
89 oct_sem_wait(uint32_t id) argument
134 oct_sem_trywait(uint32_t id) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DNode.java34 private int id; field in class:Node
48 return "(Node id "+id+" p "+parent+" s "+size+" v " +value+" choice "+choice +")";
54 * @param id
56 public Node(NodeType type,int id) { argument
58 this.id = id;
66 * @param id
69 public Node(NodeType type,int id,int parent) { argument
71 this.id
84 Node(NodeType type,int id,int parent,String name,int size,int value) argument
101 Node(NodeType type,int id,int parent,String name,int size,String choice) argument
[all...]
/barrelfish-2018-10-04/include/dma/xeon_phi/
H A Dxeon_phi_dma_request.h34 * \param id returns the generated request id
41 dma_req_id_t *id);
48 * \param id returns the generated request id
55 dma_req_id_t *id);
62 * \param id returns the generated request id
69 dma_req_id_t *id);
76 * \param id return
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Drdma_cm.h121 * the passed in id, or a corresponding listen id. Returning a
122 * non-zero value from the callback will destroy the passed in id.
124 typedef int (*rdma_cm_event_handler)(struct rdma_cm_id *id,
142 * @context: User specified context associated with the id.
151 * @id: RDMA identifier.
154 * asynchronous operations associated with the id.
156 void rdma_destroy_id(struct rdma_cm_id *id);
162 * @id: RDMA identifier.
169 int rdma_bind_addr(struct rdma_cm_id *id, struc
[all...]
/barrelfish-2018-10-04/tools/ds5/configdb/OS/Barrelfish/
H A Dprovider.py34 id = "dispatchers"
35 fields = [createField(id, 'dcb', ADDRESS),
36 createField(id, 'name', TEXT),
37 createField(id, 'disabled', DECIMAL),
38 createField(id, 'domain', DECIMAL),
39 createField(id, 'udisp', ADDRESS),
40 createField(id, 'core', DECIMAL)]
41 Table.__init__(self, id, fields)
46 def dispatcherContext(debugger, id, dcb_ptr):
69 ec = ExecutionContext(id, nam
[all...]
/barrelfish-2018-10-04/lib/usb/
H A Dusb_parse.c83 struct usb_interface_descriptor *id; local
87 id = (struct usb_interface_descriptor *) ps->desc;
97 id = (struct usb_interface_descriptor *) usb_parse_next_descriptor(cd,
98 (struct usb_descriptor *) id);
100 if (id == NULL) {
106 if ((id->bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE)
107 && (id->bLength >= sizeof(*id))) {
108 if (ps->iface_no_last == id->bInterfaceNumber)
110 ps->iface_no_last = id
[all...]
/barrelfish-2018-10-04/include/dma/
H A Ddma_request.h174 * \param id returns the DMA request ID
181 dma_req_id_t *id);
188 * \param id returns the DMA request ID
195 dma_req_id_t *id);
201 * \param id returns the DMA request ID
208 dma_req_id_t *id);
215 * \param id returns the DMA request ID
222 dma_req_id_t *id);
241 dma_req_id_t id = (dma_req_id_t)dma_channel_get_id(chan); local
242 id <<
254 dma_request_id_get_channel_id(dma_req_id_t id) argument
266 dma_request_id_get_device_id(dma_req_id_t id) argument
[all...]
/barrelfish-2018-10-04/lib/msun/src/
H A Ds_atanf.c52 int32_t ix,hx,id; local
65 id = -1;
70 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
72 id = 1; x = (x-one)/(x+one);
76 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
78 id = 3; x = -(float)1.0/x;
87 if (id<0) return x - x*(s1+s2);
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/barrelfish-2018-10-04/include/dma/ioat/
H A Dioat_dma_request.h38 * \param id returns the generated request id
45 dma_req_id_t *id);
52 * \param id returns the generated request id
59 dma_req_id_t *id);
66 * \param id returns the generated request id
73 dma_req_id_t *id);
79 * \param id return
[all...]

Completed in 1118 milliseconds

1234567891011>>