OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BYTEWIDTH
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c
343
# define
BYTEWIDTH
8 /* In bits. */
732
while (i < (1 <<
BYTEWIDTH
))
738
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2163
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2164
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3140
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3143
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3254
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
/src/external/gpl3/binutils/dist/libiberty/
regex.c
403
# define
BYTEWIDTH
8 /* In bits. */
791
while (i < (1 <<
BYTEWIDTH
))
797
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2164
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2165
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3140
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3143
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3254
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
/src/external/gpl3/binutils.old/dist/libiberty/
regex.c
403
# define
BYTEWIDTH
8 /* In bits. */
791
while (i < (1 <<
BYTEWIDTH
))
797
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2164
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2165
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3140
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3143
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3254
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
/src/external/gpl3/gcc/dist/libiberty/
regex.c
403
# define
BYTEWIDTH
8 /* In bits. */
791
while (i < (1 <<
BYTEWIDTH
))
797
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2164
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2165
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3140
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3143
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3254
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
/src/external/gpl3/gcc.old/dist/libiberty/
regex.c
403
# define
BYTEWIDTH
8 /* In bits. */
791
while (i < (1 <<
BYTEWIDTH
))
797
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2164
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2165
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3140
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3143
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3254
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
/src/external/gpl3/gdb/dist/libiberty/
regex.c
403
# define
BYTEWIDTH
8 /* In bits. */
791
while (i < (1 <<
BYTEWIDTH
))
797
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2164
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2165
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3140
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3143
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3254
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
/src/external/gpl3/gdb.old/dist/libiberty/
regex.c
403
# define
BYTEWIDTH
8 /* In bits. */
791
while (i < (1 <<
BYTEWIDTH
))
797
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2164
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2165
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3140
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3143
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3254
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
/src/external/gpl2/diffutils/dist/lib/
regex.c
402
# define
BYTEWIDTH
8 /* In bits. */
796
while (i < (1 <<
BYTEWIDTH
))
802
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2233
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2234
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3212
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3215
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3326
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
/src/external/gpl2/grep/dist/lib/
regex.c
414
#define
BYTEWIDTH
8 /* In bits. */
729
while (i < (1 <<
BYTEWIDTH
))
735
while (i < (1 <<
BYTEWIDTH
) && fastmap[i])
2150
(b[((unsigned char) (c)) /
BYTEWIDTH
] \
2151
|= 1 << (((unsigned char) c) %
BYTEWIDTH
))
3128
BUF_PUSH ((1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3131
bzero (b, (1 <<
BYTEWIDTH
) /
BYTEWIDTH
);
3242
for (ch = 0; ch < 1 <<
BYTEWIDTH
; ++ch
[
all
...]
Completed in 55 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026