OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex_digits
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/
ppmtochrpicon.c
57
static char *
hex_digits
= "0123456789ABCDEF";
variable in typeref:typename:char *
148
fputc(
hex_digits
[(pixbyte>>4) & 0x0f], fp);
149
fputc(
hex_digits
[(pixbyte & 0x0f)], fp);
/src/usr.bin/xlint/lint1/
cksnprintb.c
86
if (it.
hex_digits
> 1) {
99
if (it.
hex_digits
> 2)
233
if (has_bit && bit.octal_digits == 0 && bit.
hex_digits
== 0)
237
if (has_width && width.octal_digits == 0 && width.
hex_digits
== 0)
lex.c
863
if (it->
hex_digits
< 3)
864
it->
hex_digits
++;
866
it->missing_hex_digits = it->
hex_digits
== 0;
878
if (it.
hex_digits
> 0 && !allow_c90)
907
if (it.overflow && it.
hex_digits
> 0)
lint1.h
523
uint8_t
hex_digits
; /* 1 to 3; 0 means not applicable */
member in struct:__anondcf084d01b08
Completed in 97 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025