Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 159) sorted by relevance

1234567

/netbsd-src/external/bsd/jemalloc/dist/include/jemalloc/
H A Djemalloc_typedefs.h.in14 * bool committed, unsigned arena_ind);
22 * bool committed, unsigned arena_ind);
54 * size_t size_a, size_t size_b, bool committed, unsigned arena_ind);
62 * void *addr_b, size_t size_b, bool committed, unsigned arena_ind);
/netbsd-src/external/bsd/nsd/dist/
H A Dxfr-inspect.c96 uint8_t committed; in inspect_header() local
110 if(!xi_diff_read_8(in, &committed) || in inspect_header()
128 printf("committed: %d (%s)\n", (int)committed, in inspect_header()
129 committed?"yes":"no"); in inspect_header()
345 uint8_t committed; in list_header() local
359 if(!xi_diff_read_8(in, &committed) || in list_header()
377 printf("; committed: %d (%s)\n", (int)committed, in list_header()
378 committed?"yes":"no"); in list_header()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_so.c76 bool committed; /* Protected by binding_mutex */ member
142 view->committed = true; in vmw_view_commit_notify()
148 view->committed = false; in vmw_view_commit_notify()
173 if (!view->committed) { in vmw_view_create()
218 if (!view->committed || res->id == -1) in vmw_view_destroy()
374 view->committed = false; in vmw_view_add()
H A Dvmwgfx_shader.c57 bool committed; member
371 shader->committed = true; in vmw_dx_shader_commit_notify()
377 shader->committed = false; in vmw_dx_shader_commit_notify()
399 if (!list_empty(&shader->cotable_head) || !shader->committed) in vmw_dx_shader_unscrub()
433 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_create()
488 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_scrub()
562 entry->committed = false; in vmw_dx_shader_cotable_list_scrub()
634 shader->committed = false; in vmw_dx_shader_add()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeReview.rst23 are committed to the repository.
28 Code can be reviewed either before it is committed or after. We expect
29 significant patches to be reviewed before being committed. Smaller patches
32 be committed prior to an explicit review. In situations where there is any
33 uncertainty, a patch should be reviewed prior to being committed.
69 something after code has been committed about which you would have commented
74 original change was committed, it may be better to create a new patch to
101 ready to be committed. Specifically, once a patch is sent out for review, it
102 needs an explicit approval before it is committed. Do not assume silent
136 A patch is approved to be committed when a reviewer accepts it, and this is
[all …]
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h280 extent_committed_set(extent_t *extent, bool committed) { in extent_committed_set() argument
282 ((uint64_t)committed << EXTENT_BITS_COMMITTED_SHIFT); in extent_committed_set()
305 bool committed, bool dumpable) { in extent_init() argument
316 extent_committed_set(extent, committed); in extent_init()
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dintro.doc118 To actually get anything done, a transaction must be committed using
126 any database handle(s) opened in it, or committed to keep the
132 be terminated (committed or aborted) when the view is no longer
138 first one is committed or aborted. This has no effect on read-only
/netbsd-src/sys/ufs/lfs/
H A DREADME.wc22 As of 20130606 (committed the initial split and made things buildable):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c1436 es->committed = es1->committed; in Slice()
1610 es->committed = 1; in Cat()
1678 es->committed = es1->committed | es2->committed; in Cat()
1748 es->committed = es1->committed; in Cat()
1773 es->committed = es2->committed; in Cat()
H A Ddcast.c108 ((StringExp *)result)->committed = e->committed; in implicitCastTo()
535 if (!e->committed && t->ty == Tpointer && t->nextOf()->ty == Tvoid) in implicitConvTo()
560 if (e->committed && tynto != tyn) in implicitConvTo()
573 … if (!e->committed && (tynto == Tchar || tynto == Twchar || tynto == Tdchar)) in implicitConvTo()
584 if (e->committed && tynto != tyn) in implicitConvTo()
602 … if (!e->committed && (tynto == Tchar || tynto == Twchar || tynto == Tdchar)) in implicitConvTo()
619 if (!e->committed) in implicitConvTo()
1613 ex->committed = 1; in castTo()
1635 if (!e->committed && t->ty == Tpointer && t->nextOf()->ty == Tvoid) in castTo()
1643 if (!e->committed) in castTo()
[all …]
H A Dctfeexpr.c255 se2->committed = se->committed; in copyLiteral()
612 se->committed = true; in createBlockDuplicatedStringLiteral()
1485 es->committed = 0; in ctfeCat()
1519 es->committed = 0; //es1->committed; in ctfeCat()
1818 se->committed = oldse->committed; in changeArrayLiteralLength()
/netbsd-src/external/bsd/unbound/dist/doc/
H A DREADME.svn5 committed to the repository.
/netbsd-src/external/bsd/am-utils/dist/
H A DREADME.release6 - Make sure that all your files are committed at this point
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d1354 es.committed = es1.committed; in Slice()
1536 es.committed = 1; in Cat()
1600 es.committed = es1.committed | es2.committed; in Cat()
1659 es.committed = es1.committed; in Cat()
1680 es.committed = es2.committed; in Cat()
H A Ddcast.d154 se.committed = e.committed; in implicitCastTo()
573 …implicitConvTo(this=%s, committed=%d, type=%s, t=%s)\n", e.toChars(), e.committed, e.type.toChars(… in implicitConvTo()
575 if (!e.committed && t.ty == Tpointer && t.nextOf().ty == Tvoid) in implicitConvTo()
602 if (e.committed && tynto != tyn) in implicitConvTo()
614 if (!e.committed && tynto.isSomeChar) in implicitConvTo()
624 if (e.committed && tynto != tyn) in implicitConvTo()
640 if (!e.committed && tynto.isSomeChar) in implicitConvTo()
657 if (!e.committed) in implicitConvTo()
1849 if (!e.committed && t.ty == Tpointer && t.nextOf().ty == Tvoid && in visitString()
1865 if (!e.committed) in visitString()
[all …]
H A Dctfeexpr.d290 se2.committed = se.committed; in copyLiteral()
632 se.committed = true; in createBlockDuplicatedStringLiteral()
1468 es.committed = 0; in ctfeCat()
1499 es.committed = 0; //es1.committed; in ctfeCat()
1796 se.committed = oldse.committed; in changeArrayLiteralLength()
/netbsd-src/external/gpl3/binutils.old/dist/
H A DMAINTAINERS12 any committed patches:
37 Please notify the following of any committed patches:
/netbsd-src/external/gpl3/binutils/dist/
H A DMAINTAINERS12 any committed patches:
37 Please notify the following of any committed patches:
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dintro.doc62 by you and not yet committed (preceded by an M). You will be
85 will not be committed to the central copy unless you do a 'cvs add'.
H A Dcvs_acls.in87 "cvs commit". The set of files being committed for that directory as
89 checks its 'cvsacl' file to see if any of the files being committed
401 within that directory that are to be committed.
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DHACKING.md32 To aid in this process the generated files can be committed separately
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dntp_vpathhack.m45 dnl modified, because the output ntp_parser.[ch] are committed. This
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dpoll.rst123 * The callback committed a read on the socket, and has not read all the
125 * The callback committed a write on the socket, but it remained
/netbsd-src/external/gpl2/xcvs/dist/
H A DFAQ1044 merges committed changes from the Repository into the working file.
1078 branch greater than 1.1 (one you committed there), just throw the
2064 at a time. Directories don't need to be committed.
2856 new revision added by CVS, discarding work committed earlier by CVS
2868 8. I "updated" a file my friend, "bubba", committed yesterday. Why doesn't
2875 Example: You committed a source file at 5PM. Bubba updated his copy of
2876 the file, grabbing your changes, then changed and committed a new
2885 committed by someone else or because you deleted your working file,
2937 provide the same information (for files that are not being committed)
3137 committed within that directory.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/
H A DHOWTO_MERGE44 * Update LOCAL_PATCHES file when you've committed the whole patch set with new revisions numbers.

1234567