Home
last modified time | relevance | path

Searched +defs:w +defs:l +defs:b +defs:b (Results 1 – 25 of 14949) sorted by relevance

12345678910>>...598

/dports/x11-toolkits/nuklear/Nuklear-4.09.1/src/
H A Dnuklear_9slice.c10 nk_sub9slice_ptr(void *ptr, nk_ushort w, nk_ushort h, struct nk_rect rgn, nk_ushort l, nk_ushort t,… in nk_sub9slice_ptr()
25 nk_sub9slice_id(int id, nk_ushort w, nk_ushort h, struct nk_rect rgn, nk_ushort l, nk_ushort t, nk_… in nk_sub9slice_id()
40 …ce_handle(nk_handle handle, nk_ushort w, nk_ushort h, struct nk_rect rgn, nk_ushort l, nk_ushort t… in nk_sub9slice_handle()
55 nk_nine_slice_handle(nk_handle handle, nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b) in nk_nine_slice_handle()
70 nk_nine_slice_ptr(void *ptr, nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b) in nk_nine_slice_ptr()
86 nk_nine_slice_id(int id, nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b) in nk_nine_slice_id()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/dhtml/
H A Dlib.c39 ssize_t *l) { /* pointer to buffer size variable */ in file2ram()
42 char *b = NULL; in file2ram() local
68 lineskip(char **b, ssize_t n) { in lineskip()
87 get_word(char **b, /* begin of buffer, then end of buffer */ in get_word()
88 ssize_t *l, /* buffer length */ in get_word()
91 char *w = NULL; in get_word() local
117 get_line(char **b, /* begin of buffer, then end of buffer */ in get_line()
118 ssize_t *l, /* buffer length */ in get_line()
120 char *w = NULL; in get_line() local
140 bst_scmp(union bst_val a, union bst_val b) { in bst_scmp()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dibm128-cast.c24 void imp_cast(__ibm128 w, __float128 q, long double l, _Bool b) { in imp_cast()
29 …w *l; // expected-error {{invalid operands to binary expression ('__ibm128' and 'long double… in imp_cast() local
30 …q *w; // expected-error {{invalid operands to binary expression ('__float128' and '__ibm128'… in imp_cast() local
45 void imp_cast(__ibm128 w, __float128 q, long double l, _Bool b) { in imp_cast()
50 …w *l; // expected-no-error {{invalid operands to binary expression ('__ibm128' and 'long dou… in imp_cast() local
51 …q *w; // expected-error {{invalid operands to binary expression ('__float128' and '__ibm128'… in imp_cast() local
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/tests/
H A Dkdialogbuttonboxtest.cpp34 QDialog *w = new QDialog; in main() local
40 QLabel *l = new QLabel("A very common dialog\n\n"\ in main() local
50 QPushButton *b = bbox->addButton(QLatin1String("OK"), QDialogButtonBox::AcceptRole); in main() local
66 QDialog *w = new QDialog(nullptr); in main() local
72 QLabel *l = new QLabel("Did I mention that it's possible\n" in main() local
81 QPushButton *b = bbox->addButton(QLatin1String("OK"), QDialogButtonBox::AcceptRole); in main() local
/dports/cad/horizon-eda/horizon-2.1.0/src/dialogs/
H A Drenumber_pads_window.cpp37 auto l = grid_attach_label_and_widget(grid, "Axis", b, top); in RenumberPadsWindow() local
43 auto b = make_boolean_ganged_switch(down, "Up", "Down", fn_update); in RenumberPadsWindow() local
44 auto l = grid_attach_label_and_widget(grid, "Y direction", b, top); in RenumberPadsWindow() local
51 auto l = grid_attach_label_and_widget(grid, "X direction", b, top); in RenumberPadsWindow() local
58 auto l = grid_attach_label_and_widget(grid, "Direction", b, top); in RenumberPadsWindow() local
64 auto b = Gtk::manage(new Gtk::ComboBoxText); in RenumberPadsWindow() local
72 auto l = grid_attach_label_and_widget(grid, "Origin", b, top); in RenumberPadsWindow() local
134 static double add_angle(double a, double b) in add_angle()
146 for (auto w : widgets_circular) { in renumber() local
150 for (auto w : widgets_axis) { in renumber() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java47 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
51 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
56 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
61 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
65 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
69 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
75 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java47 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
51 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
56 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
61 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
65 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
69 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
75 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java47 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
51 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
56 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
61 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
65 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
69 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
75 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java48 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
52 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
57 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
62 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
66 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
70 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
76 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java47 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
51 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
56 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
61 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
65 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
69 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
75 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java47 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
51 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
56 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
61 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
65 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
69 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
75 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java47 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
51 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
56 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
61 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
65 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
69 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
75 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java47 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
51 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
56 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
61 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
65 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
69 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
75 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java47 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
51 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
56 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
61 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
65 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
69 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
75 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/accessibility/util/
H A DTopLevelWindowMulticaster.java48 protected TopLevelWindowMulticaster(EventListener a, EventListener b) { in TopLevelWindowMulticaster()
52 public void topLevelWindowCreated(Window w) { in topLevelWindowCreated()
57 public void topLevelWindowDestroyed(Window w) { in topLevelWindowDestroyed()
62 public static TopLevelWindowListener add(TopLevelWindowListener a, TopLevelWindowListener b) { in add()
66 …public static TopLevelWindowListener remove(TopLevelWindowListener l, TopLevelWindowListener oldl)… in remove()
70 protected static EventListener addInternal(EventListener a, EventListener b) { in addInternal()
76 protected static EventListener removeInternal(EventListener l, EventListener oldl) { in removeInternal()
/dports/devel/R-cran-bit/bit/inst/doc/
H A Dbit-usage.R27 l <- logical(3) globalVar
32 b <- bit(3) globalVar
37 w <- bitwhich(3,2) globalVar
40 w <- bitwhich(3,-2) globalVar
46 b <- bit(3); b[6] globalVar
47 w <- bitwhich(3); w[6] globalVar
74 w <- as.which(l) globalVar
80 w <- which(l) globalVar
134 l <- logical(6) globalVar
135 b <- bit(6) globalVar
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Ddict2pid.c85 int32 b, l, r; in compress_right_context_tree() local
141 int32 b, l, r; in compress_left_right_context_tree() local
204 get_rc_nssid(dict2pid_t * d2p, s3wid_t w) in get_rc_nssid()
229 dict2pid_get_rcmap(dict2pid_t * d2p, s3wid_t w) in dict2pid_get_rcmap()
255 int32 b, l; in free_compress_map() local
270 s3cipid_t l, r; in populate_lrdiph() local
305 s3cipid_t l; in dict2pid_add_word() local
371 int b, l, r, p; in dict2pid_internal() local
394 int32 b, l, r, w, p; in dict2pid_build() local
540 int32 w, p, pronlen; in dict2pid_dump() local
[all …]
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Ddict2pid.c85 int32 b, l, r; in compress_right_context_tree() local
141 int32 b, l, r; in compress_left_right_context_tree() local
204 get_rc_nssid(dict2pid_t * d2p, s3wid_t w) in get_rc_nssid()
229 dict2pid_get_rcmap(dict2pid_t * d2p, s3wid_t w) in dict2pid_get_rcmap()
255 int32 b, l; in free_compress_map() local
270 s3cipid_t l, r; in populate_lrdiph() local
305 s3cipid_t l; in dict2pid_add_word() local
371 int b, l, r, p; in dict2pid_internal() local
394 int32 b, l, r, w, p; in dict2pid_build() local
540 int32 w, p, pronlen; in dict2pid_dump() local
[all …]
/dports/math/yices/yices-2.6.2/src/solvers/bv/
H A Dbv_intervals.c89 uint32_t n2, w; in bv_aux_addmul_u() local
109 uint32_t n2, w; in bv_aux_submul_u() local
128 uint32_t n2, w; in bv_aux_addmul_s() local
163 uint32_t w; in bv_aux_shift_a_to_c() local
181 uint32_t w; in bv_aux_shift_b_to_d() local
245 uint32_t w; in resize_bv_interval() local
354 uint32_t w; in bv_interval_add_u_core() local
406 uint32_t w; in bv_interval_add_s_core() local
444 uint32_t w; in bv_interval_sub_u_core() local
498 uint32_t w; in bv_interval_sub_s_core() local
[all …]
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dwindow.c33 Window_Type *w; in create_window() local
53 void window_buffer(Buffer *b) /*{{{*/ in window_buffer()
121 Window_Type *w, *neew; in split_window() local
122 Line *l, *cline; in split_window() local
195 Buffer *b; in one_window() local
223 Window_Type *w, *w1; in enlarge_window() local
300 Window_Type *w; in jed_update_window_sizes() local
327 int buffer_visible(Buffer *b) /*{{{*/ in buffer_visible()
379 void touch_screen_for_buffer(Buffer *b) /*{{{*/ in touch_screen_for_buffer()
381 Window_Type *w; in touch_screen_for_buffer() local
[all …]
/dports/editors/joe/joe-4.6/joe/
H A Dtw.c253 int l; in stagen() local
286 int l; in stagen() local
301 int l; in stagen() local
693 static void instw(W *w, B *b, off_t l, off_t n, int flg) in instw()
700 static void deltw(W *w, B *b, off_t l, off_t n, int flg) in deltw()
725 B *b; in abortit() local
786 B *b; in wpop() local
806 B *b = wpop(bw); in upopabort() local
834 B *b = wpop(bw); in uabort() local
885 B *b; in uabortbuf() local
[all …]
/dports/devel/R-cran-bit/bit/tests/testthat/
H A Dtest-old-regtest.R17 l <- TRUE functionVar
18 b <- as.bit(l) functionVar
117 w <- as.which(l) functionVar
341 expect_identical({b <- as.bit(FALSE); b[0] <- TRUE; as.logical(b)}, {l <- FALSE; l[0] <- TRUE; l}) globalVar
342 …expect_identical({w <- as.bitwhich(FALSE); w[0] <- TRUE; as.logical(w)}, {l <- FALSE; l[0] <- TRUE… globalVar
344 expect_identical({b <- as.bit(FALSE); b[2] <- TRUE; as.logical(b)}, {l <- FALSE; l[2] <- TRUE; l}) globalVar
345 …expect_identical({w <- as.bitwhich(FALSE); w[2] <- TRUE; as.logical(w)}, {l <- FALSE; l[2] <- TRUE… globalVar
347 …expect_identical({b <- as.bit(FALSE); b[bit:::.BITS+1] <- NA; as.logical(b)}, {l <- FALSE; l[bit::… globalVar
348 …expect_identical({w <- as.bitwhich(FALSE); w[bit:::.BITS+1] <- NA; as.logical(w)}, {l <- FALSE; l[… globalVar
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Ddeconvolutional_layer.c11 int deconvolutional_out_height(deconvolutional_layer l) in deconvolutional_out_height()
17 int deconvolutional_out_width(deconvolutional_layer l) in deconvolutional_out_width()
19 int w = l.stride*(l.w - 1) + l.size; in deconvolutional_out_width() local
23 int deconvolutional_out_size(deconvolutional_layer l) in deconvolutional_out_size()
30 int h,w,c; in get_deconvolutional_image() local
39 int h,w,c; in get_deconvolutional_delta() local
49 deconvolutional_layer l = { (LAYER_TYPE)0 }; in make_deconvolutional_layer() local
106 void resize_deconvolutional_layer(deconvolutional_layer *l, int h, int w) in resize_deconvolutional_layer()
145 float *b = state.input + i*l.c*l.h*l.w; in forward_deconvolutional_layer() local
173 float *b = l.col_image; in backward_deconvolutional_layer() local
[all …]
H A Davgpool_layer.c6 avgpool_layer make_avgpool_layer(int batch, int w, int h, int c) in make_avgpool_layer()
9 avgpool_layer l = { (LAYER_TYPE)0 }; in make_avgpool_layer() local
34 void resize_avgpool_layer(avgpool_layer *l, int w, int h) in resize_avgpool_layer()
41 void forward_avgpool_layer(const avgpool_layer l, network_state state) in forward_avgpool_layer()
43 int b,i,k; in forward_avgpool_layer() local
58 void backward_avgpool_layer(const avgpool_layer l, network_state state) in backward_avgpool_layer()
60 int b,i,k; in backward_avgpool_layer() local
/dports/security/libmd/libmd-3.0/
H A Drmd_locl.h68 #define p_c2nl(c,l,n) { \ argument
79 #define c2nl_p(c,l,n) { \ argument
90 #define p_c2nl_p(c,l,sc,len) { \ argument
114 #define p_c2l(c,l,n) { \ argument
125 #define c2l_p(c,l,n) { \ argument
136 #define p_c2l_p(c,l,sc,len) { \ argument
192 #define RIP1(a,b,c,d,e,w,s) { \ argument
197 #define RIP2(a,b,c,d,e,w,s,K) { \ argument
202 #define RIP3(a,b,c,d,e,w,s,K) { \ argument
207 #define RIP4(a,b,c,d,e,w,s,K) { \ argument
[all …]

12345678910>>...598