OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_type
(Results
1 - 23
of
23
) sorted by relevancy
/xsrc/external/mit/libX11/dist/src/xkb/
XKBNames.c
551
firstType = changes->
first_type
;
792
new_last = (new->
first_type
+ new->num_types - 1);
793
old_last = (old->
first_type
+ old->num_types - 1);
795
if (new->
first_type
< old->
first_type
)
796
first = new->
first_type
;
798
first = old->
first_type
;
805
old->
first_type
= first;
809
old->
first_type
= new->
first_type
;
[
all
...]
XKBUse.c
49
first = old->
first_type
;
50
oldLast = old->
first_type
+ old->num_types - 1;
51
newLast = new->
first_type
+ new->num_types - 1;
53
if (new->
first_type
< first)
54
first = new->
first_type
;
57
old->
first_type
= first;
61
old->
first_type
= new->
first_type
;
278
mev->
first_type
= mn->firstType;
443
nev->
first_type
= nn->firstType
[
all
...]
XKBMisc.c
880
last = changes->map.
first_type
+ changes->map.num_types - 1;
881
if (type_ndx < changes->map.
first_type
) {
882
changes->map.
first_type
= type_ndx;
887
(type_ndx - changes->map.
first_type
) + 1;
892
changes->map.
first_type
= type_ndx;
XKBBind.c
441
int first = changes.
first_type
;
442
int last = changes.
first_type
+ changes.num_types - 1;
XKBGetMap.c
855
req->firstType = changes->
first_type
;
XKBSetMap.c
579
req->firstType = changes->
first_type
;
/xsrc/external/mit/xorg-server/dist/xkb/
XKBMisc.c
746
last = changes->map.
first_type
+ changes->map.num_types - 1;
747
if (type_ndx < changes->map.
first_type
) {
748
changes->map.
first_type
= type_ndx;
753
(type_ndx - changes->map.
first_type
) + 1;
758
changes->map.
first_type
= type_ndx;
xkbEvents.c
816
mn.firstType = pChanges->map.
first_type
;
871
nn.firstType = pChanges->names.
first_type
;
xkmread.c
405
changes->map.
first_type
= 0;
xkb.c
2158
oldLast = changes->map.
first_type
+ changes->map.num_types - 1;
2159
if (changes->map.
first_type
< first)
2160
first = changes->map.
first_type
;
2165
changes->map.
first_type
= first;
/xsrc/external/mit/xorg-server.old/dist/xkb/
XKBMisc.c
719
last= changes->map.
first_type
+changes->map.num_types-1;
720
if (type_ndx<changes->map.
first_type
) {
721
changes->map.
first_type
= type_ndx;
725
changes->map.num_types= (type_ndx-changes->map.
first_type
)+1;
730
changes->map.
first_type
= type_ndx;
xkbEvents.c
842
mn.firstType= pChanges->map.
first_type
;
893
nn.firstType= pChanges->names.
first_type
;
xkmread.c
402
changes->map.
first_type
= 0;
xkb.c
2049
oldLast= changes->map.
first_type
+changes->map.num_types-1;
2050
if (changes->map.
first_type
<first)
2051
first= changes->map.
first_type
;
2056
changes->map.
first_type
= first;
/xsrc/external/mit/libX11/dist/include/X11/
XKBlib.h
71
int
first_type
; /* first changed key type */
member in struct:_XkbMapNotifyEvent
158
int
first_type
; /* first key type with new name */
member in struct:_XkbNamesNotify
/xsrc/external/mit/xkbevd/dist/
printev.c
119
do_map_message("key type", map->
first_type
, map->num_types, 0);
274
do_map_message("key type name", names->
first_type
, names->num_types, 1);
/xsrc/external/mit/xorg-server/dist/include/
xkbstr.h
496
unsigned char
first_type
;
member in struct:_XkbMapChanges
527
unsigned char
first_type
;
member in struct:_XkbNameChanges
/xsrc/external/mit/xorg-server.old/dist/include/
xkbstr.h
489
unsigned char
first_type
;
member in struct:_XkbMapChanges
520
unsigned char
first_type
;
member in struct:_XkbNameChanges
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKBstr.h
491
unsigned char
first_type
;
member in struct:_XkbMapChanges
522
unsigned char
first_type
;
member in struct:_XkbNameChanges
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
st_tests_common.cpp
516
life_range_result result = make_pair(life_range_result::
first_type
(shader.get_num_temps()),
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
st_tests_common.cpp
516
life_range_result result = make_pair(life_range_result::
first_type
(shader.get_num_temps()),
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_load_store_vectorize.c
1117
const struct glsl_type *
first_type
= first->deref->type;
local
1119
if (is_strided_vector(
first_type
) || is_strided_vector(second_type))
/xsrc/external/mit/libxkbfile/dist/src/
xkmread.c
409
changes->map.
first_type
= 0;
Completed in 36 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026