Home
last modified time | relevance | path

Searched +defs:digits +defs:hex (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/devel/arduino-sevseg/SevSeg-3.7.0/
H A DSevSeg.cpp384 void SevSeg::setNumber(int32_t numToShow, int8_t decPlaces, bool hex) { //int32_t in setNumber()
391 void SevSeg::setNumberF(float numToShow, int8_t decPlaces, bool hex) { //float in setNumberF()
407 void SevSeg::setNewNum(int32_t numToShow, int8_t decPlaces, bool hex) { in setNewNum()
408 uint8_t digits[MAXNUMDIGITS]; in setNewNum() local
523 void SevSeg::findDigits(int32_t numToShow, int8_t decPlaces, bool hex, uint8_t digits[]) { in findDigits()
573 void SevSeg::setDigitCodes(const uint8_t digits[], int8_t decPlaces) { in setDigitCodes()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Drgbcolors.cc191 static int HexDigit(char hex) in HexDigit()
194 const char* digits = "0123456789abcdef"; in HexDigit() local
207 static int HexByte(const char* hex) in HexByte()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Drgbcolors.c190 static int HexDigit(char hex) in HexDigit()
193 const char *digits = "0123456789abcdef"; in HexDigit() local
206 static int HexByte(const char* hex) in HexByte()
/dports/security/ridl/ridl-11b3240/source/msw/
H A Dmicrocode.c13 char *hex; in get_microcode() local
64 char digits[] = "0123456789abcdef"; in get_microcode() local
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/bunt-macros-0.2.5/src/parse/
H A Dstyle.rs43 let hex = &hex[1..]; in parse() localVariable
54 let digits = hex.chars() in parse() localVariable
/dports/converters/R-cran-jsonlite/jsonlite/R/
H A DtoJSON.R4 …factor = c("string", "integer"), complex = c("string", "list"), raw = c("base64", "hex", "mongo", …
5 null = c("list", "null"), na = c("null", "string"), auto_unbox = FALSE, digits = 4, argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/runtime/
H A DnatNameFinder.cc76 int digits = sizeof (void *) * 2; in getAddrAsString() local
77 char hex[digits+5]; in getAddrAsString() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/runtime/
H A DnatNameFinder.cc76 int digits = sizeof (void *) * 2; in getAddrAsString() local
77 char hex[digits+5]; in getAddrAsString() local
/dports/net/c3270/suite3270-4.0/wc3270/
H A Drelink.c186 hex(char c) in hex() function
188 static char *digits = "0123456789abcdef"; in hex() local
/dports/x11/x3270/suite3270-4.0/wc3270/
H A Drelink.c186 hex(char c) in hex() function
188 static char *digits = "0123456789abcdef"; in hex() local
/dports/devel/kdbg/kdbg-kdbg-3.0.0/kdbg/
H A Dregwnd.cpp38 hex = 0x05, enumerator
195 static QString toBinary(QString hex) in toBinary()
197 static const char digits[16][8] = { in toBinary() local
222 static QString toOctal(QString hex) in toOctal()
247 static QString toDecimal(QString hex) in toDecimal()
264 static QString toBCD(const QString& hex) in toBCD()
269 static char* toRaw(const QString& hex, uint& length) in toRaw()
303 static long double extractNumber(const QString& hex) in extractNumber()
322 static QString toFloat(const QString& hex, char p) in toFloat()
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/kernel/
H A Dfilter.c132 static char digits[] = "0123456789abcdef"; in zephir_longtohex() local
155 char machine_little_endian, *hex; in zephir_escape_multi() local
/dports/www/phalcon4/cphalcon-4.1.1/ext/kernel/
H A Dfilter.c132 static char digits[] = "0123456789abcdef"; in zephir_longtohex() local
155 char machine_little_endian, *hex; in zephir_escape_multi() local
/dports/net/ntp/ntp-4.2.8p15/lib/isc/
H A Dhex.c48 static const char hex[] = "0123456789ABCDEF"; variable
84 int digits; /*%< Number of buffered hex digits */ member
/dports/dns/bind911/bind-9.11.37/lib/isc/
H A Dhex.c42 static const char hex[] = "0123456789ABCDEF"; variable
78 int digits; /*%< Number of buffered hex digits */ member
/dports/dns/bind-tools/bind-9.16.27/lib/isc/
H A Dhex.c41 static const char hex[] = "0123456789ABCDEF"; variable
76 int digits; /*%< Number of buffered hex digits */ member
/dports/dns/bind916/bind-9.16.27/lib/isc/
H A Dhex.c41 static const char hex[] = "0123456789ABCDEF"; variable
76 int digits; /*%< Number of buffered hex digits */ member
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/
H A Dhex.c39 static const char hex[] = "0123456789ABCDEF"; variable
74 int digits; /*%< Number of buffered hex digits */ member
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/
H A Dhex.c39 static const char hex[] = "0123456789ABCDEF"; variable
74 int digits; /*%< Number of buffered hex digits */ member
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/
H A DBaileyBorweinPlouffe.java101 final long digits = hexDigits(d); in map() local
116 private final List<Byte> hex = new ArrayList<Byte>(); field in BaileyBorweinPlouffe.BbpReducer
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/
H A Dfilter.c172 static char digits[] = "0123456789abcdef"; in zephir_longtohex() local
194 char machine_little_endian, *hex; in zephir_escape_multi() local
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Dohud.cpp204 void OHud::draw_lap_timer(uint32_t addr, uint8_t* digits, uint8_t ms_value) in draw_lap_timer()
249 uint8_t* digits = new uint8_t[8]; in draw_score() local
290 uint8_t* digits = new uint8_t[8]; in draw_score_tile() local
332 int hex = outils::convert16_dechex(digit); in draw_stage_number() local
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/processing/app/legacy/
H A DPApplet.java340 static final public String hex(int what, int digits) { in hex() method in PApplet
523 static public String[] nf(int num[], int digits) { in nf()
531 static public String nf(int num, int digits) { in nf()
/dports/lang/gnu-apl/apl-1.8/src/
H A DUCS_string.cc211 UCS_string digits; in UCS_string() local
877 const char * hex = "0123456789abcdef"; in un_escape() local
981 const char * hex = "0123456789abcdef"; in do_escape() local
1195 int digits[40]; in from_uint() local
1216 int digits[320]; // DBL_MAX is 1.79769313486231470E+308 in from_big() local
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DUUID.cpp279 static const char* digits = "0123456789abcdef"; in appendHex() local
299 Int16 UUID::nibble(char hex) in nibble()

12345678910>>...14