Searched refs:me (Results 51 - 75 of 249) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/
H A DYAML.pm33 They keep me awake at night.
H A DPlan.pm33 They keep me awake at night.
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_jpeg.c131 WREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch[ring->pipe], 0xCAFEDEAD);
133 RREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch[ring->pipe]);
140 tmp = RREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch[ring->pipe]);
215 tmp = RREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch[ring->pipe]);
H A Damdgpu_gfx.h295 void (*select_me_pipe_q)(struct amdgpu_device *adev, u32 me, u32 pipe,
353 struct amdgpu_me me; member in struct:amdgpu_gfx
459 #define amdgpu_gfx_select_me_pipe_q(adev, me, pipe, q, vmid, xcc_id) ((adev)->gfx.funcs->select_me_pipe_q((adev), (me), (pipe), (q), (vmid), (xcc_id)))
510 int amdgpu_gfx_me_queue_to_bit(struct amdgpu_device *adev, int me,
513 int *me, int *pipe, int *queue);
514 bool amdgpu_gfx_is_me_queue_enabled(struct amdgpu_device *adev, int me,
H A Dgfx_v11_0.c153 uint32_t me = 0, eng_sel = 0; local
157 me = 1;
161 me = 0;
165 me = 2;
179 PACKET3_MAP_QUEUES_ME((me)) |
721 bitmap_zero(adev->gfx.me.queue_bitmap, AMDGPU_MAX_GFX_QUEUES);
828 u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id)
830 soc21_grbm_select(adev, me, pipe, q, vm);
902 int me, int pipe, int queue)
910 ring->me
827 gfx_v11_0_select_me_pipe_q(struct amdgpu_device *adev, u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id) argument
901 gfx_v11_0_gfx_ring_init(struct amdgpu_device *adev, int ring_id, int me, int pipe, int queue) argument
5715 gfx_v11_0_set_gfx_eop_interrupt_state(struct amdgpu_device *adev, uint32_t me, uint32_t pipe, enum amdgpu_interrupt_state state) argument
5760 gfx_v11_0_set_compute_eop_interrupt_state(struct amdgpu_device *adev, int me, int pipe, enum amdgpu_interrupt_state state) argument
[all...]
H A Djpeg_v2_5.c414 return RREG32_SOC15(JPEG, ring->me, mmUVD_JRBC_RB_RPTR);
431 return RREG32_SOC15(JPEG, ring->me, mmUVD_JRBC_RB_WPTR);
449 WREG32_SOC15(JPEG, ring->me, mmUVD_JRBC_RB_WPTR, lower_32_bits(ring->wptr));
468 amdgpu_ring_write(ring, 0x80000000 | (1 << (ring->me * 2 + 14)));
486 amdgpu_ring_write(ring, (1 << (ring->me * 2 + 14)));
726 adev->jpeg.inst[i].ring_dec->me = i;
H A Damdgpu_vce_v2_0.c59 if (ring->me == 0)
76 if (ring->me == 0)
93 if (ring->me == 0)
661 adev->vce.ring[i].me = i;
H A Dsoc15.h103 u32 me, u32 pipe, u32 queue, u32 vmid, int xcc_id);
H A Damdgpu_rlc.c193 int me, i, max_me; local
201 for (me = 0; me < max_me; me++) {
202 if (me == 0) {
210 } else if (me == 1) {
218 } else if (me == 2) {
226 } else if (me == 3) {
234 } else if (me == 4) {
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/
H A DCaptureRunner.pm66 This stuff if needed to allow me to play with other ways of monitoring the
/openbsd-current/sys/dev/pci/
H A Dif_em.c703 E1000_WRITE_REG(&sc->hw, TDT(que->me),
722 E1000_WRITE_REG(&sc->hw, TDT(que->me),
838 E1000_READ_REG(&sc->hw, TDH(que->me)),
839 E1000_READ_REG(&sc->hw, TDT(que->me)));
1352 hw_tdt = E1000_READ_REG(&sc->hw, TDT(que->me));
1368 E1000_WRITE_REG(&sc->hw, TDT(que->me), hw_tdt);
1424 if ((E1000_READ_REG(&sc->hw, TDT(que->me)) ==
1425 E1000_READ_REG(&sc->hw, TDH(que->me))) &&
1784 que->me = 0;
1856 que->me
[all...]
H A Dif_ix.h171 uint32_t me; member in struct:ix_txring
196 uint32_t me; member in struct:ix_rxring
H A Dif_igc.h263 uint32_t me; member in struct:igc_txring
279 uint32_t me; member in struct:igc_rxring
/openbsd-current/usr.sbin/ldpd/
H A Dl2vpn.c514 struct lde_map *me; local
540 LIST_FOREACH(me, &fn->downstream, entry)
541 if (f->u.pwid.lsr_id.s_addr == me->nexthop->id.s_addr)
544 if (me) {
545 pwctl.remote_label = me->map.label;
546 pwctl.remote_gid = me->map.fec.pwid.group_id;
547 if (me->map.flags & F_MAP_PW_IFMTU)
548 pwctl.remote_ifmtu = me->map.fec.pwid.ifmtu;
H A Dldpe.c805 struct mapping_entry *me; local
807 me = calloc(1, sizeof(*me));
808 if (me == NULL)
810 me->map = *map;
812 TAILQ_INSERT_TAIL(mh, me, entry);
818 struct mapping_entry *me; local
820 while ((me = TAILQ_FIRST(mh)) != NULL) {
821 TAILQ_REMOVE(mh, me, entry);
822 free(me);
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DTarzip.pm17 my $me = { FILE => $file };
19 $me->{ISCOMPRESSED} = 1;
21 $me->{ISCOMPRESSED} = 0;
25 unless ($me->{UNGZIPPRG} = $CPAN::Config->{bzip2}) {
28 $me->{UNGZIPPRG} = $bzip2;
38 $me->{UNGZIPPRG} = _my_which("gzip");
40 $me->{TARPRG} = _my_which("tar") || _my_which("gtar");
41 bless $me, $class;
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h146 MachineBasicBlock *falsebb, MachineBasicBlock *me, SDLoc dl,
150 TrueBB(truebb), FalseBB(falsebb), ThisBB(me), DL(dl),
157 MachineBasicBlock *me, DebugLoc dl,
161 CmpRHS(cmprhs), TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
144 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, const Value *cmpmiddle, MachineBasicBlock *truebb, MachineBasicBlock *falsebb, MachineBasicBlock *me, SDLoc dl, BranchProbability trueprob = BranchProbability::getUnknown(), BranchProbability falseprob = BranchProbability::getUnknown()) argument
154 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, const Value *cmprhs, const Value *cmpmiddle, MachineBasicBlock *truebb, MachineBasicBlock *falsebb, MachineBasicBlock *me, DebugLoc dl, BranchProbability trueprob = BranchProbability::getUnknown(), BranchProbability falseprob = BranchProbability::getUnknown()) argument
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dos390.sh24 me=$0
62 myfirstchar=$(od -A n -N 1 -t x $me | xargs | tr [:lower:] [:upper:] | tr -d 0)
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.c341 #define grow_me_shrinking_next(me, next, diff) \
343 me->height += diff; \
349 #define grow_me_shrinking_prev(me, prev, diff) \
351 me->height += diff; \
353 me->first_row -=diff; \
357 #define shrink_me_growing_next(me, next, diff) \
359 me->height -= diff; \
365 #define shrink_me_growing_prev(me, prev, diff) \
367 me->height -= diff; \
369 me
[all...]
/openbsd-current/usr.bin/make/
H A Dvar.c1243 Var *me; /* the variable we're dealing with */ member in struct:LoopVar
1261 l->me = find_global_var_without_env(name, ename, k);
1262 l->old = *(l->me);
1263 l->me->flags = VAR_SEEN_ENV | VAR_DUMMY;
1270 return v->me->name;
1276 if ((l->me->flags & VAR_DUMMY) == 0)
1277 Buf_Destroy(&(l->me->val));
1278 *(l->me) = l->old;
1288 const char *var = l->me->name;
1290 var_set_value(l->me, va
[all...]
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dpackage_aliases_utf8.t369 *A���me::M���::A���me:: = \*A���me::; # indirect self-reference
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp344 MODULEENTRY32W me; local
345 me.dwSize = sizeof(MODULEENTRY32W);
346 if (Module32FirstW(snapshot.get(), &me)) {
349 if (!llvm::convertWideToUTF8(me.szExePath, path))
354 m_loaded_modules[file_spec] = (addr_t)me.modBaseAddr;
355 } while (Module32Next(snapshot.get(), &me));
/openbsd-current/usr.bin/skeyinit/
H A Dskeyinit.c127 char me[UT_NAMESIZE + 1]; local
129 (void)strlcpy(me, pp->pw_name, sizeof me);
132 if (strcmp(pp->pw_name, me) != 0)
/openbsd-current/gnu/usr.bin/binutils/gdb/doc/
H A DMakefile.in329 # gdb manual suitable for [gtn]roff -me
330 gdb.me: $(GDB_DOC_FILES) links2roff
340 $(TEXI2ROFF) -me | \
342 >gdb.me
470 rm -f gdb.mm gdb.ms gdb.me links2roff
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Drcs-to-cvs.sh143 c | csh | e | f | h | l | mac | me | mm | ms | p | r | red | s | sh | sl | cl | ml | el | tex | y | ye | yr | "" )

Completed in 202 milliseconds

12345678910