Home
last modified time | relevance | path

Searched refs:modulo (Results 1 – 25 of 101) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstorag.c138 s->size, (unsigned int) s->alignment, (unsigned int) s->modulo, in ffestorag_dump()
209 ffetargetAlign modulo; in ffestorag_exec_layout() local
245 ffetarget_layout (ffesymbol_text (s), &alignment, &modulo, in ffestorag_exec_layout()
257 st->modulo = modulo; in ffestorag_exec_layout()
304 st->modulo = 0; in ffestorag_exec_layout()
344 ffetarget_layout (ffesymbol_text (var), &alignment, &modulo, in ffestorag_exec_layout()
348 pad = ffetarget_align (&st->alignment, &st->modulo, st->size, in ffestorag_exec_layout()
349 alignment, modulo); in ffestorag_exec_layout()
382 stv->modulo = modulo; in ffestorag_exec_layout()
399 ffeglobal_pad_common (s, st->modulo, ffesymbol_where_line (s), in ffestorag_exec_layout()
H A Dstorag.h85 ffetargetAlign modulo; /* Modulo within alignment. */ member
134 #define ffestorag_modulo(s) ((s)->modulo)
138 #define ffestorag_ptr_to_modulo(s) (&(s)->modulo)
148 #define ffestorag_set_modulo(s,m) ((s)->modulo = (m))
H A Dequiv.c132 ffetargetAlign modulo; in ffeequiv_layout_local_() local
237 ffetarget_layout (ffesymbol_text (root_sym), &alignment, &modulo, &size, in ffeequiv_layout_local_()
244 modulo); in ffeequiv_layout_local_()
255 ffestorag_set_modulo (root_st, modulo); in ffeequiv_layout_local_()
399 ffetarget_layout (ffesymbol_text (item_sym), &alignment, &modulo, in ffeequiv_layout_local_()
405 item_offset, alignment, modulo); in ffeequiv_layout_local_()
473 ffestorag_set_modulo (item_st, modulo); in ffeequiv_layout_local_()
556 modulo = ffestorag_modulo (st); in ffeequiv_layout_local_()
562 pad = ffetarget_align (&alignment, &modulo, in ffeequiv_layout_local_()
1012 ffetargetAlign modulo; in ffeequiv_layout_cblock() local
[all …]
H A Dtarget.c205 ffetargetAlign alignment, ffetargetAlign modulo) in ffetarget_align() argument
222 assert (modulo < alignment); in ffetarget_align()
227 if (modulo > *updated_modulo) in ffetarget_align()
228 pad = alignment - (modulo - *updated_modulo); in ffetarget_align()
230 pad = *updated_modulo - modulo; in ffetarget_align()
263 for (m = modulo, j = 0; j < cnt; m += alignment, ++j) in ffetarget_align()
474 ffetargetAlign *modulo, ffetargetOffset *size, in ffetarget_layout() argument
487 *modulo = ffetype_modulo (type); in ffetarget_layout()
505 *modulo = 0; in ffetarget_layout()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_dccg.c52 int modulo = ref_dppclk / 10000; in dccg21_update_dpp_dto() local
69 if (phase > modulo) { in dccg21_update_dpp_dto()
74 phase = modulo; in dccg21_update_dpp_dto()
90 DPPCLK0_DTO_MODULO, modulo); in dccg21_update_dpp_dto()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_dccg.c60 int modulo, phase; in dccg31_update_dpp_dto() local
63 modulo = 0xff; // use FF at the end in dccg31_update_dpp_dto()
64 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk; in dccg31_update_dpp_dto()
73 DPPCLK0_DTO_MODULO, modulo); in dccg31_update_dpp_dto()
573 uint32_t modulo, phase; in dccg31_set_dtbclk_dto() local
576 modulo = params->ref_dtbclk_khz * 1000; in dccg31_set_dtbclk_dto()
577 phase = div_u64((((unsigned long long)modulo * req_dtbclk_khz) + params->ref_dtbclk_khz - 1), in dccg31_set_dtbclk_dto()
583 REG_WRITE(DTBCLK_DTO_MODULO[params->otg_inst], modulo); in dccg31_set_dtbclk_dto()
617 uint32_t modulo, phase; in dccg31_set_audio_dtbclk_dto() local
620 modulo = params->ref_dtbclk_khz * 1000; in dccg31_set_audio_dtbclk_dto()
[all …]
/openbsd-src/usr.bin/cal/
H A DREADME20 (value so far - 1 + SATURDAY's value of 6) modulo 7.
29 just before taking the modulo.
33 before the reformation is determined to be a leap year if its modulo of
35 its modulo of 4 equals zero and its modulo of 100 does not. Of course,
36 there is an exception for these century years. If the modulo of 400 equals
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_dccg.c53 int modulo, phase; in dccg2_update_dpp_dto() local
56 modulo = 0xff; // use FF at the end in dccg2_update_dpp_dto()
57 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk; in dccg2_update_dpp_dto()
66 DPPCLK0_DTO_MODULO, modulo); in dccg2_update_dpp_dto()
/openbsd-src/gnu/llvm/llvm/utils/
H A Dunicode-case-fold.py79 modulo = first % stride(b)
89 if stride(b) == 2 and shift(b[0]) == 1 and modulo == 0:
99 body += pattern.format(last, stride(b), modulo, shift(b[0]))
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_dccg.c213 uint32_t modulo, phase; in dccg32_set_dtbclk_dto() local
216 modulo = params->ref_dtbclk_khz * 1000; in dccg32_set_dtbclk_dto()
219 REG_WRITE(DTBCLK_DTO_MODULO[params->otg_inst], modulo); in dccg32_set_dtbclk_dto()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_dccg.c213 uint32_t modulo, phase; in dccg314_set_dtbclk_dto() local
216 modulo = params->ref_dtbclk_khz * 1000; in dccg314_set_dtbclk_dto()
219 REG_WRITE(DTBCLK_DTO_MODULO[params->otg_inst], modulo); in dccg314_set_dtbclk_dto()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Dlib1funcs.asm167 .macro ARM_DIV_MOD_BODY modulo argument
192 .if \modulo
231 .if \modulo
256 .macro THUMB_DIV_MOD_BODY modulo argument
287 .if \modulo
366 .if \modulo
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsbvalue.py210 def __ipow__(self, other, modulo): argument
211 result = self.__pow__(self, other, modulo)
/openbsd-src/gnu/usr.bin/perl/regen/
H A Doverload.pl171 modulo (%
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c186 double ratio, modulo, phase; in optc3_fpu_set_vrr_m_const() local
224 modulo = 65536.0 * 65536.0 - 1.0; /* 2^32 - 1 */ in optc3_fpu_set_vrr_m_const()
225 phase = ratio * modulo; in optc3_fpu_set_vrr_m_const()
230 if (phase <= 0 || phase >= modulo) { in optc3_fpu_set_vrr_m_const()
254 REG_SET(OTG_M_CONST_DTO1, 0, OTG_M_CONST_DTO_MODULO, (uint32_t)modulo); in optc3_fpu_set_vrr_m_const()
/openbsd-src/gnu/usr.bin/perl/
H A Doverload.inc141 "(%", /* modulo */
/openbsd-src/gnu/llvm/lld/docs/ELF/
H A Dlinker_script.rst94 > The value of sh_addr must be congruent to 0, modulo the value of sh_addralign.
98 sh_addr=0 (modulo sh_addralign).
/openbsd-src/lib/libcrypto/modes/asm/
H A Dghash-x86_64.pl357 my ($Xhi,$Xi,$Hkey,$modulo)=@_;
359 $code.=<<___ if (!defined($modulo));
/openbsd-src/gnu/gcc/libstdc++-v3/
H A DREADME22 modulo specific runtime-related files that are in the libsupc++
/openbsd-src/gnu/gcc/gcc/
H A Dparams.def304 "Maximum number of loops to perform swing modulo scheduling on (mainly for debugging)",
310 "A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop",
314 "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA",
318 "A threshold on the average loop count considered by the swing modulo scheduler",
H A Dtimevar.def151 DEFTIMEVAR (TV_SMS , "sms modulo scheduling")
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DREADME22 modulo specific runtime-related files that are in the libsupc++
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dlib1funcs.asm547 .macro THUMB_DIV_MOD_BODY modulo argument
578 .if \modulo
657 .if \modulo
/openbsd-src/gnu/usr.bin/cc/cc_int/
H A DMakefile52 mode-switching.o modulo-sched.o optabs.o options.o opts.o opts-common.o \
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig442 def __ipow__(self, other, modulo):
443 result = self.__pow__(self, other, modulo)

12345