Searched refs:SIZE (Results 126 - 137 of 137) sorted by relevance

123456

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp347 enum { SIZE = 256 }; enumerator in enum:char_block::__anon1692
365 buffer = new char[max(length, char_block::SIZE)];
413 if (tail->used + length+1 > char_block::SIZE) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c6361 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \
6364 if ((SIZE) >= 8) \
6366 else if ((SIZE) >= 4) \
6368 else if ((SIZE) >= 2) \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h754 enum UnaryOp : uint8_t { CAST, HEAD, TAIL, SIZE, EMPTY, GETOP };
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in2.h2289 #define NEWHOWTO(FUNCTION, NAME, SIZE, REL, IN) \
2290 HOWTO (0, 0, SIZE, 0, REL, 0, complain_overflow_dont, FUNCTION, \
H A Delfxx-ia64.c373 #define IA64_HOWTO(TYPE, NAME, SIZE, PCREL, IN) \
374 HOWTO (TYPE, 0, SIZE, 0, PCREL, 0, complain_overflow_signed, \
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2296 #define NEWHOWTO(FUNCTION, NAME, SIZE, REL, IN) \
2297 HOWTO (0, 0, SIZE, 0, REL, 0, complain_overflow_dont, FUNCTION, \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp945 Code = UnOpInit::SIZE;
1005 Code == UnOpInit::SIZE) {
H A DRecord.cpp780 case SIZE:
825 case SIZE: Result = "!size"; break;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c226 /* Make a null terminated copy of the string at PTR with SIZE characters in
3242 {VMA, SIZE, LMA, MAPPED}, /# one entry per overlay section #/
3247 {VMA, SIZE, MAPPED_TO_LMA}, /# one entry per overlay region #/
3275 VMA, SIZE, LMA, MAPPED
3408 /* && cache_ovly_table[i][SIZE] == size */ )
3414 /* && cache_ovly_table[i][SIZE] == size */ )
3469 /* && cache_ovly_table[i][SIZE] == size */ )
3266 VMA, SIZE, LMA, MAPPED enumerator in enum:ovly_index
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c4407 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
5004 SIZE is the size in bytes of the union.
5042 SIZE is the size in bytes of the vector.
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c279 /* Round SIZE up to the nearest BOUNDARY. */
280 #define DWARF_ROUND(SIZE,BOUNDARY) \
281 ((((SIZE) + (BOUNDARY) - 1) / (BOUNDARY)) * (BOUNDARY))
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c371 #define FIELD_BIT_SIZE(type, field) type##_##field##_##SIZE

Completed in 438 milliseconds

123456