Searched refs:into (Results 1 - 25 of 136) sorted by relevance

123456

/freebsd-11-stable/sys/dev/ncr/
H A Dlocate.pl9 Perl script to convert NCR script address into label+offset.
/freebsd-11-stable/lib/csu/riscv/
H A Dcrti.S38 # this puts _gp into .dynsym, so symlook_obj can now find that (see reloc.c)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_fixint_impl.inc19 // Break a into sign, exponent, significand parts.
H A Dfp_fixuint_impl.inc17 // Break a into sign, exponent, significand parts.
H A Dfp_extend_impl.inc25 // run into trouble finding an appropriate CLZ function for wide source types;
62 // Break a into a sign and representation of the absolute value.
73 // exponent into the proper position and rebiasing the exponent.
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp167 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, argument
169 int tail1 = into.prev, tail2 = from.prev;
170 into.prev = tail2;
174 into.size += from.size;
175 into.weight += from.weight;
180 // Group InputSections into clusters using the Call-Chain Clustering heuristic
194 // clusters[L] has not been merged into another cluster yet.
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1201 /* format into output buffer with overflow check */
1453 static int _parse_num2d(UCC *cp, UCC ** ep, uint16_t *into) argument
1458 *into = (cp[0] - '0') * 10 + (cp[1] - '0');
1467 static int _parse_u16(UCC *cp, UCC **ep, uint16_t *into, unsigned int ndig) argument
1476 *into = num;
1483 static int _parse_u32(UCC *cp, UCC **ep, uint32_t *into, unsigned int ndig) argument
1492 *into = num;
1504 static int _parse_frac(UCC *cp, UCC **ep, l_fp *into) argument
1525 *into = tspec_intv_to_lfp(ts);
1532 static int _parse_time(UCC *cp, UCC ** ep, TCivilDate *into) argument
1558 _parse_date1(UCC *cp, UCC **ep, TCivilDate *into) argument
1584 _parse_date3(UCC *cp, UCC **ep, TCivilDate *into) argument
[all...]
H A Dntp_leapsec.c7 * This is an attempt to get the leap second handling into a dedicated
249 * pointer if you want to get it printed into a stream.
788 /* [internal] given a reader function, read characters into a buffer
851 * mode, the difference of the TAI offsets must be taken into account
913 leap_era_t * into,
925 memset(&into->ebase, 0x00, sizeof(vint64));
926 into->taiof = pt->head.base_tai;
928 into->ebase = pt->info[idx].ttime;
929 into->taiof = pt->info[idx].taiof;
932 into
912 fetch_leap_era( leap_era_t * into, const leap_table_t * pt , const vint64 * ts ) argument
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.test.mk25 # List of subdirectories containing tests into which to recurse. This has the
27 # get registered into the run-time test suite definitions so that the test
28 # engines know to recurse into these directories.
H A Dbsd.info.mk27 # INFO2HTML A program for converting GNU info files into HTML files
51 # MAKEINFO A program for converting GNU Texinfo files into Info
59 # TEX A program for converting tex files into dvi files [tex]
H A Dsuite.test.mk12 # Makefiles built into the FreeBSD src tree.
17 # If 'yes', a Kyuafile exists in the source tree and is installed into
21 # programs built by the Makefile and is installed into TESTSDIR. This is the
H A Dbsd.nls.mk8 # GENCAT A program for converting .msg files into compiled NLS
H A Dlocal.sys.env.mk22 # turn a list into a set of :N modifiers
H A Dlocal.gendirdeps.mk51 # gendirdeps.mk will turn _{VAR} into ${VAR} which keeps this simple
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S78 std %f0, [%sp + CCFSZ + SPOFF] ! move into return reg
/freebsd-11-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd3 rem into an unbound dns spoof redirection list.
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk33 # turn it into what we want - just the date
46 # turn a list into a set of :N modifiers
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c65 * copy src_path into parent_of_dst_path as basename (dst_path)
765 /* Copy each COPY_PAIR->SRC into COPY_PAIR->DST. Use POOL for temporary
846 /* Move each COPY_PAIR->SRC into COPY_PAIR->DST, deleting COPY_PAIR->SRC
1624 /* Convert absolute URLs into relpaths relative to TOP_URL. */
1665 what we've learned into the INFO array. (For copies -- that is,
2314 * baton is BATON->inner_baton) to turn the result of a 'checkout' into
2319 * - Change start-of-update notification into a plain WC 'add' for the root.
2320 * - Change checkout 'add' notifications into a plain WC 'add'.
2503 moving the rest of it into the final destination. */
2516 /* Move the temporary disk tree into plac
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm17 ! distribution when not linked into another program.)
42 ! implementations. This file is the first thing linked into any executable.
99 ! it into the global variable _environ. Currently argc is at 8 off
100 ! the frame pointer. Fetch the argument count into %eax, scale by the
113 ! vector pointer and the arg count were previously loaded into
H A Dsol2-gc1.asm17 ! distribution when not linked into another program.)
42 ! implementations. This file is the first thing linked into any executable.
112 ! it into the global variable _environ. Currently argc is at 8 off
113 ! the frame pointer. Fetch the argument count into %eax, scale by the
126 ! vector pointer and the arg count were previously loaded into
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc13 compiled version of this file into combinations with other programs,
17 the file, and distribution when not linked into a combined
38 the first such frame here. Cleanup code will call back into
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp284 C.getNoteTag("Assuming null pointer is passed into cast",
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dputssjis.s62 movb $0x20, %al # Convert control code into the space.
113 # Convert Shift-JIS into JIS.
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptldr.S89 mov %ax,%es # want to copy boot2 into.
97 mov %es,%ax # the end of the next 32k into
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S85 ! Compute %o4 in an unorthodox manner: know we need to Shift %o5 into
120 ! order bit set in the first step, just falling into the regular
160 ! Fall through into divide loop

Completed in 316 milliseconds

123456