Home
last modified time | relevance | path

Searched defs:unsign (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/security/py-itsdangerous/itsdangerous-2.0.1/src/itsdangerous/
H A Dtimed.py61 def unsign( # type: ignore member in TimestampSigner
70 def unsign( member in TimestampSigner
78 def unsign( member in TimestampSigner
/dports/mail/py-milter/pymilter-pymilter-1.0.4/Milter/
H A Dunsign.py10 def unsign(s): function
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dadd_weighted.cpp52 template <> struct TypeTraits< u8> { typedef u16 wide; typedef u8 unsign; type… typedef
53 template <> struct TypeTraits< s8> { typedef s16 wide; typedef u8 unsign; type… typedef
54 template <> struct TypeTraits<u16> { typedef u32 wide; typedef u8 narrow; typedef u16 unsign; type… typedef
55 template <> struct TypeTraits<s16> { typedef s32 wide; typedef s8 narrow; typedef u16 unsign; type… typedef
56 template <> struct TypeTraits<u32> { typedef u64 wide; typedef u16 narrow; typedef u32 unsign; type… typedef
57 template <> struct TypeTraits<s32> { typedef s64 wide; typedef s16 narrow; typedef u32 unsign; type… typedef
H A Dvtransform.hpp56 …, 1> { typedef uint8x16_t vec128; typedef uint8x8_t vec64; typedef VecTraits< u8, 1> unsign; }; typedef
57 …, 1> { typedef int8x16_t vec128; typedef int8x8_t vec64; typedef VecTraits< u8, 1> unsign; }; typedef
58 …, 1> { typedef uint16x8_t vec128; typedef uint16x4_t vec64; typedef VecTraits< u16, 1> unsign; }; typedef
59 …, 1> { typedef int16x8_t vec128; typedef int16x4_t vec64; typedef VecTraits< u16, 1> unsign; }; typedef
60 …, 1> { typedef int32x4_t vec128; typedef int32x2_t vec64; typedef VecTraits< u32, 1> unsign; }; typedef
61 …, 1> { typedef uint32x4_t vec128; typedef uint32x2_t vec64; typedef VecTraits< u32, 1> unsign; }; typedef
62 …, 1> { typedef int64x2_t vec128; typedef int64x1_t vec64; typedef VecTraits< u64, 1> unsign; }; typedef
63 …, 1> { typedef uint64x2_t vec128; typedef uint64x1_t vec64; typedef VecTraits< u64, 1> unsign; }; typedef
64 …, 1> { typedef float32x4_t vec128; typedef float32x2_t vec64; typedef VecTraits< u32, 1> unsign; }; typedef
66 … { typedef uint8x16x2_t vec128; typedef uint8x8x2_t vec64; typedef VecTraits< u8, 2> unsign; }; typedef
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src_ant/org/eclipse/equinox/p2/internal/repository/tools/tasks/
H A DProcessRepoTask.java37 public boolean unsign; field in ProcessRepoTask.SigningOptions
55 public void setUnsign(String unsign) { in setUnsign()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/string/
H A Dfmtint.c86 fmtint(intmax_t ll, int unsign) in fmtint()
/dports/shells/ksh93/ast-93u/src/lib/libast/string/
H A Dfmtint.c86 fmtint(intmax_t ll, int unsign) in fmtint()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/string/
H A Dfmtint.c86 char *fmtint(int64_t ll, int unsign) { in fmtint()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/string/
H A Dfmtint.c86 fmtint(intmax_t ll, int unsign) in fmtint()
/dports/cad/opencascade/opencascade-7.6.0/src/IFSelect/
H A DIFSelect_SelectSignature.cxx37 char unsign = signtext.Value(i); in IMPLEMENT_STANDARD_RTTIEXT() local
45 char unsign = signtext.Value(i); in IMPLEMENT_STANDARD_RTTIEXT() local
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-sopine/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-chip/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/
H A Dsscanf.c56 str_to_int_convert(const char **nptr, int base, unsigned int unsign) in str_to_int_convert()
166 int unsign = 0; in strtoq() local
201 int unsign = 1; in strtouq() local

12345678