Searched refs:mark (Results 101 - 125 of 135) sorted by relevance

123456

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c116 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0; local
120 if (level == mark) { /* too many levels? */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c62 If MARK_RESOLVED_TEXT_CONFLICT is TRUE, mark as resolved any existing
175 /* Recreate file from text-base; mark any text conflict as resolved */
912 seek_handler_copy(void *baton, const svn_stream_mark_t *mark)
917 if (mark)
911 seek_handler_copy(void *baton, const svn_stream_mark_t *mark) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c466 const char *mark local
470 *s = apr_psprintf(pool, "%ld%s", range->end, mark);
472 *s = apr_psprintf(pool, "-%ld%s", range->start, mark);
474 *s = apr_psprintf(pool, "%ld-%ld%s", range->start + 1, range->end, mark);
476 *s = apr_psprintf(pool, "%ld-%ld%s", range->start, range->end + 1, mark);
/freebsd-11-stable/contrib/gcc/cp/
H A Dsearch.c1660 For diamond shaped hierarchies we must mark the virtual bases, to
1733 bool mark = once && BINFO_VIRTUAL_P (base_binfo);
1735 if (mark && BINFO_MARKED (base_binfo))
1753 if (mark)
1730 bool mark = once && BINFO_VIRTUAL_P (base_binfo); local
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c851 "Hash mark printing: %s; Mark count: %d; Progress bar: %s.\n",
852 onoff(hash), mark, onoff(progress));
954 * Toggle hash mark printing during transfers, or set hash mark bytecount.
976 fprintf(ttyout, "mark: bad bytecount value `%s'.\n",
981 mark = nmark;
984 fprintf(ttyout, "Hash mark printing %s", onoff(hash));
986 fprintf(ttyout, " (%d bytes/hash mark)", mark);
H A Dmain.c186 mark = HASHBYTES;
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c134 int mark; member in struct:vchiq_instance_struct
1427 instance->mark = 0;
1437 if (instance && !instance->mark) {
1450 instance->mark = 1;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp401 #pragma mark SectionList
H A DDebugger.cpp87 #pragma mark Static Functions
502 #pragma mark Debugger
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc928 case OCH_: /* mark the first two branches */
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h275 ITT_STUB(ITTAPI, int, mark, (__itt_mark_type mt, const char *parameter), (ITT_FORMAT mt, parameter), mark, __itt_group_mark, "%d, \"%s\"")
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c3039 int mark;
3252 desc->mark = 0;
3265 /* Construct the SYMBOL_REF. Make sure to mark it as belonging to
3311 *pmarked = (desc->mark != 0);
3446 /* Given a SYMBOL_REF CURRENT_RTX, mark it and all constants it refers
3448 be used with for_each_rtx to mark all SYMBOL_REFs in an rtx. */
3461 if (desc->mark == 0)
3463 desc->mark = 1;
3492 insns, not any notes that may be attached. We don't want to mark
3509 /* Look through the instructions for this function, and mark al
3023 int mark; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-agl-defs.h3144 * AGL_GMX_RX_BP_DROP = FIFO mark for packet drop
3156 uint64_t mark : 6; /**< Number of 8B ticks to reserve in the RX FIFO. member in struct:cvmx_agl_gmx_rx_bp_dropx::cvmx_agl_gmx_rx_bp_dropx_s
3163 uint64_t mark : 6;
3183 * AGL_GMX_RX_BP_OFF = Lowater mark for packet drop
3195 uint64_t mark : 6; /**< Water mark (8B ticks) to deassert backpressure */ member in struct:cvmx_agl_gmx_rx_bp_offx::cvmx_agl_gmx_rx_bp_offx_s
3197 uint64_t mark : 6;
3217 * AGL_GMX_RX_BP_ON = Hiwater mark for port/interface backpressure
3229 uint64_t mark : 9; /**< Hiwater mark ( member in struct:cvmx_agl_gmx_rx_bp_onx::cvmx_agl_gmx_rx_bp_onx_s
[all...]
H A Dcvmx-gmxx-defs.h7194 * GMX_RX_BP_DROP = FIFO mark for packet drop
7209 uint64_t mark : 6; /**< Number of 8B ticks to reserve in the RX FIFO. member in struct:cvmx_gmxx_rx_bp_dropx::cvmx_gmxx_rx_bp_dropx_s
7216 uint64_t mark : 6;
7244 * GMX_RX_BP_OFF = Lowater mark for packet drop
7256 uint64_t mark : 6; /**< Water mark (8B ticks) to deassert backpressure */ member in struct:cvmx_gmxx_rx_bp_offx::cvmx_gmxx_rx_bp_offx_s
7258 uint64_t mark : 6;
7286 * GMX_RX_BP_ON = Hiwater mark for port/interface backpressure
7298 uint64_t mark : 11; /**< Hiwater mark ( member in struct:cvmx_gmxx_rx_bp_onx::cvmx_gmxx_rx_bp_onx_s
7313 uint64_t mark : 9; /**< Hiwater mark (8B ticks) for backpressure. member in struct:cvmx_gmxx_rx_bp_onx::cvmx_gmxx_rx_bp_onx_cn30xx
[all...]
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk322 # Both features are untested on pc98, so we'll mark them as disabled just to
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl2037 my $mark=&DWP(76+240,"esp"); # copy of aes_key->rounds
2110 &mov ($mark,0); # copy of aes_key->rounds = 0;
2184 &cmp ($mark,0); # was the key schedule copied?
2304 &cmp ($mark,0); # was the key schedule copied?
H A Daes-x86_64.pl1645 my $mark="80+240(%rsp)"; # copy of aes_key->rounds
1718 movl \$0,$mark # copy of aes_key->rounds = 0;
1897 cmpl \$0,$mark # was the key schedule copied?
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp743 #pragma mark Basic Types
1175 #pragma mark Structure, Unions, Classes
1576 #pragma mark Objective-C Classes
1627 #pragma mark Namespace Declarations
1835 #pragma mark Function Types
1964 #pragma mark Array Types
2028 #pragma mark Enumeration Types
5156 #pragma mark Aggregate Types
7309 #pragma mark C++ Base Classes
7747 #pragma mark TagDec
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2640 const char *scope, *mark; local
2663 *name++ = '\0'; /* leave name pointing after scoping mark */
2683 mark = uref ? "``" : "`";
2752 dts.dts_object, mark, dts.dts_name,
2758 "%s%s%s: %s\n", dts.dts_object, mark, dts.dts_name,
2851 dnp->dn_string, mark, name,
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex202 % that mark overfull boxes (in case you have decided
264 % Output a mark which sets \thischapter, \thissection and \thiscolor.
265 % We dump everything together because we only have one kind of mark.
268 % A mark contains a subexpression of the \ifcase ... \fi construct.
283 \mark{%
291 % the mark with the chapter defs, unless the user sneaks in, e.g.,
1149 % Set color, and create a mark which defines \thiscolor accordingly,
1248 % used to mark target names; must be expandable.
3642 % Try typesetting the item mark that if the document erroneously says
3646 % the user wants an empty mark, the
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c756 sbp_cmd_status->mark =
763 sbp_cmd_status->mark = 0;
/freebsd-11-stable/stand/lua/
H A Dconfig.lua419 -- Or new end quotation mark lands on the S, and we want to
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h162 unsigned int mark : 1;
856 mark sections that define global symbols. */
865 to allow the backend to mark additional sections. */
161 unsigned int mark : 1; member in struct:elf_link_hash_entry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1672 #pragma mark CommandObjectMemoryRegion
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2185 // condition, if we later mark it as interesting again but with
2762 // Register refutation visitors first, if they mark the bug invalid no
2968 unsigned &mark = Visited[Succ]; local
2969 if (!mark) {
2970 mark = 1;
3207 // the BugReporterVisitors may mark this bug as a false positive.

Completed in 368 milliseconds

123456