Searched refs:boundary (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/http/src/ |
A D | http_formdata.c | 270 static const char *boundary = "----WebKitFormBoundarypNjgoVtFRlzPquKE"; variable 305 total_len += strlen(boundary) + 4; in httpclient_formdata_len() 330 snprintf(data, sizeof(data), "\r\n--%s", boundary); in httpclient_send_formdata() 388 snprintf(data, sizeof(data), "\r\n--%s", boundary); in httpclient_send_formdata() 402 snprintf(data, sizeof(data), "\r\n--%s--\r\n", boundary); in httpclient_send_formdata()
|
A D | http_client.c | 183 static const char *boundary = "----WebKitFormBoundarypNjgoVtFRlzPquKE"; variable 275 snprintf(buf, buf_size, "Content-Type: multipart/form-data; boundary=%s\r\n", boundary); in httpclient_send_header() 279 total_len += strlen(boundary) + 8; in httpclient_send_header()
|
/AliOS-Things-master/components/a2sa/include/ |
A D | sound_pcm.h | 115 aos_pcm_uframes_t boundary; /*< pointers wrap point */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | predictor_enc.c | 151 uint8_t boundary, int quantization) { in NearLosslessComponent() argument 153 const int boundary_residual = (boundary - predict) & 0xff; in NearLosslessComponent() 158 const int bias = ((boundary - value) & 0xff) < boundary_residual; in NearLosslessComponent()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | utf8.txt | 17 The test lines below cover boundary conditions, malformed UTF-8 100 2.3 Other boundary conditions | 232 is a boundary test for safe UTF-8 decoders. All five characters should |
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | txtvsbin.txt | 50 plain text; otherwise, it is categorized as binary. (The boundary case,
|
A D | rfc1951.txt | 499 boundary, since a block does not necessarily occupy an integral 578 Any bits of input up to the next byte boundary are ignored.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | gvmat64.asm | 117 ; Note : these value are good with a 8 bytes boundary pack structure
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | match686.asm | 82 ; Note : these value are good with a 8 bytes boundary pack structure
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | dwc_os.h | 548 extern dwc_pool_t *DWC_DMA_POOL_CREATE(uint32_t size, uint32_t align, uint32_t boundary);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 670 - Add inflatePrime() function for starting inflation at bit boundary 850 - Add Z_BLOCK flush option to return from inflate at block boundary 852 - Indicate bits unused, if at block boundary, and if in last block
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | usage.txt | 562 upper left corner of the selected region must fall on an iMCU boundary. If
|
A D | structure.txt | 173 only to the next block (block_size-sample) boundary. In an interleaved-scan
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 881 23e29cb1 Merge "Fix a boundary case in BackwardReferencesHashChainDistanceOnly." into 0.5.1 890 0174d18d Fix a boundary case in BackwardReferencesHashChainDistanceOnly. 900 cc2720c1 Merge "Revert an LZ77 boundary constant." into 0.5.1 903 a3611513 Revert an LZ77 boundary constant. 3643 57cab7b8 Harmonize the alpha-filter predictions at boundary
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 493 set(CMAKE_REQUIRED_FLAGS "-mpreferred-stack-boundary=2")
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 3346 but at the 2GB boundary to avoid overflow on 32bit systems. 7284 tiles that don't start on a tile boundary. Fix contributed by
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 4037 to start the next row on a 4-byte boundary.
|
A D | CHANGES | 2552 Align row_buf on 16-byte boundary in memory.
|
Completed in 71 milliseconds