Home
last modified time | relevance | path

Searched refs:red_length (Results 1 – 13 of 13) sorted by relevance

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/
H A Dframebuffer_service.cpp49 unsigned int red_length; member
102 fbinfo.red_length = 8; in framebuffer_service()
116 fbinfo.red_length = 8; in framebuffer_service()
130 fbinfo.red_length = 8; in framebuffer_service()
144 fbinfo.red_length = 5; in framebuffer_service()
158 fbinfo.red_length = 8; in framebuffer_service()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/daemon/
H A Dframebuffer_service.cpp51 unsigned int red_length; member
103 fbinfo.red_length = 8; in framebuffer_service()
117 fbinfo.red_length = 8; in framebuffer_service()
131 fbinfo.red_length = 8; in framebuffer_service()
145 fbinfo.red_length = 5; in framebuffer_service()
159 fbinfo.red_length = 8; in framebuffer_service()
/dports/math/SCIP/scip-7.0.3/examples/VRP/src/
H A Dpricer_vrp.cpp103 vector< vector<SCIP_Real> > red_length(num_nodes()); /*lint !e732 !e747*/ in pricing() local
105 red_length[i].resize(i, 0.0); /*lint !e732 !e747*/ in pricing()
123 red_length[i][j] = r; /*lint !e732 !e747*/ in pricing()
142 red_length[i][j] = r; /*lint !e732 !e747*/ in pricing()
163 SCIPinfoMessage(scip, NULL, "length_%d_%d: %g\n", i, j, red_length[i][j]); in pricing()
181 SCIPinfoMessage(scip, NULL, "length_%d_%d: %g\n", i, j, red_length[i][j]); in pricing()
188 SCIP_Real reduced_cost = find_shortest_tour(red_length, tour); in pricing()
/dports/sysutils/lxqt-config/lxqt-config-1.0.0/lxqt-config-brightness/
H A Dxrandrbrightness.cpp172 int red_length = xcb_randr_get_crtc_gamma_red_length(gamma_reply.data()); in gamma_brightness_get() local
187 float brightness = (float)red[red_length-1]/65535.0; in gamma_brightness_get()
226 int red_length = xcb_randr_get_crtc_gamma_red_length(gamma_reply.data()); in gamma_brightness_set() local
241 for(int i=0;i<red_length;i++) in gamma_brightness_set()
243 int value = qMin((int)(((float)i/(float)(red_length-1))*max_gamma),65535); in gamma_brightness_set()
246 …xcb_randr_set_crtc_gamma (QX11Info::connection(), output_info->crtc, red_length, red, green, blue); in gamma_brightness_set()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dfbset.c379 int red_offset, red_length; in read_mode_db() local
385 &red_length, &red_offset, in read_mode_db()
390 base->red.length = red_length; in read_mode_db()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dratgring.h107 int redRat (poly* h,poly *reducer, int *red_length,int rl, int ishift, ring r);
H A Dratgring.cc593 int redRat (poly* h, poly *reducer, int *red_length, int rl, int ishift, ring r) in redRat() argument
605 if ((l>red_length[i]) && (p_DivisibleByRat(reducer[i],*h,ishift,r))) in redRat()
607 j=i; l=red_length[i]; in redRat()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-adb_service.c82 guint32 red_length; member
252 framebuffer_data->red_length = tvb_get_letohl(tvb, offset + 4 * 6); in dissect_adb_service()
319 framebuffer_data->red_length == 5 && in dissect_adb_service()
340 framebuffer_data->red_length == 8 && in dissect_adb_service()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-adb_service.c82 guint32 red_length; member
252 framebuffer_data->red_length = tvb_get_letohl(tvb, offset + 4 * 6); in dissect_adb_service()
319 framebuffer_data->red_length == 5 && in dissect_adb_service()
340 framebuffer_data->red_length == 8 && in dissect_adb_service()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-adb_service.c82 guint32 red_length; member
252 framebuffer_data->red_length = tvb_get_letohl(tvb, offset + 4 * 6); in dissect_adb_service()
319 framebuffer_data->red_length == 5 && in dissect_adb_service()
340 framebuffer_data->red_length == 8 && in dissect_adb_service()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-adb_service.c82 guint32 red_length; member
252 framebuffer_data->red_length = tvb_get_letohl(tvb, offset + 4 * 6); in dissect_adb_service()
319 framebuffer_data->red_length == 5 && in dissect_adb_service()
340 framebuffer_data->red_length == 8 && in dissect_adb_service()
/dports/devel/sdl12/SDL-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c257 current->format->Rloss = 8 - this->hidden->shm.red_length; in PG_SetVideoMode()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c768 unsigned short red_length, green_length, blue_length; member
1572 gpCube[cube_index].red_length = max_r-min_r;
1575 if (gpCube[cube_index].red_length >= gpCube[cube_index].green_length) {
1576 if (gpCube[cube_index].red_length >= gpCube[cube_index].blue_length) {