Home
last modified time | relevance | path

Searched refs:memchr (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h33 #undef memchr
62 #define memchr _memchr macro
/AliOS-Things-master/components/freetype/include/config/
A Dftstdlib.h79 #define ft_memchr memchr
/AliOS-Things-master/components/py_engine/engine/shared/libc/
A Dstring0.c117 void *memchr(const void *s, int c, size_t n) { in memchr() function
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/
A Dsettings_line.c254 pend = memchr(&temp_buf[off], *until_char, len); in settings_line_raw_read_until()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzread.c584 eol = memchr(state->next, '\n', n);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dgzread.c586 eol = (unsigned char *)memchr(state->x.next, '\n', n);
/AliOS-Things-master/components/py_engine/modules/network/
A Dmodnetwork.c446 int8_t *x = memchr(wifi_ap_records[i].ssid, 0, in haas_wlan_scan()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure7869 $EGREP "memchr" >/dev/null 2>&1; then :
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c46914 return c < 0x100 && memchr(";/?:@&=+$,#", c, sizeof(";/?:@&=+$,#") - 1) != NULL; in isURIReserved()
47024 memchr(unescaped_chars, c, sizeof(unescaped_chars) - 1); in isUnescaped()
47033 memchr("-_.!~*'()", c, sizeof("-_.!~*'()") - 1) != NULL || in isURIUnescaped()
51464 pp = memchr(pv + k, v, len - k); in js_typed_array_indexOf()
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.06203 $EGREP "memchr" >/dev/null 2>&1; then :
A Doutput.16203 $EGREP "memchr" >/dev/null 2>&1; then :
A Doutput.26949 $EGREP "memchr" >/dev/null 2>&1; then :

Completed in 148 milliseconds