| /src/distrib/sun2/ |
| MakeInstTape | 11 sets="etc base comp games man misc rescue text" 20 for f in $sets 22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
|
| /src/distrib/sun3/ |
| MakeInstTape | 11 sets="etc base comp games man misc rescue text" 20 for f in $sets 22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
|
| /src/lib/libc/regex/ |
| regfree.c | 89 if (g->sets != NULL) { 91 free(g->sets[i].ranges); 92 free(g->sets[i].wides); 93 free(g->sets[i].types); 95 free(g->sets);
|
| /src/distrib/sets/ |
| syspkgdeps | 3 # syspkgdeps [-a arch] [-m machine] [-s setsdir] [-p prefix] sets 17 . "${rundir}/sets.subr" 30 -s setsdir directory to find sets [${setsdir}] 32 setname [...] sets to find dependencies for 63 sets="$*" 64 case "${sets}" in 65 all) sets="${nlists}" ;; 83 list_set_files ${sets} | ${SED} 's/^\.\///' | \ 103 # (This uses a cheap implementation of dirname from sets.subr.)
|
| makeflist | 10 . "${rundir}/sets.subr" 24 -s setsdir directory to find sets [${setsdir}] 25 [setname [...]] sets to build [${lists}]
|
| listpkgs | 9 . "${rundir}/sets.subr" 19 -s setsdir directory to find sets [${setsdir}]
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regfree.c | 65 if (g->sets != NULL) 66 free((char *)g->sets);
|
| /src/crypto/external/apache2/openssl/dist/ |
| config.com | 11 $ ! -32 or 32 sets /POINTER_SIZE=32 12 $ ! -64 or 64 sets /POINTER_SIZE=64 13 $ ! -d sets debugging
|
| /src/crypto/external/bsd/openssl/dist/ |
| config.com | 11 $ ! -32 or 32 sets /POINTER_SIZE=32 12 $ ! -64 or 64 sets /POINTER_SIZE=64 13 $ ! -d sets debugging
|
| /src/crypto/external/bsd/openssl.old/dist/ |
| config.com | 11 $ ! -32 or 32 sets /POINTER_SIZE=32 12 $ ! -64 or 64 sets /POINTER_SIZE=64 13 $ ! -d sets debugging
|
| /src/distrib/utils/embedded/conf/ |
| octeon.conf | 5 sets="base etc rescue"
|
| /src/sys/dtb/ |
| Makefile | 21 # Regenerate MD set lists in distrib/sets/lists/dtb. Run this whenever 30 update-sets: 35 echo '# Generated by "make update-sets" in sys/dtb'; \ 38 sort -u) > ${.CURDIR}/../../distrib/sets/lists/dtb/ad.${_arch}
|
| /src/external/bsd/nvi/dist/regex/ |
| regfree.c | 80 if (g->sets != NULL) 81 free((char *)g->sets);
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldctor.h | 52 /* The sets we have seen. */ 54 extern struct set_info *sets;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldctor.h | 52 /* The sets we have seen. */ 54 extern struct set_info *sets;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| juno-r1.dts | 95 i-cache-sets = <256>; 98 d-cache-sets = <256>; 112 i-cache-sets = <256>; 115 d-cache-sets = <256>; 129 i-cache-sets = <256>; 132 d-cache-sets = <128>; 146 i-cache-sets = <256>; 149 d-cache-sets = <128>; 163 i-cache-sets = <256>; 166 d-cache-sets = <128> [all...] |
| juno-r2.dts | 95 i-cache-sets = <256>; 98 d-cache-sets = <256>; 113 i-cache-sets = <256>; 116 d-cache-sets = <256>; 131 i-cache-sets = <256>; 134 d-cache-sets = <128>; 149 i-cache-sets = <256>; 152 d-cache-sets = <128>; 167 i-cache-sets = <256>; 170 d-cache-sets = <128> [all...] |
| juno.dts | 94 i-cache-sets = <256>; 97 d-cache-sets = <256>; 112 i-cache-sets = <256>; 115 d-cache-sets = <256>; 130 i-cache-sets = <256>; 133 d-cache-sets = <128>; 148 i-cache-sets = <256>; 151 d-cache-sets = <128>; 166 i-cache-sets = <256>; 169 d-cache-sets = <128> [all...] |
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| options.c | 52 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable data cache", 55 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable instruction cache", 97 address_word ways = 0, sets = 0, linesize = 0; local 106 chp = parse_size (chp + 1, &sets); 107 sets = check_pow2 (sets, "SETS", cache_name, sd); 121 cache->sets = sets;
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| options.c | 52 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable data cache", 55 '\0', "WAYS[,SETS[,LINESIZE]]", "Enable instruction cache", 97 address_word ways = 0, sets = 0, linesize = 0; local 106 chp = parse_size (chp + 1, &sets); 107 sets = check_pow2 (sets, "SETS", cache_name, sd); 121 cache->sets = sets;
|
| /src/external/apache2/llvm/dist/clang/utils/ |
| token-delta.py | 50 """split(set) -> [sets] 64 def delta(self, c, sets): 65 # assert(reduce(set.union, sets, set()) == c) 68 if len(sets) <= 1: 72 res = self.search(c, sets) 76 # Otherwise, partition sets if possible; if not we are done. 77 refined = sum(map(list, map(self.split, sets)), []) 78 if len(refined) == len(sets): 83 def search(self, c, sets): 84 for i,S in enumerate(sets) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| cse.cc | 490 /* Total number of SETs in block. */ 2675 /* Can't merge two expressions in different alias sets, since we 4131 Note that cse_main processes all sets in the instruction. Most 4133 CSE processes insns with multiple sets as well. */ 4257 /* Add an entry containing RTL X into SETS. IS_FAKE_SET is true if X is 4261 add_to_set (vec<struct set> *sets, rtx x, bool is_fake_set) 4266 sets->safe_push (entry); 4269 /* Record all the SETs in this instruction into SETS_PTR, 4270 and return the number of recorded sets. */ 4278 /* Ignore SETs that are unconditional jumps [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cse.cc | 508 /* Total number of SETs in block. */ 2676 /* Can't merge two expressions in different alias sets, since we 4141 Note that cse_main processes all sets in the instruction. Most 4143 CSE processes insns with multiple sets as well. */ 4265 /* Add an entry containing RTL X into SETS. */ 4267 add_to_set (vec<struct set> *sets, rtx x) 4271 sets->safe_push (entry); 4274 /* Record all the SETs in this instruction into SETS_PTR, 4275 and return the number of recorded sets. */ 4283 /* Ignore SETs that are unconditional jumps [all...] |
| /src/sys/external/bsd/drm/dist/shared-core/ |
| sis_mm.c | 50 set_t *sets[2]; /* 0 for video, 1 for AGP */ member in struct:__anon4279 61 retval = setAdd(global_ppriv[i].sets[type], val); 74 retval = setDel(global_ppriv[i].sets[type], val); 314 global_ppriv[i].sets[0] = setInit(); 315 global_ppriv[i].sets[1] = setInit(); 321 if ((i >= MAX_CONTEXT) || (global_ppriv[i].sets[0] == NULL) || 322 (global_ppriv[i].sets[1] == NULL)) { 348 set = global_ppriv[i].sets[0]; 362 set = global_ppriv[i].sets[1];
|
| /src/tests/usr.bin/xlint/lint2/ |
| Makefile | 34 mi="distrib/sets/lists/tests/mi"; \ 39 distrib/sets/fmt-list "$$mi.tmp"; \
|