Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppoe.c325 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_session()
345 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_hunique()
359 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_state)); in pppoe_find_softc_by_hunique()
364 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num)); in pppoe_find_softc_by_hunique()
636 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, in pppoe_disc_input()
703 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, in pppoe_data_input()
741 sc->sc_state, sc->sc_session, in pppoe_output()
742sc->sc_dest.addr[0], sc->sc_dest.addr[1], sc->sc_dest.addr[2], sc->sc_dest.addr[3], sc->sc_dest.ad… in pppoe_output()
808 MEMCPY(p, &sc, sizeof sc); in pppoe_send_padi()
1023 MEMCPY(p, &sc, sizeof sc); in pppoe_send_padr()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrnlen.c21 const char *sc; in _strnlen() local
23 for (sc = s; count-- && *sc != '\0'; ++sc) in _strnlen()
26 return sc - s; in _strnlen()
A Dstrtok_r.c39 register int c, sc; in __strtok_r() local
51 for (spanp = (char *)delim; (sc = *spanp++) != 0;) { in __strtok_r()
52 if (c == sc) { in __strtok_r()
78 if ((sc = *spanp++) == c) { in __strtok_r()
86 } while (sc != 0); in __strtok_r()
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py1444 sc = node.item
1472 _set_val(sc, sc.assignable[0])
1477 val_index = sc.assignable.index(sc.tri_value)
1478 _set_val(sc, sc.assignable[(val_index + 1) % len(sc.assignable)])
1485 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable:
1920 if not (sc.name and search(sc.name.lower()) or
2397 def _name_info(sc): argument
2401 return "Name: {}\n".format(sc.name) if sc.name else ""
2437 def _help_info(sc): argument
2620 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
[all …]
A Dkconfiglib.py5252 sc = self.item
5259 lines.append("choice " + sc.name if sc.name else "choice")
5273 if sc is sc.kconfig.defconfig_list:
5279 if sc is sc.kconfig.modules:
5292 if isinstance(sc, Choice) and sc.is_optional:
5459 return '"{}"'.format(escape(sc.name)) if sc.is_constant else sc.name
5462 return "<choice {}>".format(sc.name) if sc.name else "<choice>"
5626 def _visibility(sc): argument
5638 if isinstance(sc, Symbol) and sc.choice:
5640 sc.orig_type is not TRISTATE and sc.choice.tri_value != 2:
[all …]
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dmenuconfig.py1444 sc = node.item
1472 _set_val(sc, sc.assignable[0])
1477 val_index = sc.assignable.index(sc.tri_value)
1478 _set_val(sc, sc.assignable[(val_index + 1) % len(sc.assignable)])
1485 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable:
1920 if not (sc.name and search(sc.name.lower()) or
2397 def _name_info(sc): argument
2401 return "Name: {}\n".format(sc.name) if sc.name else ""
2437 def _help_info(sc): argument
2620 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
[all …]
A Dkconfiglib.py5252 sc = self.item
5259 lines.append("choice " + sc.name if sc.name else "choice")
5273 if sc is sc.kconfig.defconfig_list:
5279 if sc is sc.kconfig.modules:
5292 if isinstance(sc, Choice) and sc.is_optional:
5459 return '"{}"'.format(escape(sc.name)) if sc.is_constant else sc.name
5462 return "<choice {}>".format(sc.name) if sc.name else "<choice>"
5626 def _visibility(sc): argument
5638 if isinstance(sc, Symbol) and sc.choice:
5640 sc.orig_type is not TRISTATE and sc.choice.tri_value != 2:
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcarith.c28 INT32 sc; /* counter for stacked 0xFF values which might overflow */ member
159 e->sc = 0; in finish_pass()
169 if (e->sc) { in finish_pass()
176 } while (--e->sc); in finish_pass()
278 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in arith_encode()
279 e->sc = 0; in arith_encode()
285 ++e->sc; /* stack 0xFF byte (which might overflow later) */ in arith_encode()
296 if (e->sc) { in arith_encode()
303 } while (--e->sc); in arith_encode()
349 entropy->sc = 0; in emit_restart()
[all …]
A Dmakefile.sas9 CC= sc
32 LDLIBS= LIB:scm.lib LIB:sc.lib
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dmakefile.amiga12 CC=sc
22 LDLIBS= libpng.lib libgz.lib LIB:scm.lib LIB:sc.lib Lib:amiga.lib
/AliOS-Things-master/components/freetype/src/autofit/
A Dafglobal.c56 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
61 sc, \
99 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
117 #define STYLE( s, S, d, ws, sc, ss, c ) #s, argument
A Dafglobal.h47 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
A Dafpic.c133 #define STYLE( s, S, d, ws, sc, bss, c ) \ in autofit_module_class_pic_init() argument
A Daftypes.h423 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
A Dafcjk.c269 AF_StyleClass sc = metrics->root.style_class; in af_cjk_metrics_init_blues() local
271 AF_Blue_Stringset bss = sc->blue_stringset; in af_cjk_metrics_init_blues()
/AliOS-Things-master/components/mbedtls/library/
A Daria.c242 const uint8_t sc[256], const uint8_t sd[256] ) in aria_sl()
246 (((uint32_t) sc[(*a >> 16) & 0xFF]) << 16) ^ in aria_sl()
250 (((uint32_t) sc[(*b >> 16) & 0xFF]) << 16) ^ in aria_sl()
254 (((uint32_t) sc[(*c >> 16) & 0xFF]) << 16) ^ in aria_sl()
258 (((uint32_t) sc[(*d >> 16) & 0xFF]) << 16) ^ in aria_sl()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c939 BT_DBG("start 0x%04x end 0x%04x", sc->start, sc->end); in sc_process()
942 sc_range[1] = sys_cpu_to_le16(sc->end); in sc_process()
945 sc->start = 0U; in sc_process()
946 sc->end = 0U; in sc_process()
948 sc->params.attr = &_1_gatt_svc.attrs[2]; in sc_process()
949 sc->params.func = sc_indicate_rsp; in sc_process()
950 sc->params.data = &sc_range[0]; in sc_process()
951 sc->params.len = sizeof(sc_range); in sc_process()
1931 struct sc_data *sc; in notify_cb() local
1935 sys_le16_to_cpu(sc->start), in notify_cb()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcmsis_iccarm.h518 uint8_t sc = 31U; in __RBIT() local
524 sc--; in __RBIT()
526 return (r << sc); in __RBIT()
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/
A Dcmsis_iccarm.h518 uint8_t sc = 31U; in __RBIT() local
524 sc--; in __RBIT()
526 return (r << sc); in __RBIT()
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A Dcmsis_iccarm.h545 uint8_t sc = 31U; in __RBIT() local
551 sc--; in __RBIT()
553 return (r << sc); in __RBIT()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/amiga/
A DMakefile.sas6 CC=sc
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dcmsis_iccarm.h563 uint8_t sc = 31U; in __RBIT() local
569 sc--; in __RBIT()
571 return (r << sc); in __RBIT()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dcmsis_iccarm.h563 uint8_t sc = 31U; in __RBIT() local
569 sc--; in __RBIT()
571 return (r << sc); in __RBIT()
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dutil.h965 #define Z_FOR_EACH_IDX2(count, iter, macro, sc, fixed_arg0, fixed_arg1, ...) \ argument
966 UTIL_EVAL(Z_FOR_EACH_IDX(count, iter, macro, sc,\
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb.h2156 #define USB_INTERFACE_INFO(cl, sc, pr) \ argument
2159 .bInterfaceSubClass = (sc), \

Completed in 105 milliseconds

12