/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | ar-lib | 4 me=ar-lib 36 echo "$me: $1" 1>&2 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 112 echo "$me, version $scriptversion" 236 echo "$me: creating $orig_archive"
|
A D | config.sub | 53 me=`echo "$0" | sed -e 's,.*/,,'` 77 Try \`$me --help' for more information." 93 echo "$me: invalid option $1$help" 107 0) echo "$me: missing argument$help" >&2 110 *) echo "$me: too many arguments$help" >&2
|
A D | config.guess | 35 me=`echo "$0" | sed -e 's,.*/,,'` 40 Output the configuration name of the system \`$me' is run on. 59 Try \`$me --help' for more information." 75 echo "$me: invalid option $1$help" >&2 83 echo "$me: too many arguments$help" >&2
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gun.c | 94 struct ind *me = (struct ind *)in_desc; in in() local 96 next = me->inbuf; in in() 103 ret = (int)read(me->infile, next, ret); in in() 134 struct outd *me = (struct outd *)out_desc; in out() local 136 if (me->check) { in out() 137 me->crc = crc32(me->crc, buf, len); in out() 138 me->total += len; in out() 140 if (me->outfile != -1) in out() 145 ret = (int)write(me->outfile, buf, ret); in out()
|
/AliOS-Things-master/hardware/chip/rtl872xd/test/cutest/ |
A D | cut.c | 26 static void usage(const char* me) in usage() argument 34 " CASE : case name filter\r\n", me, me); in usage()
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | config.sub | 58 me=`echo "$0" | sed -e 's,.*/,,'` 84 Try \`$me --help' for more information." 100 echo "$me: invalid option $1$help" 114 0) echo "$me: missing argument$help" >&2 117 *) echo "$me: too many arguments$help" >&2
|
A D | config.guess | 39 me=`echo "$0" | sed -e 's,.*/,,'` 44 Output the configuration name of the system \`$me' is run on. 65 Try \`$me --help' for more information." 81 echo "$me: invalid option $1$help" >&2 89 echo "$me: too many arguments$help" >&2
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | config.sub | 58 me=`echo "$0" | sed -e 's,.*/,,'` 84 Try \`$me --help' for more information." 100 echo "$me: invalid option $1$help" 114 0) echo "$me: missing argument$help" >&2 117 *) echo "$me: too many arguments$help" >&2
|
A D | config.guess | 39 me=`echo "$0" | sed -e 's,.*/,,'` 44 Output the configuration name of the system \`$me' is run on. 65 Try \`$me --help' for more information." 81 echo "$me: invalid option $1$help" >&2 89 echo "$me: too many arguments$help" >&2
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | config.sub | 53 me=`echo "$0" | sed -e 's,.*/,,'` 76 Try \`$me --help' for more information." 92 echo "$me: invalid option $1$help" 106 0) echo "$me: missing argument$help" >&2 109 *) echo "$me: too many arguments$help" >&2
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | config.sub | 53 me=`echo "$0" | sed -e 's,.*/,,'` 76 Try \`$me --help' for more information." 92 echo "$me: invalid option $1$help" 106 0) echo "$me: missing argument$help" >&2 109 *) echo "$me: too many arguments$help" >&2
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | config.sub | 53 me=`echo "$0" | sed -e 's,.*/,,'` 76 Try \`$me --help' for more information." 92 echo "$me: invalid option $1$help" 106 0) echo "$me: missing argument$help" >&2 109 *) echo "$me: too many arguments$help" >&2
|
/AliOS-Things-master/components/SDL2/ |
A D | CREDITS.txt | 5 * Cliff Matthews, for giving me a reason to start this project. :) 16 * Mike Sartain for incorporating SDL into Team Fortress 2 and cheering me on at Valve.
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/ |
A D | Makefile | 14 src_obj += $(patsubst $(cur_dir)%,%,$(wildcard $(cur_dir)me/*.c)) 15 src_obj += $(patsubst $(cur_dir)%,%,$(wildcard $(cur_dir)me/*.cpp))
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngvalid.c | 3318 me->this.chunk = CHUNK_gAMA; in gama_modification_init() 3320 me->this.add = CHUNK_PLTE; in gama_modification_init() 3359 me->encoding = encoding; in chrm_modification_init() 3373 me->this.chunk = CHUNK_cHRM; in chrm_modification_init() 3375 me->this.add = CHUNK_PLTE; in chrm_modification_init() 3407 me->intent = intent; in srgb_modification_init() 3412 me->this.modify_fn = 0; in srgb_modification_init() 3413 me->this.add = 0; in srgb_modification_init() 3414 me->intent = 0; in srgb_modification_init() 3483 me->this.add = CHUNK_PLTE; in sbit_modification_init() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/interconnection/red/ |
A D | app_interconnection_tlv.h | 44 void tlv_item_add_brother(TLV_ITEM_T *brother, TLV_ITEM_T *me);
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/ |
A D | kws.md | 85 OLED_Show_String(28, 34, "Wakeup me!", 16, 1);
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi.c | 154 #error Write me. in SDL_DYNAPI_VARARGS() 168 #error Write me.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | config.sub | 57 me=`echo "$0" | sed -e 's,.*/,,'` 82 Try \`$me --help' for more information." 98 echo "$me: invalid option $1$help" 112 0) echo "$me: missing argument$help" >&2 115 *) echo "$me: too many arguments$help" >&2
|
A D | config.guess | 41 me=`echo "$0" | sed -e 's,.*/,,'` 46 Output the configuration name of the system \`$me' is run on. 66 Try \`$me --help' for more information." 82 echo "$me: invalid option $1$help" >&2 90 echo "$me: too many arguments$help" >&2
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-touch.md | 6 …nly Wacom tablets are supported. If you have an unsupported tablet contact me at jim.tla+sdl_touch… 15 …s 7 WM_TOUCH supported device, and are willing to help test please contact me at jim.tla+sdl_touch…
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | README.Tiffile | 14 but that would take more custom routines, and it's not that important to me.
|
A D | README.tiff2dib | 10 First, let me thanks all of you how have worked
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/ |
A D | README | 27 of the tiff distributed package. Let me know of any issue.
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | poly1305.c | 82 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64() local 85 return( lo + ( me << 16 ) + ( (uint64_t) hi << 32 ) ); in mul64()
|