OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uchar64
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/mail/
mime_codecs.c
231
#define
uchar64
(c) ((c) >= sizeof(b64index) ? BAD : (unsigned)b64index[(c)])
macro
236
unsigned a =
uchar64
(q[0]);
237
unsigned b =
uchar64
(q[1]);
238
unsigned c =
uchar64
(q[2]);
239
unsigned d =
uchar64
(q[3]);
258
#undef
uchar64
macro
Completed in 14 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026