Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/amp/services/amp_utils/
A Damp_utils.c74 unsigned char ascii[16 + 1] = {0}; in amp_dump() local
94 sprintf((char *)ascii + i % 16, "%c", in amp_dump()
102 amp_debug(MOD_STR, " %s", ascii); in amp_dump()
106 memset(ascii, 0, sizeof(ascii)); in amp_dump()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_pnm.c118 int ascii; in IMG_LoadPNM_RW() local
131 ascii = 1; in IMG_LoadPNM_RW()
133 ascii = 0; in IMG_LoadPNM_RW()
190 if(ascii) { in IMG_LoadPNM_RW()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/
A Dmaketif.c40 char *ascii="This file was produced by Steven Spielberg. NOT"; in SetUpTIFFDirectory() local
53 TIFFSetField(tif,TIFFTAG_EXAMPLE_ASCII,ascii); in SetUpTIFFDirectory()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpng.c3148 *ascii = 0;
3198 *ascii = 0;
3206 *ascii++ = 48; /* '0' */
3207 *ascii = 0;
3212 *ascii++ = 105; /* 'i' */
3213 *ascii++ = 110; /* 'n' */
3214 *ascii++ = 102; /* 'f' */
3215 *ascii = 0;
3287 *ascii++ = 48; --i;
3294 *ascii++ = 48;
[all …]
A Dpngpriv.h1859 png_charp ascii, size_t size, double fp, unsigned int precision),
1865 png_charp ascii, size_t size, png_fixed_point fp),PNG_EMPTY);
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/xyzmodem/
A Dxyzmodem.h12 int xmodem_send_stream(const uint8_t *data, size_t size, int ascii);
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A DREADME.txt74 Finally you can opt for writing ascii or binary pgm- and ppm-files. When
75 the bit-depth is 16, the format will always be ascii.
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dchap_ms.c564 static void ascii2unicode(const char ascii[], int ascii_len, u_char unicode[]) { in ascii2unicode() argument
569 unicode[i * 2] = (u_char) ascii[i]; in ascii2unicode()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodframebuf.c700 int ascii = (int) (*chr); in asc_get_mat() local
701 if (ascii > 127 || ascii < 32) { in asc_get_mat()
707 long offset = (ascii - 32) * offset_step; in asc_get_mat()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrload.c904 cur->ascii = ( flags & PFR_PHY_ASCII_CODE ) in pfr_phy_font_load()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dmakefile.unix476 $(GROFF) -t -e -man -T ascii $$m \
A DChangeLog135 b892b8ba makefile.unix,dist: use ascii for text output
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1952.txt317 different file formats for ascii text and binary data, the
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzio.c-bak50 #define ASCII_FLAG 0x01 /* bit 0 set: file probably ascii text */
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog4180 for "tiffset" on files with geotiff ascii text.
6779 * libtiff/tif_dir.c: Fixed potential problem with ascii "custom"

Completed in 54 milliseconds