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

12345678

/freebsd-10.0-release/contrib/libarchive/libarchive_fe/
H A Dline_reader.c62 struct lafe_line_reader *lr; local
64 lr = calloc(1, sizeof(*lr));
65 if (lr == NULL)
68 lr->nullSeparator = nullSeparator;
69 lr->pathname = strdup(pathname);
72 lr->f = stdin;
74 lr->f = fopen(pathname, "r");
75 if (lr->f == NULL)
77 lr
84 lafe_line_reader_find_eol(struct lafe_line_reader *lr) argument
93 lafe_line_reader_next(struct lafe_line_reader *lr) argument
164 lafe_line_reader_free(struct lafe_line_reader *lr) argument
[all...]
/freebsd-10.0-release/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
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c56 zil_prt_rec_create(zilog_t *zilog, int txtype, lr_create_t *lr) argument
58 time_t crtime = lr->lr_crtime[0];
62 name = (char *)(lr + 1);
64 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR ||
65 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) {
66 lrattr = (lr_attr_t *)(lr + 1);
79 (u_longlong_t)lr->lr_doid, (u_longlong_t)lr->lr_foid,
80 (longlong_t)lr->lr_mode);
82 (u_longlong_t)lr
88 zil_prt_rec_remove(zilog_t *zilog, int txtype, lr_remove_t *lr) argument
96 zil_prt_rec_link(zilog_t *zilog, int txtype, lr_link_t *lr) argument
105 zil_prt_rec_rename(zilog_t *zilog, int txtype, lr_rename_t *lr) argument
117 zil_prt_rec_write(zilog_t *zilog, int txtype, lr_write_t *lr) argument
183 zil_prt_rec_truncate(zilog_t *zilog, int txtype, lr_truncate_t *lr) argument
192 zil_prt_rec_setattr(zilog_t *zilog, int txtype, lr_setattr_t *lr) argument
237 zil_prt_rec_acl(zilog_t *zilog, int txtype, lr_acl_t *lr) argument
276 print_log_record(zilog_t *zilog, lr_t *lr, void *arg, uint64_t claim_txg) argument
[all...]
/freebsd-10.0-release/lib/csu/arm/
H A Dcrtn.S6 mov pc, lr
10 mov pc, lr
/freebsd-10.0-release/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.0-release/sys/arm/sa11x0/
H A Dsa11x0_io_asm.S50 mov pc, lr
54 mov pc, lr
58 mov pc, lr
66 mov pc, lr
70 mov pc, lr
74 mov pc, lr
85 movle pc, lr
93 mov pc, lr
99 movle pc, lr
111 mov pc, lr
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c243 lr_create_t *lr; local
272 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize;
273 lrsize = sizeof (*lr);
283 lr = (lr_create_t *)&itx->itx_lr;
284 lr->lr_doid = dzp->z_id;
285 lr->lr_foid = zp->z_id;
286 lr->lr_mode = zp->z_mode;
288 lr->lr_uid = (uint64_t)zp->z_uid;
290 lr->lr_uid = fuidp->z_fuid_owner;
293 lr
354 lr_remove_t *lr; local
378 lr_link_t *lr; local
401 lr_create_t *lr; local
433 lr_rename_t *lr; local
486 lr_write_t *lr; local
538 lr_truncate_t *lr; local
561 lr_setattr_t *lr; local
624 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.0-release/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.0-release/sys/arm/xscale/ixp425/
H A Dixp425_a4x_io.S58 mov pc, lr
65 mov pc, lr
69 mov pc, lr
77 mov pc, lr
84 mov pc, lr
88 mov pc, lr
98 moveq pc, lr
103 mov pc, lr
110 moveq pc, lr
115 mov pc, lr
[all...]
/freebsd-10.0-release/lib/libc/arm/gen/
H A D_ctx_start.S5 mov lr, pc

Completed in 209 milliseconds

12345678