Home
last modified time | relevance | path

Searched refs:cfg1 (Results 1 – 3 of 3) sorted by relevance

/third_party/littlefs/tests/
Dtest_attrs.toml173 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
175 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_WRONLY, &cfg1) => 0;
181 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0;
188 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_WRONLY, &cfg1) => 0;
192 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0;
199 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_WRONLY, &cfg1) => 0;
204 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0;
211 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_WRONLY, &cfg1) => 0;
216 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0;
223 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_WRONLY, &cfg1)
[all …]
/third_party/ffmpeg/libavutil/mips/
Dcpu.c65 uint32_t cfg1 = read_cpucfg(LOONGSON_CFG1); in cpu_flags_cpucfg() local
67 if (cfg1 & LOONGSON_CFG1_MMI) in cpu_flags_cpucfg()
70 if (cfg1 & LOONGSON_CFG1_MSA1) in cpu_flags_cpucfg()
/third_party/alsa-lib/src/control/
Dnamehint.c242 snd_config_t *res = NULL, *cfg, *cfg1, *n; in try_config() local
291 cfg1 = res; in try_config()
295 if (snd_config_search(cfg1, "type", &cfg) >= 0 && in try_config()
298 if (snd_config_search(cfg1, "device", &cfg) >= 0) { in try_config()
307 if (snd_config_search(cfg1, "hint", &cfg) >= 0) { in try_config()
361 if (snd_config_search(cfg1, "slave", &cfg) >= 0 && in try_config()
362 snd_config_search(cfg, base, &cfg1) >= 0) in try_config()