/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FormattedStream.cpp | 101 // scanned those bytes. This depends on raw_ostream to not change our buffer in ComputePosition() 103 if (Ptr <= Scanned && Scanned <= Ptr + Size) in ComputePosition() 106 UpdatePosition(Scanned, Size - (Scanned - Ptr)); in ComputePosition() 111 Scanned = Ptr + Size; 136 Scanned = nullptr;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormattedStream.h | 38 /// scanned. The line and column scheme is zero-based. 42 /// Scanned - This points to one past the last character in the 43 /// buffer we've scanned. 45 const char *Scanned; variable 72 /// buffer, as it records the most recently scanned character and resumes from 98 Scanned = nullptr; 111 Scanned = getBufferStart() + GetNumBytesInBuffer(); in formatted_raw_ostream() 139 : TheStream(nullptr), Position(0, 0), Scanned(nullptr), in resetColor()
|
/freebsd/crypto/openssh/ |
H A D | ssh-keyscan.1 | 45 login access to the machines that are being scanned, nor does the 48 Hosts to be scanned may be specified by hostname, address or by CIDR 51 be scanned. 83 range to be scanned. 131 Specify the type of the key to fetch from the scanned hosts.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AssumptionCache.h | 97 /// Flag tracking whether we have scanned the function yet. 101 bool Scanned = false; variable 135 /// It will be re-scanned the next time it is requested. 139 Scanned = false; in clear() 151 if (!Scanned) in assumptions() 158 if (!Scanned) in assumptionsFor() 235 /// scanned. Otherwise return nullptr.
|
H A D | Loads.h | 128 /// function returns, it points at the last instruction scanned. 130 /// is zero, the whole block will be scanned. 166 /// function returns, it points at the last instruction scanned. 168 /// is zero, the whole block will be scanned.
|
/freebsd/share/man/man9/ |
H A D | SYSINIT.9 | 91 The startup linker set for the kernel is scanned during boot to build a 107 by the boot loader are scanned during the 122 is scanned, sorted, and executed when the module is loaded. 124 The shutdown linker set for a kernel module is scanned, sorted, and executed
|
/freebsd/usr.bin/indent/ |
H A D | parse.c | 52 parse(int tk) /* tk: the code for the construct scanned */ in parse() 71 case decl: /* scanned a declaration word */ in parse() 93 case ifstmt: /* scanned if (...) */ in parse() 111 case lbrace: /* scanned { */ in parse() 141 case whilestmt: /* scanned while (...) */ in parse() 157 case elselit: /* scanned an else */ in parse() 172 case rbrace: /* scanned a } */ in parse() 302 * else is scanned, it will be fixed up later in reduce()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | DependencyDirectivesScanner.h | 86 /// Indicates that there are tokens present between the last scanned directive 123 /// Print the previously scanned dependency directives as minimized source text. 126 /// scanned from. 127 /// \param Directives The previously scanned dependency
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_shrinker.c | 105 unsigned long scanned = 0; in shrinker_shrink() local 113 while (scanned <= can_free) { in shrinker_shrink() 118 scanned += batch; in shrinker_shrink()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumptionCache.cpp | 169 assert(!Scanned && "Tried to scan the function twice!"); in scanFunction() 180 Scanned = true; in scanFunction() 188 // If we haven't scanned the function yet, just drop this assumption. It will in registerAssumption() 190 if (!Scanned) in registerAssumption() 293 report_fatal_error("Assumption in scanned function not in cache"); in verifyAnalysis()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | make_keys.c | 94 int scanned; in make_keys() local 103 scanned = sscanf(buffer, "%255s %255s", to, from); in make_keys() 104 if (scanned == 2) { in make_keys()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 563 // Tracks which environments functions have been scanned in. 566 // environments the function has been scanned for. 573 // The N'th bit in the set will be set if the function has been scanned 577 // For example, if a function has been scanned in compute and pixel stage 584 // been scanned in any environment. 592 // True if scanning a function that was already scanned in a different 679 // has a definition -> add to stack to be scanned in HandleFunctionOrMethodRef() 713 // scanned later in RunOnTranslationUnit() 762 // Decl was already scanned in RunOnFunction() 834 // that was already scanned in a different shader stage context (they would in CheckDeclAvailability()
|
/freebsd/sys/dev/isci/ |
H A D | isci_remote_device.c | 78 /* The sim object has been scanned at least once in scif_cb_remote_device_ready() 81 * If the sim object has not been scanned, this device in scif_cb_remote_device_ready() 82 * will get scanned as part of the initial scan. in scif_cb_remote_device_ready()
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | wlan.subr | 384 # Get the scanned flags for the next few comparisons 390 # Compare configured key management against scanned network 412 # Compare configured encryption against scanned network 430 # Compare scanned network encryption against configuration 431 # NB: Scanned network flags indicates _one_ of PSK EAP or WEP 475 # If a scanned network is deemed to be a match to a configured wireless 477 # of `{scans_prefix}N' (where N represents the scanned network that matched). 1244 f_dprintf "$funcname: Parsed %i scanned networks" \ 1263 # Add both items scanned from the airwaves and networks
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-scrub.8 | 130 403M / 405M scanned at 100M/s, 68.4M / 405M issued at 10.0M/s 136 scanned at 100M/s, and 68.4M of that file data has been
|
/freebsd/crypto/openssl/engines/ |
H A D | e_afalg.ec | 1 # The INPUT HEADER is scanned for declarations
|
H A D | e_capi.ec | 1 # The INPUT HEADER is scanned for declarations
|
H A D | e_dasync.ec | 1 # The INPUT HEADER is scanned for declarations
|
H A D | e_loader_attic.ec | 1 # The INPUT HEADER is scanned for declarations
|
H A D | e_ossltest.ec | 1 # The INPUT HEADER is scanned for declarations
|
/freebsd/contrib/diff/lib/ |
H A D | getopt.h | 60 /* Index in ARGV of the next element to be scanned. 70 how much of ARGV has been scanned so far. */
|
/freebsd/sys/vm/ |
H A D | vm_meter.c | 511 "Active pages scanned by the page daemon"); in vm_domain_stats_init() 518 "Inactive pages scanned by the page daemon"); in vm_domain_stats_init() 526 "Laundry pages scanned by the page daemon"); in vm_domain_stats_init() 533 "Unswappable pages scanned by the page daemon"); in vm_domain_stats_init()
|
/freebsd/usr.bin/lex/ |
H A D | lex.1 | 407 newline has been scanned). 595 input is scanned for another match. 917 will cause the entire current input string to be scanned again. 932 It will be the next character scanned. 1849 These last two bytes are not scanned; thus, scanning 2007 returns true if the next token scanned from the current buffer 2584 look-up per character scanned). 2614 array look-up per character scanned). 3058 scanned, use 3106 character, and that in that state the currently scanned text does not match [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | scanner.cpp | 73 /// Collection of test programs not yet scanned. 82 /// Collection of test cases not yet scanned.
|
/freebsd/share/man/man4/ |
H A D | ch.4 | 51 bus is scanned for devices. 293 barcode not yet scanned).
|