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

/haiku/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/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h113 #define umul_ppmm(ph, pl, m0, m1) \
117 : "=r" ((UDItype) ph) \
690 #define umul_ppmm(ph, pl, m0, m1) \
693 __asm__ ("mulhwu %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \
697 #define smul_ppmm(ph, pl, m0, m1) \
700 __asm__ ("mulhw %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \
754 #define umul_ppmm(ph, pl, m0, m1) \
757 __asm__ ("mulhdu %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \
761 #define smul_ppmm(ph, pl, m0, m1) \
764 __asm__ ("mulhd %0,%1,%2" : "=r" (ph)
[all...]
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h264 * @param ph the poll handle
266 void fuse_pollhandle_destroy(struct fuse_pollhandle *ph);
H A Dfuse.h515 * Note: If ph is non-NULL, the client should notify
517 * fuse_notify_poll() with the specified ph.
519 * Regardless of the number of times poll with a non-NULL ph
524 * The callee is responsible for destroying ph with
530 struct fuse_pollhandle *ph, unsigned *reventsp);
888 struct fuse_file_info *fi, struct fuse_pollhandle *ph,
895 int fuse_notify_poll(struct fuse_pollhandle *ph);
H A Dfuse_lowlevel.h905 * Note: If ph is non-NULL, the client should notify
907 * fuse_lowelevel_notify_poll() with the specified ph.
909 * Regardless of the number of times poll with a non-NULL ph
914 * The callee is responsible for destroying ph with
924 * @param ph poll handle to be used for notification
927 struct fuse_pollhandle *ph);
1329 * @param ph poll handle to notify IO readiness event for
1331 int fuse_lowlevel_notify_poll(struct fuse_pollhandle *ph);
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c889 set_source(struct ai_order *aio, struct policyhead *ph, argument
939 aio->aio_srcpolicy = match_addrselectpolicy(&aio->aio_srcsa, ph);

Completed in 63 milliseconds