HomeSort by: relevance | last modified time | path
    Searched refs:tac (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/tail/
Makefile 7 LINKS= ${BINDIR}/tail ${BINDIR}/tac
9 MAN= tail.1 tac.1
  /src/external/mpl/dhcp/dist/contrib/
dhcp.spec 5 Release: 2tac
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
Makefile 64 stm32mp157c-lxa-tac-gen1.dtb \
65 stm32mp157c-lxa-tac-gen2.dtb \
  /src/external/mpl/bind/dist/bin/tests/system/cds/
setup.sh 41 tac() { function
57 tac <DS.$n >DS.rev$n
114 tac <sig.cds.1 >sig.cds.rev1
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 1187 uInt tac[DECLETS+1]; /* base-1000 coefficient */ local
1191 GETCOEFFTHOU(dfl, tac); /* least-significant goes to [0] */
1192 ADDCOEFFTHOU(dfr, tac);
1197 encode =BIN2DPD[tac[0]];
1198 encode|=BIN2DPD[tac[1]]<<10;
1199 encode|=BIN2DPD[tac[2]]<<20;
1200 encode|=BIN2DPD[tac[3]]<<30;
1204 encode =BIN2DPD[tac[3]]>>2;
1205 encode|=BIN2DPD[tac[4]]<<8;
1209 encode|=BIN2DPD[tac[5]]<<18
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 1187 uInt tac[DECLETS+1]; /* base-1000 coefficient */ local
1191 GETCOEFFTHOU(dfl, tac); /* least-significant goes to [0] */
1192 ADDCOEFFTHOU(dfr, tac);
1197 encode =BIN2DPD[tac[0]];
1198 encode|=BIN2DPD[tac[1]]<<10;
1199 encode|=BIN2DPD[tac[2]]<<20;
1200 encode|=BIN2DPD[tac[3]]<<30;
1204 encode =BIN2DPD[tac[3]]>>2;
1205 encode|=BIN2DPD[tac[4]]<<8;
1209 encode|=BIN2DPD[tac[5]]<<18
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 1187 uInt tac[DECLETS+1]; /* base-1000 coefficient */ local
1191 GETCOEFFTHOU(dfl, tac); /* least-significant goes to [0] */
1192 ADDCOEFFTHOU(dfr, tac);
1197 encode =BIN2DPD[tac[0]];
1198 encode|=BIN2DPD[tac[1]]<<10;
1199 encode|=BIN2DPD[tac[2]]<<20;
1200 encode|=BIN2DPD[tac[3]]<<30;
1204 encode =BIN2DPD[tac[3]]>>2;
1205 encode|=BIN2DPD[tac[4]]<<8;
1209 encode|=BIN2DPD[tac[5]]<<18
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 1187 uInt tac[DECLETS+1]; /* base-1000 coefficient */ local
1191 GETCOEFFTHOU(dfl, tac); /* least-significant goes to [0] */
1192 ADDCOEFFTHOU(dfr, tac);
1197 encode =BIN2DPD[tac[0]];
1198 encode|=BIN2DPD[tac[1]]<<10;
1199 encode|=BIN2DPD[tac[2]]<<20;
1200 encode|=BIN2DPD[tac[3]]<<30;
1204 encode =BIN2DPD[tac[3]]>>2;
1205 encode|=BIN2DPD[tac[4]]<<8;
1209 encode|=BIN2DPD[tac[5]]<<18
    [all...]
  /src/tests/net/
net_common.sh 432 tac $_rump_server_ifaces > __ifaces
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c 584 struct attr_counter *ac, *tac; local
590 tac = ac->next;
592 ac = tac;

Completed in 28 milliseconds