Searched refs:ih (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/tools/rumprun/platform/sel4/
H A Dintr.c76 struct intrhand *ih; local
85 SLIST_FOREACH(ih, &isr_ih[i], ih_entries) {
86 ih->ih_fun(ih->ih_arg);
98 SLIST_FOREACH(ih, &isr_ih_soft[i], ih_entries) {
99 ih->ih_fun(ih->ih_arg);
171 struct intrhand *ih = bmk_xmalloc_bmk(sizeof(*ih)); local
172 if (!ih) {
[all...]
/seL4-camkes-master/tools/rumprun/platform/hw/
H A Dintr.c93 struct intrhand *ih; local
103 SLIST_FOREACH(ih, &isr_ih[i], ih_entries) {
104 ih->ih_fun(ih->ih_arg);
129 struct intrhand *ih; local
138 ih = bmk_xmalloc_bmk(sizeof(*ih));
139 if (!ih)
161 ih->ih_fun = func;
162 ih
[all...]
/seL4-camkes-master/projects/lwip/test/unit/udp/
H A Dtest_udp.c177 struct ip_hdr *ih; local
200 ih = (struct ip_hdr *)p->payload;
201 memset(ih, 0, sizeof(*ih));
202 ih->dest.addr = dst_addr;
203 ih->_len = lwip_htons(p->tot_len);
204 ih->_ttl = 32;
205 ih->_proto = IP_PROTO_UDP;
206 IPH_VHL_SET(ih, 4, sizeof(struct ip_hdr) / 4);
207 IPH_CHKSUM_SET(ih, inet_chksu
[all...]
/seL4-camkes-master/projects/musllibc/src/math/
H A D__rem_pio2_large.c113 * ih integer. If >0 it indicates q[] is >= 0.5, hence
275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
313 ih = 0;
317 ih = iq[jz-1]>>(23-q0);
319 else if (q0 == 0) ih = iq[jz-1]>>23;
320 else if (z >= 0.5) ih = 2;
322 if (ih > 0) { /* q > 0.5 */
342 if (ih == 2) {
407 y[0] = ih==0 ? fw : -fw;
416 y[0] = ih
[all...]
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_ppp.c1193 struct pico_ipcp_hdr *ih = (struct pico_ipcp_hdr *) (ipcp_req + prefix); local
1197 ih->id = ppp->frame_id++;
1198 ih->code = PICO_CONF_REQ;
1199 ih->len = short_be(len);
1216 struct pico_ipcp_hdr *ih = (struct pico_ipcp_hdr *) (ipcp_req + prefix); local
1220 ih->id = ppp->frame_id++;
1221 ih->code = PICO_CONF_REQ;
1222 ih->len = short_be(IPCP_VJ_LEN + sizeof(struct pico_ipcp_hdr));
1259 struct pico_ipcp_hdr *ih = (struct pico_ipcp_hdr *)pkt; local
1268 if (ih
[all...]

Completed in 102 milliseconds