Home
last modified time | relevance | path

Searched refs:hexit (Results 26 – 50 of 67) sorted by relevance

123

/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/LoopVectorize/
H A Dcalloc.ll5 ;CHECK: hexit
9 define noalias i8* @hexit(i8* nocapture %bytes, i64 %length) nounwind uwtable ssp {
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopVectorize/
H A Dcalloc.ll5 ;CHECK: hexit
9 define noalias i8* @hexit(i8* nocapture %bytes, i64 %length) nounwind uwtable ssp {
/dports/math/universal/universal-3.48/include/universal/internal/bitblock/
H A Dbitblock.hpp670 unsigned int hexit; in to_hex() local
673 hexit = bits[0]; in to_hex()
676 hexit = static_cast<unsigned int>((bits[1] << 1u) + bits[0]); in to_hex()
679 hexit = static_cast<unsigned int>((bits[2] << 2u) + (bits[1] << 1u) + bits[0]); in to_hex()
682 hexit = static_cast<unsigned int>((bits[3] << 3u) + (bits[2] << 2u) + (bits[1] << 1u) + bits[0]); in to_hex()
685 str[maxHexDigits - 1 - i] = hexits[hexit]; in to_hex()
/dports/net/yaz/yaz-5.31.1/src/
H A Dwrbuf_sha1.c194 int wrbuf_sha1_write(WRBUF b, const char *cp, size_t sz, int hexit) in wrbuf_sha1_write() argument
203 if (hexit) in wrbuf_sha1_write()
214 int wrbuf_sha1_puts(WRBUF b, const char *cp, int hexit) in wrbuf_sha1_puts() argument
216 return wrbuf_sha1_write(b, cp, strlen(cp), hexit); in wrbuf_sha1_puts()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/config-value-0.8.1/src/Config/
H A DLexer.x25 $hexit = [0-9a-fA-F]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/alex-3.2.5/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/alex-3.2.6/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/alex-3.2.5/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/alex-3.2.5/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/alex-3.2.6/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/alex-3.2.6/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/alex-3.2.6/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/alex-3.2.6/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/alex-3.2.5/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/alex-3.2.5/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/devel/hs-alex/alex-3.2.6/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/alex-3.2.6/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/alex-3.2.5/examples/
H A Dhaskell.x37 $hexit = [0-9 A-F a-f]
57 @hexadecimal = $hexit+
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dgarmin_device_xml.h1227 char* hexit = badchar+3;
1230 while (*hexit && *hexit != ';') {
1231 char hc = isalpha(*hexit) ? tolower(*hexit) : *hexit;
1234 hexit++;
H A Dgpx.c1416 char* hexit = badchar+3; in gpx_read() local
1419 while (*hexit && *hexit != ';') { in gpx_read()
1420 char hc = isalpha(*hexit) ? tolower(*hexit) : *hexit; in gpx_read()
1423 hexit++; in gpx_read()
/dports/games/wolfpack/empire-4.4.1/src/util/
H A Dfairland.c810 struct hexagon_iter hexit; in xzone_around_sector() local
816 hexagon_first(&hexit, x, y, d, &x1, &y1); in xzone_around_sector()
823 } while (hexagon_next(&hexit, &x1, &y1)); in xzone_around_sector()
1319 struct hexagon_iter hexit; in elevate_prep() local
1337 hexagon_first(&hexit, x0, y0, d, &x1, &y1); in elevate_prep()
1343 } while (hexagon_next(&hexit, &x1, &y1)); in elevate_prep()
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmLex.x.source43 $hexit = [$digit A-F a-f]
58 @hexadecimal = $hexit+
63 @escape = \\ ([abfnrt\\\'\"\?] | x $hexit{1,2} | $octit{1,3})
/dports/security/axTLS/axTLS/httpd/
H A Dproc.c50 static int hexit(char c);
910 v = hexit(s[0])*16 + hexit(s[1]); in urldecode()
930 static int hexit(char c) in hexit() function
/dports/lang/micropython/axtls-531cab9/httpd/
H A Dproc.c50 static int hexit(char c);
921 v = hexit(s[0])*16 + hexit(s[1]); in urldecode()
941 static int hexit(char c) in hexit() function
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DEscape.java597 int hexit = getHexitValue(chT); in unescapeUnicode() local
598 if (hexit < 0) in unescapeUnicode()
601 unicode += hexit; in unescapeUnicode()

123