Searched refs:code (Results 1 – 6 of 6) sorted by relevance
20 .. code-block:: none46 In case of doubt, contact Zephyr code owner for stm32cube.54 .. code-block:: c61 .. code-block:: c70 .. code-block:: none80 .. code-block:: none89 .. code-block:: none103 .. code-block:: none116 .. code-block:: c143 validated code. Libraries from STM32Cube packages are extracted and made
1 This file provides licensing information on the code provided in this repository.22 Redistributions of source code must retain the above copyright notice,72 including but not limited to software source code, documentation77 not limited to compiled object code, generated documentation,101 communication on electronic mailing lists, source code control systems,
2535 uint32_t code; in JPEG_Bits_To_SizeCodes() local2559 code = 0; in JPEG_Bits_To_SizeCodes()2566 Huffcode[p] = code; in JPEG_Bits_To_SizeCodes()2568 code++; in JPEG_Bits_To_SizeCodes()2575 if (((uint32_t) code) >= (((uint32_t) 1) << si)) in JPEG_Bits_To_SizeCodes()2579 code <<= 1; in JPEG_Bits_To_SizeCodes()
2530 uint32_t code; in JPEG_Bits_To_SizeCodes() local2554 code = 0; in JPEG_Bits_To_SizeCodes()2561 Huffcode[p] = code; in JPEG_Bits_To_SizeCodes()2563 code++; in JPEG_Bits_To_SizeCodes()2570 if (((uint32_t) code) >= (((uint32_t) 1) << si)) in JPEG_Bits_To_SizeCodes()2574 code <<= 1; in JPEG_Bits_To_SizeCodes()
7 1. Redistributions of source code must retain the above copyright notice, this
10 Step 1: Modify the code