HomeSort by: relevance | last modified time | path
    Searched defs:other (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/lib/libpanel/
hide.c 14 * documentation and/or other materials provided with the distribution.
37 PANEL *other; local in function:hide_panel
51 FOREACH_PANEL (other) {
52 touchoverlap(p->win, other->win);
replace.c 14 * documentation and/or other materials provided with the distribution.
42 PANEL *other; local in function:replace_panel
45 FOREACH_PANEL (other) {
46 if (other != p)
47 touchoverlap(p->win, other->win);
move.c 14 * documentation and/or other materials provided with the distribution.
47 PANEL *other; local in function:move_panel
50 FOREACH_PANEL (other) {
51 if (other != p) {
52 touchoverlap(p->win, other->win);
  /src/usr.bin/make/unit-tests/
opt-ignore.mk 16 all: dependency other
25 other: target
26 @echo other 1
28 @echo other 2
opt-keep-going.mk 4 # as an error is detected, but continues building the other, independent
14 all: dependency other
23 other: target
24 @echo other 1
26 @echo other 2
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 17 * documentation and/or other materials provided with the distribution.
52 T tval(1), other(42); local in function:ATest::ATest
53 m_val.compare_exchange_weak(tval, other,
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_sync.c 19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21 * USE OR OTHER DEALINGS IN THE SOFTWARE.
70 struct radeon_fence *other; local in function:radeon_sync_fence
75 other = sync->sync_to[fence->ring];
76 sync->sync_to[fence->ring] = radeon_fence_later(fence, other);
79 other = sync->last_vm_update;
80 sync->last_vm_update = radeon_fence_later(fence, other);
  /src/games/morse/
morse.c 14 * documentation and/or other materials provided with the distribution.
89 } other[] = { variable in typeref:typename:const struct __anonc3962c150108[]
208 for (size_t i = 0; other[i].c; i++)
209 if (strcmp(other[i].morse, s) == 0) {
210 putchar(other[i].c);
230 for (int i = 0; other[i].c; i++)
231 if (other[i].c == c) {
232 show(other[i].morse);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h 170 template<class Other>
171 struct rebind { typedef fuzzer_allocator<Other> other; }; typedef in struct:fuzzer::fuzzer_allocator::rebind
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_gv100.c 20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
22 * OTHER DEALINGS IN THE SOFTWARE.
171 unsigned long other = nvkm_rd32(device, 0x61185c); local in function:gv100_disp_intr_ctrl_disp
175 nvkm_wr32(device, 0x61185c, other);
178 if (other & 0x00000001)
  /src/common/lib/libc/gen/
rb.c 17 * documentation and/or other materials provided with the distribution.
331 const unsigned int other = which ^ RB_DIR_OTHER; local in function:rb_tree_reparent_nodes
351 new_child->rb_nodes[which] = old_child->rb_nodes[other];
352 new_father->rb_nodes[other] = new_child;
362 * change is that new_child's position is now on the other side.
375 RB_SET_POSITION(new_child, other);
398 unsigned int other; local in function:rb_tree_insert_rebalance
418 other = which ^ RB_DIR_OTHER;
419 uncle = grandpa->rb_nodes[other];
462 if (self == father->rb_nodes[other]) {
822 unsigned int other = which ^ RB_DIR_OTHER; local in function:rb_tree_removal_rebalance
967 const unsigned int other = direction ^ RB_DIR_OTHER; local in function:rb_tree_iterate
1017 const unsigned int other = direction ^ RB_DIR_OTHER; local in function:rb_tree_iterate_const
1188 const unsigned int other = which ^ RB_DIR_OTHER; local in function:rb_tree_check_node
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ctx.c 20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
22 * OTHER DEALINGS IN THE SOFTWARE.
467 struct dma_fence *other = NULL; local in function:amdgpu_ctx_add_fence
473 other = centity->fences[idx];
474 if (other)
475 BUG_ON(!dma_fence_is_signaled(other));
482 dma_fence_put(other);
543 struct dma_fence *other; local in function:amdgpu_ctx_wait_prev_fence
549 other = dma_fence_get(centity->fences[idx]);
552 if (!other)
    [all...]
  /src/tests/net/net/
t_pktinfo_send.c 15 * documentation and/or other materials provided with the distribution.
344 "sendmsg with IP_PKTINFO from address bound by other socket");
348 int client, server, other, rv; local in function:ATF_TC_BODY
353 other = udp_server("127.0.0.2", CLIENTPORT);
362 rump_sys_close(other);
  /src/games/mille/
mille.h 14 * documentation and/or other materials provided with the distribution.
201 #define other(x) (1 - x) macro
202 #define nextplay() (Play = other(Play))
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_hangcheck.c 20 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
772 struct intel_engine_cs *engine, *other; local in function:__igt_reset_engines
778 * with any other engine.
812 for_each_engine(other, gt, tmp) {
816 i915_reset_engine_count(global, other);
821 if (other == engine && !(flags & TEST_SELF))
824 threads[tmp].engine = other;
828 "igt/%s", other->name);
929 for_each_engine(other, gt, tmp)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma.c 20 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
634 struct drm_mm_node *other; local in function:i915_gem_valid_gtt_space
650 other = list_prev_entry(node, node_list);
651 if (i915_node_color_differs(other, color) &&
652 !drm_mm_hole_follows(other))
655 other = list_next_entry(node, node_list);
656 if (i915_node_color_differs(other, color) &&
1322 * before the unbind, other due to non-strict nature of those
  /src/sys/kern/
sys_select.c 18 * documentation and/or other materials provided with the distribution.
49 * documentation and/or other materials provided with the distribution.
746 lwp_t *other; local in function:selrecord
751 other = sip->sel_lwp;
755 } else if (other == selector) {
758 } else if (other == NULL) {
764 * other fields - this guards against a call to selclear().
subr_thmap.c 14 * documentation and/or other materials provided with the distribution.
57 * e.g. by using the Epoch-based reclamation or other techniques.
726 thmap_leaf_t *leaf, *other; local in function:thmap_put
782 other = THMAP_NODE(thmap, target);
783 if (key_cmp_p(thmap, other, key, len)) {
789 val = other->val;
807 * Insert the other (colliding) leaf first. The new child is
810 other_slot = hashval_getleafslot(thmap, other, query.level);
811 target = THMAP_GETOFF(thmap, other) | THMAP_LEAF_BIT;
  /src/sys/arch/mips/rmi/
rmixl_pcie.c 16 * documentation and/or other materials provided with the distribution.
1189 u_int other; local in function:rmixl_pcie_intr_disestablish
1200 * if no other dispatch handle is using this interrupt,
1217 other = int_enb_offset[dip->link].r1;
1221 other = int_enb_offset[dip->link].r0;
1234 /* check the other reg */
1235 if (RMIXL_IOREG_READ(RMIXL_IO_DEV_PCIE_LE + other) == 0) {
  /src/sys/arch/sgimips/dev/
scn.c 30 * documentation and/or other materials provided with the distribution.
70 * documentation and/or other materials provided with the distribution.
426 /* set FIFO threshold at 6 for other
549 scniter(int *index, int wanted, int *counter, int *mode, struct chan *other,
567 * yet set, or other channel's rates are available in both
572 (other != NULL && (tp->mode & MR0_MODE) == (*mode & MR0_MODE) &&
573 bothgroups[other->icode] && bothgroups[other->ocode])) {
610 int other; /* opposite of chan */ local in function:scn_config
615 struct chan *ocp; /* other duart channel *
    [all...]
  /src/distrib/amiga/miniroot/
install.md 17 # documentation and/or other materials provided with the distribution.
  /src/distrib/atari/floppies/prepare/
install.md 17 # documentation and/or other materials provided with the distribution.
  /src/distrib/sparc/
install.md 17 # documentation and/or other materials provided with the distribution.
  /src/distrib/sun2/miniroot/
install.md 17 # documentation and/or other materials provided with the distribution.
  /src/distrib/sun3/miniroot/
install.md 17 # documentation and/or other materials provided with the distribution.

Completed in 94 milliseconds

1 2