Searched refs:lr (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/src/system/libroot/posix/arch/arm/
H A Dsigsetjmp.S13 stmdb sp!, {r4, lr}
15 str lr,[r0, #60]
30 str lr,[r0, #60]
35 bx lr
H A Dsiglongjmp.S16 bx lr
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_asm.S21 bx lr
28 bx lr
40 bx lr
49 bx lr
60 bx lr
71 bx lr
78 stmfd sp!, { r0-r12, lr }
81 ldmfd sp!, { r0-r12, lr }
82 bx lr
88 bx lr
[all...]
H A Darch_exceptions.S24 mov r0, lr /* Save xxx32 r14 */
33 str lr, [sp, #-4]! /* Push SVC lr */
52 ldmia sp, {sp, lr, pc}^ /* Restore lr and exit */
154 add lr, lr, #4
169 sub lr, lr, #8 /* Adjust the lr */
[all...]
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_start_kernel.S35 mov pc,lr
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Darch_start_kernel.S35 mov pc,lr
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsmatrix.c88 hpgs_point lr = { bb->llx, bb->ury }; local
94 hpgs_matrix_xform(&lr,m,&lr);
97 res->llx = HPGS_MIN(HPGS_MIN(ll.x,ur.x),HPGS_MIN(lr.x,ul.x));
98 res->lly = HPGS_MIN(HPGS_MIN(ll.y,ur.y),HPGS_MIN(lr.y,ul.y));
100 res->urx = HPGS_MAX(HPGS_MAX(ll.x,ur.x),HPGS_MAX(lr.x,ul.x));
101 res->ury = HPGS_MAX(HPGS_MAX(ll.y,ur.y),HPGS_MAX(lr.y,ul.y));
117 hpgs_point lr = { bb->llx, bb->ury }; local
123 hpgs_matrix_ixform(&lr,&lr,
[all...]
H A Dhpgspaintimage.c67 const hpgs_point *lr,
72 (lr->x-ll->x)/src->width, (lr->x-ur->x)/src->height,
73 (lr->y-ll->y)/src->width, (lr->y-ur->y)/src->height };
210 The arguments \c ll, \c lr and \c ur are the
223 const hpgs_point *ll, const hpgs_point *lr,
238 ul.x = ll->x + (ur->x - lr->x);
239 ul.y = ll->y + (ur->y - lr->y);
241 build_inv_matrix(imat,c,pdv->image,img,ll,&ul,lr,u
61 build_inv_matrix(hpgs_matrix *m, const hpgs_paint_clipper *c, const hpgs_image *dest, const hpgs_image *src, const hpgs_point *ll, const hpgs_point *ul, const hpgs_point *lr, const hpgs_point *ur) argument
221 hpgs_paint_device_drawimage(hpgs_paint_device *pdv, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
[all...]
H A Dhpgsimagerop.c126 const hpgs_point *ll, const hpgs_point *lr,
164 ul.x = ll->x + (ur->x - lr->x);
165 ul.y = ll->y + (ur->y - lr->y);
459 line->j0 * (lr->x - ll->x) / img->width +
460 line->i0 * (lr->x - ur->x) / img->height ;
463 line->j0 * (lr->y - ll->y) / img->width +
464 line->i0 * (lr->y - ur->y) / img->height ;
123 hpgs_image_rop3_clip(hpgs_device *device, hpgs_palette_color *data, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur, const hpgs_palette_color *p, hpgs_xrop3_func_t xrop3) argument
H A Dhpgspaint.h128 const hpgs_point *ll, const hpgs_point *lr,
H A Dhpgsdevices.c98 The arguments \c ll, \c lr and \c ur are the
106 const hpgs_point *ll, const hpgs_point *lr,
111 return _this->vtable->drawimage(_this,img,ll,lr,ur);
615 const hpgs_point *ll, const hpgs_point *lr,
629 ul.x = ll->x + (ur->x - lr->x);
630 ul.y = ll->y + (ur->y - lr->y);
643 ll,lr,ur,
695 lr->x-ll->x,lr->y-ll->y,lr
105 hpgs_drawimage(hpgs_device *_this, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
614 eps_drawimage(hpgs_device *_this, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
1334 pls_drawimage(hpgs_device *_this, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
[all...]
/haiku-fatelf/headers/posix/arch/ppc/
H A Dsignal.h28 ctr, xer, cr, msr, lr; /* misc. status */ member in struct:vregs
/haiku-fatelf/src/libs/util/
H A Dlogin_class.c69 struct login_res *lr; local
74 for (lr = resources; lr->what != NULL; ++lr) {
89 if (getrlimit(lr->why, &rlim) != 0)
90 syslog(LOG_ERR, "getting %s resource limit: %m", lr->what);
97 sprintf(name_cur, "%s-cur", lr->what);
98 sprintf(name_max, "%s-max", lr->what);
100 rcur = (*lr->who)(lc, lr
[all...]
/haiku-fatelf/src/system/libroot/os/arch/arm/
H A Datomic.S21 bx lr
39 bx lr
56 bx lr
74 bx lr
90 bx lr
108 bx lr
121 bx lr
125 bx lr
157 bx lr
164 bx lr
[all...]
H A Dbyteorder.S23 mov pc,lr
42 mov pc,lr
57 mov pc,lr
/haiku-fatelf/src/system/libroot/posix/string/arch/arm/
H A Darch_string.S17 bxeq lr
20 stmfd sp!, {r0, r4, r5, lr}
104 ldmfd sp!, {r0, r4, r5, lr}
105 bx lr
/haiku-fatelf/src/system/boot/platform/u-boot/arch/arm/
H A Dshell.S69 mov pc,lr
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppcobsd-nat.c86 ppcobsd_reg_offsets.lr_offset = offsetof (struct reg, lr);
H A Dppcnbsd-nat.c170 regcache_raw_supply (regcache, tdep->ppc_lr_regnum, &cf.lr);
171 regcache_raw_supply (regcache, PC_REGNUM, &cf.lr);
H A Daix-thread.c1078 uint64_t lr, uint64_t ctr, uint32_t xer,
1086 regcache_raw_supply (current_regcache, tdep->ppc_lr_regnum, (char *) &lr);
1099 uint32_t lr, uint32_t ctr, uint32_t xer,
1107 regcache_raw_supply (current_regcache, tdep->ppc_lr_regnum, (char *) &lr);
1153 supply_sprs64 (ctx.iar, ctx.msr, ctx.cr, ctx.lr, ctx.ctr, ctx.xer,
1156 supply_sprs32 (ctx.iar, ctx.msr, ctx.cr, ctx.lr, ctx.ctr, ctx.xer,
1326 uint64_t *lr, uint64_t *ctr, uint32_t *xer,
1345 regcache_raw_collect (current_regcache, tdep->ppc_lr_regnum, lr);
1357 unsigned long *lr, unsigned long *ctr, unsigned long *xer,
1381 regcache_raw_collect (current_regcache, tdep->ppc_lr_regnum, lr);
1077 supply_sprs64(uint64_t iar, uint64_t msr, uint32_t cr, uint64_t lr, uint64_t ctr, uint32_t xer, uint32_t fpscr) argument
1098 supply_sprs32(uint32_t iar, uint32_t msr, uint32_t cr, uint32_t lr, uint32_t ctr, uint32_t xer, uint32_t fpscr) argument
1325 fill_sprs64(uint64_t *iar, uint64_t *msr, uint32_t *cr, uint64_t *lr, uint64_t *ctr, uint32_t *xer, uint32_t *fpscr) argument
1356 fill_sprs32(unsigned long *iar, unsigned long *msr, unsigned long *cr, unsigned long *lr, unsigned long *ctr, unsigned long *xer, unsigned long *fpscr) argument
[all...]
/haiku-fatelf/src/bin/bash/
H A Dbraces.c283 register int lr, lp, j; local
285 lr = strvec_len (result);
288 result = strvec_resize (result, lp + lr + 1);
291 result[lr + j] = partial[j];
293 result[lr + j] = (char *)NULL;
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dconvex.h28 #define lr 8 macro
462 {0,0,lr,PSW,A,0}, /* mov */
464 {0,0,lr,PC,A,0}, /* mov */
466 {0,0,lr,ITR,S,0}, /* mov */
502 {0,0,lr,VS,A,0}, /* mov */
504 {0,0,lr,VL,A,0}, /* mov */
506 {0,7,lr,VS,S,0}, /* mov.w */
508 {0,7,lr,VL,S,0}, /* mov.w */
549 {35,2,lr,VM,S,0}, /* plc.f */
550 {35,1,lr,V
[all...]
/haiku-fatelf/src/bin/network/ftp/
H A Dcmdtab.c191 { "append", H(appendhelp), 1, 1, 1, CMPL(lr) put },
253 { "put", H(sendhelp), 1, 1, 1, CMPL(lr) put },
269 { "send", H(sendhelp), 1, 1, 1, CMPL(lr) put },
/haiku-fatelf/src/apps/mediaplayer/
H A DInfoWin.cpp199 BRect lr(rect);
201 lr.right = div - 1;
204 tr = lr.OffsetToCopy(0, 0).InsetByCopy(5, 1);
205 fLabelsView = new BTextView(lr, "labels", tr, B_FOLLOW_BOTTOM);
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c3291 outerbox(pair ul, pair lr, bool onoff) argument
3294 mvaddch(ul.y - 1, lr.x - 1, onoff ? ACS_ULCORNER : ' ');
3295 mvaddch(ul.y - 1, lr.x + 1, onoff ? ACS_URCORNER : ' ');
3296 mvaddch(lr.y + 1, lr.x + 1, onoff ? ACS_LRCORNER : ' ');
3297 mvaddch(lr.y + 1, ul.x - 1, onoff ? ACS_LLCORNER : ' ');
3299 hline(onoff ? ACS_HLINE : ' ', lr.x - ul.x + 1);
3301 vline(onoff ? ACS_VLINE : ' ', lr.y - ul.y + 1);
3302 move(lr.y + 1, ul.x);
3303 hline(onoff ? ACS_HLINE : ' ', lr
3313 pair ul, lr, *tmp; local
3495 pair *tmp, ul, lr; local
[all...]

Completed in 135 milliseconds

12