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

1 2 3 4 5 6 7

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp1_transition.c 40 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; local
57 adjust->hdcp1.disable = 1;
117 adjust->hdcp1.postpone_encryption = 1;
164 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; local
173 adjust->hdcp1.disable = 1;
184 adjust->hdcp1.disable = 1;
266 adjust->hdcp1.postpone_encryption = 1;
290 adjust->hdcp1.postpone_encryption = 1
    [all...]
amdgpu_hdcp2_transition.c 40 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; local
46 adjust->hdcp2.disable = 1;
59 adjust->hdcp2.disable = 1;
97 !adjust->hdcp2.force_no_stored_km) {
110 if (adjust->hdcp2.increase_h_prime_timeout)
186 adjust->hdcp2.force_no_stored_km = 1;
382 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; local
388 adjust->hdcp2.disable = 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
nouveau_nvkm_engine_dma_usernv04.c 52 u64 adjust = dmaobj->base.start & 0x00000fff; local
70 nvkm_wo32(*pgpuobj, 0x00, dmaobj->flags0 | (adjust << 20));
  /src/external/bsd/tmux/dist/
cmd-resize-window.c 56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0; local
59 adjust = 1;
61 adjust = strtonum(args_string(args, 0), 1, INT_MAX, &errstr);
91 if (sx >= adjust)
92 sx -= adjust;
94 sx += adjust;
96 if (sy >= adjust)
97 sy -= adjust;
99 sy += adjust;
cmd-resize-pane.c 62 u_int adjust; local
69 adjust = screen_size_y(&wp->base) - 1 - wp->base.cy;
70 if (adjust > gd->hsize)
71 adjust = gd->hsize;
72 grid_remove_history(gd, adjust);
73 wp->base.cy += adjust;
99 adjust = 1;
101 adjust = strtonum(args_string(args, 0), 1, INT_MAX, &errstr);
139 layout_resize_pane(wp, LAYOUT_LEFTRIGHT, -adjust, 1);
141 layout_resize_pane(wp, LAYOUT_LEFTRIGHT, adjust, 1)
    [all...]
cmd-refresh-client.c 233 u_int adjust; local
243 adjust = 1;
245 adjust = strtonum(args_string(args, 0), 1, INT_MAX,
263 if (tc->pan_ox > adjust)
264 tc->pan_ox -= adjust;
268 tc->pan_ox += adjust;
272 if (tc->pan_oy > adjust)
273 tc->pan_oy -= adjust;
277 tc->pan_oy += adjust;
  /src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.h 68 void adjust(RECT &rect) { function in class:TabWindowBase
101 // adjust my dialog size to tab-control
102 void adjust(void) { function in class:TabWindow
110 adjust();
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
WebAssembly.cpp 237 void WebAssemblyTargetInfo::adjust(LangOptions &Opts) { function in class:WebAssemblyTargetInfo
AMDGPU.cpp 359 void AMDGPUTargetInfo::adjust(LangOptions &Opts) { function in class:AMDGPUTargetInfo
360 TargetInfo::adjust(Opts);
PPC.cpp 584 void PPCTargetInfo::adjust(LangOptions &Opts) { function in class:PPCTargetInfo
587 TargetInfo::adjust(Opts);
  /src/lib/libc/gdtoa/
hdtoa.c 99 int adjust = 0; /* do we need to adjust the exponent? */ local
108 adjust = roundup(s0, ndigits);
112 adjust = roundup(s0, ndigits);
116 adjust = roundup(s0, ndigits);
120 if (adjust)
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp 114 /// Adjust the given counter to correctly transition from the old
116 Counter adjust(Counter C) const { function in class:__anon4495::CounterExpressionsMinimizer
184 writeCounter(MinExpressions, Minimizer.adjust(E.LHS), OS);
185 writeCounter(MinExpressions, Minimizer.adjust(E.RHS), OS);
207 Counter Count = Minimizer.adjust(I->Count);
208 Counter FalseCount = Minimizer.adjust(I->FalseCount);
  /src/external/gpl3/gcc/dist/libquadmath/math/
fmaq.c 30 int adjust = 0; local
107 it doesn't matter if we don't adjust it. */
110 adjust = 1;
116 very small, adjust them up to avoid spurious underflows,
134 adjust = 1;
165 adjust = -1;
222 if (__glibc_likely (adjust == 0))
230 else if (__glibc_likely (adjust > 0))
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
fmaq.c 30 int adjust = 0; local
107 it doesn't matter if we don't adjust it. */
110 adjust = 1;
116 very small, adjust them up to avoid spurious underflows,
134 adjust = 1;
165 adjust = -1;
222 if (__glibc_likely (adjust == 0))
230 else if (__glibc_likely (adjust > 0))
  /src/external/lgpl3/gmp/dist/mpn/generic/
tdiv_qr.c 108 int adjust; local
112 adjust = np[nn - 1] >= dp[dn - 1]; /* conservative tests for quotient size */
113 if (nn + adjust >= 2 * dn)
129 nn += adjust;
138 nn += adjust;
188 the denominator.) If it is, decrement qest, and adjust the
195 borrow out, decrement qest, and adjust the remainder
211 qn += adjust; /* qn cannot become bigger */
235 if (adjust)
252 if (adjust)
    [all...]
  /src/games/cribbage/
score.c 341 * adjust takes a two card hand that will be put in the crib
346 adjust(const CARD cb[], CARD tnv __unused) function
  /src/lib/libtelnet/
pk.c 60 static void adjust(char *, const char *);
211 adjust(secret, xkey);
213 adjust(public, xkey);
225 * Adjust the input key so that it is 0-filled on the left
228 adjust(char *keyout, const char *keyin) function
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce110/
amdgpu_dce110_clk_mgr.c 107 struct dc_crtc_timing_adjust adjust = stream->adjust; local
108 if (adjust.v_total_max != adjust.v_total_min)
109 vertical_total_min = adjust.v_total_min;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
mod_freesync.h 118 struct dc_crtc_timing_adjust adjust; member in struct:mod_vrr_params
  /src/crypto/external/bsd/openssh/dist/
sshbuf-misc.c 329 size_t adjust; local
340 /* Adjust the buffer to include only what was actually read */
341 if ((adjust = maxlen - (rr > 0 ? rr : 0)) != 0) {
342 if ((r = sshbuf_consume_end(buf, adjust)) != 0) {
344 memset(d + rr, '\0', adjust);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 345 /// adjust - Set forced language options.
347 /// language options which change the target configuration and adjust
349 void TargetInfo::adjust(LangOptions &Opts) { function in class:TargetInfo
  /src/sbin/fsck_ext2fs/
dir.c 319 adjust(struct inodesc *idesc, short lcnt) function
340 if (preen || reply("ADJUST") == 1) {
465 adjust(&idesc, lncntp[oldlfdir] + 1);
  /src/sbin/fsck_lfs/
dir.c 331 adjust(struct inodesc *idesc, short lcnt) function
360 if (preen || reply("ADJUST") == 1) {
493 adjust(&idesc, lncntp[oldlfdir] + 1);
  /src/sys/dev/isa/
if_ix.c 423 uint16_t pg, adjust, decode, edecode; local
559 adjust = IX_MCTRL_FMCS16 | (pg & 0x3) << 2;
564 bus_space_write_1(iot, ioh, IX_MCTRL, adjust);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.cpp 33 namespace adjust { namespace
237 } // end of adjust namespace
254 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx);
257 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx);
260 adjust::fixup_call(Size, Fixup, Value, Ctx);
263 adjust::ldi::fixup(Size, Fixup, Value, Ctx);
266 adjust::ldi::lo8(Size, Fixup, Value, Ctx);
270 adjust::pm(Value);
271 adjust::ldi::lo8(Size, Fixup, Value, Ctx);
274 adjust::ldi::hi8(Size, Fixup, Value, Ctx)
    [all...]

Completed in 54 milliseconds

1 2 3 4 5 6 7