Home
last modified time | relevance | path

Searched refs:notfound (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/mpp/utils/
H A Diniparser.h203 int iniparser_getint(const dictionary * d, const char * key, int notfound);
230 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound);
246 double iniparser_getdouble(const dictionary * d, const char * key, double notfound);
280 int iniparser_getboolean(const dictionary * d, const char * key, int notfound);
H A Diniparser.c454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint() argument
459 if (str == INI_INVALID_KEY) return notfound ; in iniparser_getlongint()
491 int iniparser_getint(const dictionary * d, const char * key, int notfound) in iniparser_getint() argument
493 return (int)iniparser_getlongint(d, key, notfound); in iniparser_getint()
509 double iniparser_getdouble(const dictionary * d, const char * key, double notfound) in iniparser_getdouble() argument
514 if (str == INI_INVALID_KEY) return notfound ; in iniparser_getdouble()
550 int iniparser_getboolean(const dictionary * d, const char * key, int notfound) in iniparser_getboolean() argument
556 if (c == INI_INVALID_KEY) return notfound ; in iniparser_getboolean()
562 ret = notfound ; in iniparser_getboolean()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_dec_parse.c60 bool notfound = true; in mtk_jpeg_do_parse() local
67 while (notfound) { in mtk_jpeg_do_parse()
124 notfound = !(i == param->comp_num); in mtk_jpeg_do_parse()
140 return !notfound; in mtk_jpeg_do_parse()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/files/
H A Dypbind.init71 notfound=1
73 ypwhich >/dev/null 2>&1 && { notfound=0 ; break; };
77 if [ $notfound -eq 1 ]; then
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dregression.py55 notfound = []
78 notfound.append("%s not found in target" % a)
81 print("\n".join(sorted(notfound)))
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dfdtparams.c120 goto notfound; in efi_get_fdt_params()
126 notfound: in efi_get_fdt_params()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch47 gcc) AC_PATH_TOOL(CXX, [g++], [g++], [notfound]) ;;
48 cc) AC_PATH_TOOL(CXX, [c++], [c++], [notfound]) ;;
49 clang|*/clang) AC_PATH_TOOL(CXX, [clang++], [clang++], [notfound]) ;;
/OK3568_Linux_fs/u-boot/doc/DocBook/
H A DMakefile100 use-db2x = notfound
107 use-xmlto = notfound
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/atk/at-spi2-core/
H A D0001-Ensure-x11_dep-is-defined.patch14 https://mesonbuild.com/howtox.html#get-a-default-notfound-dependency
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Ddiskonchip.c1379 goto notfound; in doc_probe()
1385 goto notfound; in doc_probe()
1394 goto notfound; in doc_probe()
1428 goto notfound; in doc_probe()
1506 notfound: in doc_probe()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbase.bbclass123 notfound = []
140 notfound.append(tool)
142 if notfound and fatal:
143 …ar to be unavailable in PATH, please install them in order to proceed:\n %s" % " ".join(notfound))
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1115 int c, components = 0, notfound, n_dht = 0, n_dqt = 0; in s5p_jpeg_parse_hdr() local
1127 notfound = 1; in s5p_jpeg_parse_hdr()
1128 while (notfound || !sos) { in s5p_jpeg_parse_hdr()
1172 notfound = 0; in s5p_jpeg_parse_hdr()
1222 if (notfound || !sos || !s5p_jpeg_subsampling_decode(ctx, subsampling)) in s5p_jpeg_parse_hdr()
/OK3568_Linux_fs/kernel/Documentation/sparc/oradax/
H A Doracle-dax.rst132 Hypervisors might return 'notfound' when the CCB is in 'inprogress'
133 state. To ensure a CCB in the 'notfound' state will never be executed,
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Ddocg3.c2005 goto notfound; in docg3_probe()
2025 notfound: in docg3_probe()
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0005-bison_3_breaks_mysql_server_build.patch373 $$->type= sp_cond_type_t::notfound;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-123693 STATUS ⇒ success | notfound | unavail | tryagain
3704notfound
3793 lookup function is not ‘notfound’ but instead ‘unavail’. And as you can
H A Dlibc.info-163938 * notfound: Actions in the NSS configuration.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-123693 STATUS ⇒ success | notfound | unavail | tryagain
3704notfound
3793 lookup function is not ‘notfound’ but instead ‘unavail’. And as you can
H A Dlibc.info-163938 * notfound: Actions in the NSS configuration.