| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s_utils.cpp | 155 char cache_file[256]; in j2s_cache_file() local 162 strcpy(cache_file, getenv("J2S_CACHE") ? getenv("J2S_CACHE") : "/var/cache/j2s-cache"); in j2s_cache_file() 166 return strdup(cache_file); in j2s_cache_file() 168 strcat(cache_file, "-"); in j2s_cache_file() 169 strcat(cache_file, strrchr(file, '/') ? strrchr(file, '/') + 1 : file); in j2s_cache_file() 171 for (int i = 0; cache_file[i]; i++) { in j2s_cache_file() 172 if (cache_file[i] == '.') in j2s_cache_file() 173 cache_file[i] = '-'; in j2s_cache_file() 176 return strdup(cache_file); in j2s_cache_file() 182 static int j2s_cache_file_valid(const char* cache_file) in j2s_cache_file_valid() argument [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | j2s.h | 153 int j2s_load_struct_cache(j2s_ctx* ctx, const char* cache_file, void* ptr, 155 void j2s_save_struct_cache(j2s_ctx* ctx, const char* cache_file, void* ptr, 157 #define j2s_load_cache(ctx, cache_file, ptr) \ argument 158 j2s_load_struct_cache(ctx, cache_file, ptr, NULL, 0) 159 #define j2s_save_cache(ctx, cache_file, ptr) \ argument 160 j2s_save_struct_cache(ctx, cache_file, ptr, NULL, 0)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/ |
| H A D | Makefile.am.patch | 8 -ez_ipupdate_SOURCES = ez-ipupdate.c conf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h … 10 +ez_ipupdate_SOURCES = ez-ipupdate.c conf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h …
|
| H A D | cache_file.c.patch | 3 --- ez-ipupdate-3.0.11b7/cache_file.c.orig 2014-07-02 14:01:07.126029412 -0600 4 +++ ez-ipupdate-3.0.11b7/cache_file.c 2014-07-02 14:08:27.422026332 -0600 6 #include <cache_file.h>
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure | 752 cache_file=/dev/null 829 ac_prev=cache_file ;; 832 cache_file=$ac_optarg ;; 835 cache_file=config.cache ;; 2284 if test -r "$cache_file"; then 2287 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2288 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2289 $as_echo "$as_me: loading cache $cache_file" >&6;} 2290 case $cache_file in 2291 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/ |
| H A D | ez-ipupdate_3.0.11b7.bb | 9 file://cache_file.c.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | no-aux-cache.patch | 14 save_cache (cache_file);
|
| H A D | ldconfig_aux-cache_path_fix.patch | 29 save_cache (cache_file);
|
| H A D | ldconfig.patch | 232 - offset = ALIGN_CACHE (sizeof (struct cache_file) 323 - if (cache != NULL && cache != (struct cache_file *) -1)
|
| H A D | endian-ness_handling.patch | 397 memset (file_entries, '\0', sizeof (struct cache_file));
|
| /OK3568_Linux_fs/buildroot/package/apache/ |
| H A D | 0001-cross-compile.patch | 48 if test "x${cache_file}" = "x/dev/null"; then
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nandsim.c | 97 static char *cache_file = NULL; variable 129 module_param(cache_file, charp, 0400); 163 MODULE_PARM_DESC(cache_file, "File to use to cache nand pages instead of memory"); 539 if (cache_file) { in ns_alloc_device() 540 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600); in ns_alloc_device()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | configure | 1507 cache_file=/dev/null 1584 ac_prev=cache_file ;; 1587 cache_file=$ac_optarg ;; 1590 cache_file=config.cache ;; 3542 if test -r "$cache_file"; then 3545 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 3546 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 3547 $as_echo "$as_me: loading cache $cache_file" >&6;} 3548 case $cache_file in 3549 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
| H A D | INSTALL | 291 default values for variables like `CC', `cache_file', and `prefix'.
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/ |
| H A D | INSTALL | 176 values for variables like `CC', `cache_file', and `prefix'.
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | pre-generated-old-configure.patch | 130 +cache_file=./config.cache 199 + ac_prev=cache_file ;; 202 + cache_file="$ac_optarg" ;; 609 +if test -r "$cache_file"; then 610 + echo "loading cache $cache_file" 611 + . $cache_file 613 + echo "creating cache $cache_file" 614 + > $cache_file 8750 +if cmp -s $cache_file confcache; then 8753 + if test -w $cache_file; then [all …]
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190907.patch.gz | 1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190630.patch.gz | 1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |