Home
last modified time | relevance | path

Searched refs:usp (Results 1 – 25 of 2290) sorted by relevance

12345678910>>...92

/dports/mail/perdition/perdition-2.2/perdition/
H A Dserver_port.c50 if(!usp) { in user_server_port_create()
55 return(usp); in user_server_port_create()
68 if(!*usp) { in user_server_port_assign()
70 if(!*usp) { in user_server_port_assign()
133 if(!*usp) { in user_server_port_strn_assign()
168 (*usp)->port = strdup((*usp)->port); in user_server_port_strn_assign()
174 (*usp)->user = (*usp)->server; in user_server_port_strn_assign()
181 (*usp)->server = strdup((*usp)->server); in user_server_port_strn_assign()
187 (*usp)->server = (*usp)->user; in user_server_port_strn_assign()
246 free(usp); in user_server_port_destroy()
[all …]
H A Dserver_port.h65 user_server_port_assign(user_server_port_t **usp, char *user,
82 user_server_port_str_assign(user_server_port_t **usp, const char *str);
100 user_server_port_strn_assign(user_server_port_t **usp, const char *str,
110 user_server_port_unassign(user_server_port_t *usp);
123 user_server_port_destroy(user_server_port_t *usp);
142 user_server_port_get_port(const user_server_port_t *usp);
151 user_server_port_get_server(const user_server_port_t *usp);
160 user_server_port_get_user(const user_server_port_t *usp);
175 user_server_port_display(char *str, const user_server_port_t *usp);
/dports/comms/birda/birda-1.3/src/
H A Dunix.c265 sizeof usp->inBuf-usp->inFree : usp->inHead-usp->inFree-1; in serialInput()
266 int n=read(usp->fd,usp->inBuf+usp->inFree,k); in serialInput()
271 usp->inFree=(usp->inFree+n)%sizeof usp->inBuf; in serialInput()
272 if(((usp->inFree+1)%sizeof usp->inBuf)==usp->inHead) { in serialInput()
288 usp->inHead=usp->inFree=0; in serialGetChar()
295 c=usp->inBuf[usp->inHead]; in serialGetChar()
296 usp->inHead=(usp->inHead+1)%sizeof usp->inBuf; in serialGetChar()
316 if(usp->outFree>0) flush(usp); in serialOutput()
323 usp->outBuf[usp->outFree++]=c; in serialPutChar()
324 if(usp->outFree==sizeof usp->outBuf) flush(usp); in serialPutChar()
[all …]
/dports/www/moodle310/moodle/grade/report/history/
H A Dstyles.css17 .gradereport_history_usp .usp-content {
21 .gradereport_history_usp .usp-ajax-content {
27 .gradereport_history_usp .usp-ajax-content,
47 .gradereport_history_usp .usp-search {
51 .gradereport_history_usp .usp-user {
61 .gradereport_history_usp .usp-first-added {
65 .gradereport_history_usp .usp-checkbox {
75 .gradereport_history_usp .usp-picture {
80 .gradereport_history_usp .usp-userpicture {
94 .gradereport_history_usp .usp-more-results {
[all …]
/dports/www/moodle311/moodle/grade/report/history/
H A Dstyles.css17 .gradereport_history_usp .usp-content {
21 .gradereport_history_usp .usp-ajax-content {
27 .gradereport_history_usp .usp-ajax-content,
47 .gradereport_history_usp .usp-search {
51 .gradereport_history_usp .usp-user {
61 .gradereport_history_usp .usp-first-added {
65 .gradereport_history_usp .usp-checkbox {
75 .gradereport_history_usp .usp-picture {
80 .gradereport_history_usp .usp-userpicture {
94 .gradereport_history_usp .usp-more-results {
[all …]
/dports/www/moodle39/moodle/grade/report/history/
H A Dstyles.css17 .gradereport_history_usp .usp-content {
21 .gradereport_history_usp .usp-ajax-content {
27 .gradereport_history_usp .usp-ajax-content,
47 .gradereport_history_usp .usp-search {
51 .gradereport_history_usp .usp-user {
61 .gradereport_history_usp .usp-first-added {
65 .gradereport_history_usp .usp-checkbox {
75 .gradereport_history_usp .usp-picture {
80 .gradereport_history_usp .usp-userpicture {
94 .gradereport_history_usp .usp-more-results {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp; in x86_gnu_fallback_frame_state() local
94 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
110 usp = (*gregset)[REG_UESP]; in x86_gnu_fallback_frame_state()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp; in x86_gnu_fallback_frame_state() local
94 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
110 usp = (*gregset)[REG_UESP]; in x86_gnu_fallback_frame_state()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp; in x86_gnu_fallback_frame_state() local
94 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
110 usp = (*gregset)[REG_UESP]; in x86_gnu_fallback_frame_state()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp; in x86_gnu_fallback_frame_state() local
94 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
110 usp = (*gregset)[REG_UESP]; in x86_gnu_fallback_frame_state()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp; in x86_gnu_fallback_frame_state() local
94 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
110 usp = (*gregset)[REG_UESP]; in x86_gnu_fallback_frame_state()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp; in x86_gnu_fallback_frame_state() local
94 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
110 usp = (*gregset)[REG_UESP]; in x86_gnu_fallback_frame_state()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp; in x86_gnu_fallback_frame_state() local
94 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
110 usp = (*gregset)[REG_UESP]; in x86_gnu_fallback_frame_state()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp;
94 usp = scp->sc_uesp;
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp;
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp;
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp;
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp;
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp;
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp;
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp;
110 usp = (*gregset)[REG_UESP];
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgcc/config/i386/
H A Dgnu-unwind.h56 unsigned long usp; in x86_gnu_fallback_frame_state() local
94 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
110 usp = (*gregset)[REG_UESP]; in x86_gnu_fallback_frame_state()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/user/
H A Down.cc74 ustate_ty *usp = ustate_get(pp); in own_add() local
75 assert(usp->own); in own_add()
84 own_data = usp->own->list[j]; in own_add()
92 if (j >= usp->own->length) in own_add()
141 assert(usp->own); in own_nth()
142 if (!usp->own) in own_nth()
182 assert(usp->own); in own_remove()
191 if (j >= usp->own->length) in own_remove()
232 usp->own->list[j] = in own_remove()
233 usp->own->list[usp->own->length - 1]; in own_remove()
[all …]
/dports/security/libfido2/libfido2-1.9.0/openbsd-compat/
H A Dtime.h35 #define timespecadd(tsp, usp, vsp) \ argument
37 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \
38 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
45 #define timespecsub(tsp, usp, vsp) \ argument
47 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \
48 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
55 #define timespeccmp(tsp, usp, cmp) \ argument
56 (((tsp)->tv_sec == (usp)->tv_sec) ? \
57 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
58 ((tsp)->tv_sec cmp (usp)->tv_sec))
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/i386/
H A Dgnu-unwind.h45 unsigned long usp; in x86_gnu_fallback_frame_state() local
79 usp = scp->sc_uesp; in x86_gnu_fallback_frame_state()
83 fs->regs.cfa_offset = usp - (unsigned long) context->cfa; in x86_gnu_fallback_frame_state()
86 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
88 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state()
90 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state()
92 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state()
94 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state()
96 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state()
98 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state()
[all …]
/dports/net/dhcpcd-ui/dhcpcd-ui-0.7.8/src/dhcpcd-curses/
H A Dcommon.h52 #define timespeccmp(tsp, usp, cmp) \ argument
53 (((tsp)->tv_sec == (usp)->tv_sec) ? \
54 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
55 ((tsp)->tv_sec cmp (usp)->tv_sec))
56 #define timespecadd(tsp, usp, vsp) \ argument
58 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \
59 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
65 #define timespecsub(tsp, usp, vsp) \ argument
67 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \
68 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Du12-shading.c191 cp.green.usp = cp.red.usp + dev->regs.RD_Pixels; in u12shadingAdjustShadingWaveform()
192 cp.blue.usp = cp.green.usp + dev->regs.RD_Pixels; in u12shadingAdjustShadingWaveform()
199 wR = *cp.red.usp; in u12shadingAdjustShadingWaveform()
253 cp.red.usp = cp.blue.usp++; in u12shadingAdjustShadingWaveform()
280 cp.green.usp = cp.red.usp + dev->regs.RD_Pixels; in u12shadingAdjustShadingWaveform()
281 cp.blue.usp = cp.green.usp + dev->regs.RD_Pixels; in u12shadingAdjustShadingWaveform()
287 pvar.pulrgb++, cp.red.usp++, cp.green.usp++, cp.blue.usp++) { in u12shadingAdjustShadingWaveform()
349 cp.blue.usp++; in u12shadingAdjustShadingWaveform()
375 cp.blue.usp++; in u12shadingAdjustShadingWaveform()
438 *cp.green.usp = *cp.green.usp * pRGB->Green / 100U; in u12shadingAdjustShadingWaveform()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/include/asm/
H A Dprocessor.h22 register unsigned long usp __asm__("a0"); in rdusp()
24 __asm__ __volatile__(".word 0x4e68" : "=a" (usp)); in rdusp()
25 return usp; in rdusp()
29 static inline void wrusp(unsigned long usp) in wrusp() argument
33 sw_usp = usp; in wrusp()
35 register unsigned long a0 __asm__("a0") = usp; in wrusp()
80 unsigned long usp; /* user stack pointer */ member
112 unsigned long usp) in start_thread() argument
117 wrusp(usp); in start_thread()
137 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/include/asm/
H A Dprocessor.h22 register unsigned long usp __asm__("a0"); in rdusp()
24 __asm__ __volatile__(".word 0x4e68" : "=a" (usp)); in rdusp()
25 return usp; in rdusp()
29 static inline void wrusp(unsigned long usp) in wrusp() argument
33 sw_usp = usp; in wrusp()
35 register unsigned long a0 __asm__("a0") = usp; in wrusp()
80 unsigned long usp; /* user stack pointer */ member
112 unsigned long usp) in start_thread() argument
117 wrusp(usp); in start_thread()
137 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/include/asm/
H A Dprocessor.h22 register unsigned long usp __asm__("a0"); in rdusp()
24 __asm__ __volatile__(".word 0x4e68" : "=a" (usp)); in rdusp()
25 return usp; in rdusp()
29 static inline void wrusp(unsigned long usp) in wrusp() argument
33 sw_usp = usp; in wrusp()
35 register unsigned long a0 __asm__("a0") = usp; in wrusp()
80 unsigned long usp; /* user stack pointer */ member
112 unsigned long usp) in start_thread() argument
117 wrusp(usp); in start_thread()
137 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
/dports/net/siproxd/siproxd-0.8.2/src/
H A Dresolve.c94 unsigned short *usp,ty; in _resolve() local
127 usp = (unsigned short *)mptr; in _resolve()
129 usp = (unsigned short *)mptr; in _resolve()
143 usp = (unsigned short *)mptr; in _resolve()
144 ty = ntohs( *usp ); in _resolve()
146 usp = (unsigned short *)mptr; in _resolve()
159 usp = (unsigned short *)xptr; in _resolve()
160 pr = ntohs( *usp ); in _resolve()
162 usp = (unsigned short *)xptr; in _resolve()
163 we = ntohs( *usp ); in _resolve()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/mn10300/
H A Dam33.s19 movm (usp),[a2,a3,exreg0]
20 movm (usp),[a2,a3,exreg1]
21 movm (usp),[a2,a3,exother]
22 movm (usp),[a2,a3,all]
23 movm [a2,a3,exreg0],(usp)
24 movm [a2,a3,exreg1],(usp)
25 movm [a2,a3,exother],(usp)
26 movm [a2,a3,all],(usp)
27 mov usp,a0
31 mov a0,usp

12345678910>>...92