Searched refs:it (Results 151 - 175 of 860) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp355 auto it = llvm::upper_bound(m_exidx_entries, local
357 if (it == m_exidx_entries.begin())
359 --it;
361 if (it->data == 0x1)
364 if (it->data & 0x80000000)
365 return (const uint8_t *)&it->data;
367 addr_t data_file_addr = it->file_address + 4 + Prel31ToAddr(it->data);
/freebsd-current/share/mk/
H A Dmeta.subdir.mk8 # This file is provided in the hope that it will
37 # actually it is probably a bit risky
69 # we just dealt with it, if we leave it defined,
H A Dsrc.sys.env.mk6 # what we would get with 'cd'. So just force resolve it now if it is an
32 # Save MAKEOBJDIRPREFIX and don't let src-env.conf modify it.
33 # MAKEOBJDIRPREFIX is only needed in MAKELEVEL=0. In sub-makes it will
69 # Top-level installs should not use meta mode as it may prevent installing
H A Dlocal.sys.mk7 # Not in the below list as it may make sense for non-meta mode
42 # so force it.
70 # is added to in bsd.sys.mk since it comes last.
84 # Attach this to a target to allow it to benefit from meta mode's
85 # not rerunning a command if it doesn't need to be considering its
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h74 void setIsThumb(bool it) { isThumbMode = it; } argument
/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt.mk9 # dependency line: That doesn't work, and make immediately rejects it.
14 # parsing of dependencies. To see it in action, set breakpoints in:
34 # expression or whether it is just omitted.
47 # that nobody uses it.
H A Dcomment.mk33 # shell), it can start anywhere.
50 # To escape a comment sign, precede it with a backslash.
58 # regardless of the syntactical context it appears in.
65 no matter if it is 3 or 5 \\\\\
H A Dvarname-dot-curdir.mk10 # while a process runs in it, but this is so unrealistic that it's no worth
37 # Appending to .CURDIR does not make sense, therefore it doesn't matter that
H A Dvarname-dot-parsedir.mk20 # During parsing, it is possible to undefine .PARSEDIR.
35 # In the .out file, it is filtered out.
40 # being parsed. Technically, it's possible though, but only if the file
H A Ddep-colon-bug-cross-file.mk4 # was not finished properly. This made it possible to add further commands
12 # After the file has been parsed completely, it is parsed again in pass 2.
14 # which was still the one from pass 1, which means it was possible to later
H A Dvarname-dot-shell.exp4 Global: ignoring delete '.SHELL' as it is not found
16 Command: ignoring '.SHELL += appended' as it is read-only
23 Global: ignoring delete '.SHELL' as it is not found
H A Dcond-token-plain.mk15 # '#' and everything after it long before the condition parser gets to see it.
23 # To get a '#' into a condition, it has to be escaped using a backslash.
24 # This prevents the comment parser from removing it, and in turn, it becomes
48 # the code from CondParser_Token does not apply to it.
88 # Only the comparison operator terminates the comparison operand, and it's
149 # If the right-hand side is missing, it's a parse error.
157 # If the left-hand side is missing, it's a parse error as well, but without
166 # The '\\' is not a line continuation. Neither is it a
[all...]
H A Dcond-token-string.mk49 # A string in quotes is checked whether it is not empty.
60 # expect+1: The string literal " " is not empty, even though it consists of whitespace only.
61 . info The string literal " " is not empty, even though it consists of $\
89 # A non-empty string evaluates to true, no matter if it's a literal string or
90 # if it contains expressions. The parentheses are not necessary for
/freebsd-current/contrib/bmake/mk/
H A Dmeta.subdir.mk8 # This file is provided in the hope that it will
37 # actually it is probably a bit risky
69 # we just dealt with it, if we leave it defined,
H A Dccm.dep.mk8 # This file is provided in the hope that it will
33 # with .dinclude it should not matter
51 # ugly, but it does the trick
H A Doptions.mk7 # This file is provided in the hope that it will
23 # This allows override of an OPTIONS_DEFAULT_YES by adding it to
27 # A makefile may set NO_* (or NO*) to indicate it cannot do something.
46 # we cannot do it
72 # we cannot do it
/freebsd-current/tools/test/stress2/misc/
H A Dmulticast.sh34 with one argument, it sends a packet containing the current time to an
36 arguments, it receives and prints these packets. Start it as a sender on
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon_y.y748 ipmon_saver_int_t *it;
753 it = calloc(1, sizeof(*it));
754 if (it == NULL)
756 it->imsi_stor = saver;
757 it->imsi_next = saverlist;
758 saverlist = it;
759 return(it);
766 ipmon_saver_int_t *it;
768 for (it
[all...]
/freebsd-current/lib/libc/arm/gen/
H A Dsetjmp.S124 it ne
126 it eq
131 it eq
/freebsd-current/contrib/dma/
H A Dnet.c326 syslog(LOG_WARNING, "non-encrypted SMTP login is disabled in config, so skipping it. ");
477 deliver_to_host(struct qitem *it, struct mx_hostentry *host) argument
485 if (fseek(it->mailf, 0, SEEK_SET) != 0) {
571 send_remote_command(fd, "MAIL FROM:<%s>", it->sender);
575 if ((addrtmp = strdup(it->addr)) == NULL) {
591 while (!feof(it->mailf)) {
592 if (fgets(line, sizeof(line), it->mailf) == NULL)
606 * If the first character is a dot, we escape it so the line
633 deliver_remote(struct qitem *it) argument
649 host = strrchr(it
[all...]
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp292 // FIXME: Reserve enough room in Result that it won't have to re-allocate.
381 iterator it; local
382 it.__path_ptr_ = this;
383 it.__state_ = static_cast<path::iterator::_ParserState>(PP.State);
384 it.__entry_ = PP.RawEntry;
385 it.__stashed_elem_.__assign_view(*PP);
386 return it;
390 iterator it{};
391 it.__state_ = path::iterator::_AtEnd;
392 it
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp482 // table much more complicated than it is worth.
504 for (MCAssembler::indirect_symbol_iterator it = Asm.indirect_symbol_begin(),
505 ie = Asm.indirect_symbol_end(); it != ie; ++it, ++IndirectIndex) {
506 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section);
513 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex));
515 Asm.registerSymbol(*it->Symbol);
520 for (MCAssembler::indirect_symbol_iterator it = Asm.indirect_symbol_begin(),
521 ie = Asm.indirect_symbol_end(); it != ie; ++it,
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c249 struct mlx4_zone_entry *it; local
269 list_for_each_entry(it, &zone_alloc->prios, prio_list)
270 if (it->priority >= priority)
273 if (&it->prio_list == &zone_alloc->prios || it->priority > priority)
274 list_add_tail(&zone->prio_list, &it->prio_list);
275 list_add_tail(&zone->list, &it->list);
307 struct mlx4_zone_entry *it; local
309 list_for_each_entry(it, &zone_alloc->prios, prio_list) {
310 u32 cur_mask = mlx4_bitmap_masked_value(it
361 struct mlx4_zone_entry *it = curr_node; local
375 struct mlx4_zone_entry *it = curr_node; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp54 auto it = map.find(k); local
55 if (it == map.end())
57 return it->second;
62 auto it = map.find(k); local
63 if (it == map.end())
65 return &it->second;
68 /// Similar to the methods above but it looks for an item in a map of maps.
72 auto it = map.find(k1); local
73 if (it == map.end())
75 return Lookup(it
81 auto it = map.find(k1); local
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_sign.c118 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, argument
122 return ASN1_item_sign_ex(it, algor1, algor2, signature, data, NULL, pkey,
126 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1, argument
143 rv = ASN1_item_sign_ctx(it, algor1, algor2, signature, data, ctx);
151 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, argument
215 rv = pkey->ameth->item_sign(ctx, it, data, algor1, algor2, signature);
262 buf_len = ASN1_item_i2d(data, &buf_in, it);

Completed in 135 milliseconds

1234567891011>>