/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | str-two-way.h | 237 i = suffix - 1; in __rtl_two_way_short_needle() 250 j += i - suffix + 1; in __rtl_two_way_short_needle() 259 period = MAX (suffix, needle_len - suffix) + 1; in __rtl_two_way_short_needle() 264 i = suffix; in __rtl_two_way_short_needle() 271 i = suffix - 1; in __rtl_two_way_short_needle() 280 j += i - suffix + 1; in __rtl_two_way_short_needle() 361 i = suffix - 1; in __rtl_two_way_long_needle() 384 period = MAX (suffix, needle_len - suffix) + 1; in __rtl_two_way_long_needle() 398 i = suffix; in __rtl_two_way_long_needle() 405 i = suffix - 1; in __rtl_two_way_long_needle() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | anim_dump.c | 42 const W_CHAR* suffix = TO_W_CHAR("png"); in main() local 70 suffix = TO_W_CHAR("tiff"); in main() 73 suffix = TO_W_CHAR("pam"); in main() 92 file, dump_folder, prefix, suffix); in main() 110 dump_folder, prefix, i, suffix); in main()
|
/AliOS-Things-master/components/uvoice/codec/opensource/pvmp3/ |
A D | get_pvmp3.py | 82 suffix = oldname.split('.')[-1] variable 83 if suffix == 'h' or suffix == 'cpp': 96 if suffix == 'cpp':
|
/AliOS-Things-master/components/uvoice/stream/ |
A D | uvoice_http.c | 831 char *suffix; in http_get_filename() local 852 suffix = strstr(url, ".mp3"); in http_get_filename() 853 if (!suffix) { in http_get_filename() 855 if (suffix) { in http_get_filename() 859 name_end = suffix + 3; in http_get_filename() 864 if (!suffix) { in http_get_filename() 866 if (suffix) { in http_get_filename() 876 if (!suffix) { in http_get_filename() 878 if (suffix) { in http_get_filename() 888 if (!suffix) { in http_get_filename() [all …]
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_format.c | 322 static bool suffix_assert(char *str, char *suffix) in suffix_assert() argument 326 if (!str || !suffix || strlen(str) < strlen(suffix)) in suffix_assert() 329 ret = !memcmp((str + strlen(str) - strlen(suffix)), in suffix_assert() 330 suffix, strlen(suffix)); in suffix_assert() 335 ret = !!strstr(str, suffix); in suffix_assert()
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftzopen.c | 173 state->suffix = (FT_Byte*)( state->prefix + new_size ); in ft_lzwstate_prefix_grow() 175 FT_MEM_MOVE( state->suffix, in ft_lzwstate_prefix_grow() 208 state->suffix = NULL; in ft_lzwstate_init() 230 state->suffix = NULL; in ft_lzwstate_done() 352 FTLZW_STACK_PUSH( state->suffix[code - 256] ); in ft_lzwstate_io() 387 state->suffix[state->free_ent] = (FT_Byte) old_char; in ft_lzwstate_io()
|
A D | ftzopen.h | 135 FT_Byte* suffix; /* suffix = (FT_Byte*)(prefix + prefix_size) */ member
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | dfu.py | 63 suffix = named(struct.unpack("<4H3sBI", data[:16]), "device product vendor dfu ufd len crc") 66 % suffix 68 if crc != suffix["crc"]:
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/aplist/ |
A D | awss_aplist.c | 106 int str_end_with(const char *str, const char *suffix) in str_end_with() argument 109 if (!str || !suffix) { in str_end_with() 113 lensuffix = strlen(suffix); in str_end_with() 117 return strncmp(str + lenstr - lensuffix, suffix, lensuffix) == 0; in str_end_with()
|
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/ |
A D | main.cpp | 113 Json::String suffix = *(path.end() - 1) == '.' ? "" : "."; in printValueTree() local 115 printValueTree(fout, value[name], path + suffix + name); in printValueTree() 215 Json::String suffix = path.substr(path.length() - extension.length()); in removeSuffix() local 216 if (suffix != extension) in removeSuffix()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ |
A D | README.md | 9 that the generated shared library name and suffix are platform-dependent):
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gun.c | 164 unsigned char suffix[65536]; /* one-character LZW suffix */ variable 332 *p++ = suffix[code]; in lunpipe() 343 suffix[end] = (unsigned char)final; in lunpipe()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | sdlgenblit.pl | 155 my $suffix = shift; 170 print FILE "$suffix";
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | cutils.c | 75 int has_suffix(const char *str, const char *suffix) in has_suffix() argument 78 size_t slen = strlen(suffix); in has_suffix() 79 return (len >= slen && !memcmp(str + len - slen, suffix, slen)); in has_suffix()
|
A D | Changelog | 37 - BigDecimal: changed suffix from 'd' to 'm'
|
A D | cutils.h | 64 int has_suffix(const char *str, const char *suffix);
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngfix.c | 3863 const char * suffix = NULL; in main() local 3905 suffix = 9+*argv; in main() 3974 prog, prefix, *argv, suffix ? suffix : ""); in main() 3985 else if (suffix != NULL) in main() 3990 if (suffix != NULL) in main() 3992 size_t suffixlen = strlen(suffix); in main() 3997 prog, *argv, suffix); in main() 4002 memcpy(temp_name+outlen, suffix, suffixlen); in main()
|
/AliOS-Things-master/components/linksdk/components/ota/ |
A D | aiot_ota_api.c | 20 …_publish_base(void *handle, char *topic_prefix, char *product_key, char *device_name, char *suffix, 1078 char *device_name, char *suffix, char *params) in _ota_publish_base() argument 1092 if (NULL == suffix) { in _ota_publish_base() 1100 char *src[] = { topic_prefix, product_key, device_name, suffix }; in _ota_publish_base()
|
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/ |
A D | lfs1.c | 823 const char *suffix = pathname + pathlen; in lfs1_dir_find() local 827 suffix += strspn(suffix, "/"); in lfs1_dir_find() 828 sufflen = strcspn(suffix, "/"); in lfs1_dir_find() 833 if (sufflen == 2 && memcmp(suffix, "..", 2) == 0) { in lfs1_dir_find() 836 pathname = suffix + sufflen; in lfs1_dir_find() 843 suffix += sufflen; in lfs1_dir_find()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/ |
A D | Makefile | 579 ifneq ($(filter .map .bin .hex .lst,$(suffix $(IMAGE_FILE))),) 580 $(error Invalid IMAGE_FILE (conflicted suffix): $(IMAGE_FILE)) 609 IMAGE_SEC := $(addsuffix $(LST_SECTION_NAME)$(suffix $(IMAGE_FILE)),$(basename $(IMAGE_FILE)))
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | Utils.cc | 787 std::string suffix = playlistName.substr(lastPos); in IsValidPlayListName() local 788 if(suffix.size() < 5) in IsValidPlayListName() 792 if(ToLower(suffix.c_str()) != ".m3u8") in IsValidPlayListName()
|
/AliOS-Things-master/components/jsoncpp/CMakeFiles/ |
A D | CMakeOutput.log | 25 …nguages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared… 64 …nguages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared… 109 …nguages=c ada c++ java go d fortran objc obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared… 148 …nguages=c ada c++ java go d fortran objc obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared…
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 178 suffix. BigFloat literals have an infinite precision. They are rounded 484 @code{m} suffix. 567 …al point or an exponent) are @code{BigFloat} by default (i.e. a @code{l} suffix is implied). Hence… 569 …ers without a decimal point or an exponent) with or without the @code{n} suffix are @code{BigInt} …
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/paybox/ |
A D | module_paybox.c | 229 duk_push_string(ctx, data->suffix); in native_paybox_event_trade_notify()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | config.log | 68 …nguages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared… 88 configure:3060: checking for suffix of executables 98 configure:3158: checking for suffix of object files 331 …nguages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared… 369 …nguages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared…
|