Home
last modified time | relevance | path

Searched defs:iloc (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dinline.c94 struct ext4_iloc iloc; in ext4_get_max_inline_size() local
469 struct ext4_iloc iloc; in ext4_read_inline_page() local
534 struct ext4_iloc iloc; in ext4_convert_inline_data_to_extent() local
654 struct ext4_iloc iloc; in ext4_try_to_write_inline_data() local
734 struct ext4_iloc iloc; in ext4_write_inline_data_end() local
774 struct ext4_iloc iloc; in ext4_journalled_write_inline_data() local
868 struct ext4_iloc iloc; in ext4_da_write_inline_data_begin() local
1265 struct ext4_iloc iloc; in ext4_try_add_inline_entry() local
1341 struct ext4_iloc iloc; in ext4_inlinedir_to_tree() local
1456 struct ext4_iloc iloc; in ext4_read_inline_dir() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dinline.c94 struct ext4_iloc iloc; in ext4_get_max_inline_size() local
469 struct ext4_iloc iloc; in ext4_read_inline_page() local
534 struct ext4_iloc iloc; in ext4_convert_inline_data_to_extent() local
654 struct ext4_iloc iloc; in ext4_try_to_write_inline_data() local
734 struct ext4_iloc iloc; in ext4_write_inline_data_end() local
774 struct ext4_iloc iloc; in ext4_journalled_write_inline_data() local
868 struct ext4_iloc iloc; in ext4_da_write_inline_data_begin() local
1265 struct ext4_iloc iloc; in ext4_try_add_inline_entry() local
1341 struct ext4_iloc iloc; in ext4_inlinedir_to_tree() local
1456 struct ext4_iloc iloc; in ext4_read_inline_dir() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dinline.c94 struct ext4_iloc iloc; in ext4_get_max_inline_size() local
469 struct ext4_iloc iloc; in ext4_read_inline_page() local
534 struct ext4_iloc iloc; in ext4_convert_inline_data_to_extent() local
654 struct ext4_iloc iloc; in ext4_try_to_write_inline_data() local
734 struct ext4_iloc iloc; in ext4_write_inline_data_end() local
774 struct ext4_iloc iloc; in ext4_journalled_write_inline_data() local
868 struct ext4_iloc iloc; in ext4_da_write_inline_data_begin() local
1265 struct ext4_iloc iloc; in ext4_try_add_inline_entry() local
1341 struct ext4_iloc iloc; in ext4_inlinedir_to_tree() local
1456 struct ext4_iloc iloc; in ext4_read_inline_dir() local
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/bq/
H A Dbq_input.F300 subroutine bq_load_xyz(filename,nmax,n,iloc,c) argument
308 integer iloc(3) local
350 subroutine bq_load_q(filename,nmax,n,iloc,q) argument
358 integer iloc local
437 subroutine bq_load(filename,nmax,n,iloc,q,c) argument
445 integer iloc(4) local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/bq/
H A Dbq_input.F300 subroutine bq_load_xyz(filename,nmax,n,iloc,c) argument
308 integer iloc(3) local
350 subroutine bq_load_q(filename,nmax,n,iloc,q) argument
358 integer iloc local
437 subroutine bq_load(filename,nmax,n,iloc,q,c) argument
445 integer iloc(4) local
/dports/science/py-lifelines/lifelines-0.19.5/lifelines/
H A Dplotting.py263 def create_dataframe_slicer(iloc, loc): argument
271 def plot_loglogs(cls, loc=None, iloc=None, show_censors=False, censor_styles=None, **kwargs): argument
316 iloc=None, argument
427 …def __init__(self, cls, estimate, confidence_intervals, loc, iloc, show_censors, censor_styles, **… argument
/dports/science/dftbplus/dftbplus-19.1/external/scalapackfx/origin/src/
H A Dscalapackfx_tools.F90170 subroutine blocklist_getblock(self, iblock, iglob, iloc, bsize) argument
173 integer, intent(out) :: iglob, iloc, bsize local
266 subroutine scalafx_islocal(grid, desc, ii, jj, local, iloc, jloc) argument
271 integer, intent(out) :: iloc, jloc local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A Delement.h422 virtual int LTG(int iloc) const {return ltg.Get(iloc);} in LTG()
423 virtual int& LTG(int iloc) {return ltg.Elem(iloc);} in LTG()
433 virtual int LTGdata(int iloc) const {return ltgdata.Get(iloc);} in LTGdata()
434 virtual int& LTGdata(int iloc) {return ltgdata.Elem(iloc);} in LTGdata()
479 virtual const double XG_dc(int iloc, TComputeDrawInitFlag flag) const in XG_dc()
506 virtual const double& XG(int iloc) const {return GetXact(ltg.Get(iloc));} in XG()
508 virtual double& XG(int iloc) {return GetXact(ltg(iloc));} in XG()
511 virtual double& XGP(int iloc) {return GetXact(ltg(iloc+SOS()));} in XGP()
531 virtual double& XGD(int iloc) {return GetDrawValue(ltg.Get(iloc));} in XGD()
539 virtual double& GetDrawValue(int iloc) {return mbs->GetDrawValue(iloc);} in GetDrawValue()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dinitialization_28.f908 integer :: iloc=index(xx,'bb') ! { dg-error "has not been declared or is a variable" } variable

12345678910>>...15