| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | tps62360-regulator.txt | 15 If this property is missing, then assume that there is no GPIO 18 If this property is missing, then assume that there is no GPIO 21 If this property is missing, then assume the state as low (0). 23 If this property is missing, then assume the state as low (0).
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fftw/fftw/ |
| H A D | 0001-NEON-autodetection-segfaults-assume-neon-present.patch | 4 Subject: [PATCH] NEON autodetection segfaults: assume neon present 9 If TUNE_FEATURES contain 'neon' we can assume our machine supports it 69 -/* don't know how to autodetect NEON; assume it is present */ 70 +/* autodetect NEON broken; assume it is present */
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| H A D | preempt.c | 6 #include "assume.h" 66 assume(thread_cpu_id >= 0); in preempt_disable() 67 assume(thread_cpu_id < NR_CPUS); in preempt_disable()
|
| H A D | locks.h | 9 #include "assume.h" 82 * CBMC doesn't support busy waiting, so just assume that the in lock_impl_lock() 85 assume(lock_impl_trylock(lock)); in lock_impl_lock() 194 assume(prev_count); in wait_for_completion()
|
| H A D | assume.h | 7 #define assume(x) \ macro 14 #define assume(x) __CPROVER_assume(x) macro
|
| H A D | simple_sync_srcu.c | 46 assume(try_check_zero(sp, idx, trycount)); in synchronize_srcu() 50 assume(try_check_zero(sp, idx^1, trycount)); in synchronize_srcu()
|
| H A D | misc.h | 4 #include "assume.h" 25 #define udelay(x) assume(0)
|
| /OK3568_Linux_fs/u-boot/board/ti/am335x/ |
| H A D | README | 47 this example to program the NAND we assume that an SD card has been 94 build that will assume that the environment is on NOR rather than NAND. In 95 the following example we assume that and SD card has been populated with 141 and assume a valid partition table already exists and 'mmc dev' has already 171 example we assume that the uImage and device tree to be used are already on 195 NAND. In this example we assume that the uImage and device tree to be are
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/ |
| H A D | 0001-tests-04update-metadata-avoid-passing-chunk-size-to.patch | 30 - mdadm -CR --assume-clean -e 0.90 $md0 --level $l -n 4 -c 64 $dlist 32 + mdadm -CR --assume-clean -e 0.90 $md0 --level $l -n 4 $dlist 34 + mdadm -CR --assume-clean -e 0.90 $md0 --level $l -n 4 -c 64 $dlist
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | os.S | 152 clr.l %d1 | assume success 187 clr.l %d1 | assume success 223 clr.l %d1 | assume success 245 clr.l %d1 | assume success 267 clr.l %d1 | assume success 291 clr.l %d1 | assume success 306 | below assume that the SFC/DFC have been set previously.
|
| /OK3568_Linux_fs/kernel/net/802/ |
| H A D | fddi.c | 100 * to start of packet data. Assume 802.2 SNAP frames for now. in fddi_type_trans() 133 /* Assume 802.2 SNAP frames, for now */ in fddi_type_trans() 149 dev->hard_header_len = FDDI_K_SNAP_HLEN+3; /* Assume 802.2 SNAP hdr len + 3 pad bytes */ in fddi_setup() 150 dev->mtu = FDDI_K_SNAP_DLEN; /* Assume max payload of 802.2 SNAP frame */ in fddi_setup()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ebda.c | 21 * value and assume that everything above that value (up to 1MB) is 62 * area is absent. We'll just have to assume that the in reserve_bios_regions() 78 * If bios_start is less than 128K, assume it is bogus in reserve_bios_regions()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-hypothesis/ |
| H A D | test_rle.py | 32 from hypothesis import assume, given, strategies as st 92 # We use assume to get a valid index into the list. We could also have used 95 assume(ls)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/ |
| H A D | CVE-2022-28321-0002.patch | 42 - /* Assume network/netmask with an IP of a host. */ 43 + /* Assume network/netmask, IP address or hostname. */ 114 - /* Assume network/netmask with a name of a host. */ 117 + /* Assume network/netmask with a name of a host. */
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | iw_cm.h | 111 * The client can assume that no events will be delivered for the CM ID after 161 * client can assume that no events will be delivered to the specified IW CM 174 * The client can assume that no events will be delivered to the specified IW 190 * client can assume that no events will be delivered to the specified IW CM
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | fpga.c | 79 int ret_val = FPGA_FAIL; /* assume failure */ in fpga_dev_info() 187 int ret_val = FPGA_FAIL; /* assume failure */ in fpga_fsload() 216 int ret_val = FPGA_FAIL; /* assume failure */ in fpga_load() 259 int ret_val = FPGA_FAIL; /* assume failure */ in fpga_dump()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | pkcs7.h | 43 // assume a particular order in |*out_certs| and may need to search for matches 65 // SignedData structures are unordered. Callers should not assume an order in 82 // assume a particular order in |*out_certs| and may need to search for matches 93 // SignedData structures are unordered. Callers should not assume an order in
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | pkcs7.h | 43 // assume a particular order in |*out_certs| and may need to search for matches 65 // SignedData structures are unordered. Callers should not assume an order in 82 // assume a particular order in |*out_certs| and may need to search for matches 93 // SignedData structures are unordered. Callers should not assume an order in
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | pkcs7.h | 43 // assume a particular order in |*out_certs| and may need to search for matches 65 // SignedData structures are unordered. Callers should not assume an order in 82 // assume a particular order in |*out_certs| and may need to search for matches 93 // SignedData structures are unordered. Callers should not assume an order in
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | pkcs7.h | 43 // assume a particular order in |*out_certs| and may need to search for matches 65 // SignedData structures are unordered. Callers should not assume an order in 82 // assume a particular order in |*out_certs| and may need to search for matches 93 // SignedData structures are unordered. Callers should not assume an order in
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hash.c | 277 * If environment variables are allowed, then we assume that 'dest' in store_result() 279 * case we assume it is an address. If not allowed, it is always an in store_result() 317 * for the digest size, then we assume it is a hex digest. 318 * Otherwise we assume it is an environment variable, and 351 * As with the original code from sha1sum.c, we assume that a in parse_verify_sum()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | zero.rst | 21 desired size of the sparse device. For this example, we'll assume a 10TB 29 space available to the sparse device. For this example, we'll assume /dev/sdb1
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nspr/nspr/ |
| H A D | fix-build-on-x86_64.patch | 3 When the target_cpu is x86_64, we should assume that the pkg uses 64bit, 4 only if USE_N32 is set, we can assume that the pkg uses 32bit. It used a
|
| /OK3568_Linux_fs/buildroot/package/pkgconf/ |
| H A D | 0002-Revert-main-assume-modversion-insted-of-version-if-o.patch | 4 Subject: [PATCH] Revert "main: assume --modversion insted of --version if 8 causes pkg-config to assume --modversion is used when something as
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/openldap/ |
| H A D | use-urandom.patch | 1 openldap: assume /dev/urandom exists 3 When we are cross-compiling, we want to assume
|