HomeSort by: relevance | last modified time | path
    Searched defs:relative (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/tests/lib/libutil/
t_parsedate.c 278 ATF_TC(relative); variable
280 ATF_TC_HEAD(relative, tc)
282 atf_tc_set_md_var(tc, "descr", "Test relative items"
286 ATF_TC_BODY(relative, tc)
314 * Test relative to a number of fixed dates. Avoid the
316 * of the relative date, and use a prime step for maximum
628 ATF_TP_ADD_TC(tp, relative);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_ops.h 329 inline path relative(const path& __p, error_code& __ec) function in namespace:filesystem
330 { return relative(__p, current_path(), __ec); }
333 path relative(const path& __p, const path& __base = current_path());
336 path relative(const path& __p, const path& __base, error_code& __ec);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_ops.h 329 inline path relative(const path& __p, error_code& __ec) function in namespace:filesystem
330 { return relative(__p, current_path(), __ec); }
333 path relative(const path& __p, const path& __base = current_path());
336 path relative(const path& __p, const path& __base, error_code& __ec);
  /src/external/gpl3/gdb/lib/libiberty/
Makefile 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
  /src/external/gpl3/gdb.old/lib/libiberty/
Makefile 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
  /src/external/bsd/nsd/dist/
netio.c 162 struct timespec relative; local
164 relative.tv_sec = handler->timeout->tv_sec;
165 relative.tv_nsec = handler->timeout->tv_nsec;
166 timespec_subtract(&relative, netio_current_time(netio));
169 timespec_compare(&relative, &minimum_timeout) < 0)
172 minimum_timeout.tv_sec = relative.tv_sec;
173 minimum_timeout.tv_nsec = relative.tv_nsec;
  /src/external/gpl3/binutils/dist/gprofng/src/
UserLabel.h 53 int id, relative; member in class:UserLabel
  /src/external/gpl3/binutils/lib/libiberty/
Makefile 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
  /src/external/gpl3/binutils.old/dist/gprofng/src/
UserLabel.h 53 int id, relative; member in class:UserLabel
  /src/external/gpl3/binutils.old/lib/libiberty/
Makefile 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
  /src/common/lib/libc/gen/
rbtree.c 1190 * black, my 2nd closet relative away from my parent
1198 const struct rb_node *relative0, *relative; local
1203 relative = rb_tree_iterate_const(rbt,
1205 KASSERT(relative != NULL);
1206 KASSERT(RB_SENTINEL_P(relative->rb_nodes[which]));
1208 KASSERT(RB_RED_P(relative)
1209 || RB_RED_P(relative->rb_left)
1210 || RB_RED_P(relative->rb_right)
1211 || RB_RED_P(RB_FATHER(relative)));
  /src/external/gpl3/binutils/dist/opcodes/
cr16-dis.c 530 int relative = 0; local
631 relative = 1;
675 number = ((relative ? memaddr : 0) +
crx-dis.c 452 /* The 'rbase' start_bits is always relative to a 32-bit data type. */
486 int relative = 0; local
569 relative = 1;
607 number = (relative ? memaddr : 0)
s12z-opc.h 218 no index, no pre/post inc/dec. May be either relative or absolute.
226 bool relative; member in struct:simple_memory_operand
  /src/external/gpl3/binutils.old/dist/opcodes/
cr16-dis.c 530 int relative = 0; local
631 relative = 1;
675 number = ((relative ? memaddr : 0) +
crx-dis.c 452 /* The 'rbase' start_bits is always relative to a 32-bit data type. */
486 int relative = 0; local
569 relative = 1;
607 number = (relative ? memaddr : 0)
  /src/external/gpl3/gdb/dist/opcodes/
cr16-dis.c 530 int relative = 0; local
631 relative = 1;
675 number = ((relative ? memaddr : 0) +
crx-dis.c 452 /* The 'rbase' start_bits is always relative to a 32-bit data type. */
486 int relative = 0; local
569 relative = 1;
607 number = (relative ? memaddr : 0)
  /src/external/gpl3/gdb.old/dist/opcodes/
cr16-dis.c 530 int relative = 0; local
631 relative = 1;
675 number = ((relative ? memaddr : 0) +
crx-dis.c 452 /* The 'rbase' start_bits is always relative to a 32-bit data type. */
486 int relative = 0; local
569 relative = 1;
607 number = (relative ? memaddr : 0)
  /src/bin/sh/
histedit.c 857 * relative histnums.
1047 int relative = 0; local
1053 relative = 1;
1060 if (relative) {
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.h 749 if (this->relative == nullptr)
752 gdb_assert (this->relative->relative == this);
759 != !!this->relative->status_pending_p);
761 if (!this->relative->status_pending_p)
765 = this->relative->waitstatus;
770 return this->relative; }
777 if (this->relative == nullptr)
780 gdb_assert (this->relative->relative == this)
842 struct lwp_info *relative = nullptr; member in struct:lwp_info
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.h 746 if (this->relative == nullptr)
749 gdb_assert (this->relative->relative == this);
756 != !!this->relative->status_pending_p);
758 if (!this->relative->status_pending_p)
762 = this->relative->waitstatus;
767 return this->relative; }
774 if (this->relative == nullptr)
777 gdb_assert (this->relative->relative == this)
839 struct lwp_info *relative = nullptr; member in struct:lwp_info
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-m32c.c 215 enum indirect_type {none, relative, absolute} ;
231 indirection[operand] = relative;
233 indirection[operand] = relative;
262 else if (s[0] == ']' && s[1] == ']' && indirection[operand] == relative)
502 /* Adjust for m32c pcrel not being relative to the next opcode. */
846 /* The location from which a PC relative jump should be calculated,
847 given a PC relative reloc. */
1054 This is used to force out switch and PC relative relocations when
1079 pc-relative jumps in case we need to fix them due to
213 enum indirect_type {none, relative, absolute} ; enumerator in enum:indirect_type
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32c.c 215 enum indirect_type {none, relative, absolute} ;
231 indirection[operand] = relative;
233 indirection[operand] = relative;
262 else if (s[0] == ']' && s[1] == ']' && indirection[operand] == relative)
502 /* Adjust for m32c pcrel not being relative to the next opcode. */
846 /* The location from which a PC relative jump should be calculated,
847 given a PC relative reloc. */
1054 This is used to force out switch and PC relative relocations when
1079 pc-relative jumps in case we need to fix them due to
213 enum indirect_type {none, relative, absolute} ; enumerator in enum:indirect_type

Completed in 51 milliseconds

1 2