Searched refs:swapped (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | inet_chksum.c | 264 u8_t swapped = 0; in inet_cksum_pseudo_base() local 276 swapped = 1 - swapped; in inet_cksum_pseudo_base() 282 if (swapped) { in inet_cksum_pseudo_base() 404 u8_t swapped = 0; in inet_cksum_pseudo_partial_base() local 422 swapped = 1 - swapped; in inet_cksum_pseudo_partial_base() 428 if (swapped) { in inet_cksum_pseudo_partial_base() 573 u8_t swapped; in inet_chksum_pbuf() local 576 swapped = 0; in inet_chksum_pbuf() 581 swapped = 1 - swapped; in inet_chksum_pbuf() 586 if (swapped) { in inet_chksum_pbuf()
|
/AliOS-Things-master/components/SDL2/src/file/ |
A D | SDL_rwops.c | 893 const Uint16 swapped = SDL_SwapLE16(value); in SDL_WriteLE16() local 894 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteLE16() 900 const Uint16 swapped = SDL_SwapBE16(value); in SDL_WriteBE16() local 901 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteBE16() 907 const Uint32 swapped = SDL_SwapLE32(value); in SDL_WriteLE32() local 908 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteLE32() 914 const Uint32 swapped = SDL_SwapBE32(value); in SDL_WriteBE32() local 915 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteBE32() 921 const Uint64 swapped = SDL_SwapLE64(value); in SDL_WriteLE64() local 922 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteLE64() [all …]
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_txt.c | 412 uint32_t swapped; in lv_txt_utf8_conv_wc() local 415 swapped = (c8[0] << 24) + (c8[1] << 16) + (c8[2] << 8) + (c8[3]); in lv_txt_utf8_conv_wc() 418 if((swapped & 0xFF) == 0) in lv_txt_utf8_conv_wc() 419 swapped = (swapped >> 8); /*Ignore leading zeros (they were in the end originally)*/ in lv_txt_utf8_conv_wc() 421 c = swapped; in lv_txt_utf8_conv_wc()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_ttf.h | 95 extern DECLSPEC void SDLCALL TTF_ByteSwappedUNICODE(int swapped);
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 297 void TTF_ByteSwappedUNICODE(int swapped) in TTF_ByteSwappedUNICODE() argument 299 TTF_byteswapped = swapped; in TTF_ByteSwappedUNICODE() 1004 int swapped = TTF_byteswapped; in UCS2_to_UTF8() local 1009 swapped = 0; in UCS2_to_UTF8() 1013 swapped = 1; in UCS2_to_UTF8() 1016 if (swapped) { in UCS2_to_UTF8()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 175 Byte swapped output (only used for cross compilation).
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | structure.txt | 779 without virtual memory, the rest of the array may be swapped out to a
|
A D | install.txt | 233 memory; data is swapped out to temporary files as necessary. However, the
|
A D | libjpeg.txt | 2198 to be swapped out or written to a temporary file. If you are concerned about 2877 need be in memory, and the rest can be swapped out to a temporary file.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 3023 not be swapped in the SSLv2 ClientHello (found by Greg Robson) 3027 not swapped on PadLock; also fixed compilation on older versions
|
Completed in 23 milliseconds