Searched refs:rem (Results 1 - 25 of 85) sorted by relevance

1234

/xsrc/external/mit/freetype/dist/docs/reference/assets/stylesheets/
H A Dapplication.adb8469c.css1 html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}body{margin:0}hr{overflow:visible;box-sizing:content-box}a{-webkit-text-decoration-skip:objects}a,button,input,label{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}small,sub,sup{font-size:80%}sub,sup{position:relative;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}table{border-collapse:separate;border-spacing:0}td,th{font-weight:400;vertical-align:top}button{margin:0;padding:0;border:0;outline-style:none;background:transparent;font-size:inherit}input{border:0;outline:0}.md-clipboard:before,.md-icon,.md-nav__button,.md-nav__link:after,.md-nav__title:before,.md-search-result__article--document:before,.md-source-file:before,.md-typeset .admonition>.admonition-title:before,.md-typeset .admonition>summary:before,.md-typeset .critic.comment:before,.md-typeset .footnote-backref,.md-typeset .task-list-control .task-list-indicator:before,.md-typeset details>.admonition-title:before,.md-typeset details>summary:before,.md-typeset summary:after{font-family:Material Icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr}.md-content__icon,.md-footer-nav__button,.md-header-nav__button,.md-nav__button,.md-nav__title:before,.md-search-result__article--document:before{display:inline-block;margin:.2rem;padding:.4rem;font-size:1.2rem;cursor:pointer}.md-icon--arrow-back:before{content:""}.md-icon--arrow-forward:before{content:""}.md-icon--menu:before{content:""}.md-icon--search:before{content:""}[dir=rtl] .md-icon--arrow-back:before{content:""}[dir=rtl] .md-icon--arrow-forward:before{content:""}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,input{color:rgba(0,0,0,.87);font-feature-settings:"kern","liga";font-family:Helvetica Neue,Helvetica,Arial,sans-serif}code,kbd,pre{color:rgba(0,0,0,.87);font-feature-settings:"kern";font-family:Courier New,Courier,monospace}.md-typeset{font-size:.8rem;line-height:1.6;-webkit-print-color-adjust:exact}.md-typeset blockquote,.md-typeset ol,.md-typeset p,.md-typeset ul{margin:1em 0}.md-typeset h1{margin:0 0 2rem;color:rgba(0,0,0,.54);font-size:1.5625rem;line-height:1.3}.md-typeset h1,.md-typeset h2{font-weight:300;letter-spacing:-.01em}.md-typeset h2{margin:2rem 0 .8rem;font-size:1.25rem;line-height:1.4}.md-typeset h3{margin:1.6rem
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcffdec.h78 uint32_t rem; member in struct:cffdec_options::__anon4eb857490108
/xsrc/external/mit/xcb-util/dist/renderutil/
H A Dutil.c33 for (screens = xcb_render_query_pict_formats_screens_iterator(formats); screens.rem; xcb_render_pictscreen_next(&screens))
34 for (depths = xcb_render_pictscreen_depths_iterator(screens.data); depths.rem; xcb_render_pictdepth_next(&depths))
35 for (visuals = xcb_render_pictdepth_visuals_iterator(depths.data); visuals.rem; xcb_render_pictvisual_next(&visuals))
50 for (i = xcb_render_query_pict_formats_formats_iterator(formats); i.rem; xcb_render_pictforminfo_next(&i))
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.c67 i.rem; xcb_depth_next(&i))
69 j.rem; xcb_visualtype_next(&j))
80 for (; i.rem; --screen, xcb_screen_next(&i))
103 for (cur = 0 ; cur < iter.rem ; xcb_visualtype_next(&iter), ++cur)
117 i.rem; xcb_depth_next(&i))
119 j.rem; xcb_visualtype_next(&j))
133 i.rem; xcb_depth_next(&i)) {
137 j.rem; xcb_visualtype_next(&j))
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Demu.c125 uint32_t rem = emu_get_gpr_reg(emu, REG_REM); local in function:emu_instr
153 unsigned m = MIN2(instr->alu.xmov, rem);
158 emu_set_gpr_reg(emu, REG_REM, --rem);
163 emu_set_gpr_reg(emu, REG_REM, --rem);
167 emu_set_gpr_reg(emu, REG_REM, --rem);
172 emu_set_gpr_reg(emu, REG_REM, --rem);
176 emu_set_gpr_reg(emu, REG_REM, --rem);
180 emu_set_gpr_reg(emu, REG_REM, --rem);
306 assert(rem > 0);
307 emu_set_gpr_reg(emu, REG_REM, --rem);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib.cpp42 UINT_64 rem = n; local in function:div64_32
45 UINT_32 high = rem >> 32;
52 rem -= (UINT_64) (high * base) << 32;
55 while (((INT_64)b > 0) && (b < rem))
63 if (rem >= b)
65 rem -= b;
73 return rem;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib.cpp42 UINT_64 rem = n; local in function:div64_32
45 UINT_32 high = rem >> 32;
52 rem -= (UINT_64) (high * base) << 32;
55 while (((INT_64)b > 0) && (b < rem))
63 if (rem >= b)
65 rem -= b;
73 return rem;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib.cpp42 UINT_64 rem = n; local in function:div64_32
45 UINT_32 high = rem >> 32;
52 rem -= (UINT_64) (high * base) << 32;
55 while (((INT_64)b > 0) && (b < rem))
63 if (rem >= b)
65 rem -= b;
73 return rem;
/xsrc/external/mit/xedit/dist/lisp/
H A Dmathimp.c242 /* rem */
2902 long quo, rem; local in function:ndivide_fi_fi
2919 rem = NRFI(num) % div;
2924 if ((rem < 0 && div < 0) || (rem > 0 && div > 0)) {
2926 rem -= div;
2930 if ((rem < 0 && div > 0) || (rem > 0 && div < 0)) {
2932 rem += div;
2937 if (rem >
2982 mpi *quo, *rem; local in function:ndivide_xi_xi
3125 double quo, rem, modp, tmp; local in function:ndivide_flonum
3209 mpr *rem; local in function:ndivide_xi_xr
3330 mpr *rem; local in function:ndivide_xr_xi
[all...]
/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmpi.c805 mpi rem; local in function:mpi_gcd
824 memset(&rem, '\0', sizeof(mpi));
828 mpi_rem(&rem, num, den);
829 if (rem.size == 1 && rem.digs[0] == 0) {
833 mpi_clear(&rem);
839 mpi_rem(&rem, den, num);
840 if (rem.size == 1 && rem.digs[0] == 0) {
844 mpi_clear(&rem);
948 mpi *r, t, temp, quot, old, rem; local in function:mpi_root
1039 mpi *r, t, quot, rem, old; local in function:mpi_sqrt
[all...]
/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_rolling_inc.h38 uint8_t rem, uint32_t factor,
41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem));
169 uint8_t rem = data[pos & ring_buffer_mask]; local in function:FN
174 self->state, add, rem, self->factor, self->factor_remove);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_optimize.c244 GLuint i, rem = 0, comp; local in function:_mesa_remove_dead_code_global
315 rem++;
329 rem = remove_instructions(prog, removeInst, mem_ctx);
333 printf(" %u channel writes removed\n", rem);
334 printf(" %u instructions removed\n", rem);
340 return rem != 0;
575 GLuint i, arg, rem = 0; local in function:_mesa_remove_dead_code_local
604 rem = remove_instructions(prog, removeInst, mem_ctx);
608 return rem != 0;
711 GLuint i, rem local in function:_mesa_remove_extra_moves
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_optimize.c244 GLuint i, rem = 0, comp; local in function:_mesa_remove_dead_code_global
315 rem++;
329 rem = remove_instructions(prog, removeInst, mem_ctx);
333 printf(" %u channel writes removed\n", rem);
334 printf(" %u instructions removed\n", rem);
340 return rem != 0;
575 GLuint i, arg, rem = 0; local in function:_mesa_remove_dead_code_local
604 rem = remove_instructions(prog, removeInst, mem_ctx);
608 return rem != 0;
711 GLuint i, rem local in function:_mesa_remove_extra_moves
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/reference/
H A Dafuc_test.asm23 mov $rem, 0x0080
27 cwrite $rem, [$00 + @MEM_READ_DWORDS], 0x0
121 mov $rem, $data
122 cwrite $rem, [$00 + @MEM_READ_DWORDS], 0x0
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_blt.c1151 int nbox_this_time, rem; local in function:_sna_blt_fill_boxes
1155 rem = kgem_batch_space(kgem);
1156 if (3*nbox_this_time > rem)
1157 nbox_this_time = rem / 3;
1159 __FUNCTION__, nbox_this_time, nbox, rem));
1253 int nbox_this_time, rem; local in function:blt_composite_fill_boxes_no_offset__thread
1257 rem = kgem_batch_space(kgem);
1258 if (3*nbox_this_time > rem)
1259 nbox_this_time = rem / 3;
1261 __FUNCTION__, nbox_this_time, nbox, rem));
1368 int nbox_this_time, rem; local in function:blt_composite_fill_boxes__thread
1666 int nbox_this_time, rem; local in function:blt_composite_copy_boxes__thread
1723 int nbox_this_time, rem; local in function:blt_composite_copy_boxes__thread
1804 int nbox_this_time, rem; local in function:blt_composite_copy_boxes__thread64
1863 int nbox_this_time, rem; local in function:blt_composite_copy_boxes__thread64
3227 int n_this_time, rem; local in function:sna_blt_fill_op_points
3602 int nbox_this_time, rem; local in function:sna_blt_fill_boxes
3793 int nbox_this_time, rem; local in function:sna_blt_copy_boxes
3853 int nbox_this_time, rem; local in function:sna_blt_copy_boxes
3913 int nbox_this_time, rem; local in function:sna_blt_copy_boxes
3973 int nbox_this_time, rem; local in function:sna_blt_copy_boxes
[all...]
H A Dsna_trapezoids_precise.c145 int64_t rem; member in struct:quorem
482 if (e->x.rem > e->dy/2)
485 __FUNCTION__, e->x.quo, e->x.rem, x));
492 __FUNCTION__, e->x.quo, e->x.rem, e->dxdy.quo, e->dxdy.rem));
495 e->x.rem += e->dxdy.rem;
496 if (e->x.rem < 0) {
498 e->x.rem += e->dy;
499 } else if (e->x.rem >
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_blt.c1107 int nbox_this_time, rem; local in function:_sna_blt_fill_boxes
1111 rem = kgem_batch_space(kgem);
1112 if (3*nbox_this_time > rem)
1113 nbox_this_time = rem / 3;
1115 __FUNCTION__, nbox_this_time, nbox, rem));
1206 int nbox_this_time, rem; local in function:blt_composite_fill_boxes_no_offset__thread
1210 rem = kgem_batch_space(kgem);
1211 if (3*nbox_this_time > rem)
1212 nbox_this_time = rem / 3;
1214 __FUNCTION__, nbox_this_time, nbox, rem));
1321 int nbox_this_time, rem; local in function:blt_composite_fill_boxes__thread
1618 int nbox_this_time, rem; local in function:blt_composite_copy_boxes__thread
1674 int nbox_this_time, rem; local in function:blt_composite_copy_boxes__thread
1754 int nbox_this_time, rem; local in function:blt_composite_copy_boxes__thread64
1812 int nbox_this_time, rem; local in function:blt_composite_copy_boxes__thread64
3151 int n_this_time, rem; local in function:sna_blt_fill_op_points
3573 int nbox_this_time, rem; local in function:sna_blt_fill_boxes
3762 int nbox_this_time, rem; local in function:sna_blt_copy_boxes
3821 int nbox_this_time, rem; local in function:sna_blt_copy_boxes
3880 int nbox_this_time, rem; local in function:sna_blt_copy_boxes
3939 int nbox_this_time, rem; local in function:sna_blt_copy_boxes
[all...]
H A Dsna_trapezoids_precise.c145 int64_t rem; member in struct:quorem
482 if (e->x.rem > e->dy/2)
485 __FUNCTION__, e->x.quo, e->x.rem, x));
492 __FUNCTION__, e->x.quo, e->x.rem, e->dxdy.quo, e->dxdy.rem));
495 e->x.rem += e->dxdy.rem;
496 if (e->x.rem < 0) {
498 e->x.rem += e->dy;
499 } else if (e->x.rem >
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_idiv_const.c142 nir_ssa_def *rem = build_irem(b, n, d); local in function:build_imod
145 nir_ssa_def *rem_zero = nir_ieq(b, rem, zero);
146 return nir_bcsel(b, nir_ior(b, rem_zero, sign_same), rem, nir_iadd_imm(b, rem, d));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.cpp39 Item *rem = pos; local in function:nv50_ir::DLList::Iterator::erase
41 if (rem == term)
45 DLLIST_DEL(rem);
46 delete rem;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.cpp39 Item *rem = pos; local in function:nv50_ir::DLList::Iterator::erase
41 if (rem == term)
45 DLLIST_DEL(rem);
46 delete rem;
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcserialize.c28 intptr_t rem = size % sizeof (FcAlign); local in function:FcAlignSize
29 if (rem)
30 size += sizeof (FcAlign) - rem;
/xsrc/external/mit/libXmu/dist/src/
H A DCrCmap.c377 unsigned long delta, int *first, int *rem)
383 * rem - returns first index after sequence, or 0, if none follow
391 *rem = 0;
394 *rem = npixels - 1;
395 while (count < ncolors && ncolors - count <= *rem)
404 (*rem)--;
376 contiguous(unsigned long pixels[],int npixels,int ncolors,unsigned long delta,int * first,int * rem) argument
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaLowLevel.c247 struct timespec sleep, rem; local in function:viaDMAWaitTimeStamp
265 nanosleep(&sleep, &rem);
336 struct timespec sleep, rem; local in function:syncDMA
352 nanosleep(&sleep, &rem);
363 nanosleep(&sleep, &rem);
379 struct timespec sleep, rem; local in function:syncVideo
395 nanosleep(&sleep, &rem);
404 struct timespec sleep, rem; local in function:syncAccel
422 nanosleep(&sleep, &rem);
437 struct timespec sleep, rem; local in function:syncMpeg
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm56 mov $rem, 0x0080
60 cwrite $rem, [$00 + @MEM_READ_DWORDS], 0x0
176 ; tests @FOO+0x1 for 64-bit control regs, and reading/writing $rem
181 mov $rem, $data
182 cwrite $rem, [$00 + @MEM_READ_DWORDS], 0x0

Completed in 36 milliseconds

1234