Searched refs:xref (Results 1 – 25 of 35) sorted by relevance
12
/linux/Documentation/sphinx/ |
A D | automarkup.py | 137 xref = None 163 xref = None 165 if xref: 196 xref = None 221 xref = None 223 if xref: 224 return xref 241 xref = None 253 xref = None 257 if xref: [all …]
|
/linux/arch/m68k/fpsp040/ |
A D | x_ovfl.S | 47 |xref ovf_r_x2 48 |xref ovf_r_x3 49 |xref store 50 |xref real_ovfl 51 |xref real_inex 52 |xref fpsp_done 53 |xref g_opcls 54 |xref b1238_fix
|
A D | sint.S | 63 |xref dnrm_lp 64 |xref nrm_set 65 |xref round 66 |xref t_inx2 67 |xref ld_pone 68 |xref ld_mone 69 |xref ld_pzero 70 |xref ld_mzero 71 |xref snzrinx
|
A D | x_unfl.S | 33 |xref denorm 34 |xref round 35 |xref store 36 |xref g_rndpr 37 |xref g_opcls 38 |xref g_dfmtou 39 |xref real_unfl 40 |xref real_inex 41 |xref fpsp_done 42 |xref b1238_fix
|
A D | x_unimp.S | 34 |xref get_op 35 |xref do_func 36 |xref sto_res 37 |xref gen_except 38 |xref fpsp_fmt_error
|
A D | satanh.S | 55 |xref t_dz 56 |xref t_operr 57 |xref t_frcinx 58 |xref t_extdnrm 59 |xref slognp1
|
A D | do_func.S | 34 |xref t_dz2 35 |xref t_operr 36 |xref t_inx2 37 |xref t_resdnrm 38 |xref dst_nan 39 |xref src_nan 40 |xref nrm_set 41 |xref sto_cos 43 |xref tblpre 47 |xref sscale [all …]
|
A D | tbldo.S | 27 |xref ld_pinf,ld_pone,ld_ppi2 28 |xref t_dz2,t_operr 29 |xref serror,sone,szero,sinf,snzrinx 30 |xref sopr_inf,spi_2,src_nan,szr_inf 32 |xref smovcr 33 |xref pmod,prem,pscale 34 |xref satanh,satanhd 37 |xref sgetexp,sgetexpd,sgetman,sgetmand 38 |xref sint,sintd,sintrz 40 |xref scos,scosd,ssin,ssind,stan,stand [all …]
|
A D | ssinh.S | 62 |xref t_frcinx 63 |xref t_ovfl 64 |xref t_extdnrm 65 |xref setox 66 |xref setoxm1
|
A D | x_fline.S | 25 |xref real_fline 26 |xref fpsp_unimp 27 |xref uni_2 28 |xref mem_read 29 |xref fpsp_fmt_error
|
A D | sasin.S | 50 |xref t_operr 51 |xref t_frcinx 52 |xref t_extdnrm 53 |xref satan
|
A D | sacos.S | 51 |xref t_operr 52 |xref t_frcinx 53 |xref satan
|
A D | x_store.S | 26 |xref mem_write 27 |xref get_fline 28 |xref g_opcls 29 |xref g_dfmtou 30 |xref reg_dest
|
A D | x_snan.S | 34 |xref get_fline 35 |xref mem_write 36 |xref real_snan 37 |xref real_inex 38 |xref fpsp_done 39 |xref reg_dest
|
A D | stanh.S | 71 |xref t_frcinx 72 |xref t_extdnrm 73 |xref setox 74 |xref setoxm1
|
A D | scosh.S | 59 |xref t_ovfl 60 |xref t_frcinx 61 |xref setox
|
A D | skeleton.S | 55 |xref b1238_fix 173 |xref fpsp_ovfl 199 |xref fpsp_unfl 225 |xref fpsp_snan 247 |xref fpsp_operr 272 |xref fpsp_bsun
|
A D | slog2.S | 106 |xref t_frcinx 107 |xref t_operr 108 |xref slogn 109 |xref slognd
|
A D | scale.S | 33 |xref t_ovfl2 34 |xref t_unfl 35 |xref round 36 |xref t_resdnrm
|
A D | kernel_ex.S | 29 |xref ovf_r_k 30 |xref unf_sub 31 |xref nrm_set
|
A D | res_func.S | 34 |xref bindec 36 |xref round 37 |xref denorm 38 |xref dest_ext 39 |xref dest_dbl 41 |xref unf_sub 42 |xref nrm_set 43 |xref dnrm_lp 44 |xref ovf_res 46 |xref t_ovfl [all …]
|
A D | decbin.S | 88 |xref PTENRN 89 |xref PTENRM 90 |xref PTENRP
|
A D | satan.S | 227 | xref t_frcinx 228 |xref t_extdnrm
|
/linux/scripts/ |
A D | get_abi.pl | 160 $symbols{$w}->{xref} = $what; 266 $symbols{$w}->{xref} = $what; 433 my $xref = $f; 437 $xref .= " <abi_file_" . $path . ">"; 438 $d =~ s,\bDocumentation/ABI/$f\b,:ref:`$xref`,g; 447 my $xref = $s; 449 $xref =~ s/$symbols/\\$1/g; 450 $xref = ":ref:`$xref <" . $data{$s}->{label} . ">`"; 452 $d =~ s,$start$s$bondary,$1$xref$2,g; 487 my $label = $data{$symbols{$content}->{xref}}->{label};
|
/linux/fs/jffs2/ |
A D | xattr.c | 570 ref->next = ic->xref; in create_xattr_ref() 571 ic->xref = ref; in create_xattr_ref() 610 ic->xref = NULL; in jffs2_xattr_delete_inode() 630 ic->xref = NULL; in jffs2_xattr_free_inode() 648 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in check_xattr_ref_inode() 855 ref->next = ic->xref; in jffs2_build_xattr_subsystem() 856 ic->xref = ref; in jffs2_build_xattr_subsystem() 981 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in jffs2_listxattr() 1047 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in do_jffs2_getxattr() 1119 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in do_jffs2_setxattr() [all …]
|
Completed in 36 milliseconds
12