Home
last modified time | relevance | path

Searched refs:lie (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h110 PointerIntPair<IndexListEntry*, 2, unsigned> lie;
113 : lie(entry, slot) {}
118 assert(!lie.getPointer()->isPoisoned() &&
121 return lie.getPointer();
130 return static_cast<Slot>(lie.getInt());
144 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) {
145 assert(lie.getPointer() != nullptr &&
152 return lie.getPointer();
166 return lie == other.lie;
170 return lie != other.lie;
[all …]
/freebsd-13.1/contrib/elftoolchain/nm/
H A Dnm.c1195 struct line_info_entry *lie; in read_elf() local
1411 if ((lie = malloc(sizeof(*lie))) == NULL) { in read_elf()
1415 lie->addr = lineaddr; in read_elf()
1416 lie->line = lineno; in read_elf()
1417 lie->file = strdup(sfile); in read_elf()
1418 if (lie->file == NULL) { in read_elf()
1420 free(lie); in read_elf()
1478 free(lie->file); in read_elf()
1479 free(lie); in read_elf()
1587 struct line_info_entry *lie; in print_lineno() local
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/
H A Dmax77686.txt24 -LDOn : for LDOs, where n can lie in range 1 to 26.
26 -BUCKn : for BUCKs, where n can lie in range 1 to 9.
H A Dmax77802.txt44 -LDOn : for LDOs, where n can lie in ranges 1-15, 17-21, 23-30
47 -BUCKn : for BUCKs, where n can lie in range 1 to 10.
/freebsd-13.1/contrib/tzdata/
H A Dantarctica143 # She confirms that French Southern Territories and Terre Adélie bases
144 # don't observe daylight saving time, even if Terre Adélie supplies came
/freebsd-13.1/usr.bin/fortune/
H A DNotes153 lie a great deal. On the other hand, you are inclined to be
/freebsd-13.1/tools/tools/nanobsd/embedded/
H A Dcommon306 # A lie to make the boot loader work, it boots the first BSD partition
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def129 /// that must lie within the function and not contain another stackmap.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td180 // $fs_in is part of a white lie to work around a widespread bug in the FPU
H A DMips16InstrInfo.td31 // moment. This lie fixes the problem sufficiently well to fix the errors
H A DMicroMips32r6InstrInfo.td689 // $fs_in is part of a white lie to work around a widespread bug in the FPU
/freebsd-13.1/contrib/bc/
H A DNEWS.md63 allocate memory. Unfortunately, there are cases when Linux and FreeBSD lie and
/freebsd-13.1/share/examples/ipfilter/
H A Dipf-howto.txt970 can lie about. They read the TCP packet's flags section and
/freebsd-13.1/share/dict/
H A Dweb2a32894 lie-abed
32895 lie-by
32896 lie detector
32897 lie-down
35689 mis-lie
73137 white-lie
/freebsd-13.1/contrib/openpam/m4/
H A Dlibtool.m45968 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/file/m4/
H A Dlibtool.m45968 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dlibtool.m45968 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/openbsm/m4/
H A Dlibtool.m45968 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m45968 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/ldns/m4/
H A Dlibtool.m45986 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/libevent/m4/
H A Dlibtool.m45968 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/unbound/
H A Daclocal.m45977 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/sqlite3/
H A Daclocal.m46000 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/freebsd-13.1/contrib/subversion/
H A DCHANGES5953 * fix: svn diff -rX:Y wcpath' may lie (issue #1616)
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES2494 (SFS_NONE), lie and say there is plenty of space.

12