HomeSort by: relevance | last modified time | path
    Searched refs:expand (Results 1 - 25 of 279) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/expand/
Makefile 4 PROG= expand
5 MLINKS= expand.1 unexpand.1
  /src/external/gpl2/texinfo/dist/makeinfo/
xref.h 30 extern char *get_xref_token (int expand);
  /src/usr.bin/make/unit-tests/
dir-expand-path.exp 1 dir-expand-path.dir.1/file1.src
2 dir-expand-path.dir.1/file2.src
3 dir-expand-path.dir.2/file3.src
var-op-expand.exp 1 make: var-op-expand.mk:274: Unknown modifier ":s,value,replaced,"
4 make: var-op-expand.mk:282: Unknown modifier ":s,value,replaced,"
7 make: var-op-expand.mk:295: Bad condition
9 make: var-op-expand.mk:295: Unknown modifier ":Z1"
12 make: var-op-expand.mk:295: Unknown modifier ":Z2"
15 make: var-op-expand.mk:295: Unknown modifier ":Z1"
17 make: var-op-expand.mk:295: Unknown modifier ":Z2"
  /src/external/gpl2/texinfo/dist/makeinfo/tests/
node-expand 7 ../makeinfo --commands-in-node-names $srcdir/node-expand.txi
8 test -s node-expand.info
11 rm -f node-expand.info
  /src/usr.bin/rdist/
Makefile 8 SRCS= docmd.c expand.c gram.y lookup.c main.c server.c
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
local2.c 293 expand(p, 0, "\tcmplw UL,UR" COM "compare 64-bit values (upper)\n");
295 expand(p, 0, "\tcmpw UL,UR" COM "compare 64-bit values (upper)\n");
299 expand(p, 0, "\tcmplw AL,AR" COM "(and lower)\n");
301 expand(p, 0, "\tcmpw AL,AR" COM "(and lower)\n");
313 expand(p, INBREG, "\tsrwi A1,AL,32-AR" COM "64-bit left-shift\n");
314 expand(p, INBREG, "\tslwi U1,UL,AR\n");
315 expand(p, INBREG, "\tor U1,U1,A1\n");
316 expand(p, INBREG, "\tslwi A1,AL,AR\n");
318 expand(p, INBREG, "\tli A1,0" COM "64-bit left-shift\n");
320 expand(p, INBREG, "\tmr U1,AL\n")
    [all...]
  /src/games/warp/
filexp 2 : expand filename
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
null_allocator.d 38 bool expand(ref void[] b, size_t s) shared
80 assert(a.expand(b, 0));
81 assert(!a.expand(b, 42));
  /src/external/bsd/atf/dist/tools/
expand.hpp 37 namespace expand { namespace in namespace:tools
79 } // namespace expand
expand.cpp 32 #include "expand.hpp"
35 namespace impl = tools::expand;
36 #define IMPL_NAME "tools::expand"
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 94 /* Expand a call to svmad, or svmla after reordering its operands.
114 /* Expand a call to svmla_lane or svmls_lane using floating-point unspec
127 /* Expand a call to svmsb, or svmls after reordering its operands.
151 expand (function_expander &e) const OVERRIDE
182 expand (function_expander &e) const OVERRIDE
197 expand (function_expander &e) const OVERRIDE
214 expand (function_expander &e) const OVERRIDE
234 expand (function_expander &e) const OVERRIDE
264 expand (function_expander &e) const OVERRIDE
280 expand (function_expander &e) const OVERRID
    [all...]
aarch64-sve-builtins-sve2.cc 85 expand (function_expander &e) const OVERRIDE
97 expand (function_expander &e) const OVERRIDE
110 expand (function_expander &e) const OVERRIDE
129 expand (function_expander &e) const OVERRIDE
145 expand (function_expander &e) const OVERRIDE
165 expand (function_expander &e) const OVERRIDE
188 expand (function_expander &e) const OVERRIDE
200 expand (function_expander &e) const OVERRIDE
216 expand (function_expander &e) const OVERRIDE
229 expand (function_expander &e) const OVERRID
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/mips/
local2.c 375 expand(p, INBREG, "\tsrl A1,AL,");
377 expand(p, INBREG, "\tsll U1,UL,AR\n");
378 expand(p, INBREG, "\tor U1,U1,A1\n");
379 expand(p, INBREG, "\tsll A1,AL,AR\n");
381 expand(p, INBREG, "\tli A1,0\t# 64-bit left-shift\n");
382 expand(p, INBREG, "\tsll U1,AL,");
385 expand(p, INBREG, "\tli A1,0\t# 64-bit left-shift\n");
386 expand(p, INBREG, "\tli U1,0\n");
388 expand(p, INBREG, "\tsll U1,UL,");
390 expand(p, INBREG, "\tsrl A1,AL,AR\n")
    [all...]
  /src/lib/csu/arch/sparc/
crt0.S 51 sub %sp, 24, %sp ! expand to standard stack frame size
  /src/usr.sbin/tcpdmatch/
tcpdmatch.c 57 static void expand(char *, char *, struct request_info *);
280 static void expand(char *text, char *pattern, struct request_info *request) function
297 expand("client: hostname", "%n", request);
298 expand("client: address ", "%a", request);
299 expand("client: username", "%u", request);
300 expand("server: hostname", "%N", request);
301 expand("server: address ", "%A", request);
302 expand("server: process ", "%d", request);
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
SetTheory.h 91 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
136 /// expand - Expand a record into a set of elements if possible. Return a
139 const RecVec *expand(Record *Set);
  /src/usr.bin/lastcomm/
lastcomm.c 64 static time_t expand(u_int);
137 t = expand(ab.ac_utime) + expand(ab.ac_stime);
146 delta = expand(ab.ac_etime) / (double)AHZ;
165 expand(u_int t) function
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
local2.c 182 expand(p, 0, "cmp AR,AL\n");
185 expand(p, 0, "cmp UR,UL\n");
199 expand(p, FORCC, "tst AL\n");
201 expand(p, FORCC, "tst UL\n");
206 expand(p, FORCC, "tst AL\n");
208 expand(p, FORCC, "tst UL\n");
212 expand(p, FORCC, "tst AL\n");
231 expand(p->n_left, FOREFF, "mov AL,ZA(sp)\n");
232 expand(p->n_left, FOREFF, "sub CR,(sp)\n");
264 expand(p->n_left->n_left, FOREFF, "mov AL,ZA(sp)\n")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genemit.cc 460 rtx expand = info->def;
461 if (strlen (XSTR (expand, 0)) == 0)
463 if (XVEC (expand, 1) == 0)
465 XSTR (expand, 0));
468 get_pattern_stats (&stats, XVEC (expand, 1));
472 "numbers above all other operands", XSTR (expand, 0));
475 printf ("rtx\ngen_%s (", XSTR (expand, 0));
490 if ((XSTR (expand, 3) == 0 || *XSTR (expand, 3) == '\0')
492 && XVECLEN (expand, 1) == 1
456 rtx expand = info->def; local
    [all...]
  /src/usr.bin/make/
str.c 114 * If expand is true, quotes are removed and escape sequences such as \r, \t,
121 Substring_Words(const char *str, bool expand)
165 if (!expand) {
175 if (!expand) {
207 if (expand && inquote != '\0') {
222 if (!expand) {
276 Str_Words(const char *str, bool expand)
282 swords = Substring_Words(str, expand);
  /src/external/bsd/pcc/dist/pcc/arch/sparc64/
local2.c 153 expand(p, 0, "\tadd AL,AR,A1\t\t! add const\n");
155 expand(p, 0, "\tsetx AR,A3,A2\t\t! add const\n"
163 expand(p, 0, "\tsub AL,AR,A1\t\t! subtract const\n");
165 expand(p, 0, "\tsetx AR,A3,A2\t\t! subtract const\n"
170 expand(p, 0,
176 expand(p, 0, "\tor %g0,AL,A1\t\t\t! load const\n");
178 expand(p, 0, "\tsetx AL,A2,A1\t\t! load const\n");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRExpandPseudoInsts.cpp 1 //===-- AVRExpandPseudoInsts.cpp - Expand pseudo instructions -------------===//
62 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI);
128 assert(ExpandCount < 10 && "pseudo expand limit reached");
259 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) function in class:__anon2491::AVRExpandPseudo
369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
379 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
384 bool AVRExpandPseudo::expand<AVR::EORWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
389 bool AVRExpandPseudo::expand<AVR::COMWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
419 bool AVRExpandPseudo::expand<AVR::NEGWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
457 bool AVRExpandPseudo::expand<AVR::CPWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
490 bool AVRExpandPseudo::expand<AVR::CPCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
525 bool AVRExpandPseudo::expand<AVR::LDIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
574 bool AVRExpandPseudo::expand<AVR::LDSWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
618 bool AVRExpandPseudo::expand<AVR::LDWRdPtr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
667 bool AVRExpandPseudo::expand<AVR::LDWRdPtrPi>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
698 bool AVRExpandPseudo::expand<AVR::LDWRdPtrPd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
729 bool AVRExpandPseudo::expand<AVR::LDDWRdPtrQ>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
784 bool AVRExpandPseudo::expand<AVR::LPMWRdZ>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
832 bool AVRExpandPseudo::expand<AVR::LPMWRdZPi>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
930 bool AVRExpandPseudo::expand<AVR::AtomicLoad8>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
935 bool AVRExpandPseudo::expand<AVR::AtomicLoad16>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
940 bool AVRExpandPseudo::expand<AVR::AtomicStore8>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
945 bool AVRExpandPseudo::expand<AVR::AtomicStore16>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
950 bool AVRExpandPseudo::expand<AVR::AtomicLoadAdd8>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
955 bool AVRExpandPseudo::expand<AVR::AtomicLoadAdd16>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
960 bool AVRExpandPseudo::expand<AVR::AtomicLoadSub8>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
965 bool AVRExpandPseudo::expand<AVR::AtomicLoadSub16>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
970 bool AVRExpandPseudo::expand<AVR::AtomicLoadAnd8>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
975 bool AVRExpandPseudo::expand<AVR::AtomicLoadAnd16>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
980 bool AVRExpandPseudo::expand<AVR::AtomicLoadOr8>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
985 bool AVRExpandPseudo::expand<AVR::AtomicLoadOr16>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
990 bool AVRExpandPseudo::expand<AVR::AtomicLoadXor8>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
995 bool AVRExpandPseudo::expand<AVR::AtomicLoadXor16>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1000 bool AVRExpandPseudo::expand<AVR::AtomicFence>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1007 bool AVRExpandPseudo::expand<AVR::STSWKRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1053 bool AVRExpandPseudo::expand<AVR::STWPtrRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1082 bool AVRExpandPseudo::expand<AVR::STWPtrPiRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1116 bool AVRExpandPseudo::expand<AVR::STWPtrPdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1150 bool AVRExpandPseudo::expand<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1184 bool AVRExpandPseudo::expand<AVR::INWRdA>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1214 bool AVRExpandPseudo::expand<AVR::OUTWARr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1245 bool AVRExpandPseudo::expand<AVR::PUSHWRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1270 bool AVRExpandPseudo::expand<AVR::POPWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1287 bool AVRExpandPseudo::expand<AVR::ROLBRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1324 bool AVRExpandPseudo::expand<AVR::RORBRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1374 bool AVRExpandPseudo::expand<AVR::LSLWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1407 bool AVRExpandPseudo::expand<AVR::LSLW4Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1466 bool AVRExpandPseudo::expand<AVR::LSLW8Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1494 bool AVRExpandPseudo::expand<AVR::LSLW12Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1536 bool AVRExpandPseudo::expand<AVR::LSRWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1567 bool AVRExpandPseudo::expand<AVR::LSRW4Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1626 bool AVRExpandPseudo::expand<AVR::LSRW8Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1654 bool AVRExpandPseudo::expand<AVR::LSRW12Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1696 bool AVRExpandPseudo::expand<AVR::RORWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1702 bool AVRExpandPseudo::expand<AVR::ROLWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1708 bool AVRExpandPseudo::expand<AVR::ASRWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1739 bool AVRExpandPseudo::expand<AVR::ASRW8Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1773 bool AVRExpandPseudo::expand<AVR::LSLB7Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1810 bool AVRExpandPseudo::expand<AVR::LSRB7Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1849 bool AVRExpandPseudo::expand<AVR::ASRB7Rd>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1879 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1938 template <> bool AVRExpandPseudo::expand<AVR::ZEXT>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
1975 bool AVRExpandPseudo::expand<AVR::SPREAD>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
2002 bool AVRExpandPseudo::expand<AVR::SPWRITE>(Block &MBB, BlockIt MBBI) { function in class:__anon2491::AVRExpandPseudo
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
ExpandResponseFilesCompilationDatabase.cpp 42 return expand(Base->getCompileCommands(FilePath));
46 return expand(Base->getAllCompileCommands());
50 std::vector<CompileCommand> expand(std::vector<CompileCommand> Cmds) const { function in class:clang::tooling::__anon1202::ExpandResponseFilesDatabase
  /src/external/bsd/pcc/dist/pcc/arch/arm/
local2.c 359 expand(p, 0, "\tcmp UR,UL" COM "compare 64-bit values (upper)\n");
362 expand(p, 0, "\tcmp AR,AL" COM "(and lower)\n");
445 expand(p, INBREG, "\tmov A1,AL,lsr ");
447 expand(p, INBREG, "\tmov U1,UL,asl AR\n");
448 expand(p, INBREG, "\torr U1,U1,A1\n");
449 expand(p, INBREG, "\tmov A1,AL,asl AR\n");
451 expand(p, INBREG, "\tmov A1,#0" COM "64-bit left-shift\n");
452 expand(p, INBREG, "\tmov U1,AL");
457 expand(p, INBREG, "\tmov A1,#0" COM "64-bit left-shift\n");
458 expand(p, INBREG, "\tmov U1,#0\n")
    [all...]

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011>>