Home
last modified time | relevance | path

Searched refs:hexit (Results 1 – 25 of 67) sorted by relevance

123

/dports/graphics/tif22pnm/tif22pnm-0.14/
H A Dpng22pnm.c235 hexit['0'] = 0; in ppm_parsecolor()
236 hexit['1'] = 1; in ppm_parsecolor()
237 hexit['2'] = 2; in ppm_parsecolor()
238 hexit['3'] = 3; in ppm_parsecolor()
239 hexit['4'] = 4; in ppm_parsecolor()
245 hexit['a'] = hexit['A'] = 10; in ppm_parsecolor()
246 hexit['b'] = hexit['B'] = 11; in ppm_parsecolor()
247 hexit['c'] = hexit['C'] = 12; in ppm_parsecolor()
248 hexit['d'] = hexit['D'] = 13; in ppm_parsecolor()
249 hexit['e'] = hexit['E'] = 14; in ppm_parsecolor()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A DKangXi.cpp44 int hexit; in htoi() local
51 hexit = hexalpha_to_int(s[i]); in htoi()
52 if(hexit == 0) { in htoi()
56 answer = answer + hexit; in htoi()
H A Dwordnet.cpp43 int hexit; in htoi() local
50 hexit = hexalpha_to_int(s[i]); in htoi()
51 if(hexit == 0) { in htoi()
55 answer = answer + hexit; in htoi()
H A DUnihan.cpp44 int hexit; in htoi() local
51 hexit = hexalpha_to_int(s[i]); in htoi()
52 if(hexit == 0) { in htoi()
56 answer = answer + hexit; in htoi()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/haskell/
H A DHaskell.lexh61 * hexit → digit | A | … | F | a | … | f
65 hexit = [0-9\p{Nd}A-Fa-f]
71 * hexadecimal → hexit{hexit}
75 hexadecimal = {hexit}+
/dports/www/micro_httpd/micro_httpd/
H A Dmicro_httpd.c52 static int hexit( char c );
272 *to = hexit( from[1] ) * 16 + hexit( from[2] ); in strdecode()
283 hexit( char c ) in hexit() function
/dports/editors/vim/vim-8.2.3745/src/
H A Dsha256.c278 static char_u hexit[65]; in sha256_bytes() local
290 sprintf((char *)hexit + j * 2, "%02x", sha256sum[j]); in sha256_bytes()
291 hexit[sizeof(hexit) - 1] = '\0'; in sha256_bytes()
292 return hexit; in sha256_bytes()
343 char_u *hexit; in sha256_self_test() local
354 hexit = sha256_bytes((char_u *)sha_self_test_msg[i], in sha256_self_test()
357 STRCPY(output, hexit); in sha256_self_test()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsha256.c268 static char hexit[SHA256_BUFFER_SIZE + 1]; // buf size + NULL in sha256_bytes() local
282 snprintf(hexit + j * SHA_STEP, SHA_STEP + 1, "%02x", sha256sum[j]); in sha256_bytes()
284 hexit[sizeof(hexit) - 1] = '\0'; in sha256_bytes()
285 return hexit; in sha256_bytes()
313 const char *hexit; in sha256_self_test() local
325 hexit = sha256_bytes((uint8_t *)sha_self_test_msg[i], in sha256_self_test()
328 STRCPY(output, hexit); in sha256_self_test()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/sitelib/text/sql/
H A Dsimplifier.scm95 (define hexit (string->char-set "1234567890abcdefABCDEF")) unknown
111 ((char-set-contains? hexit ch)
136 (char-set-contains? hexit e) (char-whitespace? e))
/dports/math/universal/universal-3.48/include/universal/internal/bitblock/
H A Dbitblock_v2.hpp556 unsigned int hexit; in to_hex() local
559 hexit = bits[0]; in to_hex()
562 hexit = (bits[1] << 1) + bits[0]; in to_hex()
565 hexit = (bits[2] << 2) + (bits[1] << 1) + bits[0]; in to_hex()
568 hexit = (bits[3] << 3) + (bits[2] << 2) + (bits[1] << 1) + bits[0]; in to_hex()
571 str[maxHexDigits - 1 - i] = hexits[hexit]; in to_hex()
/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-gucharmap-plugin/
H A Dstardict_gucharmap.cpp171 int hexit; in htoi() local
178 hexit = hexalpha_to_int(s[i]); in htoi()
179 if(hexit == 0) { in htoi()
183 answer = answer + hexit; in htoi()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopVectorize/
H A Dcalloc.ll5 ;CHECK: hexit
9 define noalias i8* @hexit(i8* nocapture %bytes, i64 %length) nounwind uwtable ssp {
/dports/devel/llvm11/llvm-11.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/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopVectorize/
H A Dcalloc.ll5 ;CHECK: hexit
9 define noalias i8* @hexit(i8* nocapture %bytes, i64 %length) nounwind uwtable ssp {
/dports/net/yaz/yaz-5.31.1/src/yaz/
H A Dwrbuf.h304 int wrbuf_sha1_write(WRBUF b, const char *cp, size_t sz, int hexit);
314 int wrbuf_sha1_puts(WRBUF b, const char *cp, int hexit);
/dports/devel/llvm10/llvm-10.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/wasi-compiler-rt13/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/devel/llvm90/llvm-9.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/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/LoopVectorize/
H A Dcalloc.ll5 ;CHECK: hexit
9 define noalias i8* @hexit(i8* nocapture %bytes, i64 %length) nounwind uwtable ssp {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Dcalloc.ll5 ;CHECK: hexit
9 define noalias i8* @hexit(i8* nocapture %bytes, i64 %length) nounwind uwtable ssp {
/dports/devel/wasi-compiler-rt12/llvm-project-12.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/devel/wasi-libcxx/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/devel/llvm12/llvm-project-12.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/devel/llvm80/llvm-8.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/graphics/llvm-mesa/llvm-13.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 {

123