Searched refs:mark (Results 76 - 100 of 122) sorted by relevance

12345

/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-asxx-defs.h1245 uint64_t mark : 4; /**< TX FIFO HiWatermark to stall GMX member in struct:cvmx_asxx_tx_hi_waterx::cvmx_asxx_tx_hi_waterx_s
1254 uint64_t mark : 4;
1261 uint64_t mark : 3; /**< TX FIFO HiWatermark to stall GMX member in struct:cvmx_asxx_tx_hi_waterx::cvmx_asxx_tx_hi_waterx_cn30xx
1264 uint64_t mark : 3;
/freebsd-11.0-release/usr.bin/vi/
H A DMakefile50 SRCS+= conv.c cut.c delete.c encoding.c exf.c key.c line.c log.c main.c mark.c msg.c options.c \
/freebsd-11.0-release/contrib/tnftp/src/
H A Dftp.c676 hashbytes = mark;
784 hash_interval = (hash && (!progress || filesize < 0)) ? mark : 0;
807 hashbytes += mark;
913 hashbytes = mark;
1044 hash_interval = (hash && (!progress || filesize < 0)) ? mark : 0;
1092 hashbytes += mark;
2064 * send IAC in urgent mode instead of DM because 4.3BSD places oob mark
H A Dfetch.c1160 hashbytes = mark;
1239 hashbytes += mark;
1280 if (bytes < mark)
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.0-release/contrib/gdb/gdb/
H A Dbreakpoint.c829 No error, but do not mark the bp as 'inserted'. */
901 struct value *mark = value_mark ();
934 value_release_to_mark (mark);
1110 /* Explicitly mark the warning -- this will only be printed if
2457 struct value *mark = value_mark ();
2459 value_free_to_mark (mark);
2537 /* We use value_{,free_to_}mark because it could be a
2542 struct value *mark = value_mark ();
2547 value_free_to_mark (mark);
2556 value_free_to_mark (mark);
897 struct value *mark = value_mark (); local
2452 struct value *mark = value_mark (); local
2536 struct value *mark = value_mark (); local
5741 struct value *val, *mark; local
7096 struct value *mark; local
7545 struct value *mark; local
[all...]
/freebsd-11.0-release/contrib/libreadline/
H A Dreadline.c1162 sp->mark = rl_mark;
1196 rl_mark = sp->mark;
H A Dreadline.h134 /* Bindable commands for managing the mark and region. */
504 /* The mark, or saved cursor position. */
745 mark-directories variable (which is user-settable). This exists so
747 (set via the mark-symlinked-directories variable) if appropriate.
812 int mark; member in struct:readline_state
/freebsd-11.0-release/sys/dev/drm/
H A Di915_drv.h530 const char *where, uint32_t mark);
538 const char *where, uint32_t mark);
H A Dr300_cmdbuf.c168 #define ADD_RANGE_MARK(reg, count,mark) \
170 r300_reg_flags[i]|=(mark);
/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dmem.h109 * If a hi_water mark is set, print the maximum inuse memory
110 * every time it is raised once it exceeds the hi_water mark.
428 * a hiwater mark has been set and the used amount of memory has exceeds
429 * the mark.
448 * water(void *arg, int mark) {
452 * if (foo->mark != mark) {
453 * foo->mark = mark;
455 * isc_mem_waterack(foo->mctx, mark);
[all...]
/freebsd-11.0-release/contrib/ncurses/menu/
H A Dm_post.c85 waddstr(menu->win, menu->mark);
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dtic.c512 int mark = src[n]; local
513 if (mark == ',' || mark == '\0') {
523 if (mark == '\0')
/freebsd-11.0-release/contrib/less/
H A Dless.h299 * A mark is an ifile (input file) plus a position within the file.
301 struct mark struct
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c467 const char *mark local
471 return apr_psprintf(pool, "%ld%s", range->end, mark);
473 return apr_psprintf(pool, "-%ld%s", range->start, mark);
475 return apr_psprintf(pool, "%ld-%ld%s", range->start + 1, range->end, mark);
477 return apr_psprintf(pool, "%ld-%ld%s", range->start, range->end + 1, mark);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp39 #pragma mark CommandObjectSourceInfo
723 #pragma mark CommandObjectSourceList
1335 UINT32_MAX, // Don't mark "line"
1336 "", // Don't mark "line"
1487 #pragma mark CommandObjectMultiwordSource
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c721 svn_stream_mark_t *mark; local
725 err = svn_stream_mark(op->src_stream, &mark, pool);
740 svn_stream_seek(op->src_stream, mark)));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp341 #pragma mark SectionList
/freebsd-11.0-release/contrib/gcc/
H A Ddwarf2out.c2614 /* Output a label to mark the endpoint of the code generated for this
3856 In the present implementation, we do not mark any lines as
3894 /* Do not mark the last element of the chained list because
5931 attr_checksum (dw_attr_ref at, struct md5_ctx *ctx, int *mark)
5980 die_checksum (AT_ref (at), ctx, mark);
6001 die_checksum (dw_die_ref die, struct md5_ctx *ctx, int *mark)
6013 die->die_mark = ++(*mark);
6018 attr_checksum (a, ctx, mark);
6020 FOR_EACH_CHILD (die, c, die_checksum (c, ctx, mark));
6028 same_loc_p (dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark) argument
5922 attr_checksum(dw_attr_ref at, struct md5_ctx *ctx, int *mark) argument
5971 die_checksum (AT_ref (at), ctx, mark); local
5992 die_checksum(dw_die_ref die, struct md5_ctx *ctx, int *mark) argument
6019 same_loc_p(dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark) argument
6097 same_attr_p(dw_attr_ref at1, dw_attr_ref at2, int *mark) argument
6113 same_die_p(dw_die_ref die1, dw_die_ref die2, int *mark) argument
6166 int mark = 0; local
6192 int i, mark; local
[all...]
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm51 ! address of the initial frame, and mark the end of the stack frame chain
H A Dsol2-gc1.asm54 ! address of the initial frame, and mark the end of the stack frame chain
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Ddiv.cpp908 void mark() function
1163 init_request("mk", mark);
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dr300_cmdbuf.c168 #define ADD_RANGE_MARK(reg, count,mark) \
170 r300_reg_flags[i]|=(mark);
/freebsd-11.0-release/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

Completed in 157 milliseconds

12345