/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_0_1.rst | 1 Types 0 & 1 – Positive and negative integers 4 *CBOR* has two types of integers – positive (which may be effectively regarded as unsigned), and ne… 9 Type 0 - positive integers 19 Type 1 - negative integers 37 An integer item is created with one of the four widths. Because integers' `storage is bundled toget… 41 …Due to the fact that CBOR negative integers represent integers in the range :math:`[-1, -2^N]`, ``…
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-gen.c | 1323 TESTInteger integers[4] = { 1, 2, 3, 4 }; 1327 TESTSeqSizeOf1 ssof1f1 = { 1, integers }; 1328 TESTSeqSizeOf1 ssof1ok1 = { 2, integers }; 1329 TESTSeqSizeOf1 ssof1f2 = { 3, integers }; 1337 TESTSeqSizeOf2 ssof2ok1 = { 1, integers }; 1338 TESTSeqSizeOf2 ssof2ok2 = { 2, integers }; 1339 TESTSeqSizeOf2 ssof2f2 = { 3, integers }; 1348 TESTSeqSizeOf3 ssof3ok1 = { 1, integers }; 1349 TESTSeqSizeOf3 ssof3ok2 = { 2, integers }; 1357 TESTSeqSizeOf4 ssof4ok2 = { 1, integers }; [all...] |
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | fsl,imx6sx-pinctrl.txt | 8 - fsl,pins: each entry consists of 6 integers and represents the mux and config 9 setting for one pin. The first 5 integers <mux_reg conf_reg input_reg mux_val
|
H A D | fsl,imx6sll-pinctrl.txt | 8 - fsl,pins: each entry consists of 6 integers and represents the mux and config 9 setting for one pin. The first 5 integers <mux_reg conf_reg input_reg mux_val
|
H A D | fsl,imx6ul-pinctrl.txt | 9 - fsl,pins: each entry consists of 6 integers and represents the mux and config 10 setting for one pin. The first 5 integers <mux_reg conf_reg input_reg mux_val
|
H A D | fsl,imx7ulp-pinctrl.txt | 15 - fsl,pins: Each entry consists of 5 integers which represents the mux 16 and config setting for one pin. The first 4 integers
|
H A D | fsl,imx7d-pinctrl.txt | 31 - fsl,pins: each entry consists of 6 integers and represents the mux and config 32 setting for one pin. The first 5 integers <mux_reg conf_reg input_reg mux_val
|
H A D | fsl,imx35-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config
|
H A D | fsl,imx50-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config
|
H A D | fsl,imx51-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config
|
H A D | fsl,imx53-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config
|
H A D | fsl,imx6q-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config
|
H A D | fsl,imx6dl-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config
|
H A D | fsl,imx6sl-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config
|
H A D | fsl,vf610-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config
|
H A D | fsl,imx-pinctrl.txt | 25 - fsl,pins: each entry consists of 6 integers and represents the mux and config 26 setting for one pin. The first 5 integers <mux_reg conf_reg input_reg mux_val
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat.txt | 38 precision, and 64-bit integers should be ignored. 85 When 64-bit integers are supported by the compiler, the `softfloat.h' header 90 type is defined as a structure of two 64-bit integers, taking into account 96 When 64-bit integers are _not_ supported by the compiler, the `softfloat.h' 100 `float64' type is defined as a structure of two 32-bit integers, with the 114 integers (32-bit and 64-bit) and any of the floating-point formats. 200 integers. The complete set of conversion functions is: 220 integers to double precision and larger formats are also exact, and likewise 221 for conversions from 64-bit integers to extended double and quadruple 233 languages) require that conversions to integers be rounded toward zero, the [all …]
|
H A D | softfloat-history.txt | 12 -- Added functions to convert between 64-bit integers (int64) and all 34 and halfway between two integers.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_add_word.pod | 6 functions on BIGNUMs with integers 25 integers. They are much more efficient than the normal BIGNUM
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-netxbig.txt | 9 - timers: Timer array. Each timer entry is represented by three integers: 16 - mode-val: Mode to value mapping. Each entry is represented by two integers:
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | ts4800-ts.txt | 7 - syscon: phandle / integers array that points to the syscon node which
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.def | 184 HANDLE_CAST_INST(38, Trunc , TruncInst ) // Truncate integers 185 HANDLE_CAST_INST(39, ZExt , ZExtInst ) // Zero extend integers 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_compare_impl.inc | 59 // a and b as signed integers as we would with a floating-point compare. 70 // complement integer representation; if integers are represented in a
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | mp886x.txt | 9 - mps,fb-voltage-divider: An array of two integers containing the resistor
|
/freebsd/contrib/lua/src/ |
H A D | luaconf.h.dist | 91 @@ LUA_INT_TYPE defines the type for Lua integers. 94 ** by your C compiler. The usual configurations are 64-bit integers 95 ** and 'double' (the default), 32-bit integers and 'float' (for 118 @@ LUA_32BITS enables Lua with 32-bit integers and 32-bit floats. 137 ** 32-bit integers and 'float' 484 @@ LUA_INTEGER_FRMLEN is the length modifier for reading/writing integers. 485 @@ LUA_INTEGER_FMT is the format for writing integers.
|