Searched refs:ph (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/gdb/
H A Dproc-service.c72 ps_xfer_memory (const struct ps_prochandle *ph, paddr_t addr,
78 inferior_ptid = pid_to_ptid (ph->pid);
95 ps_pstop (gdb_ps_prochandle_t ph)
104 ps_pcontinue (gdb_ps_prochandle_t ph)
114 ps_lstop (gdb_ps_prochandle_t ph, lwpid_t lwpid)
124 ps_lcontinue (gdb_ps_prochandle_t ph, lwpid_t lwpid)
136 ps_lgetxregsize (gdb_ps_prochandle_t ph, lwpid_t lwpid, int *xregsize)
146 ps_lgetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset)
156 ps_lsetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset)
178 ps_pglobal_lookup (gdb_ps_prochandle_t ph, cons
69 ps_xfer_memory(const struct ps_prochandle *ph, paddr_t addr, char *buf, size_t len, int write) argument
91 ps_pstop(gdb_ps_prochandle_t ph) argument
100 ps_pcontinue(gdb_ps_prochandle_t ph) argument
110 ps_lstop(gdb_ps_prochandle_t ph, lwpid_t lwpid) argument
120 ps_lcontinue(gdb_ps_prochandle_t ph, lwpid_t lwpid) argument
132 ps_lgetxregsize(gdb_ps_prochandle_t ph, lwpid_t lwpid, int *xregsize) argument
142 ps_lgetxregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset) argument
152 ps_lsetxregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset) argument
174 ps_pglobal_lookup(gdb_ps_prochandle_t ph, const char *obj, const char *name, paddr_t *sym_addr) argument
192 ps_pdread(gdb_ps_prochandle_t ph, paddr_t addr, gdb_ps_read_buf_t buf, gdb_ps_size_t size) argument
201 ps_pdwrite(gdb_ps_prochandle_t ph, paddr_t addr, gdb_ps_write_buf_t buf, gdb_ps_size_t size) argument
211 ps_ptread(gdb_ps_prochandle_t ph, paddr_t addr, gdb_ps_read_buf_t buf, gdb_ps_size_t size) argument
220 ps_ptwrite(gdb_ps_prochandle_t ph, paddr_t addr, gdb_ps_write_buf_t buf, gdb_ps_size_t size) argument
230 ps_lgetregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) argument
247 ps_lsetregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset) argument
265 ps_lgetfpregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, gdb_prfpregset_t *fpregset) argument
283 ps_lsetfpregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, const gdb_prfpregset_t *fpregset) argument
302 ps_getpid(gdb_ps_prochandle_t ph) argument
[all...]
H A Dsol-thread.c943 ps_pstop (gdb_ps_prochandle_t ph)
951 ps_pcontinue (gdb_ps_prochandle_t ph)
959 ps_lstop (gdb_ps_prochandle_t ph, lwpid_t lwpid)
967 ps_lcontinue (gdb_ps_prochandle_t ph, lwpid_t lwpid)
975 ps_pglobal_lookup (gdb_ps_prochandle_t ph, const char *ld_object_name,
991 rw_common (int dowrite, const struct ps_prochandle *ph, gdb_ps_addr_t addr,
1064 ps_pdread (gdb_ps_prochandle_t ph, gdb_ps_addr_t addr,
1067 return rw_common (0, ph, addr, buf, size);
1073 ps_pdwrite (gdb_ps_prochandle_t ph, gdb_ps_addr_t addr,
1076 return rw_common (1, ph, add
939 ps_pstop(gdb_ps_prochandle_t ph) argument
947 ps_pcontinue(gdb_ps_prochandle_t ph) argument
955 ps_lstop(gdb_ps_prochandle_t ph, lwpid_t lwpid) argument
963 ps_lcontinue(gdb_ps_prochandle_t ph, lwpid_t lwpid) argument
971 ps_pglobal_lookup(gdb_ps_prochandle_t ph, const char *ld_object_name, const char *ld_symbol_name, gdb_ps_addr_t *ld_symbol_addr) argument
987 rw_common(int dowrite, const struct ps_prochandle *ph, gdb_ps_addr_t addr, char *buf, int size) argument
1060 ps_pdread(gdb_ps_prochandle_t ph, gdb_ps_addr_t addr, gdb_ps_read_buf_t buf, gdb_ps_size_t size) argument
1069 ps_pdwrite(gdb_ps_prochandle_t ph, gdb_ps_addr_t addr, gdb_ps_write_buf_t buf, gdb_ps_size_t size) argument
1078 ps_ptread(gdb_ps_prochandle_t ph, gdb_ps_addr_t addr, gdb_ps_read_buf_t buf, gdb_ps_size_t size) argument
1087 ps_ptwrite(gdb_ps_prochandle_t ph, gdb_ps_addr_t addr, gdb_ps_write_buf_t buf, gdb_ps_size_t size) argument
1096 ps_lgetregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) argument
1118 ps_lsetregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset) argument
1153 ps_lgetxregsize(gdb_ps_prochandle_t ph, lwpid_t lwpid, int *xregsize) argument
1181 ps_lgetxregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset) argument
1204 ps_lsetxregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset) argument
1227 ps_lgetfpregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, prfpregset_t *fpregset) argument
1250 ps_lsetfpregs(gdb_ps_prochandle_t ph, lwpid_t lwpid, const prfpregset_t * fpregset) argument
1276 ps_pdmodel(gdb_ps_prochandle_t ph, int *data_model) argument
1294 ps_lgetLDT(gdb_ps_prochandle_t ph, lwpid_t lwpid, struct ssd *pldt) argument
[all...]
H A Damd64-linux-nat.c313 ps_get_thread_area (const struct ps_prochandle *ph,
308 ps_get_thread_area(const struct ps_prochandle *ph, lwpid_t lwpid, int idx, void **base) argument
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dproc-service.c77 ps_pglobal_lookup (gdb_ps_prochandle_t ph, const char *obj, argument
93 ps_pdread (gdb_ps_prochandle_t ph, paddr_t addr, argument
103 ps_pdwrite (gdb_ps_prochandle_t ph, paddr_t addr, argument
113 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) argument
140 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset) argument
150 ps_lgetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, argument
161 ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, argument
172 ps_getpid (gdb_ps_prochandle_t ph) argument
174 return ph->pid;
H A Dlinux-x86-64-low.c73 ps_get_thread_area (const struct ps_prochandle *ph, argument
H A Dlinux-i386-low.c69 ps_get_thread_area (const struct ps_prochandle *ph, argument
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-enet.c55 register struct packet_header *ph; local
79 ph = (struct packet_header *)bp;
80 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap
82 if (bpf_filter(fcode, (char *)ph->packet,
83 ph->tap.th_wirelen, caplen)) {
86 (*printit)((char *)ph->packet,
87 (struct timeval *)ph->tap.th_timestamp,
88 ph->tap.th_wirelen, caplen);
90 inc = ph
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/semaphores/
H A Dsem_philosopher.c31 sem_t ph[PH_NUM]; variable
61 sem_post(&ph[ID]);
85 if ( -1 == sem_wait(&ph[PhID])) {
128 if (-1 == sem_init(&ph[i], shared, ph_value)) {
149 if (-1 == sem_destroy(&ph[i])) {
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-wb.c393 register const struct pkt_hdr *ph; local
395 ph = (const struct pkt_hdr *)hdr;
396 if (len < sizeof(*ph) || (u_char *)(ph + 1) > snapend) {
400 len -= sizeof(*ph);
402 if (ph->ph_flags)
404 switch (ph->ph_type) {
411 if (wb_id((struct pkt_id *)(ph + 1), len) >= 0)
416 if (wb_rreq((struct pkt_rreq *)(ph + 1), len) >= 0)
421 if (wb_rrep((struct pkt_rrep *)(ph
[all...]
H A Dprint-dccp.c73 } ph; member in union:phu
79 phu.ph.mbz = 0;
80 phu.ph.len = htons(len);
81 phu.ph.proto = IPPROTO_DCCP;
82 memcpy(&phu.ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t));
84 memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
86 phu.ph.dst = ip_finddst(ip);
105 } ph; member in union:__anon4398
111 phu.ph.ph_src = ip6->ip6_src;
112 phu.ph
[all...]
H A Dprint-tcp.c125 } ph; member in union:phu
131 phu.ph.len = htons((u_int16_t)len);
132 phu.ph.mbz = 0;
133 phu.ph.proto = IPPROTO_TCP;
134 memcpy(&phu.ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t));
136 memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
138 phu.ph.dst = ip_finddst(ip);
159 } ph; member in union:__anon4433
165 phu.ph.ph_src = ip6->ip6_src;
166 phu.ph
[all...]
H A Dprint-udp.c297 } ph; member in union:phu
303 phu.ph.len = htons((u_int16_t)len);
304 phu.ph.mbz = 0;
305 phu.ph.proto = IPPROTO_UDP;
306 memcpy(&phu.ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t));
308 memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
310 phu.ph.dst = ip_finddst(ip);
331 } ph; member in union:__anon4436
337 phu.ph.ph_src = ip6->ip6_src;
338 phu.ph
[all...]
H A Dprint-icmp6.c205 } ph; member in union:__anon4407
211 phu.ph.ph_src = ip6->ip6_src;
212 phu.ph.ph_dst = ip6->ip6_dst;
213 phu.ph.ph_len = htonl(len);
214 phu.ph.ph_nxt = IPPROTO_ICMPV6;
H A Dprint-ppp.c1644 struct ppp_header *ph; local
1647 ph = (struct ppp_header *)q;
1648 if (ph->phdr_addr == PPP_ADDRESS
1649 && ph->phdr_ctl == PPP_CONTROL) {
1652 ptype = ntohs(ph->phdr_type);
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspath.c355 hpgs_point p,ph; local
371 ph.x = (p.x * ca + p.y * sa)/spacing;
372 ph.y = (p.y * ca - p.x * sa)/spacing;
374 if (ph.x < h_min.x) h_min.x = ph.x;
375 if (ph.y < h_min.y) h_min.y = ph.y;
376 if (ph.x > h_max.x) h_max.x = ph.x;
377 if (ph
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/ghost/
H A Dijsgutenprint.c124 image_init(IMAGE *img, IjsPageHeader *ph) argument
126 img->width = ph->width;
127 img->height = ph->height;
128 img->bps = ph->bps;
129 img->n_chan = ph->n_chan;
130 img->xres = ph->xres;
131 img->yres = ph->yres;
134 img->row_width = (ph->n_chan * ph->bps * ph
255 parse_wxh_internal(const char *val, int size, double *pw, double *ph) argument
291 gutenprint_parse_wxh(const char *val, int size, double *pw, double *ph) argument
662 int l, r, b, t, pw, ph; local
1240 IjsPageHeader ph; local
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dpi.h51 int pw, ph; member in struct:opj_pi_resolution
H A Dphix_manager.c111 nmax += cstr_info.tile[0].ph[i] * cstr_info.tile[0].pw[i] * cstr_info.numlayers;
123 numOfprec = tile_Idx->pw[resno]*tile_Idx->ph[resno];
H A Dppix_manager.c115 nmax += cstr_info.tile[0].ph[i] * cstr_info.tile[0].pw[i] * cstr_info.numlayers;
127 numOfprec = tile_Idx->pw[resno]*tile_Idx->ph[resno];
H A Dtcd.c58 " x0=%d, y0=%d, x1=%d, y1=%d, pw=%d, ph=%d, numbands=%d\n",
59 res->x0, res->y0, res->x1, res->y1, res->pw, res->ph, res->numbands);
66 for (precno = 0; precno < res->pw * res->ph; precno++) {
236 res->ph = (brprcyend - tlprcystart) >> pdy;
289 band->precincts = (opj_tcd_precinct_t *) opj_malloc(3 * res->pw * res->ph * sizeof(opj_tcd_precinct_t));
291 for (i = 0; i < res->pw * res->ph * 3; i++) {
297 for (precno = 0; precno < res->pw * res->ph; precno++) {
369 for (precno = 0; precno < res->pw * res->ph; precno++) {
498 res->ph = (brprcyend - tlprcystart) >> pdy;
549 for (precno = 0; precno < res->pw * res->ph; precn
[all...]
H A Dtcd.h132 int pw, ph; member in struct:opj_tcd_resolution
H A Dpi.c105 pi->poc.precno1 = res->pw * res->ph;
144 pi->poc.precno1 = res->pw * res->ph;
219 if ((res->pw==0)||(res->ph==0)) continue;
300 if ((res->pw==0)||(res->ph==0)) continue;
379 if ((res->pw==0)||(res->ph==0)) continue;
489 res->ph = (ry0==ry1)?0:((py1 - py0) >> res->pdy);
491 if (res->pw*res->ph > maxprec) {
492 maxprec = res->pw*res->ph;
618 res->ph = (ry0==ry1)?0:((py1 - py0) >> res->pdy);
620 if (res->pw*res->ph > maxpre
[all...]
H A Dopenjpeg.h646 int ph[33]; member in struct:opj_tile_info
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.c480 struct HASH_ENTRY *ph; local
526 ph = (struct HASH_ENTRY*)(((char*)pc) + full_item_size);
527 cache->free_hash = ph;
529 qh = &ph[1];
530 ph->next = qh;
531 ph = qh;
535 ph->next = (struct HASH_ENTRY*)NULL;
538 px = (struct HASH_ENTRY**)&ph[1];
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h113 #define umul_ppmm(ph, pl, m0, m1) \
117 : "=r" ((UDItype) ph) \
675 #define umul_ppmm(ph, pl, m0, m1) \
678 __asm__ ("mulhwu %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \
682 #define smul_ppmm(ph, pl, m0, m1) \
685 __asm__ ("mulhw %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \
739 #define umul_ppmm(ph, pl, m0, m1) \
742 __asm__ ("mulhdu %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \
746 #define smul_ppmm(ph, pl, m0, m1) \
749 __asm__ ("mulhd %0,%1,%2" : "=r" (ph)
[all...]

Completed in 233 milliseconds

12