| /src/external/bsd/zstd/dist/tests/cli-tests/basic/ |
| output_dir.sh | 5 println "+ zstd -r * --output-dir-flat=\"\"" 6 zstd -r * --output-dir-flat="" && die "Should not allow empty output dir!"
|
| /src/external/historical/nawk/dist/testdir/ |
| chem.awk | 205 else if (type ~ /flat/) 246 if (type ~ /flat/) 255 if (type ~ /flat/) { 276 if (type ~ /flat/ && i == 3) { 303 if (type ~ /flat/ && i == 3) { 318 if (type ~ /flat/)
|
| /src/common/dist/zlib/watcom/ |
| watcom_f.mak | 2 # OpenWatcom flat model
|
| /src/external/gpl3/binutils/dist/zlib/watcom/ |
| watcom_f.mak | 2 # OpenWatcom flat model
|
| /src/external/gpl3/binutils.old/dist/zlib/watcom/ |
| watcom_f.mak | 2 # OpenWatcom flat model
|
| /src/external/gpl3/gdb/dist/zlib/watcom/ |
| watcom_f.mak | 2 # OpenWatcom flat model
|
| /src/external/gpl3/gdb.old/dist/zlib/watcom/ |
| watcom_f.mak | 2 # OpenWatcom flat model
|
| /src/external/bsd/tmux/dist/ |
| mode-tree.c | 116 int flat; member in struct:mode_tree_line 211 int flat = 1; local 227 flat = 0; 255 line->flat = flat; 769 if (line->flat) 1302 if (line->flat || !current->expanded) 1315 if (line->flat || current->expanded) 1317 else if (!line->flat) {
|
| /src/sys/arch/i386/stand/dosboot/ |
| start_dos.S | 326 # set %es to point at the flat segment 356 # set %es to point at the flat segment 387 # set %ds to point at the flat segment
|
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof.in | 62 # annotated with the flat and cumulative sample counts at each line. 67 # annotated with the flat and cumulative sample counts at each PC value. 616 my $flat = FlatProfile($reduced); 622 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm); 624 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0); 634 PrintText($symbols, $flat, $cumulative, -1); 642 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) { 900 my $flat = FlatProfile($reduced); 903 PrintText($symbols, $flat, $cumulative, $line_limit); 935 my $flat = FlatProfile($reduced) [all...] |
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 62 # annotated with the flat and cumulative sample counts at each line. 67 # annotated with the flat and cumulative sample counts at each PC value. 603 my $flat = FlatProfile($reduced); 609 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm); 611 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0); 621 PrintText($symbols, $flat, $cumulative, -1); 627 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) { 885 my $flat = FlatProfile($reduced); 888 PrintText($symbols, $flat, $cumulative, $line_limit); 920 my $flat = FlatProfile($reduced) [all...] |
| /src/external/gpl2/xcvs/dist/contrib/ |
| pvcs2rcs.in | 193 $program [-lt] [-i vcsid] [-r flat|leaf] [-p flat|leaf] 250 ( -r | --RCS-Dirs ) flat RCS files stored in . 274 ( -p | --Pvcs-dirs ) flat PVCS files expected in . 469 if ($options{'rcs-dirs-flat'} && $options{'cvs-module-path'}) 529 # then if we are not expecting a flat arrangement of pvcs files 531 if (!$options{'pvcs-dirs-flat'} and $fn =~ /^vcs$/i) 570 next if (!$options{'rcs-dirs-flat'} and $fn =~ /^rcs$/i); 575 # else if we are processing a flat arrangement of pvcs files... 576 elsif ($options{'pvcs-dirs-flat'} and -f $fn [all...] |
| /src/external/bsd/libfido2/dist/src/ |
| cbor.c | 401 cbor_item_t *flat = NULL; local 407 if ((flat = cbor_flatten_vector(argv, argc)) == NULL) 410 cbor_len = cbor_serialize_alloc(flat, &cbor, &cbor_alloc_len); 425 if (flat != NULL) 426 cbor_decref(&flat);
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| GenLibDeps.pl | 9 # Syntax: GenLibDeps.pl [-flat] <directory_with_libraries_in_it> [path_to_nm_binary] 14 my $FLAT = 0; 23 if (/^-flat$/) { $FLAT = 1; next; } 24 if (/^-why/) { $WHY = 1; $FLAT = 1; next; } 40 if (!$FLAT) { 201 if ($FLAT) { 278 if ($FLAT) { 293 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=0 ];\n" }; 295 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=10];\n" } [all...] |
| /src/sys/dev/ic/ |
| stireg.h | 223 uint32_t flat: 1; /* flatpanel */ member in struct:sti_mon
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-manip.cc | 1111 bool flat = maybe_flat_loop_profile (loop); local 1258 DLTHE_FLAG_UPDATE_FREQ | (flat ? DLTHE_FLAG_FLAT_PROFILE : 0));
|
| loop-unroll.cc | 490 bool flat = maybe_flat_loop_profile (loop); local 609 | (flat ? DLTHE_FLAG_FLAT_PROFILE : 0));
|
| tree-vect-loop.cc | 11437 If FLAT is true, the loop we started with had unrealistically flat 11441 scale_profile_for_vect_loop (class loop *loop, edge exit_e, unsigned vf, bool flat) 11443 /* For flat profiles do not scale down proportionally by VF and only 11445 if (flat) 11449 "Vectorized loop profile seems flat; not scaling iteration " 11884 bool flat = maybe_flat_loop_profile (loop); local 12266 assumed_vf, flat);
|
| /src/external/bsd/zstd/dist/tests/ |
| playTests.sh | 737 println "\n===> compress multiple files into an output directory, --output-dir-flat" 746 zstd tmp1 tmpInputTestDir/we/must/go/deeper/tmp2 --output-dir-flat tmpOutDir 749 println "test : decompress multiple files into an output directory, --output-dir-flat" 751 zstd tmpOutDir -r -d --output-dir-flat tmpOutDirDecomp 755 zstd tmpOutDir -r -d --output-dir-flat=tmpOutDirDecomp
|
| /src/external/gpl2/dtc/dist/Documentation/ |
| dtc-paper.tex | 253 In many cases a flat tree can be simpler than a typical OF provided
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| module.cc | 36 by importing module and index within that module. A flat index is 43 DECL_UID to the flat index in the entity_ary. Thus we can locate 18599 /* Create the flat name string. It is simplest to have it handy. */ 18627 char *flat = XNEWVEC (char, pfx_len + len + is_partition ()); 18628 flatname = flat; 18632 memcpy (flat, primary, pfx_len); 18633 flat += pfx_len; 18634 *flat++ = ':'; 18640 flat[len++] = '.'; 18643 memcpy (flat + len, IDENTIFIER_POINTER (elt), l + 1) [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| module.cc | 36 by importing module and index within that module. A flat index is 43 DECL_UID to the flat index in the entity_ary. Thus we can locate 19357 /* Create the flat name string. It is simplest to have it handy. */ 19385 char *flat = XNEWVEC (char, pfx_len + len + is_partition ()); 19386 flatname = flat; 19390 memcpy (flat, primary, pfx_len); 19391 flat += pfx_len; 19392 *flat++ = ':'; 19398 flat[len++] = '.'; 19401 memcpy (flat + len, IDENTIFIER_POINTER (elt), l + 1) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/doc/ |
| texinfo.tex | 11162 \DeclareUnicodeCharacter{266D}{\ensuremath\flat}%
|
| /src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| texinfo.tex | 11162 \DeclareUnicodeCharacter{266D}{\ensuremath\flat}%
|
| /src/external/gpl3/gcc/dist/gcc/doc/include/ |
| texinfo.tex | 11102 \DeclareUnicodeCharacter{266D}{\ensuremath\flat}%
|