Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 25 of 84) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Doptions.awk34 pre=-1 # preprocess (first line)
95 pre == -1{
97 pre = 0
100 pre = 1
108 pre && version == "search" && version_file == ""{
112 pre && version == "search" && version_file != FILENAME{
118 pre && version == "search" && $0 ~ /^ \* libpng version/{
124 pre && FILENAME == version_file{
166 pre && $1 != "chunk"{
348 pre != 0 && $1 == "chunk" && NF >= 2{
[all …]
A Dpnglibconf.mak42 $(DELETE) $@ pnglibconf.pre pnglibconf.tmp
48 $(AWK) -f $(srcdir)/scripts/options.awk out="pnglibconf.tmp" pnglibconf.pre 1>&2
52 $(DELETE) pnglibconf.h pnglibconf.c pnglibconf.out pnglibconf.pre \
A Dlibpng-config-body.in13 --cppflags print pre-processor flags
A Dmakefile.std72 $(RM_F) $@ pnglibconf.pre pnglibconf.tmp
78 $(AWK) -f scripts/options.awk out="pnglibconf.tmp" pnglibconf.pre 1>&2
/AliOS-Things-master/components/py_engine/engine/drivers/memory/
A Dspiflash.c453 uint32_t pre; in mp_spiflash_cached_write() local
456 pre = cache->block * SECTOR_SIZE - addr; in mp_spiflash_cached_write()
459 pre = 0; in mp_spiflash_cached_write()
464 uint32_t len_in_buf = len - pre; in mp_spiflash_cached_write()
470 memcpy(&cache->buf[offset], &src[pre], len_in_buf); in mp_spiflash_cached_write()
474 while (pre) { in mp_spiflash_cached_write()
475 int rest = pre & (SECTOR_SIZE - 1); in mp_spiflash_cached_write()
486 pre -= rest; in mp_spiflash_cached_write()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_json_parser.c673 const char *pre = NULL; in contain_arr() local
688 if (!pre) { in contain_arr()
689 pre = &src[i]; in contain_arr()
706 if ((pre != NULL) && (0 == deep)) { in contain_arr()
713 if ((NULL != pre) && (pre < src + src_len) && (pre >= src)) { in contain_arr()
714 *arr_pre = pre; in contain_arr()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_OS_rhino.c388 timer_data_t *pre = data_list; in HAL_Timer_Delete() local
393 if (cur == pre) { in HAL_Timer_Delete()
396 pre->next = cur->next; in HAL_Timer_Delete()
402 pre = cur; in HAL_Timer_Delete()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dmain.py126 pre = []
146 pre.append(f"{exp_arg_name}={value}")
158 if pre:
159 args[0:0] = ["exec", ";".join(pre)]
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c621 timer_data_t *pre = data_list; in HAL_Timer_Delete() local
626 if (cur == pre) { in HAL_Timer_Delete()
629 pre->next = cur->next; in HAL_Timer_Delete()
635 pre = cur; in HAL_Timer_Delete()
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Ddoxygen.css144 pre.fragment {
805 /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.tes…
822 dl.pre, dl.post, dl.invariant
1001 pre.fragment
1005 white-space: -moz-pre-wrap; /* Moz */
1006 white-space: -pre-wrap; /* Opera 4-6 */
1007 white-space: -o-pre-wrap; /* Opera 7 */
1008 white-space: pre-wrap; /* CSS3 */
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-config.in39 --cppflags print pre-processor flags
A DTODO21 * Investigate pre-incremented loop counters and other loop constructions.
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A D.gitignore94 *.pre
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css256 pre.fragment {
282 white-space: -moz-pre-wrap; /* Moz */
283 white-space: -pre-wrap; /* Opera 4-6 */
284 white-space: -o-pre-wrap; /* Opera 7 */
285 white-space: pre-wrap; /* CSS3 */
305 white-space: pre;
319 white-space: pre;
1190 /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.tes…
1235 dl.pre, dl.post, dl.invariant {
1242 dl.pre.DocNodeRTL, dl.post.DocNodeRTL, dl.invariant.DocNodeRTL {
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A DREADME46 --test <file> Run a single test on a pre-generated testcase.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/
A DREADME.txt12 graphics formats) are in development. To get these, or for pre-compiled
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_writer.cpp1171 unsigned int pre = settings_["precision"].asUInt(); in newStreamWriter() local
1198 if (pre > 17) in newStreamWriter()
1199 pre = 17; in newStreamWriter()
1202 endingLineFeedSymbol, usf, emitUTF8, pre, in newStreamWriter()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A DREADME.md7 sample rate. More specifically the audio signal goes through a pre-emphasis
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md154 sample code. The test uses spectrograms that have been pre-calculated from
178 1. Create a Virtual Machine (VM) using a pre-configured Deep Learning VM Image.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DNEWS98 WebPPictureSmartARGBToYUVA() (-pre 4 in cwebp)
191 * This is a pre-release of 0.2.0, not an rc to allow for further
A DREADME295 -pre <int> ............. pre-processing filter
657 pre-allocated buffer.
705 Lastly, note that decoding can also be performed into a pre-allocated pixel
/AliOS-Things-master/components/SDL2/test/
A DCMakeLists.txt141 message(WARNING "Unable to set Bundle ID for Apple .app builds due to old CMake (pre 3.7).")
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A DREADME.md6 More specifically the audio signal goes through a pre-emphasis filter
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.txt87 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dmake_vms.com21 $! 0.08 20120219 Make it work on VAX again, pre-load missing symbols to shared
724 $! 0.02 20120226 Add pre-load logic

Completed in 32 milliseconds

1234