Searched refs:reflect (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ |
A D | awss_discover.c | 32 static uint64_t reflect(uint64_t ref, uint8_t ch) in reflect() function 77 return reflect(crc, 32) ^ 0xffffffff; in crc32_bit() 89 temp = reflect(i, 8); in gen_normal_table() 102 table[i] = reflect(table[i], 32); in gen_normal_table()
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | misc_raytrace.py | 65 def __init__(self, diffuse, specular, spec_idx, reflect, transp, colour): argument 69 self.reflect = reflect 186 if depth > 0 and surf.reflect > 0: 187 col += trace_ray(scene, Ray(point + reflected * EPS, reflected), depth - 1) * surf.reflect
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/ |
A D | README | 4 I've tried to update them to reflect changes to the library, but
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | README | 15 import java.lang.reflect.Method;
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | NEWS | 129 * the lossless bitstream spec has been amended to reflect the current code
|
A D | ChangeLog | 1815 dab702b3 Update PATENTS to reflect s/VP8/WebM/g
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.mbedtls.md | 20 …ake. Those systems are always complete and up-to-date. The others should reflect all changes prese…
|
A D | ChangeLog | 522 version 2.7.1 to reflect breaking changes in that release, but the 964 reflect bad EC curves within verification result.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | INSTALL | 423 libpng, because than the settings would not accurately reflect the settings
|
A D | CHANGES | 122 Updated documentation to reflect new API 2536 Updated INSTALL to reflect removal and relocation of files. 2793 Reenabled png_set_dither() but renamed it to png_set_quantize() to reflect 5040 in the manual, to reflect the change made in libpng-1.6.0. 5368 makepngs.sh script has also been updated to more accurately reflect
|
A D | libpng-manual.txt | 2164 structure to reflect any transformations you've requested with this 4807 reflect more accurately what it actually does. At the same time,
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | COPYING | 47 that any problems introduced by others will not reflect on the original
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 3032 * man/TIFFGetField.3tiff, man/TIFFSetField.3tiff: Fixed doc to reflect the 3678 * tools/tiffset.c: Changes to reflect the fact that TIFFFieldWithTag() 6986 * tools/fax2tiff.c: Updated to reflect latest changes in libtiff. 7901 * Altered descriptions in tools to reflect "by default" lzw not supported 7917 in tools to reflect removal of LZW compression 8011 * updated html to reflect release
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 554 - Update ENOUGH and its usage to reflect discovered bounds
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 36169 int argc, JSValueConst* argv, int reflect) in js_object_isExtensible() argument 36176 if (reflect) in js_object_isExtensible() 36189 int argc, JSValueConst* argv, int reflect) in js_object_preventExtensions() argument 36196 if (reflect) in js_object_preventExtensions() 36204 if (reflect) { in js_object_preventExtensions()
|
Completed in 129 milliseconds