Home
last modified time | relevance | path

Searched refs:SETP (Results 1 – 25 of 110) sorted by relevance

12345

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_ChangeSpan.cpp207 SETP(pfragOffsetNewEnd, 0); in _fmtChangeSpan()
238 SETP(ppfNewEnd, pft); in _fmtChangeSpan()
254 SETP(ppfNewEnd, pft); in _fmtChangeSpan()
255 SETP(pfragOffsetNewEnd, 0); in _fmtChangeSpan()
284 SETP(ppfNewEnd,pftNext); in _fmtChangeSpan()
300 SETP(pfragOffsetNewEnd, 0); in _fmtChangeSpan()
323 SETP(ppfNewEnd, pft_3); in _fmtChangeSpan()
324 SETP(pfragOffsetNewEnd, 0); in _fmtChangeSpan()
346 SETP(pfragOffsetNewEnd, 0); in _fmtChangeSpanWithNotify()
373 SETP(pfragOffsetNewEnd, 0); in _fmtChangeSpanWithNotify()
[all …]
H A Dpt_PT_ChangeObject.cpp36 #define SETP(p,v) do { if (p) (*(p)) = (v); } while (0) macro
84 SETP(ppfNewEnd, pfo->getNext()); in _fmtChangeObjectWithNotify()
85 SETP(pfragOffsetNewEnd, 0); in _fmtChangeObjectWithNotify()
121 SETP(ppfNewEnd, pfo->getNext()); in _fmtChangeObject()
122 SETP(pfragOffsetNewEnd, 0); in _fmtChangeObject()
H A Dpt_PT_FmtMark.cpp37 #define SETP(p,v) do { if (p) (*(p)) = (v); } while (0) macro
322 SETP(ppfNewEnd, pffm->getNext()); in _fmtChangeFmtMarkWithNotify()
323 SETP(pfragOffsetNewEnd, 0); in _fmtChangeFmtMarkWithNotify()
357 SETP(ppfNewEnd, pffm->getNext()); in _fmtChangeFmtMark()
358 SETP(pfragOffsetNewEnd, 0); in _fmtChangeFmtMark()
H A Dpt_PT_DeleteSpan.cpp49 #define SETP(p,v) do { if (p) (*(p)) = (v); } while (0) macro
1400 SETP(ppfEnd, pft); in _deleteSpan()
1401 SETP(pfragOffsetEnd, fragOffset); in _deleteSpan()
1431 SETP(ppfEnd, pft->getNext()); in _deleteSpan()
1432 SETP(pfragOffsetEnd, 0); in _deleteSpan()
1450 SETP(ppfEnd, pftTail); in _deleteSpan()
1451 SETP(pfragOffsetEnd, 0); in _deleteSpan()
1470 SETP(ppfEnd, pft->getNext()); in _deleteSpanWithNotify()
1471 SETP(pfragOffsetEnd, 0); in _deleteSpanWithNotify()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DDither.cpp522 SETP (NAMP, NAMF, SplFmt_INT8 , uint8_t , 8, SplFmt_INT16, uint16_t, 9) \
523 SETP (NAMP, NAMF, SplFmt_INT8 , uint8_t , 8, SplFmt_INT16, uint16_t, 10) \
524 SETP (NAMP, NAMF, SplFmt_INT8 , uint8_t , 8, SplFmt_INT16, uint16_t, 11) \
525 SETP (NAMP, NAMF, SplFmt_INT8 , uint8_t , 8, SplFmt_INT16, uint16_t, 12) \
526 SETP (NAMP, NAMF, SplFmt_INT8 , uint8_t , 8, SplFmt_INT16, uint16_t, 14) \
527 SETP (NAMP, NAMF, SplFmt_INT8 , uint8_t , 8, SplFmt_INT16, uint16_t, 16) \
528 SETP (NAMP, NAMF, SplFmt_INT16, uint16_t, 9, SplFmt_INT16, uint16_t, 10) \
529 SETP (NAMP, NAMF, SplFmt_INT16, uint16_t, 9, SplFmt_INT16, uint16_t, 11) \
530 SETP (NAMP, NAMF, SplFmt_INT16, uint16_t, 9, SplFmt_INT16, uint16_t, 12) \
531 SETP (NAMP, NAMF, SplFmt_INT16, uint16_t, 9, SplFmt_INT16, uint16_t, 14) \
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/common/
H A Derl_misc_utils.c80 #define ERTS_MU_SET_THR_AFFINITY__(SETP) \ argument
81 (sched_setaffinity(0, sizeof(cpu_set_t), (SETP)) != 0 ? -errno : 0)
99 # define CPU_ZERO(SETP) (*(SETP) = (DWORD) 0) argument
100 # define CPU_SET(CPU, SETP) (*(SETP) |= (((DWORD) 1) << (CPU))) argument
101 # define CPU_CLR(CPU, SETP) (*(SETP) &= ~(((DWORD) 1) << (CPU))) argument
102 # define CPU_ISSET(CPU, SETP) ((*(SETP) & (((DWORD) 1) << (CPU))) != (DWORD) 0) argument
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/common/
H A Derl_misc_utils.c80 #define ERTS_MU_SET_THR_AFFINITY__(SETP) \ argument
81 (sched_setaffinity(0, sizeof(cpu_set_t), (SETP)) != 0 ? -errno : 0)
99 # define CPU_ZERO(SETP) (*(SETP) = (DWORD) 0) argument
100 # define CPU_SET(CPU, SETP) (*(SETP) |= (((DWORD) 1) << (CPU))) argument
101 # define CPU_CLR(CPU, SETP) (*(SETP) &= ~(((DWORD) 1) << (CPU))) argument
102 # define CPU_ISSET(CPU, SETP) ((*(SETP) & (((DWORD) 1) << (CPU))) != (DWORD) 0) argument
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_misc_utils.c79 #define ERTS_MU_SET_THR_AFFINITY__(SETP) \ argument
80 (sched_setaffinity(0, sizeof(cpu_set_t), (SETP)) != 0 ? -errno : 0)
98 # define CPU_ZERO(SETP) (*(SETP) = (DWORD) 0) argument
99 # define CPU_SET(CPU, SETP) (*(SETP) |= (((DWORD) 1) << (CPU))) argument
100 # define CPU_CLR(CPU, SETP) (*(SETP) &= ~(((DWORD) 1) << (CPU))) argument
101 # define CPU_ISSET(CPU, SETP) ((*(SETP) & (((DWORD) 1) << (CPU))) != (DWORD) 0) argument
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/common/
H A Derl_misc_utils.c79 #define ERTS_MU_SET_THR_AFFINITY__(SETP) \ argument
80 (sched_setaffinity(0, sizeof(cpu_set_t), (SETP)) != 0 ? -errno : 0)
98 # define CPU_ZERO(SETP) (*(SETP) = (DWORD) 0) argument
99 # define CPU_SET(CPU, SETP) (*(SETP) |= (((DWORD) 1) << (CPU))) argument
100 # define CPU_CLR(CPU, SETP) (*(SETP) &= ~(((DWORD) 1) << (CPU))) argument
101 # define CPU_ISSET(CPU, SETP) ((*(SETP) & (((DWORD) 1) << (CPU))) != (DWORD) 0) argument
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_misc_utils.c79 #define ERTS_MU_SET_THR_AFFINITY__(SETP) \ argument
80 (sched_setaffinity(0, sizeof(cpu_set_t), (SETP)) != 0 ? -errno : 0)
98 # define CPU_ZERO(SETP) (*(SETP) = (DWORD) 0) argument
99 # define CPU_SET(CPU, SETP) (*(SETP) |= (((DWORD) 1) << (CPU))) argument
100 # define CPU_CLR(CPU, SETP) (*(SETP) &= ~(((DWORD) 1) << (CPU))) argument
101 # define CPU_ISSET(CPU, SETP) ((*(SETP) & (((DWORD) 1) << (CPU))) != (DWORD) 0) argument
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_misc_utils.c79 #define ERTS_MU_SET_THR_AFFINITY__(SETP) \ argument
80 (sched_setaffinity(0, sizeof(cpu_set_t), (SETP)) != 0 ? -errno : 0)
98 # define CPU_ZERO(SETP) (*(SETP) = (DWORD) 0) argument
99 # define CPU_SET(CPU, SETP) (*(SETP) |= (((DWORD) 1) << (CPU))) argument
100 # define CPU_CLR(CPU, SETP) (*(SETP) &= ~(((DWORD) 1) << (CPU))) argument
101 # define CPU_ISSET(CPU, SETP) ((*(SETP) & (((DWORD) 1) << (CPU))) != (DWORD) 0) argument
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_misc_utils.c79 #define ERTS_MU_SET_THR_AFFINITY__(SETP) \ argument
80 (sched_setaffinity(0, sizeof(cpu_set_t), (SETP)) != 0 ? -errno : 0)
98 # define CPU_ZERO(SETP) (*(SETP) = (DWORD) 0) argument
99 # define CPU_SET(CPU, SETP) (*(SETP) |= (((DWORD) 1) << (CPU))) argument
100 # define CPU_CLR(CPU, SETP) (*(SETP) &= ~(((DWORD) 1) << (CPU))) argument
101 # define CPU_ISSET(CPU, SETP) ((*(SETP) & (((DWORD) 1) << (CPU))) != (DWORD) 0) argument
/dports/emulators/mess/mame-mame0226/src/devices/cpu/spc700/
H A Dspc700ds.h54 SBC , SET1 , SETC , SETP , SLEEP , STOP , SUBW , TCALL , enumerator
/dports/emulators/mame/mame-mame0226/src/devices/cpu/spc700/
H A Dspc700ds.h54 SBC , SET1 , SETC , SETP , SLEEP , STOP , SUBW , TCALL , enumerator
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dx9bc.h98 SETP, enumerator
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dx9bc.h98 SETP, enumerator
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/spc700/
H A Dspc700ds.c51 SBC , SET1 , SETC , SETP , SLEEP , STOP , SUBW , TCALL , enumerator
135 /* 40 */ {SETP , {IMP , IMP }},
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/spc700/
H A Dspc700ds.c51 SBC , SET1 , SETC , SETP , SLEEP , STOP , SUBW , TCALL , enumerator
135 /* 40 */ {SETP , {IMP , IMP }},
/dports/math/reduce/Reduce-svn5758-src/packages/lessons/
H A Dless6.red132 a function named SETP which uses MEMBER to check for a duplicate element
134 SETP is a set;
161 Incidentally, to make the above definition of SETP work for non-list
363 "=" tests. Consequently, the above definitions of SETP and MAKESET,
/dports/emulators/qemu/qemu-6.2.0/capstone/suite/synctools/tablegen/X86/
H A DX86InstrCMovSetCC.td104 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set
/dports/emulators/qemu/qemu-6.2.0/capstone/suite/synctools/tablegen/X86/back/
H A DX86InstrCMovSetCC.td104 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set
/dports/emulators/qemu5/qemu-5.2.0/capstone/suite/synctools/tablegen/X86/back/
H A DX86InstrCMovSetCC.td104 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set
/dports/emulators/qemu60/qemu-6.0.0/capstone/suite/synctools/tablegen/X86/
H A DX86InstrCMovSetCC.td104 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set
/dports/emulators/qemu60/qemu-6.0.0/capstone/suite/synctools/tablegen/X86/back/
H A DX86InstrCMovSetCC.td104 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set
/dports/emulators/qemu5/qemu-5.2.0/capstone/suite/synctools/tablegen/X86/
H A DX86InstrCMovSetCC.td104 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set

12345