Searched refs:filler (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Drmp.h92 u_int16_t filler; /* HP filler (must be zero) */ member in struct:hp_llc
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_014_pos.ksh55 dd if=/dev/urandom of=/$TESTPOOL/filler bs=1024k count=50
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp271 const std::array<uint8_t, 4> &filler) {
274 memcpy(buf + i, filler.data(), 4);
275 memcpy(buf + i, filler.data(), size - i);
339 std::array<uint8_t, 4> filler = getFiller(); local
340 bool nonZeroFiller = read32(filler.data()) != 0;
342 fill(buf, sections.empty() ? size : sections[0]->outSecOff, filler);
360 fill(start, end - start, filler);
523 if (filler)
524 return *filler;
270 fill(uint8_t *buf, size_t size, const std::array<uint8_t, 4> &filler) argument
H A DOutputSections.h87 llvm::Optional<std::array<uint8_t, 4>> filler; member in class:lld::elf::final
H A DScriptParser.cpp866 cmd->filler = readFill();
902 cmd->filler = readFill();
927 setError("filler expression result does not fit 32-bit: 0x" +
/freebsd-13-stable/sys/sys/
H A Dsoundcard.h1589 int filler[16]; member in struct:audio_errinfo
1604 int filler[16]; member in struct:oss_syncgroup
1662 int filler[32]; /* For future use */ member in struct:__anon15910
1760 int filler[172]; /* For future expansion (set to -1) */ member in struct:oss_sysinfo
1829 int filler[7]; member in struct:oss_mixext
1845 int filler[8]; /* Reserved for future use. Initialize to 0 */ member in struct:oss_mixer_value
1905 int filler[184]; member in struct:oss_audioinfo
1930 int filler[254]; /* Reserved */ member in struct:oss_mixerinfo
1962 int filler[244]; member in struct:oss_midi_info
1973 int filler[15 member in struct:oss_card_info
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Ddklabel.h232 uchar_t filler; member in struct:fk_label
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dsound.c1360 * Si->filler is a reserved array, but according to docs each
1363 for (i = 0; i < sizeof(si->filler)/sizeof(si->filler[0]); i++)
1364 si->filler[i] = -1;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp449 /// Determine if E is a trivial array filler, that is, one that is
569 Expr *filler = E->getArrayFiller(); local
570 bool hasTrivialFiller = isTrivialFiller(filler);
573 // using the filler expression. We can skip this if the we're
580 // do { *array++ = filler; } while (array != end);
602 // Emit the actual filler expression.
612 if (filler)
613 EmitInitializationToLValue(filler, elementLV);
1704 // Emit the actual filler expression.
H A DCGExprConstant.cpp420 // Skip zeroes; we'll use a zero value as our array filler.
944 // Add a zeroinitializer array filler if we have lots of trailing zeroes.
968 // Otherwise pad to the right size with the filler if necessary.
1205 if (Expr *filler = ILE->getArrayFiller()) {
1206 fillC = Emitter.tryEmitAbstractForMemory(filler, EltType);
2116 // Emit array filler, if there is one.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1164 Expr *filler = nullptr; local
1166 filler = Record.readSubExpr();
1167 E->ArrayFillerOrUnionFieldInit = filler;
1176 E->updateInit(Record.getContext(), I, init ? init : filler);
H A DASTWriterStmt.cpp1051 // Replace them by 0 to indicate that the filler goes in that place.
1052 Expr *filler = E->getArrayFiller(); local
1054 Record.AddStmt(E->getInit(I) != filler ? E->getInit(I) : nullptr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2158 void InitListExpr::setArrayFiller(Expr *filler) { argument
2160 ArrayFillerOrUnionFieldInit = filler;
2165 inits[i] = filler;
3551 // FIXME: The children for an InitListExpr doesn't include the array filler.
/freebsd-13-stable/sys/geom/raid/
H A Dmd_nvidia.c103 uint32_t filler[98]; member in struct:nvidia_raid_conf
H A Dmd_intel.c143 uint32_t filler[3]; member in struct:intel_raid_disk
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4722 void setArrayFiller(Expr *filler);
4724 /// Return true if this is an array initializer and its array "filler"
4814 // FIXME: This does not include the array filler expression.

Completed in 430 milliseconds