Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 168) sorted by relevance

1234567

/AliOS-Things-master/components/SDL2/docs/
A DREADME-linux.md64 you need to set up an udev rule to force this variable.
72 You can set up similar rules for your device by changing the values listed in
78 If multiple values come up for each of these, the one you want is the first one of each.
81 to set up a rule such as:
A DREADME-gesture.md5 …red the path from the time when the final finger went down, to the first time any finger comes up.
14 Recording terminates as soon as a finger comes up. Recording is acknowledged by an SDL_DOLLARRECORD…
23 As long as there is a dollar gesture assigned to a touch, every finger-up event will also cause an …
A DREADME-hg.md5 Mercurial allows you to get up-to-the-minute fixes and enhancements;
A DREADME-dynapi.md58 First call to any SDL function sets the whole thing up.
92 an external SDL library. If not, it sets up the jump table using the current
110 Right now SDL_DYNAPI_entry gives up if the version doesn't match, but it's not
120 probably wouldn't even show up in a profile, but lucky you: this can all be
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrproc.h19 #define in_range(c, lo, up) ((u8)c >= lo && (u8)c <= up) argument
/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_ipaddr.c9 #define in_range(c, lo, up) ((uint8_t)c >= lo && (uint8_t)c <= up) argument
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_pixarlog.c766 uint16 *up; in PixarLogDecode() local
844 up = sp->tbuf; in PixarLogDecode()
847 TIFFSwabArrayOfShort(up, nsamples); in PixarLogDecode()
864 horizontalAccumulateF(up, llen, sp->stride, in PixarLogDecode()
869 horizontalAccumulate16(up, llen, sp->stride, in PixarLogDecode()
884 horizontalAccumulate8(up, llen, sp->stride, in PixarLogDecode()
1132 unsigned short * up; in PixarLogEncode() local
1165 for (i = 0, up = sp->tbuf; i < n; i += llen, up += llen) { in PixarLogEncode()
1169 sp->stride, up, sp->FromLT2); in PixarLogEncode()
1174 sp->stride, up, sp->From14); in PixarLogEncode()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A DREADME3 (Volunteers are encouraged to help clean this up. Thanks.)
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_addr.c54 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
/AliOS-Things-master/solutions/lora_p2p_demo/
A Dsx126x-haas.c42 #define NSS_CRT(up) if (up == 1) { \ argument
45 } else if (up == 0) { \
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_addr.c117 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
/AliOS-Things-master/components/SDL2/test/
A DREADME16 testlock Hacked up test of multi-threading and locking
23 testthread Hacked up test of multi-threading
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c103 static int MaxDiffAroundPixel(uint32_t current, uint32_t up, uint32_t down, in MaxDiffAroundPixel() argument
105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel()
122 uint32_t current, up, down, left, right; in MaxDiffsForRow() local
133 up = argb[-stride + x]; in MaxDiffsForRow()
139 up = AddGreenToBlueAndRed(up); in MaxDiffsForRow()
143 max_diffs[x] = MaxDiffAroundPixel(current, up, down, left, right); in MaxDiffsForRow()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt47 match, thus speeding up the whole process. If compression ratio is more
67 inflate() sets up a first level table that covers some number of bits of
69 stream, and looks it up in the table. The table will tell if the next
78 building the table ends up taking a lot longer for more bits since short
86 those cases, the table ended up one bit longer than the ``average'' code
106 and there will only be one table look up. (That's whole idea behind data
118 longest symbol is? The reason is that if you do that, you end up spending
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwrite.c29 png_const_unknown_chunkp up; in write_unknown_chunks() local
33 for (up = info_ptr->unknown_chunks; in write_unknown_chunks()
34 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num; in write_unknown_chunks()
35 ++up) in write_unknown_chunks()
36 if ((up->location & where) != 0) in write_unknown_chunks()
42 int keep = png_handle_as_unknown(png_ptr, up->name); in write_unknown_chunks()
57 ((up->name[3] & 0x20) /* safe-to-copy overrides everything */ || in write_unknown_chunks()
64 if (up->size == 0) in write_unknown_chunks()
67 png_write_chunk(png_ptr, up->name, up->data, up->size); in write_unknown_chunks()
A DANNOUNCE41 * Cleaned up various makefiles.
/AliOS-Things-master/components/SDL2/build-scripts/
A Dwindows-buildbot-zipper.bat2 rem just a helper batch file for collecting up files and zipping them.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.sas1 /* jconfig.sas --- jconfig.h for Amiga systems using SAS C 6.0 and up. */
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog57 382af7a2 clean-up WebPBlendAlpha
323 8c3f9a47 Speed-up LZ77.
349 1b526638 Clean-up some CMake
1549 d581ba40 follow-up: clean up WebPRescalerXXX dsp function
1988 e2f405c9 Merge "clean-up and slight speed-up in-loop filtering SSE2"
1989 f60957bf clean-up and slight speed-up in-loop filtering SSE2
2149 3cb84062 Merge "speed-up trellis quant (~5-10% overall speed-up)"
2151 4287d0d4 speed-up trellis quant (~5-10% overall speed-up)
2230 26d842eb NEON speed up
3118 9f29635d header/doc clean up
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dfsm.h109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dfsm.h109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dfsm.c440 if (f->callbacks->up) in fsm_rconfreq()
441 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq()
495 if (f->callbacks->up) in fsm_rconfack()
496 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
/AliOS-Things-master/components/ucamera/
A DREADME.md110 …tml#get-started-set-up-env](https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/get-sta…
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamousetap.m186 /* Clean up. */
241 /* event tap was already cleaned up (possibly due to CGEventTapCreate
256 /* And then wait for Cocoa_MouseTapThread to finish cleaning up. It
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DDownloadProject.cmake18 # and unpacked contents are used is up to the caller, but the motivating case is
21 # directories are set up with this in mind.
123 # Set up where we will put our temporary CMakeLists.txt file and also

Completed in 29 milliseconds

1234567