OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hexDigitValue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h
68
inline unsigned
hexDigitValue
(char C) {
91
inline bool isHexDigit(char C) { return
hexDigitValue
(C) != ~0U; }
185
unsigned U1 =
hexDigitValue
(MSB);
186
unsigned U2 =
hexDigitValue
(LSB);
/src/external/public-domain/sqlite/dist/
shell.c
1838
static int
hexDigitValue
(char c){
1872
while( (x =
hexDigitValue
(zArg[0]))>=0 ){
22444
while( nhd<2 && (c=z[i+1+nhd])!=0 && (hdv=
hexDigitValue
(c))>=0 ){
22474
for(i=2;
hexDigitValue
(zArg[i])>=0; i++){}
Completed in 42 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026