Home
last modified time | relevance | path

Searched refs:hexprefix (Results 1 – 25 of 75) sorted by relevance

123

/dports/security/gnupg/gnupg-2.3.3/common/
H A Duserids.c79 int hexprefix = 0; in classify_user_id() local
281 hexprefix = 1; in classify_user_id()
295 if (hexprefix) /* A "0x" prefix without a correct in classify_user_id()
312 || (!hexprefix && hexlength == 9 && *s == '0')) in classify_user_id()
323 || (!hexprefix && hexlength == 17 && *s == '0')) in classify_user_id()
337 || (!hexprefix && hexlength == 33 && *s == '0')) in classify_user_id()
362 || (!hexprefix && hexlength == 41 && *s == '0')) in classify_user_id()
386 || (!hexprefix && hexlength == 65 && *s == '0')) in classify_user_id()
405 else if (!hexprefix) in classify_user_id()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dzstrformat.cpp297 char hexprefix = '\0'; in VWorker() local
550 hexprefix = type; in VWorker()
554 hexprefix = '!'; in VWorker()
651 hexprefix = 'X'; in VWorker()
656 hexprefix = 'x'; in VWorker()
671 hexprefix = '\0'; in VWorker()
797 if (hexprefix != '\0') in VWorker()
800 prefix[prefixlen + 1] = hexprefix; in VWorker()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dzstrformat.cpp297 char hexprefix = '\0'; in VWorker() local
550 hexprefix = type; in VWorker()
554 hexprefix = '!'; in VWorker()
651 hexprefix = 'X'; in VWorker()
656 hexprefix = 'x'; in VWorker()
671 hexprefix = '\0'; in VWorker()
801 if (hexprefix != '\0') in VWorker()
804 prefix[prefixlen + 1] = hexprefix; in VWorker()
/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Dcertcache.c717 int hexprefix = 0; in classify_pattern() local
840 hexprefix = 1; in classify_pattern()
850 if (hexprefix) in classify_pattern()
858 if (hexlength == 8 || (!hexprefix && hexlength == 9 && *s == '0')) in classify_pattern()
864 else if (hexlength == 16 || (!hexprefix && hexlength == 17 && *s == '0')) in classify_pattern()
870 else if (hexlength == 32 || (!hexprefix && hexlength == 33 && *s == '0')) in classify_pattern()
876 else if (hexlength == 40 || (!hexprefix && hexlength == 41 && *s == '0')) in classify_pattern()
882 else if (!hexprefix) in classify_pattern()
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/m68hc11/
H A Dhexprefix.d3 #name: verify hex prefixes present and not duplicated (hexprefix)
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/m68hc11/
H A Dhexprefix.d3 #name: verify hex prefixes present and not duplicated (hexprefix)
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/m68hc11/
H A Dhexprefix.d3 #name: verify hex prefixes present and not duplicated (hexprefix)
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/android/
H A Dsnprintf.cpp832 char hexprefix = 0; in fmtint() local
869 hexprefix = (flags & PRINT_F_UP) ? 'X' : 'x'; in fmtint()
882 - ((hexprefix != 0) ? 2 : 0); /* Will we print a prefix? */ in fmtint()
906 if (hexprefix != 0) { /* A "0x" or "0X" prefix. */ in fmtint()
908 OUTCHAR(str, *len, size, hexprefix); in fmtint()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/
H A Dsnprintf.cpp832 char hexprefix = 0; in fmtint() local
869 hexprefix = (flags & PRINT_F_UP) ? 'X' : 'x'; in fmtint()
882 - ((hexprefix != 0) ? 2 : 0); /* Will we print a prefix? */ in fmtint()
906 if (hexprefix != 0) { /* A "0x" or "0X" prefix. */ in fmtint()
908 OUTCHAR(str, *len, size, hexprefix); in fmtint()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/
H A Dsnprintf.cpp832 char hexprefix = 0; in fmtint() local
869 hexprefix = (flags & PRINT_F_UP) ? 'X' : 'x'; in fmtint()
882 - ((hexprefix != 0) ? 2 : 0); /* Will we print a prefix? */ in fmtint()
906 if (hexprefix != 0) { /* A "0x" or "0X" prefix. */ in fmtint()
908 OUTCHAR(str, *len, size, hexprefix); in fmtint()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/m68hc11/
H A Dhexprefix.d3 #name: verify hex prefixes present and not duplicated (hexprefix)
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
H A Dhexprefix.d3 #name: verify hex prefixes present and not duplicated (hexprefix)
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Dcertcache.c1062 int hexprefix = 0; in classify_pattern() local
1184 hexprefix = 1; in classify_pattern()
1194 if (hexprefix) in classify_pattern()
1202 if (hexlength == 8 || (!hexprefix && hexlength == 9 && *s == '0')) in classify_pattern()
1208 else if (hexlength == 16 || (!hexprefix && hexlength == 17 && *s == '0')) in classify_pattern()
1214 else if (hexlength == 32 || (!hexprefix && hexlength == 33 && *s == '0')) in classify_pattern()
1220 else if (hexlength == 40 || (!hexprefix && hexlength == 41 && *s == '0')) in classify_pattern()
1226 else if (!hexprefix) in classify_pattern()
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/
H A DWord.mlp133 fun hexprefix after0 src =
145 SOME(#"w", src2) => hexprefix after0 src2
146 | SOME _ => hexprefix after0 after0
H A DWord8.sml129 fun hexprefix after0 src = function
141 SOME(#"w", src2) => hexprefix after0 src2
142 | SOME _ => hexprefix after0 after0
/dports/security/wolfssl/wolfssl-5.1.0/mqx/wolfssl_client/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/security/wolfssl/wolfssl-5.1.0/mqx/wolfcrypt_test/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/security/wolfssl/wolfssl-5.1.0/mqx/wolfcrypt_benchmark/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/mqx/wolfcrypt_benchmark/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/mqx/wolfcrypt_test/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/mqx/wolfssl_client/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/mqx/wolfssl_client/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/mqx/wolfcrypt_benchmark/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/mqx/wolfcrypt_test/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/mqx/wolfcrypt_benchmark/Debugger/
H A Dinit_kinetis.tcl58 config hexprefix 0x

123