Home
last modified time | relevance | path

Searched refs:MAX_FNAME_LEN (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_const_common.h37 #ifndef MAX_FNAME_LEN
38 #define MAX_FNAME_LEN 256 // maximal length of file name in char size macro
/third_party/ltp/testcases/misc/math/float/iperb/
Dgeniperb.c40 #define MAX_FNAME_LEN 16 macro
80 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
/third_party/ltp/testcases/misc/math/float/bessel/
Dgenbessel.c40 #define MAX_FNAME_LEN 16 macro
79 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
/third_party/ltp/testcases/misc/math/float/power/
Dgenpower.c40 #define MAX_FNAME_LEN 16 macro
78 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
/third_party/ltp/testcases/misc/math/float/exp_log/
Dgenexp_log.c40 #define MAX_FNAME_LEN 16 macro
78 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
/third_party/ltp/testcases/misc/math/float/trigo/
Dgentrigo.c41 #define MAX_FNAME_LEN 16 macro
79 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h99 char sRecFileName[MAX_FNAME_LEN]; // file to be constructed
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp111 char sRecFileName[MAX_DEPENDENCY_LAYER][MAX_FNAME_LEN];