OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_x
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/pckbport/
alps.c
1033
uint16_t
cur_x
, cur_y;
local in function:pms_alps_decode_touchpad_packet_v2
1048
cur_x
= psc->packet[1];
1049
cur_x
|= (psc->packet[2] & 0x78) << 4;
1070
dx = (
cur_x
- sc->last_x1);
1085
sc->last_x1 =
cur_x
;
alps.c
1033
uint16_t
cur_x
, cur_y;
local in function:pms_alps_decode_touchpad_packet_v2
1048
cur_x
= psc->packet[1];
1049
cur_x
|= (psc->packet[2] & 0x78) << 4;
1070
dx = (
cur_x
- sc->last_x1);
1085
sc->last_x1 =
cur_x
;
/src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_drv.h
132
int
cur_x
;
member in struct:virtio_gpu_output
virtgpu_drv.h
132
int
cur_x
;
member in struct:virtio_gpu_output
/src/sys/dev/stbi/
stb_image.c
4334
int
cur_x
, cur_y;
member in struct:stbi_gif_struct
4433
p = &g->out[g->
cur_x
+ g->cur_y];
4442
g->
cur_x
+= 4;
4444
if (g->
cur_x
>= g->max_x) {
4445
g->
cur_x
= g->start_x;
4589
g->
cur_x
= g->start_x;
stb_image.c
4334
int
cur_x
, cur_y;
member in struct:stbi_gif_struct
4433
p = &g->out[g->
cur_x
+ g->cur_y];
4442
g->
cur_x
+= 4;
4444
if (g->
cur_x
>= g->max_x) {
4445
g->
cur_x
= g->start_x;
4589
g->
cur_x
= g->start_x;
Completed in 32 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025