Searched refs:integer (Results 126 - 143 of 143) sorted by relevance

123456

/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex278 32-bit integer that uniquely identifies the node\footnote{In practice
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp6482 error("output hyphenation code must be integer in the range 0..255");
6487 error("input hyphenation code must be integer in the range 0..255");
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c1632 status->value.integer);
2719 error ("Illegal argument for \"%s\" command, should be an integer.", cmd_prefix);
2928 "Should be an integer thread ID, or `none'.");
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c8843 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]);
8884 if ((instr.integer & mask) != 0)
8891 instr.integer = aic_htole32(instr.integer);
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S34 @ Cortex-A15 manages in 14.2/16.1 cycles [when integer-only code
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp44 #define integer int64_t macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in2.h127 #error No 64 bit integer type available
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c2195 /* Return the assembler directive for creating a given kind of integer
2230 /* Use directive OP to assemble an integer object X. Print OP at the
2241 /* The default implementation of the asm_out.integer target hook. */
2256 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is
2257 the alignment of the integer in bits. Return 1 if we were able to output
2269 if (targetm.asm_out.integer (x, size, aligned_p))
2347 reduce it to the sum of an assembler symbol and an integer.
3018 It is used on RISC machines where immediate integer arguments and
3826 /* Allow length-preserving conversions between integer types. */
3831 /* Allow conversions between other integer type
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h133 #error No 64 bit integer type available
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h658 uint8_t integer[4]; member in struct:scsi_log_time_interval
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c1237 a 4-bit integer. */
2132 /* Try parsing as an integer. */
4158 loaded as integer constants. */
4170 /* We must not accidentally parse an integer as a floating-point number. Make
4171 sure that the value we parse is not an integer by checking for special
10504 unsigned integer;
10546 X(vcvt, 0x1b30600, N_INV, 0x0800e10), /* integer, fixed-point. */ \
10582 #define NEON_ENC_INTEGER(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
10583 #define NEON_ENC_ARMREG(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
10588 #define NEON_ENC_INTERLV(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
10494 unsigned integer; member in struct:neon_tab_entry
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S1295 * Convert integer to single.
1376 * Convert integer to double.
1438 * Convert single to integer.
1457 * Convert double to integer.
1506 * round result (t0 is sign, t2 is integer part, t3 is fractional part).
1534 negu t2 # convert to negative integer
1548 * Conversions to integer which overflow will trap (if enabled),
1561 * Conversions to integer which underflow will trap (if enabled),
2260 * Read (integer) the FS register (bits 15-11).
3185 * Write (integer) th
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp128 /// Check that the first argument to __builtin_annotation is an integer
134 // First argument should be an integer.
205 /// __builtin_aligned_{up,down}(value, alignment) is an integer or a pointer
306 // Third argument should be a pointer to a non-const integer.
649 /// Diagnose integer type and any valid implicit conversion to it.
786 // Forth argument has to be any integer type.
790 << TheCall->getDirectCallee() << "integer";
1160 // Find out if any arguments are required to be integer constant expressions.
4687 // M is C if C is an integer, and ptrdiff_t if C is a pointer, and
5435 // concrete integer typ
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2622 % An @enumerate whose labels are integers. The starting integer is
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2521 % An @enumerate whose labels are integers. The starting integer is
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c6764 scsi_ulto4b(1, data->ti.integer);
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3725 % An @enumerate whose labels are integers. The starting integer is
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1166 ** ^(The [SQLITE_VERSION_NUMBER] C preprocessor macro resolves to an integer
1216 ** sqlite3_libversion_number() function returns an integer equal to
1318 ** Because there is no cross-platform way to specify 64-bit integer types
1325 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
1327 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
1349 ** substitute integer for floating-point.
1477 ** Many SQLite functions return an integer result code from the set shown
1522 ** In its default configuration, SQLite API routines return one of 30 integer
1648 ** object returns an integer which is a vector of these
1656 ** are aligned to an address which is an integer multipl
[all...]

Completed in 1173 milliseconds

123456