Home
last modified time | relevance | path

Searched defs:near (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dalloc.c115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp()
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector()
277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband()
428 struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near, in hpfs_alloc_dnode()
454 struct fnode *hpfs_alloc_fnode(struct super_block *s, secno near, fnode_secno *fno, in hpfs_alloc_fnode()
471 struct anode *hpfs_alloc_anode(struct super_block *s, secno near, anode_secno *ano, in hpfs_alloc_anode()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpu_rmap.h31 } near[]; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.cpp97 void ortho(mat4& out, double left, double right, double bottom, double top, double near, double far… in ortho()
119 void perspective(mat4& out, double fovy, double aspect, double near, double far) { in perspective()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c1304 Elf_Sym *near = NULL; in find_elf_symbol() local
1348 Elf_Sym *near = NULL; in find_elf_symbol2() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dauxtrace.c2164 bool near; member
2410 bool near = false; in print_duplicate_syms() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_vblank.c1713 static u64 widen_32_to_64(u32 narrow, u64 near) in widen_32_to_64()