/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | strtod_bk.c | 484 dval(rv) = tens[k - 9] * dval(rv) + z; 504 dval(rv) = -dval(rv); 520 dval(rv) = -dval(rv); 548 dval(rv) = -dval(rv); 875 dval(rv) += adj*ulp(dval(rv)); 881 dval(rv) += adj*ulp(dval(rv)); 1041 dval(rv) += sulp(rv, scale); 1043 dval(rv) += ulp(dval(rv)); 1048 dval(rv) -= sulp(rv, scale); 1050 dval(rv) -= ulp(dval(rv)); [all …]
|
A D | strtod.c | 146 unsigned int rv; in _parse_integer() local 150 rv = 0; in _parse_integer() 173 rv++; in _parse_integer() 178 rv |= KSTRTOX_OVERFLOW; in _parse_integer() 179 return rv; in _parse_integer() 194 unsigned int rv; in _strtoull() local 197 rv = _parse_integer(cp, base, &result); in _strtoull()
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_session.c | 165 int rv; in session_call_error_callback() local 224 int rv; in session_terminate_session() local 417 int rv; in session_new() local 619 int rv; in nghttp2_session_client_new3() local 656 int rv; in nghttp2_session_server_new3() local 782 int rv; in nghttp2_session_reprioritize_stream() local 962 int rv; in nghttp2_session_add_rst_stream() local 1034 int rv; in nghttp2_session_open_stream() local 1169 int rv; in nghttp2_session_close_stream() local 1984 if (rv < 0 || (size_t)rv > buflen) { in session_pack_extension() [all …]
|
A D | nghttp2_hd.c | 658 int rv; in hd_ringbuf_push_front() local 680 int rv; in hd_context_init() local 712 int rv; in nghttp2_hd_deflate_init2() local 735 int rv; in nghttp2_hd_inflate_init() local 937 int rv; in emit_table_size() local 966 int rv; in emit_indexed_block() local 993 int rv; in emit_string() local 1058 int rv; in emit_indname_block() local 1102 int rv; in emit_newname_block() local 1130 int rv; in add_hd_table_incremental() local [all …]
|
A D | nghttp2_submit.c | 76 int rv; in submit_headers_shared() local 152 int rv; in submit_headers_shared_nva() local 193 int rv; in nghttp2_submit_headers() local 231 int rv; in nghttp2_submit_priority() local 332 int rv; in nghttp2_submit_push_promise() local 392 int rv; in nghttp2_submit_window_update() local 441 int rv; in nghttp2_session_set_local_window_size() local 516 int rv; in nghttp2_submit_altsvc() local 612 int rv; in nghttp2_submit_request() local 665 int rv; in nghttp2_submit_data() local [all …]
|
A D | nghttp2_hd_huffman.c | 43 int rv; in huff_encode_sym() local 72 if (rv != 0) { in huff_encode_sym() 73 return rv; in huff_encode_sym() 79 if (rv != 0) { in huff_encode_sym() 80 return rv; in huff_encode_sym() 86 if (rv != 0) { in huff_encode_sym() 87 return rv; in huff_encode_sym() 93 if (rv != 0) { in huff_encode_sym() 101 if (rv != 0) { in huff_encode_sym() 102 return rv; in huff_encode_sym() [all …]
|
A D | nghttp2_buf.c | 98 int rv; in buf_chain_new() local 108 if (rv != 0) { in buf_chain_new() 139 int rv; in nghttp2_bufs_init3() local 169 int rv; in nghttp2_bufs_realloc() local 321 int rv; in bufs_alloc_chain() local 354 int rv; in nghttp2_bufs_add() local 383 int rv; in bufs_ensure_addb() local 402 int rv; in nghttp2_bufs_addb() local 416 int rv; in nghttp2_bufs_addb_hold() local 430 int rv; in nghttp2_bufs_orb() local [all …]
|
A D | nghttp2_map.c | 71 int rv; in nghttp2_map_each() local 76 rv = func(entry, ptr); in nghttp2_map_each() 77 if (rv != 0) { in nghttp2_map_each() 78 return rv; in nghttp2_map_each() 152 int rv; in nghttp2_map_insert() local 155 rv = resize(map, map->tablelen * 2); in nghttp2_map_insert() 156 if (rv != 0) { in nghttp2_map_insert() 157 return rv; in nghttp2_map_insert() 160 rv = insert(map->table, map->tablelen, new_entry); in nghttp2_map_insert() 161 if (rv != 0) { in nghttp2_map_insert() [all …]
|
A D | nghttp2_stream.c | 157 int rv; in stream_obq_push() local 484 int rv; in stream_update_dep_on_attach_item() local 487 if (rv != 0) { in stream_update_dep_on_attach_item() 488 return rv; in stream_update_dep_on_attach_item() 509 int rv; in nghttp2_stream_attach_item() local 519 if (rv != 0) { in nghttp2_stream_attach_item() 525 return rv; in nghttp2_stream_attach_item() 635 int rv; in nghttp2_stream_dep_insert() local 806 int rv; in nghttp2_stream_dep_remove() local 860 int rv; in nghttp2_stream_dep_insert_subtree() local [all …]
|
A D | nghttp2_frame.c | 348 int rv; in nghttp2_frame_pack_headers() local 369 if (rv != 0) { in nghttp2_frame_pack_headers() 370 return rv; in nghttp2_frame_pack_headers() 559 int rv; in nghttp2_frame_pack_push_promise() local 628 int rv; in nghttp2_frame_pack_goaway() local 734 int rv; in nghttp2_frame_pack_altsvc() local 739 (void)rv; in nghttp2_frame_pack_altsvc() 847 int rv; in bytes_compar() local 869 return rv; in bytes_compar() 881 int rv; in nv_compar() local [all …]
|
A D | nghttp2_rcbuf.c | 56 int rv; in nghttp2_rcbuf_new2() local 58 rv = nghttp2_rcbuf_new(rcbuf_ptr, srclen + 1, mem); in nghttp2_rcbuf_new2() 59 if (rv != 0) { in nghttp2_rcbuf_new2() 60 return rv; in nghttp2_rcbuf_new2()
|
A D | nghttp2_pq.c | 174 int rv = 0; in nghttp2_pq_update() local 179 rv |= (*fun)(pq->q[i], arg); in nghttp2_pq_update() 181 if (rv) { in nghttp2_pq_update()
|
A D | nghttp2_http.c | 429 int rv; in nghttp2_http_on_header() local 459 rv = check_authority(nv->value->base, nv->value->len); in nghttp2_http_on_header() 461 rv = check_scheme(nv->value->base, nv->value->len); in nghttp2_http_on_header() 463 rv = nghttp2_check_header_value(nv->value->base, nv->value->len); in nghttp2_http_on_header() 466 if (rv == 0) { in nghttp2_http_on_header()
|
/AliOS-Things-master/components/linkkit/http2/ |
A D | iotx_http2.c | 56 int rv; in send_callback() local 75 if (rv < 0 || rv < length) { in send_callback() 78 return rv; in send_callback() 99 int rv; in recv_callback() local 114 rv = 0; in recv_callback() 116 return rv; in recv_callback() 607 return rv; in iotx_http2_client_send() 642 int rv; in iotx_http2_client_connect() local 700 int rv; in iotx_http2_client_connect_with_cb() local 815 int rv; in iotx_http2_update_window_size() local [all …]
|
A D | http2_api.c | 359 int rv = 0; in http2_io() local 573 int rv = 0; in IOT_HTTP2_Stream_Open() local 687 int rv = 0; in IOT_HTTP2_Stream_Send_Message() local 771 int rv = 0; in IOT_HTTP2_Stream_Send() local 920 return rv; in IOT_HTTP2_Stream_Send() 926 int rv = 0; in IOT_HTTP2_Stream_Query() local 1009 return rv; in IOT_HTTP2_Stream_Query() 1016 int rv = 0; in IOT_HTTP2_FS_Close() local 1131 return rv; in IOT_HTTP2_FS_Close() 1137 int rv = 0; in IOT_HTTP2_Stream_Close() local [all …]
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | insert-usb-ids.py | 16 rv = dict() 25 rv[key] = val 27 if k not in rv: 29 return rv
|
/AliOS-Things-master/components/SDL2/src/image/VisualCE/ |
A D | clean.sh | 1 find . -type d -name 'Debug' -exec rm -rv {} \; 2 find . -type d -name 'Release' -exec rm -rv {} \;
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | demand.c | 229 int c, rv; local 231 rv = 0; 236 rv = loop_frame(p,n); 237 return rv; 247 rv = 1; 271 return rv;
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-tests | 101 rv = b'' 105 rv += os.read(master, 1024) 107 if not required or rv: 108 return rv
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ff.c | 586 rv = rv << 8 | ptr[0]; in ld_word() 595 rv = rv << 8 | ptr[2]; in ld_dword() 596 rv = rv << 8 | ptr[1]; in ld_dword() 597 rv = rv << 8 | ptr[0]; in ld_dword() 607 rv = rv << 8 | ptr[6]; in ld_qword() 608 rv = rv << 8 | ptr[5]; in ld_qword() 609 rv = rv << 8 | ptr[4]; in ld_qword() 610 rv = rv << 8 | ptr[3]; in ld_qword() 611 rv = rv << 8 | ptr[2]; in ld_qword() 612 rv = rv << 8 | ptr[1]; in ld_qword() [all …]
|
/AliOS-Things-master/components/fatfs/src/ |
A D | ff.c | 552 rv = rv << 8 | ptr[0]; in ld_word() 562 rv = rv << 8 | ptr[2]; in ld_dword() 563 rv = rv << 8 | ptr[1]; in ld_dword() 564 rv = rv << 8 | ptr[0]; in ld_dword() 575 rv = rv << 8 | ptr[6]; in ld_qword() 576 rv = rv << 8 | ptr[5]; in ld_qword() 577 rv = rv << 8 | ptr[4]; in ld_qword() 578 rv = rv << 8 | ptr[3]; in ld_qword() 579 rv = rv << 8 | ptr[2]; in ld_qword() 580 rv = rv << 8 | ptr[1]; in ld_qword() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | stdlib_patch.c | 79 unsigned int rv; in simple_strtoull_patch() local 82 rv = _parse_integer(cp, base, &result); in simple_strtoull_patch()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn_internal.h | 167 } rv; member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirread.c | 430 cvtRational(TIFF* tif, TIFFDirEntry* dir, uint32 num, uint32 denom, float* rv) in cvtRational() argument 439 *rv = ((float)num / (float)denom); in cvtRational() 441 *rv = ((float)(int32)num / (float)(int32)denom); in cvtRational()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_getimage.c | 1648 uint32 rv, gv, bv, kv; in DECLARESepPutFunc() local 1651 rv = (kv*(255-*r++))/255; in DECLARESepPutFunc() 1654 *cp++ = PACK4(rv,gv,bv,255); in DECLARESepPutFunc() 1668 uint32 rv, gv, bv, av; in DECLARESepPutFunc() local 1673 rv = m[*r++]; in DECLARESepPutFunc() 1676 *cp++ = PACK4(rv,gv,bv,av); in DECLARESepPutFunc()
|