OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noi
(Results
1 - 4
of
4
) sorted by null
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
IterationController.h
92
IterationController(double r = 1.0E-8, int
noi
= 0, size_t mit = size_t(-1))
93
: m_rhsn(1.0), m_maxiter(mit), m_noise(
noi
), m_resmax(r) { init(); }
/external/squashfs-tools/squashfs-tools/
squashfs_fs.h
101
#define SQUASHFS_MKFLAGS(
noi
, nod, nof, nox, no_frag, always_frag, \
102
duplicate_checking, exportable, no_xattr, comp_opt) (
noi
| \
/system/bt/btif/src/
btif_media_task.c
2643
UINT8
noi
= 1;
local
[
all
...]
/external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h
103
#define SQUASHFS_MKFLAGS(
noi
, nod, check_data, nof, no_frag, always_frag, \
104
duplicate_checking) (
noi
| (nod << 1) | (check_data << 2) \
Completed in 193 milliseconds