| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | immap_5445x.h | 194 u8 par_fec; /* FEC Pin Assignment Register */ 195 u8 par_dma; /* DMA Pin Assignment Register */ 196 u8 par_fbctl; /* Flexbus Control Pin Assignment Register */ 197 u8 par_dspi; /* DSPI Pin Assignment Register */ 198 u8 par_be; /* Flexbus Byte-Enable Pin Assignment Register */ 199 u8 par_cs; /* Flexbus Chip-Select Pin Assignment Register */ 200 u8 par_timer; /* Time Pin Assignment Register */ 201 u8 par_usb; /* USB Pin Assignment Register */ 203 u8 par_uart; /* UART Pin Assignment Register */ 204 u16 par_feci2c; /* FEC / I2C Pin Assignment Register */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Jumping.html | 30 <link href="Assignment.html#Assignment" rel="previous" title="Assignment"> 67 …l="next">Signaling</a>, Previous: <a href="Assignment.html#Assignment" accesskey="p" rel="previous… 123 …l="next">Signaling</a>, Previous: <a href="Assignment.html#Assignment" accesskey="p" rel="previous…
|
| H A D | Assignment.html | 17 <title>Debugging with GDB: Assignment</title> 19 <meta name="description" content="Debugging with GDB: Assignment"> 20 <meta name="keywords" content="Debugging with GDB: Assignment"> 64 <a name="Assignment"></a> 70 <a name="Assignment-to-Variables"></a> 71 <h3 class="section">17.1 Assignment to Variables</h3> 73 <a name="index-assignment"></a> 75 <p>To alter the value of a variable, evaluate an assignment expression. 83 value of the assignment expression (which is 4). 89 <p>If you are not interested in seeing the value of the assignment, use the
|
| H A D | Altering.html | 29 <link href="Assignment.html#Assignment" rel="next" title="Assignment"> 84 …bull; <a href="Assignment.html#Assignment" accesskey="1">Assignment</a>:</td><td> </td>…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Jumping.html | 30 <link href="Assignment.html#Assignment" rel="previous" title="Assignment"> 67 …l="next">Signaling</a>, Previous: <a href="Assignment.html#Assignment" accesskey="p" rel="previous… 123 …l="next">Signaling</a>, Previous: <a href="Assignment.html#Assignment" accesskey="p" rel="previous…
|
| H A D | Assignment.html | 17 <title>Debugging with GDB: Assignment</title> 19 <meta name="description" content="Debugging with GDB: Assignment"> 20 <meta name="keywords" content="Debugging with GDB: Assignment"> 64 <a name="Assignment"></a> 70 <a name="Assignment-to-Variables"></a> 71 <h3 class="section">17.1 Assignment to Variables</h3> 73 <a name="index-assignment"></a> 75 <p>To alter the value of a variable, evaluate an assignment expression. 83 value of the assignment expression (which is 4). 89 <p>If you are not interested in seeing the value of the assignment, use the
|
| H A D | Altering.html | 29 <link href="Assignment.html#Assignment" rel="next" title="Assignment"> 84 …bull; <a href="Assignment.html#Assignment" accesskey="1">Assignment</a>:</td><td> </td>…
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/ |
| H A D | qe_io.c | 48 int open_drain, int assignment, int has_irq) in __par_io_config_pin() argument 88 /* define pin assignment */ in __par_io_config_pin() 93 new_mask2bits = (u32) (assignment << (QE_PIO_PINS - in __par_io_config_pin() 109 int assignment, int has_irq) in par_io_config_pin() argument 114 __par_io_config_pin(&par_io[port], pin, dir, open_drain, assignment, in par_io_config_pin() 175 int assignment = be32_to_cpu(pio_map[4]); in par_io_of_config() local 179 assignment, has_irq); in par_io_of_config()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-typec-displayport | 39 Pin assignment can be changed by writing to the file. It is 40 possible to set pin assignment before configuration has been 41 set, but the assignment will not be active before the 46 pin assignment D can now carry simultaneously one channel of
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| H A D | pincfg.txt | 6 open_drain, assignment, has_irq. 22 - assignment : function number of the pin according to the Pin Assignment 31 /* port pin dir open_drain assignment has_irq */
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 29 assignment operator aop; 58 assignment operator aop; 94 assignment operator aop; 124 assignment operator aop; 158 assignment operator aop; 186 assignment operator aop;
|
| H A D | boolinit.cocci | 165 cocci.print_main("WARNING: Assignment of 0/1 to bool variable",p1) 171 cocci.print_main("ERROR: Assignment of non-0/1 constant to bool variable",p2) 189 coccilib.report.print_report(p1[0],"WARNING: Assignment of 0/1 to bool variable") 195 coccilib.report.print_report(p2[0],"ERROR: Assignment of non-0/1 constant to bool variable")
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | varray.hpp | 338 //! If Value's copy constructor or copy assignment throws. 356 //! If Value's copy constructor or copy assignment throws. 422 //! @brief Move assignment. Moves Values stored in the other varray to this one. 427 …::has_nothrow_move<Value>::value is \c true and Value's move constructor or move assignment throws. 428 …:has_nothrow_move<Value>::value is \c false and Value's copy constructor or copy assignment throws. 450 //! @brief Move assignment. Moves Values stored in the other varray to this one. 455 …::has_nothrow_move<Value>::value is \c true and Value's move constructor or move assignment throws. 456 …:has_nothrow_move<Value>::value is \c false and Value's copy constructor or copy assignment throws. 497 …::has_nothrow_move<Value>::value is \c true and Value's move constructor or move assignment throws, 498 …:has_nothrow_move<Value>::value is \c false and Value's copy constructor or copy assignment throws, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | boost_concept_check.h | 177 __a = __a; // require assignment operator in _GLIBCXX_VISIBILITY() 181 __a = __b; // const required for argument to assignment in _GLIBCXX_VISIBILITY() 209 __a = __a; // require assignment operator in _GLIBCXX_VISIBILITY() 214 __a = __b; // const required for argument to assignment in _GLIBCXX_VISIBILITY() 435 *__i = *__j; // require dereference and assignment in _GLIBCXX_VISIBILITY() 467 *__i++ = __t; // require postincrement and assignment in _GLIBCXX_VISIBILITY() 493 *__i++ = *__i; // require postincrement and assignment in _GLIBCXX_VISIBILITY() 518 *__i-- = *__i; // require postdecrement and assignment in _GLIBCXX_VISIBILITY() 536 __i += __n; // require assignment addition operator in _GLIBCXX_VISIBILITY() 538 __i -= __n; // require assignment subtraction op in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | boost_concept_check.h | 177 __a = __a; // require assignment operator in _GLIBCXX_VISIBILITY() 181 __a = __b; // const required for argument to assignment in _GLIBCXX_VISIBILITY() 209 __a = __a; // require assignment operator in _GLIBCXX_VISIBILITY() 214 __a = __b; // const required for argument to assignment in _GLIBCXX_VISIBILITY() 435 *__i = *__j; // require dereference and assignment in _GLIBCXX_VISIBILITY() 467 *__i++ = __t; // require postincrement and assignment in _GLIBCXX_VISIBILITY() 493 *__i++ = *__i; // require postincrement and assignment in _GLIBCXX_VISIBILITY() 518 *__i-- = *__i; // require postdecrement and assignment in _GLIBCXX_VISIBILITY() 536 __i += __n; // require assignment addition operator in _GLIBCXX_VISIBILITY() 538 __i -= __n; // require assignment subtraction op in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | any.h | 223 /// Assignment function from another any. 232 /// Assignment function. 242 /// Assignment operator. 249 …/// Assignment operator. Template-based version above doesn't work as expected. We need regular as… 255 /// Assignment operator, specialed for literal strings.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | optional | 162 // used to perform non-trivial copy assignment. 177 // used to perform non-trivial move assignment. 305 // Payload for optionals with non-trivial copy construction/assignment. 318 // Non-trivial copy assignment. 328 // Payload for optionals with non-trivial move construction/assignment. 341 // Non-trivial move assignment. 353 // Payload for optionals with non-trivial copy and move assignment. 365 // Non-trivial copy assignment. 374 // Non-trivial move assignment. 391 // Base class implements all the constructors and assignment operators: [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | optional | 162 // used to perform non-trivial copy assignment. 177 // used to perform non-trivial move assignment. 305 // Payload for optionals with non-trivial copy construction/assignment. 318 // Non-trivial copy assignment. 328 // Payload for optionals with non-trivial move construction/assignment. 341 // Non-trivial move assignment. 353 // Payload for optionals with non-trivial copy and move assignment. 365 // Non-trivial copy assignment. 374 // Non-trivial move assignment. 391 // Base class implements all the constructors and assignment operators: [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocameracapabilities/ |
| H A D | tst_qgeocameracapabilities.cpp | 298 // test the correctness of the assignment in operatorsTest() 303 …QVERIFY2(cameraCapabilities2.supportsBearing() == bearingSupport, "Assignment operator failed for … in operatorsTest() 304 …QVERIFY2(cameraCapabilities2.supportsRolling() == rollingSupport, "Assignment operator failed for … in operatorsTest() 305 …QVERIFY2(cameraCapabilities2.supportsTilting() == tiltingSupport, "Assignment operator failed for … in operatorsTest() 311 …abilities.supportsBearing() == cameraCapabilities2.supportsBearing(), "Assignment operator failed … in operatorsTest() 312 …abilities.supportsRolling() == cameraCapabilities2.supportsRolling(), "Assignment operator failed … in operatorsTest() 313 …abilities.supportsTilting() == cameraCapabilities2.supportsTilting(), "Assignment operator failed … in operatorsTest()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | mpspec.h | 331 * mp_write_intsrc() - Write an I/O interrupt assignment entry 333 * This writes an I/O interrupt assignment entry to the configuration table. 347 * mp_write_pci_intsrc() - Write a PCI interrupt assignment entry 349 * This writes a PCI interrupt assignment entry to the configuration table. 363 * mp_write_lintsrc() - Write a local interrupt assignment entry 365 * This writes a local interrupt assignment entry to the configuration table.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/ |
| H A D | operators.def | 39 assignment operators, the same tree-codes are reused; i.e., 58 preceed a matching binary op (i.e. '+'). Assignment operators must 61 /* Use DEF_ASSN_OPERATOR to define an assignment operator. Its 149 /* Assignment operators. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/ |
| H A D | operators.def | 39 assignment operators, the same tree-codes are reused; i.e., 58 preceed a matching binary op (i.e. '+'). Assignment operators must 61 /* Use DEF_ASSN_OPERATOR to define an assignment operator. Its 149 /* Assignment operators. */
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | motorola-cpcap.h | 41 #define CPCAP_REG_ASSIGN1 0x0030 /* Resource Assignment 1 */ 42 #define CPCAP_REG_ASSIGN2 0x0034 /* Resource Assignment 2 */ 43 #define CPCAP_REG_ASSIGN3 0x0038 /* Resource Assignment 3 */ 44 #define CPCAP_REG_ASSIGN4 0x003c /* Resource Assignment 4 */ 45 #define CPCAP_REG_ASSIGN5 0x0040 /* Resource Assignment 5 */ 46 #define CPCAP_REG_ASSIGN6 0x0044 /* Resource Assignment 6 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | qman-portals.txt | 45 Definition: PAMU property used for dynamic LIODN assignment 71 Definition: PAMU property used for static LIODN assignment 76 Definition: PAMU property used for dynamic LIODN assignment
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | config_begin.hpp | 35 #pragma warning (disable : 4512) // assignment operator could not be generated 38 #pragma warning (disable : 4522) // "class" : multiple assignment operators specified 46 #pragma warning (disable : 4706) // assignment within conditional expression
|