/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_queue.c | 50 queue->front = queue->back = NULL; in nghttp2_queue_init() 76 if (queue->back) { in nghttp2_queue_push() 77 queue->back->next = new_cell; in nghttp2_queue_push() 78 queue->back = new_cell; in nghttp2_queue_push() 81 queue->front = queue->back = new_cell; in nghttp2_queue_push() 91 if (front == queue->back) { in nghttp2_queue_pop() 92 queue->back = NULL; in nghttp2_queue_pop() 105 assert(queue->back); in nghttp2_queue_back() 106 return queue->back->data; in nghttp2_queue_back()
|
A D | nghttp2_queue.h | 40 nghttp2_queue_cell *front, *back; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngstest.c | 1205 (void)back; in gpc_noop() 1216 (void)back; in gpc_nop8() 1235 (void)back; in gpc_nop6() 1305 (void)back; in gpc_g8() 1350 (void)back; in gpc_lin() 1386 (void)back; in gpc_pre() 1422 (void)back; in gpc_preq() 1458 (void)back; in gpc_glin() 1474 (void)back; in gpc_gpre() 1490 (void)back; in gpc_gprq() [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/ |
A D | Kconfig | 9 It supports several back-ends to store and load serialized data from 19 bool "runtime storage back-end" 22 Enables runtime storage back-end. 46 prompt "Storage back-end" 53 Storage back-end to be used by the settings subsystem. 59 Use FCB as a settings storage back-end. 66 Use a file system as a settings storage back-end. 78 Use a custom settings storage back-end. 83 No storage back-end.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gzlog.c | 427 log->back = 3 + (buf[HEAD + 34] & 7); in log_head() 449 ext[34] = log->back - 3 + (op << 3); in log_mark() 464 int back, len, mask; in log_last() local 468 back = log->last == log->first ? log->back : 8; in log_last() 470 mask = 0x80 >> ((back - 1) & 7); /* mask for block last-bit */ in log_last() 476 if (back != 8 && (lseek(log->fd, log->last - len, SEEK_SET) < 0 || in log_last() 644 if (lseek(log->fd, log->first - (log->back > 8 ? 2 : 1), in log_compress() 650 deflatePrime(&strm, (8 - log->back) & 7, *buf); in log_compress() 682 log->back = 1; in log_compress() 683 while ((*buf & ((uint)1 << (8 - log->back++))) == 0) in log_compress() [all …]
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | recognize_commands_test.cc | 33 TF_LITE_MICRO_EXPECT_EQ(0, queue.back().time_); in TF_LITE_MICRO_TEST() 39 TF_LITE_MICRO_EXPECT_EQ(1, queue.back().time_); in TF_LITE_MICRO_TEST() 45 TF_LITE_MICRO_EXPECT_EQ(1, queue.back().time_); in TF_LITE_MICRO_TEST() 51 TF_LITE_MICRO_EXPECT_EQ(2, queue.back().time_); in TF_LITE_MICRO_TEST() 65 TF_LITE_MICRO_EXPECT_EQ(i, queue.back().time_); in TF_LITE_MICRO_TEST()
|
A D | recognize_commands.h | 52 Result& back() { in back() function 68 back() = entry; in push_back()
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_client.c | 42 char back; in res_parse() local 43 backup_json_str_last_char(tmp, tmplen, back); in res_parse() 45 restore_json_str_last_char(tmp, tmplen, back); in res_parse() 52 backup_json_str_last_char(tmp, tmplen, back); in res_parse() 54 restore_json_str_last_char(tmp, tmplen, back); in res_parse() 185 char back; in nego_cb() local 186 backup_json_str_last_char(accessKey, keylen, back); in nego_cb() 189 restore_json_str_last_char(accessKey, keylen, back); in nego_cb() 291 char back; in auth_cb() local 292 backup_json_str_last_char(tmp, tmplen, back); in auth_cb() [all …]
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | configure.ac | 57 AC_MSG_RESULT([ (Linux back-end)]) 76 AC_MSG_RESULT([ (Mac OS X back-end)]) 85 AC_MSG_RESULT([ (FreeBSD back-end)]) 100 AC_MSG_RESULT([ (kFreeBSD back-end)]) 111 AC_MSG_RESULT([ (Windows back-end, using MinGW)]) 118 AC_MSG_RESULT([ (Windows back-end, using Cygwin)])
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | cpu_backend_gemm_custom_gemv.h | 466 const int back = in + 8 - lhs_params.cols; 467 TFLITE_DCHECK_GE(back, 1); 468 TFLITE_DCHECK_LE(back, 7); 472 const LhsScalar* local_filter_ptr = filter_ptr - back; 487 switch (back) { 714 const int back = in + 4 - lhs_params.cols; 715 TFLITE_DCHECK_GE(back, 1); 716 TFLITE_DCHECK_LE(back, 3); 719 const float* local_filter_ptr = filter_ptr - back; 730 switch (back) {
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/images/ |
A D | Makefile.am | 29 back.gif \
|
/AliOS-Things-master/components/py_engine/tests/esp32/ |
A D | partition_ota.py.exp | 5 Not confirming boot ok and resetting back into first
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | top_n.h | 219 if (state_ == UNORDERED || cmp_(elements_.back(), elements_.front())) { in PushInternal() 228 swap(elements_.front(), elements_.back()); in PushInternal() 240 elements_.back() = std::forward<U>(v); // NOLINT(build/c++11) in PushInternal()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inflate.c | 125 state->back = -1; 1012 state->back = -1; 1015 state->back = 0; 1030 state->back += last.bits; 1033 state->back += here.bits; 1044 state->back = -1; 1060 state->back += state->extra; 1080 state->back += last.bits; 1083 state->back += here.bits; 1097 state->back += state->extra; [all …]
|
A D | gzio.c-bak | 72 int back; /* one character push-back */ 123 s->back = EOF; 413 if (s->stream.avail_out && s->back != EOF) { 414 *next_out++ = s->back; 417 s->back = EOF; 514 Push one byte back onto the stream. 523 s->back = c; 817 s->back = EOF; 838 if (offset && s->back != EOF) { 839 s->back = EOF; [all …]
|
/AliOS-Things-master/components/ucloud_ai/include/model/ |
A D | ocr.h | 31 } back; member
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | profile.h | 46 struct _mp_obj_frame_t *back; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/ |
A D | FILES | 2 you use the lowel-level call-back/raw API.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inflate.h | 123 int back; /* bits back of last unprocessed length/lit */ member
|
A D | inflate.c | 139 state->back = -1; 1050 state->back = -1; 1053 state->back = 0; 1068 state->back += last.bits; 1071 state->back += here.bits; 1082 state->back = -1; 1098 state->back += state->extra; 1118 state->back += last.bits; 1121 state->back += here.bits; 1135 state->back += state->extra; [all …]
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | inflate.h | 120 int back; /* bits back of last unprocessed length/lit */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmemdosa.asm | 14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c. 261 ; AX,DX,BX registers are written back to the context structure. 282 mov word ptr es:[bx],ax ; put back ax,dx,bx 342 ; AX,DX,BX registers are written back to the context structure. 363 mov word ptr es:[bx],ax ; put back ax,dx,bx
|
/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/ |
A D | xz_dec_lzma2.c | 347 size_t back; in dict_repeat() local 356 back = dict->pos - dist - 1; in dict_repeat() 358 back += dict->end; in dict_repeat() 361 dict->buf[dict->pos++] = dict->buf[back++]; in dict_repeat() 362 if (back == dict->end) in dict_repeat() 363 back = 0; in dict_repeat()
|
/AliOS-Things-master/components/ota/tools/xz/src/ |
A D | xz_dec_lzma2.c | 347 size_t back; in dict_repeat() local 356 back = dict->pos - dist - 1; in dict_repeat() 358 back += dict->end; in dict_repeat() 361 dict->buf[dict->pos++] = dict->buf[back++]; in dict_repeat() 362 if (back == dict->end) in dict_repeat() 363 back = 0; in dict_repeat()
|
/AliOS-Things-master/components/ucloud_ai/src/model/ |
A D | ocr.cc | 113 result.identity.back.startDate = (char *)startDate.c_str(); in recognizeIdentityCardBackSide() 114 result.identity.back.issue = (char *)issue.c_str(); in recognizeIdentityCardBackSide() 115 result.identity.back.endDate = (char *)endDate.c_str(); in recognizeIdentityCardBackSide()
|