Home
last modified time | relevance | path

Searched refs:s_temp (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/mqtt/
H A Dmqtt.c600 lws_mqtt_str_init(&par->s_temp, par->temp, in _lws_mqtt_rx_parser()
611 switch (lws_mqtt_str_parse(&par->s_temp, &buf, &len)) { in _lws_mqtt_rx_parser()
615 if (par->s_temp.len != 4 || in _lws_mqtt_rx_parser()
616 memcmp(par->s_temp.buf, "MQTT", in _lws_mqtt_rx_parser()
617 par->s_temp.len)) { in _lws_mqtt_rx_parser()
619 __func__, par->s_temp.len, in _lws_mqtt_rx_parser()
620 par->s_temp.buf); in _lws_mqtt_rx_parser()
1743 lws_mqtt_str_init(&par->s_temp, NULL, 0, 0); in _lws_mqtt_rx_parser()
1832 if (lws_mqtt_str_first(&par->s_temp)) in _lws_mqtt_rx_parser()
1833 lws_mqtt_str_init(&par->s_temp, pa in _lws_mqtt_rx_parser()
[all...]
H A Dprivate-lib-roles-mqtt.h268 lws_mqtt_str_t s_temp; member
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc4030 SwVfpRegister s_temp = temps.AcquireS(); in AssembleArchInstruction()
4033 // writing the constant directly into `s_temp`. in AssembleArchInstruction()
4037 __ vmov(s_temp, temp); in AssembleArchInstruction()
4039 __ vstr(s_temp, dst); in AssembleArchInstruction()

Completed in 8 milliseconds