Home
last modified time | relevance | path

Searched refs:gs_n (Results 1 – 3 of 3) sorted by relevance

/dports/devel/R-cran-data.table/data.table/src/
H A Dforder.c38 static int gs_n = 0; // the number of groups found so far (how much of the allocated… variable
81 gs_n = 0; in cleanup()
117 int newn = gs_n + n; in flush()
123 memcpy(gs+gs_n, gs_thread[me], n*sizeof(int)); in flush()
124 gs_n += n; in flush()
757 int final_gs_n = (gs_n==0) ? gs_thread_n[0] : gs_n; // TODO: find a neater way to do this in forder()
758 int *final_gs = (gs_n==0) ? gs_thread[0] : gs; in forder()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_figure.py726 gs_n = gs[1, 0].subgridspec(2, 2)
728 axA = fig_ref.add_subplot(gs_n[0, 0])
731 axB = fig_ref.add_subplot(gs_n[0, 1])
734 axC = fig_ref.add_subplot(gs_n[1, 0])
737 axD = fig_ref.add_subplot(gs_n[1, 1])
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dxwrappers.c448 unsigned int gs_n = raw_fb_native_green_shift; in copy_raw_fb_low_bpp() local
564 gval = (val & gm_n) >> gs_n; in copy_raw_fb_low_bpp()