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

12345678

/freebsd-10-stable/contrib/libarchive/libarchive_fe/
H A Dline_reader.c61 struct lafe_line_reader *lr; local
63 lr = calloc(1, sizeof(*lr));
64 if (lr == NULL)
67 lr->nullSeparator = nullSeparator;
68 lr->pathname = strdup(pathname);
71 lr->f = stdin;
73 lr->f = fopen(pathname, "r");
74 if (lr->f == NULL)
76 lr
83 lafe_line_reader_find_eol(struct lafe_line_reader *lr) argument
92 lafe_line_reader_next(struct lafe_line_reader *lr) argument
163 lafe_line_reader_free(struct lafe_line_reader *lr) argument
[all...]
/freebsd-10-stable/contrib/compiler-rt/lib/arm/
H A Dswitch8.S17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrb ip, [lr, #-1] // get first byte in table
36 ldrsbcc r0, [lr, r0] // get indexed byte out of table
37 ldrsbhs r0, [lr, ip] // if out of range, use last entry in table
38 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dswitchu8.S17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrb ip, [lr, #-1] // get first byte in table
36 ldrbcc r0, [lr, r0] // get indexed byte out of table
37 ldrbhs r0, [lr, ip] // if out of range, use last entry in table
38 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dnegdf2vfp.S22 bx lr
H A Dnegsf2vfp.S22 bx lr
H A Dswitch16.S17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrh ip, [lr, #-1] // get first 16-bit word in table
36 add r0, lr, r0, lsl #1 // compute address of element in table
38 add ip, lr, ip, lsl #1 // compute address of last element in table
40 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dswitch32.S17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldr ip, [lr, #-1] // get first 32-bit word in table
36 add r0, lr, r0, lsl #2 // compute address of element in table
38 add ip, lr, ip, lsl #2 // compute address of last element in table
40 add ip, lr, r0 // compute label = lr + element
H A Drestore_vfp_d8_d15_regs.S31 bx lr // return to prolog
H A Dsave_vfp_d8_d15_regs.S31 bx lr // return to prolog
H A Dumodsi3.S32 bxeq lr // return a if b == 0
34 bxlt lr // return a if MSB(a) < MSB(b)
58 bx lr
H A Dextendsfdf2vfp.S25 bx lr
H A Dfixdfsivfp.S25 bx lr
H A Dfixsfsivfp.S25 bx lr
H A Dfixunsdfsivfp.S26 bx lr
H A Dfixunssfsivfp.S26 bx lr
H A Dfloatsidfvfp.S25 bx lr
H A Dfloatsisfvfp.S25 bx lr
H A Dfloatunssidfvfp.S25 bx lr
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c60 zil_prt_rec_create(zilog_t *zilog, int txtype, lr_create_t *lr) argument
62 time_t crtime = lr->lr_crtime[0];
66 name = (char *)(lr + 1);
68 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR ||
69 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) {
70 lrattr = (lr_attr_t *)(lr + 1);
83 (u_longlong_t)lr->lr_doid, (u_longlong_t)lr->lr_foid,
84 (longlong_t)lr->lr_mode);
86 (u_longlong_t)lr
92 zil_prt_rec_remove(zilog_t *zilog, int txtype, lr_remove_t *lr) argument
100 zil_prt_rec_link(zilog_t *zilog, int txtype, lr_link_t *lr) argument
109 zil_prt_rec_rename(zilog_t *zilog, int txtype, lr_rename_t *lr) argument
121 zil_prt_rec_write(zilog_t *zilog, int txtype, lr_write_t *lr) argument
186 zil_prt_rec_truncate(zilog_t *zilog, int txtype, lr_truncate_t *lr) argument
195 zil_prt_rec_setattr(zilog_t *zilog, int txtype, lr_setattr_t *lr) argument
240 zil_prt_rec_acl(zilog_t *zilog, int txtype, lr_acl_t *lr) argument
279 print_log_record(zilog_t *zilog, lr_t *lr, void *arg, uint64_t claim_txg) argument
[all...]
/freebsd-10-stable/lib/csu/arm/
H A Dcrtn.S6 mov pc, lr
10 mov pc, lr
/freebsd-10-stable/lib/msun/src/
H A Ds_fmaf.c46 uint32_t hr, lr; local
50 EXTRACT_WORDS(hr, lr, result);
52 if ((lr & 0x1fffffff) != 0x10000000 || /* not a halfway case */
67 SET_LOW_WORD(adjusted_result, lr + 1);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c245 lr_create_t *lr; local
274 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize;
275 lrsize = sizeof (*lr);
285 lr = (lr_create_t *)&itx->itx_lr;
286 lr->lr_doid = dzp->z_id;
287 lr->lr_foid = zp->z_id;
288 lr->lr_mode = zp->z_mode;
290 lr->lr_uid = (uint64_t)zp->z_uid;
292 lr->lr_uid = fuidp->z_fuid_owner;
295 lr
356 lr_remove_t *lr; local
380 lr_link_t *lr; local
403 lr_create_t *lr; local
435 lr_rename_t *lr; local
485 lr_write_t *lr; local
533 lr_truncate_t *lr; local
556 lr_setattr_t *lr; local
619 lr_acl_t *lr; local
[all...]
H A Dzfs_replay.c75 zfs_replay_error(zfsvfs_t *zfsvfs, lr_t *lr, boolean_t byteswap) argument
272 lr_create_t *lr = (lr_create_t *)lracl; local
285 txtype = (lr->lr_common.lrc_txtype & ~TX_CI);
305 if ((error = zfs_zget(zfsvfs, lr->lr_doid, &dzp)) != 0)
310 lr->lr_mode, lr->lr_uid, lr->lr_gid, lr->lr_rdev, lr->lr_foid);
319 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr
417 zfs_replay_create(zfsvfs_t *zfsvfs, lr_create_t *lr, boolean_t byteswap) argument
549 zfs_replay_remove(zfsvfs_t *zfsvfs, lr_remove_t *lr, boolean_t byteswap) argument
600 zfs_replay_link(zfsvfs_t *zfsvfs, lr_link_t *lr, boolean_t byteswap) argument
640 zfs_replay_rename(zfsvfs_t *zfsvfs, lr_rename_t *lr, boolean_t byteswap) argument
710 zfs_replay_write(zfsvfs_t *zfsvfs, lr_write_t *lr, boolean_t byteswap) argument
776 zfs_replay_write2(zfsvfs_t *zfsvfs, lr_write_t *lr, boolean_t byteswap) argument
821 zfs_replay_truncate(zfsvfs_t *zfsvfs, lr_truncate_t *lr, boolean_t byteswap) argument
853 zfs_replay_setattr(zfsvfs_t *zfsvfs, lr_setattr_t *lr, boolean_t byteswap) argument
912 zfs_replay_acl_v0(zfsvfs_t *zfsvfs, lr_acl_v0_t *lr, boolean_t byteswap) argument
960 zfs_replay_acl(zfsvfs_t *zfsvfs, lr_acl_t *lr, boolean_t byteswap) argument
[all...]
/freebsd-10-stable/sys/libkern/arm/
H A Dldivmod.S50 stmfd sp!, {sp, lr} /* Save a pointer to the above space and lr */
52 ldr lr, [sp, #4] /* Restore lr */
60 stmfd sp!, {sp, lr} /* Save a pointer to the above space and lr */
62 ldr lr, [sp, #4] /* Restore lr */
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/arch/or1k/
H A Dreturn_one.S9 l.jr lr

Completed in 208 milliseconds

12345678