Home
last modified time | relevance | path

Searched refs:source_digits (Results 1 – 2 of 2) sorted by relevance

/dports/security/cardpeek/cardpeek-0.8.4/dot_cardpeek_dir/scripts/calypso/
H A Dc56n1.lua33 local source_digits = source:convert(4)
34 local year = tonumber(source_digits:sub(0,3):format("%D"))
35 local month = tonumber(source_digits:sub(4,5):format("%D"))
36 local day = tonumber(source_digits:sub(6,7):format("%D"))
51 local source_digits = source:convert(4)
52 return tostring(source_digits:sub(0,5)).."/"..
53 tostring(source_digits:sub(6,17)).."/"..
54 tostring(source_digits:sub(18,18))
/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c5459 const bigDigitType *source_digits; in bigLShift() local
5534 source_digits = &big1->bigdigits[big1->size]; in bigLShift()
5538 low_digit = *--source_digits; in bigLShift()
5569 const bigDigitType *source_digits; in bigLShiftAssign() local
5655 low_digit = *--source_digits; in bigLShiftAssign()
6775 const bigDigitType *source_digits; in bigRShift() local
6839 high_digit = *source_digits++; in bigRShift()
6842 high_digit = *source_digits++; in bigRShift()
6876 const bigDigitType *source_digits; in bigRShiftAssign() local
6928 high_digit = *source_digits++; in bigRShiftAssign()
[all …]