| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/ |
| H A D | vepu541_common.c | 27 static const RK_S32 zeros[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 36 .weight = zeros, 37 .offset = zeros, 45 .weight = zeros, 46 .offset = zeros, 54 .weight = zeros, 55 .offset = zeros, 63 .weight = zeros, 64 .offset = zeros, 72 .weight = zeros, [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_id.c | 27 char jited_insns[128], xlated_insns[128], zeros[128], tp_name[128]; in test_bpf_obj_id() local 48 bzero(zeros, sizeof(zeros)); in test_bpf_obj_id() 130 !memcmp(jited_insns, zeros, sizeof(zeros))) || in test_bpf_obj_id() 132 !memcmp(xlated_insns, zeros, sizeof(zeros)) || in test_bpf_obj_id() 150 !!memcmp(jited_insns, zeros, sizeof(zeros)), in test_bpf_obj_id() 151 !!memcmp(xlated_insns, zeros, sizeof(zeros)), in test_bpf_obj_id()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | biquads.c | 345 static const double zeros[] = {-0.2014898, 0.9233820}; in start() local 347 make_poly_from_roots(zeros, (size_t)2, &p->b0); in start() 351 static const double zeros[] = {-0.1766069, 0.9321590}; in start() local 353 make_poly_from_roots(zeros, (size_t)2, &p->b0); in start() 357 static const double zeros[] = {-0.1168735, 0.9648312}; in start() local 359 make_poly_from_roots(zeros, (size_t)2, &p->b0); in start() 363 static const double zeros[] = {-0.1141486, 0.9676817}; in start() local 365 make_poly_from_roots(zeros, (size_t)2, &p->b0); in start() 369 static const double zeros[] = {-0.1040610965, 0.9837523263}; in start() local 371 make_poly_from_roots(zeros, (size_t)2, &p->b0); in start()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/ |
| H A D | Sbus.c | 687 unsigned char zeros[8]; in xf86SbusHideOsHwCursor() local 690 memset(&zeros, 0, sizeof(zeros)); in xf86SbusHideOsHwCursor() 692 fbcursor.cmap.red = zeros; in xf86SbusHideOsHwCursor() 693 fbcursor.cmap.green = zeros; in xf86SbusHideOsHwCursor() 694 fbcursor.cmap.blue = zeros; in xf86SbusHideOsHwCursor() 695 fbcursor.image = (char *) zeros; in xf86SbusHideOsHwCursor() 696 fbcursor.mask = (char *) zeros; in xf86SbusHideOsHwCursor()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | cio.h | 172 __u32 zeros[3]; member 188 __u32 zeros[3]; member 204 __u32 zeros[3]; member
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_fba.h | 50 unsigned char zeros:4; member 61 unsigned char zeros:3; member
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | poly1305-armv4.pl | 499 my ($in2,$zeros,$tbl0,$tbl1) = map("r$_",(4..7)); 544 mov $zeros,#2 @ counter 665 subs $zeros,$zeros,#1 774 adr $zeros,.Lzeros 790 adr $zeros,.Lzeros 833 mov $tbl1,$zeros 843 movlo $in2,$zeros 921 movlo $in2,$zeros
|
| /OK3568_Linux_fs/kernel/net/caif/ |
| H A D | caif_usb.c | 52 u8 zeros[CFUSB_ALIGNMENT]; in cfusbl_transmit() local 69 memset(zeros, 0, hpad); in cfusbl_transmit() 71 cfpkt_add_head(pkt, zeros, hpad); in cfusbl_transmit()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkcommon.c | 597 uint8_t zeros[4096]; in pad_file() local 599 memset(zeros, 0, sizeof(zeros)); in pad_file() 602 int todo = sizeof(zeros); in pad_file() 606 if (write(ifd, (char *)&zeros, todo) != todo) { in pad_file()
|
| H A D | mkimage.c | 646 uint8_t zeros[4096]; in copy_file() local 651 memset(zeros, 0, sizeof(zeros)); in copy_file() 726 int todo = sizeof(zeros); in copy_file() 730 if (write(ifd, (char *)&zeros, todo) != todo) { in copy_file()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | stat.c | 84 static const char zeros[] = " 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"; in show_irq_gap() local 89 inc = min_t(unsigned int, gap, ARRAY_SIZE(zeros) / 2); in show_irq_gap() 90 seq_write(p, zeros, 2 * inc); in show_irq_gap()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | poly1305-armv8.pl | 269 my ($in2,$zeros)=("x16","x17"); 270 my $is_base2_26 = $zeros; # borrow 476 adr $zeros,.Lzeros 571 csel $in2,$zeros,$in2,lo
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-sourcesink | 8 pattern 0 (all zeros), 1 (mod63), 2 (none)
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aegis128-aesni-glue.c | 209 static const struct aegis_block zeros = {}; in crypto_aegis128_aesni_decrypt() local 227 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_util.S | 147 | zeros and denormalized 192 | zeros and denormalized
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | trusted-encrypted.rst | 25 authorization value (20 zeros). This can be set at takeownership time with the 59 (40 ascii zeros) 61 (40 ascii zeros)
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | decbin.S | 36 | A3. Count the number of leading/trailing zeros in the 37 | bcd string. If SE is positive, count the leading zeros; 38 | if negative, count the trailing zeros. Set the adjusted
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | usbip_protocol.rst | 200 | | | | shall be filled with zeros. | 291 | | | | zeros if not used | 349 | | | | zeros if not used |
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | mat.hpp | 1366 static MatExpr zeros(int rows, int cols, int type); 1372 static MatExpr zeros(Size size, int type); 1379 static MatExpr zeros(int ndims, const int* sz, int type); 2306 static MatExpr zeros(int rows, int cols); 2307 static MatExpr zeros(Size size); 2308 static MatExpr zeros(int _ndims, const int* _sizes); 2503 static UMat zeros(int rows, int cols, int type); 2504 static UMat zeros(Size size, int type); 2505 static UMat zeros(int ndims, const int* sz, int type);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | mat.hpp | 1366 static MatExpr zeros(int rows, int cols, int type); 1372 static MatExpr zeros(Size size, int type); 1379 static MatExpr zeros(int ndims, const int* sz, int type); 2306 static MatExpr zeros(int rows, int cols); 2307 static MatExpr zeros(Size size); 2308 static MatExpr zeros(int _ndims, const int* _sizes); 2503 static UMat zeros(int rows, int cols, int type); 2504 static UMat zeros(Size size, int type); 2505 static UMat zeros(int ndims, const int* sz, int type);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | mat.hpp | 1366 static MatExpr zeros(int rows, int cols, int type); 1372 static MatExpr zeros(Size size, int type); 1379 static MatExpr zeros(int ndims, const int* sz, int type); 2306 static MatExpr zeros(int rows, int cols); 2307 static MatExpr zeros(Size size); 2308 static MatExpr zeros(int _ndims, const int* _sizes); 2503 static UMat zeros(int rows, int cols, int type); 2504 static UMat zeros(Size size, int type); 2505 static UMat zeros(int ndims, const int* sz, int type);
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | bitmaps.rst | 17 zeros (i.e. all blocks in the group are free). However, it is not
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.enetaddr | 45 c) The address is valid (unicast, not all-zeros) 92 then it is set to all zeros. The common function is_valid_ethaddr() is used
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-inzi.rst | 26 The six remaining MSBs are padded with zeros.
|
| H A D | pixfmt-srggb14.rst | 22 bits filled with zeros. Each n-pixel row contains n/2 green samples
|