Home
last modified time | relevance | path

Searched defs:pw (Results 1 – 25 of 4975) sorted by relevance

12345678910>>...199

/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dsafe_refcount.cpp50 static _ALWAYS_INLINE_ T _atomic_decrement_impl(register T *pw) { in _atomic_decrement_impl()
58 static _ALWAYS_INLINE_ T _atomic_increment_impl(register T *pw) { in _atomic_increment_impl()
110 static _ALWAYS_INLINE_ T _atomic_decrement_impl(register T *pw) { in _atomic_decrement_impl()
116 static _ALWAYS_INLINE_ T _atomic_increment_impl(register T *pw) { in _atomic_increment_impl()
245 uint32_t atomic_decrement(register uint32_t *pw) { in atomic_decrement()
249 uint32_t atomic_increment(register uint32_t *pw) { in atomic_increment()
253 uint32_t atomic_sub(register uint32_t *pw, register uint32_t val) { in atomic_sub()
257 uint32_t atomic_add(register uint32_t *pw, register uint32_t val) { in atomic_add()
269 uint64_t atomic_decrement(register uint64_t *pw) { in atomic_decrement()
273 uint64_t atomic_increment(register uint64_t *pw) { in atomic_increment()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dsafe_refcount.cpp50 static _ALWAYS_INLINE_ T _atomic_decrement_impl(register T *pw) { in _atomic_decrement_impl()
58 static _ALWAYS_INLINE_ T _atomic_increment_impl(register T *pw) { in _atomic_increment_impl()
110 static _ALWAYS_INLINE_ T _atomic_decrement_impl(register T *pw) { in _atomic_decrement_impl()
116 static _ALWAYS_INLINE_ T _atomic_increment_impl(register T *pw) { in _atomic_increment_impl()
245 uint32_t atomic_decrement(register uint32_t *pw) { in atomic_decrement()
249 uint32_t atomic_increment(register uint32_t *pw) { in atomic_increment()
253 uint32_t atomic_sub(register uint32_t *pw, register uint32_t val) { in atomic_sub()
257 uint32_t atomic_add(register uint32_t *pw, register uint32_t val) { in atomic_add()
269 uint64_t atomic_decrement(register uint64_t *pw) { in atomic_decrement()
273 uint64_t atomic_increment(register uint64_t *pw) { in atomic_increment()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dsafe_refcount.cpp65 _ALWAYS_INLINE_ uint32_t _atomic_decrement_impl(volatile uint32_t *pw) { in _atomic_decrement_impl()
122 uint32_t atomic_conditional_increment(volatile uint32_t *pw) { in atomic_conditional_increment()
126 uint32_t atomic_decrement(volatile uint32_t *pw) { in atomic_decrement()
130 uint32_t atomic_increment(volatile uint32_t *pw) { in atomic_increment()
134 uint32_t atomic_sub(volatile uint32_t *pw, volatile uint32_t val) { in atomic_sub()
138 uint32_t atomic_add(volatile uint32_t *pw, volatile uint32_t val) { in atomic_add()
146 uint64_t atomic_conditional_increment(volatile uint64_t *pw) { in atomic_conditional_increment()
150 uint64_t atomic_decrement(volatile uint64_t *pw) { in atomic_decrement()
154 uint64_t atomic_increment(volatile uint64_t *pw) { in atomic_increment()
158 uint64_t atomic_sub(volatile uint64_t *pw, volatile uint64_t val) { in atomic_sub()
[all …]
H A Dsafe_refcount.h45 static _ALWAYS_INLINE_ T atomic_conditional_increment(volatile T *pw) { in atomic_conditional_increment()
56 static _ALWAYS_INLINE_ T atomic_decrement(volatile T *pw) { in atomic_decrement()
64 static _ALWAYS_INLINE_ T atomic_increment(volatile T *pw) { in atomic_increment()
72 static _ALWAYS_INLINE_ T atomic_sub(volatile T *pw, volatile V val) { in atomic_sub()
80 static _ALWAYS_INLINE_ T atomic_add(volatile T *pw, volatile V val) { in atomic_add()
88 static _ALWAYS_INLINE_ T atomic_exchange_if_greater(volatile T *pw, volatile V val) { in atomic_exchange_if_greater()
104 static _ALWAYS_INLINE_ T atomic_conditional_increment(volatile T *pw) { in atomic_conditional_increment()
116 static _ALWAYS_INLINE_ T atomic_decrement(volatile T *pw) { in atomic_decrement()
122 static _ALWAYS_INLINE_ T atomic_increment(volatile T *pw) { in atomic_increment()
128 static _ALWAYS_INLINE_ T atomic_sub(volatile T *pw, volatile V val) { in atomic_sub()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dsafe_refcount.cpp65 _ALWAYS_INLINE_ uint32_t _atomic_decrement_impl(volatile uint32_t *pw) { in _atomic_decrement_impl()
122 uint32_t atomic_conditional_increment(volatile uint32_t *pw) { in atomic_conditional_increment()
126 uint32_t atomic_decrement(volatile uint32_t *pw) { in atomic_decrement()
130 uint32_t atomic_increment(volatile uint32_t *pw) { in atomic_increment()
134 uint32_t atomic_sub(volatile uint32_t *pw, volatile uint32_t val) { in atomic_sub()
138 uint32_t atomic_add(volatile uint32_t *pw, volatile uint32_t val) { in atomic_add()
146 uint64_t atomic_conditional_increment(volatile uint64_t *pw) { in atomic_conditional_increment()
150 uint64_t atomic_decrement(volatile uint64_t *pw) { in atomic_decrement()
154 uint64_t atomic_increment(volatile uint64_t *pw) { in atomic_increment()
158 uint64_t atomic_sub(volatile uint64_t *pw, volatile uint64_t val) { in atomic_sub()
[all …]
H A Dsafe_refcount.h45 static _ALWAYS_INLINE_ T atomic_conditional_increment(volatile T *pw) { in atomic_conditional_increment()
56 static _ALWAYS_INLINE_ T atomic_decrement(volatile T *pw) { in atomic_decrement()
64 static _ALWAYS_INLINE_ T atomic_increment(volatile T *pw) { in atomic_increment()
72 static _ALWAYS_INLINE_ T atomic_sub(volatile T *pw, volatile V val) { in atomic_sub()
80 static _ALWAYS_INLINE_ T atomic_add(volatile T *pw, volatile V val) { in atomic_add()
88 static _ALWAYS_INLINE_ T atomic_exchange_if_greater(volatile T *pw, volatile V val) { in atomic_exchange_if_greater()
104 static _ALWAYS_INLINE_ T atomic_conditional_increment(volatile T *pw) { in atomic_conditional_increment()
116 static _ALWAYS_INLINE_ T atomic_decrement(volatile T *pw) { in atomic_decrement()
122 static _ALWAYS_INLINE_ T atomic_increment(volatile T *pw) { in atomic_increment()
128 static _ALWAYS_INLINE_ T atomic_sub(volatile T *pw, volatile V val) { in atomic_sub()
[all …]
/dports/editors/joe/joe-4.6/joe/
H A Dpw.h11 struct pw { struct
23 /* BW *wmkpw(BW *bw,char *prompt,int (*func)(),char *huh,int (*abrt)(), argument
/dports/textproc/libcss/libcss-0.9.1/examples/
H A Dexample1.c274 css_error resolve_url(void *pw, in resolve_url()
311 css_error node_classes(void *pw, void *n, in node_classes()
329 css_error named_ancestor_node(void *pw, void *n, in named_ancestor_node()
340 css_error named_parent_node(void *pw, void *n, in named_parent_node()
362 css_error named_sibling_node(void *pw, void *n, in named_sibling_node()
389 css_error node_has_name(void *pw, void *n, in node_has_name()
400 css_error node_has_class(void *pw, void *n, in node_has_class()
411 css_error node_has_id(void *pw, void *n, in node_has_id()
422 css_error node_has_attribute(void *pw, void *n, in node_has_attribute()
527 css_error node_count_siblings(void *pw, void *n, in node_count_siblings()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dpacket_writer.h110 packet_writer_init_append_to_message(packet_writer* pw, message_data *mesg) in packet_writer_init_append_to_message()
128 packet_writer_init_from_message(packet_writer* pw, message_data *mesg) in packet_writer_init_from_message()
145 packet_writer_init_into_message(packet_writer* pw, message_data *mesg) in packet_writer_init_into_message()
162 static inline void packet_writer_forward(packet_writer *pw, u32 bytes) in packet_writer_forward()
174 static inline void packet_writer_add_u8(packet_writer *pw, u16 value) in packet_writer_add_u8()
186 static inline void packet_writer_add_u16(packet_writer *pw, u16 value) in packet_writer_add_u16()
193 static inline void packet_writer_add_u32(packet_writer *pw, u32 value) in packet_writer_add_u32()
213 static inline u32 packet_writer_get_offset(const packet_writer *pw) in packet_writer_get_offset()
218 static inline void packet_writer_set_offset(packet_writer *pw, u32 offset) in packet_writer_set_offset()
224 static inline u32 packet_writer_get_limit(const packet_writer *pw) in packet_writer_get_limit()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_pw.c66 struct zebra_pw *pw; in RB_GENERATE() local
142 struct zebra_pw pw; in zebra_pw_find() local
158 void zebra_pw_update(struct zebra_pw *pw) in zebra_pw_update()
283 struct zebra_pw *pw, *tmp; in zebra_pw_client_close() local
307 struct zebra_pw *pw; in zebra_pw_exit() local
323 struct zebra_pw *pw; variable
355 struct zebra_pw *pw; variable
481 struct zebra_pw *pw; variable
517 struct zebra_pw *pw; in vty_show_mpls_pseudowire_detail() local
676 struct zebra_pw *pw; in vty_show_mpls_pseudowire_detail_json() local
[all …]
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_pw.c66 struct zebra_pw *pw; in RB_GENERATE() local
142 struct zebra_pw pw; in zebra_pw_find() local
158 void zebra_pw_update(struct zebra_pw *pw) in zebra_pw_update()
283 struct zebra_pw *pw, *tmp; in zebra_pw_client_close() local
307 struct zebra_pw *pw; in zebra_pw_exit() local
323 struct zebra_pw *pw; variable
355 struct zebra_pw *pw; variable
481 struct zebra_pw *pw; variable
517 struct zebra_pw *pw; in vty_show_mpls_pseudowire_detail() local
676 struct zebra_pw *pw; in vty_show_mpls_pseudowire_detail_json() local
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/util/progress/progresswriter/
H A Dreset.go62 type pw struct { struct
63 Writer
64 tm time.Time
65 diff *time.Duration
66 status chan *client.SolveStatus
69 func (p *pw) Status() chan *client.SolveStatus {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/moby/buildkit/util/progress/progresswriter/
H A Dreset.go62 type pw struct { struct
63 Writer
64 tm time.Time
65 diff *time.Duration
66 status chan *client.SolveStatus
69 func (p *pw) Status() chan *client.SolveStatus {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/moby/buildkit/util/progress/progresswriter/
H A Dreset.go62 type pw struct { struct
63 Writer
64 tm time.Time
65 diff *time.Duration
66 status chan *client.SolveStatus
69 func (p *pw) Status() chan *client.SolveStatus {
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dmainmap.cpp64 CWindow* pw; in CreateMap() local
91 CWindow* pw; in SetFixImage() local
112 CWindow* pw; in FloorColorMap() local
131 CWindow* pw; in ShowMap() local
158 CWindow* pw; in DimMap() local
200 CWindow* pw; in GetZoomMap() local
223 CWindow* pw; in ZoomMap() local
251 CWindow* pw; in ZoomMap() local
280 CWindow* pw; in MapEnable() local
301 CWindow* pw; in SetToy() local
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/buildx/util/progress/
H A Dreset.go51 type pw struct { struct
52 Writer
53 tm time.Time
54 diff *time.Duration
55 status chan *client.SolveStatus
58 func (w *pw) Status() chan *client.SolveStatus {
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/fs/
H A Duserdb.c32 tor_passwd_dup(const struct passwd *pw) in tor_passwd_dup()
45 #define tor_passwd_free(pw) \ argument
50 tor_passwd_free_(struct passwd *pw) in tor_passwd_free_()
72 struct passwd *pw; in tor_getpwnam() local
108 struct passwd *pw; in tor_getpwuid() local
129 const struct passwd *pw; in get_user_homedir() local
/dports/security/tor/tor-0.4.6.8/src/lib/fs/
H A Duserdb.c32 tor_passwd_dup(const struct passwd *pw) in tor_passwd_dup()
45 #define tor_passwd_free(pw) \ argument
50 tor_passwd_free_(struct passwd *pw) in tor_passwd_free_()
72 struct passwd *pw; in tor_getpwnam() local
108 struct passwd *pw; in tor_getpwuid() local
129 const struct passwd *pw; in get_user_homedir() local
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/signed/SandboxSignedMissing/testcases/
H A DSandboxSignedMissingTestHighSecurity.java84 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAllPermNoSecurityYes() local
96 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAllPermNoSecurityNo() local
108 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAllPermAllSecurityYes() local
120 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAllPermAllSecurityNo() local
132 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless", "-ve… in javawsAppletAllPermNoSecurityYes() local
145 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless", "-ve… in javawsAppletAllPermNoSecurityNo() local
159 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAppletAllPermAllSecurityYes() local
171 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAppletAllPermAllSecurityNo() local
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/simple/SandboxUnsignedMissing/testcases/
H A DSandboxUnsignedMissingTestHighSecurity.java82 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAllPermNoSecurityYes() local
92 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAllPermNoSecurityNo() local
102 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAllPermAllSecurityYes() local
112 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAllPermAllSecurityNo() local
122 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless", "-ve… in javawsAppletAllPermNoSecurityYes() local
133 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless", "-ve… in javawsAppletAllPermNoSecurityNo() local
145 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAppletAllPermAllSecurityYes() local
155 …ProcessWrapper pw = new ProcessWrapper(server.getJavawsLocation(), Arrays.asList("-headless"), se… in javawsAppletAllPermAllSecurityNo() local
/dports/graphics/geeqie/geeqie-1.6/src/pan-view/
H A Dpan-view.c102 PanWindow *pw = data; in pan_queue_thumb_done_cb() local
130 PanWindow *pw = data; in pan_queue_image_done_cb() local
262 PanWindow *pw = data; in pan_window_request_tile_cb() local
343 PanWindow *pw = data; in pan_window_dispose_tile_cb() local
552 PanWindow *pw = data; in pan_cache_step_done_cb() local
988 PanWindow *pw = data; in pan_layout_update_idle_cb() local
1112 PanWindow *pw = data; in pan_window_menu_pos_cb() local
1120 PanWindow *pw = data; in pan_window_key_press_cb() local
1777 PanWindow *pw; in pan_window_new_real() local
2097 PanWindow *pw; in pan_edit_cb() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dl2vpn.c77 struct l2vpn_pw *pw; in l2vpn_del() local
104 struct l2vpn_pw *pw; in l2vpn_init() local
113 struct l2vpn_pw *pw; in l2vpn_exit() local
159 struct l2vpn_pw *pw; in l2vpn_if_update() local
191 struct l2vpn_pw *pw; in l2vpn_pw_new() local
205 struct l2vpn_pw *pw; in l2vpn_pw_find() local
344 struct l2vpn_pw *pw; in l2vpn_pw_negotiate() local
432 struct l2vpn_pw *pw; in l2vpn_recv_pw_status() local
474 struct l2vpn_pw *pw; in l2vpn_recv_pw_status_wcard() local
574 struct l2vpn_pw *pw; in l2vpn_pw_ctl() local
[all …]
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dl2vpn.c77 struct l2vpn_pw *pw; in l2vpn_del() local
104 struct l2vpn_pw *pw; in l2vpn_init() local
113 struct l2vpn_pw *pw; in l2vpn_exit() local
159 struct l2vpn_pw *pw; in l2vpn_if_update() local
191 struct l2vpn_pw *pw; in l2vpn_pw_new() local
205 struct l2vpn_pw *pw; in l2vpn_pw_find() local
344 struct l2vpn_pw *pw; in l2vpn_pw_negotiate() local
432 struct l2vpn_pw *pw; in l2vpn_recv_pw_status() local
474 struct l2vpn_pw *pw; in l2vpn_recv_pw_status_wcard() local
574 struct l2vpn_pw *pw; in l2vpn_pw_ctl() local
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DPaintUndo.c54 RedoClear(PaintWidget pw) in RedoClear()
106 UndoPop(PaintWidget pw) in UndoPop()
166 RedoPop(PaintWidget pw) in RedoPop()
191 PaintWidget pw = GET_PW(w); in Undo() local
212 PaintWidget pw = GET_PW(w); in Redo() local
233 PaintWidget pw = GET_PW(wid); in PwUndoStart() local
297 PaintWidget pw = GET_PW(w); in UndoStartPoint() local
316 PaintWidget pw = GET_PW(w); in UndoGrow() local
365 PaintWidget pw = GET_PW(w); in PwUndoSetRectangle() local
375 PaintWidget pw = GET_PW(w); in PwUndoAddRectangle() local
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DPaned.c740 ChoosePaneToResize(XmPanedWidget pw, in ChoosePaneToResize()
1309 XmPanedWidget pw = (XmPanedWidget) w; in RefigureLocationsAndCommit() local
1736 ManageAndUnmanageSashs(XmPanedWidget pw) in ManageAndUnmanageSashs()
1883 XmPanedWidget pw = (XmPanedWidget) w; in GetGCs() local
1907 XmPanedWidget pw = (XmPanedWidget)w; in ReleaseGCs() local
2074 PopPaneStack(XmPanedWidget pw) in PopPaneStack()
2094 ClearPaneStack(XmPanedWidget pw) in ClearPaneStack()
2364 XmPanedWidget pw = (XmPanedWidget)w; in Destroy() local
2480 ReManageChildren(XmPanedWidget pw) in ReManageChildren()
2526 XmPanedWidget pw = (XmPanedWidget)w; in ChangeManaged() local
[all …]

12345678910>>...199