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

1 2 3

  /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);
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);
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
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,
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);
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);
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
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)
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...]
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...]
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);

Completed in 199 milliseconds

1 2 3