OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nIndicators
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/xkb/
xkb.c
3278
int
nIndicators
;
3281
for (i =
nIndicators
= 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) {
3283
nIndicators
++;
3285
rep->length = (
nIndicators
* SIZEOF(xkbIndicatorMapWireDesc)) / 4;
3286
rep->
nIndicators
=
nIndicators
;
3431
int
nIndicators
;
3447
for (
nIndicators
= i = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) {
3449
nIndicators
++;
3452
(
nIndicators
* SIZEOF(xkbIndicatorMapWireDesc)))
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
xkb.c
3094
int
nIndicators
;
3097
for (i=
nIndicators
=0,bit=1;i<XkbNumIndicators;i++,bit<<=1) {
3099
nIndicators
++;
3101
rep->length = (
nIndicators
*SIZEOF(xkbIndicatorMapWireDesc))/4;
3240
int
nIndicators
;
3256
for (
nIndicators
=i=0,bit=1;i<XkbNumIndicators;i++,bit<<=1) {
3258
nIndicators
++;
3261
(
nIndicators
*SIZEOF(xkbIndicatorMapWireDesc)))/4)) {
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKBproto.h
488
CARD8
nIndicators
;
Completed in 13 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026