/AliOS-Things-master/components/http/src/ |
A D | http_formdata.c | 66 formdata_node_t* previous; in httpclient_formdata_addtext() local 95 previous = data_info->form_data; in httpclient_formdata_addtext() 110 previous = current; in httpclient_formdata_addtext() 123 if(previous == current ) { in httpclient_formdata_addtext() 129 previous->next = NULL; in httpclient_formdata_addtext() 193 formdata_node_t* previous; in httpclient_formdata_addfile() local 218 previous = data_info->form_data; in httpclient_formdata_addfile() 233 previous = current; in httpclient_formdata_addfile() 246 if(previous == current ) { in httpclient_formdata_addfile() 250 previous->next = NULL; in httpclient_formdata_addfile()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | backward_references_cost_enc.c | 397 CostInterval* previous) { in PositionOrphanInterval() argument 400 if (previous == NULL) previous = manager->head_; in PositionOrphanInterval() 401 while (previous != NULL && current->start_ < previous->start_) { in PositionOrphanInterval() 402 previous = previous->previous_; in PositionOrphanInterval() 404 while (previous != NULL && previous->next_ != NULL && in PositionOrphanInterval() 405 previous->next_->start_ < current->start_) { in PositionOrphanInterval() 406 previous = previous->next_; in PositionOrphanInterval() 409 if (previous != NULL) { in PositionOrphanInterval() 410 ConnectIntervals(manager, current, previous->next_); in PositionOrphanInterval() 414 ConnectIntervals(manager, previous, current); in PositionOrphanInterval()
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | Kconfig | 45 2 WARNING, write SYS_LOG_WRN in addition to previous level 46 3 INFO, write SYS_LOG_INF in addition to previous levels 47 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | micro_string.cc | 186 char* previous = current; in FastFloatToBufferLeft() local 188 int fraction_digits = current - previous; in FastFloatToBufferLeft() 207 while (*(current - 1) == '0' && (current - 1) > previous) { in FastFloatToBufferLeft()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 41 u8_t previous; member 134 if (g_onoff_state.previous != g_onoff_state.current && in gen_onoff_set_unack() 137 g_onoff_state.previous, g_onoff_state.current); in gen_onoff_set_unack() 138 g_onoff_state.previous = g_onoff_state.current; in gen_onoff_set_unack()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | ctc_beam_search.h | 294 float previous = (b->label == b->parent->label) ? b->parent->oldp.blank in Step() local 298 beam_scorer_->GetStateExpansionScore(b->state, previous)); in Step() 353 float previous = (c.label == b->label) ? b->oldp.blank : b->oldp.total; in Step() local 355 beam_scorer_->GetStateExpansionScore(c.state, previous); in Step()
|
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | modbus.js | 145 function crc16modbus(buf, previous) { argument 148 var crc = typeof previous !== 'undefined' ? ~~previous : 0xffff;
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | telnetserver.h | 170 …unsigned char previous; /**< The character most recently received via the telnet interface. This … member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/ |
A D | telnetserver.c | 363 telnet_server.previous = 0; in CreateTelnetServer() 541 if (((character == '\r') && (telnet_server.previous == '\n')) in TelnetRecvBufferWrite() 542 || ((character == '\n') && (telnet_server.previous == '\r'))) { in TelnetRecvBufferWrite() 565 telnet_server.previous = character; in TelnetRecvBufferWrite()
|
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/ |
A D | CMakeLists.txt | 2 # The new Python3 module is much more robust than the previous PythonInterp
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | ANNOUNCE | 28 Changes since the previous public release (version 1.6.36)
|
A D | config.h.in | 118 previous line. Perhaps some future version of Sun C++ will work with
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | README | 19 from the previous one in the following respects:
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1951.txt | 71 1.6. Changes from previous versions ............................ 4 180 1.6. Changes from previous versions 195 of those for previous or subsequent blocks; the LZ77 algorithm may 196 use a reference to a duplicated string occurring in a previous block, 204 detected as duplicated within the previous 32K input bytes), and 556 in a previous block; i.e., the backward distance may cross one 702 16: Copy the previous code length 3 - 6 times. 764 the previous section and still be compliant; for example, it may 770 values defined in the previous section, and must accept blocks of 823 previous match to a length of one (thus producing a single literal
|
A D | algorithm.txt | 6 pointer to the previous string, in the form of a pair (distance, 8 to 258 bytes. When a string does not occur anywhere in the previous 40 previous match is truncated to a length of one (thus producing a single
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/ |
A D | readme.txt | 12 for Read_Last parameter now. It is a bit incompartible with previous version,
|
/AliOS-Things-master/hardware/arch/armv7m/common/ |
A D | panic_armcc.S | 92 ;the previous top-of-stack was at offset 0x20, 0x24, 0x68, or0x6C
|
A D | panic_iccarm.S | 92 ;the previous top-of-stack was at offset 0x20, 0x24, 0x68, or0x6C
|
A D | panic_gcc.sx | 101 @the previous top-of-stack was at offset 0x20, 0x24, 0x68, or0x6C
|
/AliOS-Things-master/hardware/arch/armv8m/common/ |
A D | panic_gcc.sx | 101 @the previous top-of-stack was at offset 0x20, 0x24, 0x68, or0x6C
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | README-WIN32.txt | 28 ChangeLog Changes since previous zlib packages
|
A D | DLL_FAQ.txt | 325 article KB326922 (see the previous answer), the C runtime that 367 file name, as suggested in the previous answer. 380 different file name, as suggested in the previous answer.
|
/AliOS-Things-master/components/SDL2/test/ |
A D | configure | 1875 … "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1876 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1880 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1890 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1894 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitopengles.m | 235 previous one when it's done. This is a workaround to make sure the
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | NEWS | 90 different from previous releases
|