| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | emulation.hpp | 159 int old = *address_as_i, assumed; in atomicAdd() 161 assumed = old; in atomicAdd() 162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd() 163 __float_as_int(val + __int_as_float(assumed))); in atomicAdd() 164 } while (assumed != old); in atomicAdd() 172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local 174 assumed = old; in atomicAdd() 175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd() 176 __double_as_longlong(val + __longlong_as_double(assumed))); in atomicAdd() 177 } while (assumed != old); in atomicAdd() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | emulation.hpp | 159 int old = *address_as_i, assumed; in atomicAdd() 161 assumed = old; in atomicAdd() 162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd() 163 __float_as_int(val + __int_as_float(assumed))); in atomicAdd() 164 } while (assumed != old); in atomicAdd() 172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local 174 assumed = old; in atomicAdd() 175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd() 176 __double_as_longlong(val + __longlong_as_double(assumed))); in atomicAdd() 177 } while (assumed != old); in atomicAdd() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | emulation.hpp | 159 int old = *address_as_i, assumed; in atomicAdd() 161 assumed = old; in atomicAdd() 162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd() 163 __float_as_int(val + __int_as_float(assumed))); in atomicAdd() 164 } while (assumed != old); in atomicAdd() 172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local 174 assumed = old; in atomicAdd() 175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd() 176 __double_as_longlong(val + __longlong_as_double(assumed))); in atomicAdd() 177 } while (assumed != old); in atomicAdd() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | help-unknown-cmd.c | 91 const char *assumed = main_cmds.names[0]->name; in help_unknown_cmd() local 98 cmd, assumed); in help_unknown_cmd() 104 return assumed; in help_unknown_cmd()
|
| /OK3568_Linux_fs/u-boot/tools/env/ |
| H A D | fw_env.config | 3 # environment sector is assumed present. 5 # Futhermore, if the Flash sector size is omitted, this value is assumed to
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api-examples.rst | 7 (A video capture device is assumed; change 57 A video output device is assumed; change ``V4L2_BUF_TYPE_VIDEO_OUTPUT``
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | command_syntax_extensions.txt | 54 Ad. 3. First and second components of the image at <addr1> are assumed to be a 83 Ad. 8. Image at <addr1> is assumed to contain a default configuration, which 182 can be omitted. If <addr3> is omitted, then it is assumed that image at 183 <addr2> should be used. Similarly, when <addr2> is omitted, it is assumed that 184 image at <addr1> should be used. If <addr1> is omitted, it is assumed that the
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0116-io-gzio-Catch-missing-values-in-huft_build-and-bail.patch | 27 @@ -507,6 +507,7 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ 35 @@ -588,11 +589,18 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/ |
| H A D | config.txt | 41 device, specified in bytes. It is assumed that the setting 52 GPIO that can be set to trigger a system reset. It is assumed
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | pwm-regulator.txt | 39 defined, <100> is assumed, meaning that 47 If not defined, <0 100> is assumed.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | tscs454.txt | 13 Note: If clock is not provided then bit clock is assumed
|
| H A D | adi,adau7002.txt | 12 If this property is not present it is assumed that the supply pin is
|
| H A D | qcom,msm8916-wcd-analog.txt | 44 its assumed that hphl pin on jack is NC 48 its assumed that gnd pin on jack is NC
|
| H A D | ssm2518.txt | 12 assumed that the nSD pin is hardwired to always on.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/ |
| H A D | meson-wrapper | 18 *) echo meson-wrapper: Implicit setup command assumed; MESON_CMD=setup ;;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_list/doc/src/ |
| H A D | places_list.qdoc | 69 the model. An inline delegate has been used and we have assumed that 71 PlaceSearchesult. Consequently it is assumed that we always have access to
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/remoteproc/ |
| H A D | remoteproc.txt | 14 is provided, the device is assumed to map to such a model.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | lpc-eth.txt | 10 absent, "rmii" is assumed.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/doc/src/ |
| H A D | places_map.qdoc | 69 has been used and we have assumed that every search result is of \l {Search 70 Result Types} {type} \c PlaceSerachesult. Consequently it is assumed that
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/ |
| H A D | fixed-link.txt | 15 used. When absent, half duplex is assumed.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Don-t-search-system-for-headers-libraries.patch | 27 # be assumed that no additional -I,-L directives are needed.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/ |
| H A D | dpot-dac.txt | 3 It is assumed that the dpot is used as a voltage divider between the
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/spi/ |
| H A D | spi-bus.txt | 5 discussion, it is assumed that the system's SPI controller is in 16 No other properties are required in the SPI bus node. It is assumed
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ufs/ |
| H A D | ufshcd-pltfrm.txt | 48 defined or a value in the array is "0" then it is assumed 61 Note: If above properties are not defined it can be assumed that the supply
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | setjmp_64.S | 9 # The jmp_buf is assumed to contain the following, in order:
|