Home
last modified time | relevance | path

Searched refs:longs (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dmemweight.c14 size_t longs; in memweight() local
21 longs = bytes / sizeof(long); in memweight()
22 if (longs) { in memweight()
23 BUG_ON(longs >= INT_MAX / BITS_PER_LONG); in memweight()
25 longs * BITS_PER_LONG); in memweight()
26 bytes -= longs * sizeof(long); in memweight()
27 bitmap += longs * sizeof(long); in memweight()
/OK3568_Linux_fs/buildroot/package/x11r7/mcookie/
H A Dmcookie.c85 void byteReverse(unsigned char *buf, unsigned longs);
90 void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() argument
98 } while (--longs); in byteReverse()
/OK3568_Linux_fs/u-boot/lib/
H A Dmd5.c43 byteReverse(unsigned char *buf, unsigned longs) in byteReverse() argument
51 } while (--longs); in byteReverse()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs4.h691 unsigned long longs[NFS4_OP_MAP_NUM_LONGS]; member
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dinput-programming.rst224 BITS_TO_LONGS(x) - returns the length of a bitfield array in longs for
226 BIT_WORD(x) - returns the index in the array in longs for bit x
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4proc.c8388 if (test_bit(i, sp->enforce.u.longs)) in nfs4_sp4_select_mode()
8390 if (test_bit(i, sp->allow.u.longs)) in nfs4_sp4_select_mode()
8412 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
8413 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
8414 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
8415 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) { in nfs4_sp4_select_mode()
8425 if (test_bit(OP_CLOSE, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8426 test_bit(OP_OPEN_DOWNGRADE, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8427 test_bit(OP_DELEGRETURN, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8428 test_bit(OP_LOCKU, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/
H A DAdd-xptcall-support-for-SH4-processors.patch190 + 8 bytes per parameter. Also leave space for 4 longs and 8 floats that
207 + "add #48, r2 \n\t" // Space for 4 longs, 8 floats
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/
H A Dcx2341x-uapi.rst156 'itv0': After this magic number two unsigned longs follow. Bits 0-17 of the first
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Ddevice-io.rst146 outs() functions copy bytes, words or longs to the given
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_sli.c5182 int longs; in lpfc_sli_hba_setup() local
5264 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG; in lpfc_sli_hba_setup()
5265 phba->vpi_bmask = kcalloc(longs, in lpfc_sli_hba_setup()
5933 unsigned long longs; in lpfc_sli4_alloc_extent() local
5990 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG; in lpfc_sli4_alloc_extent()
6000 phba->sli4_hba.rpi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6029 phba->vpi_bmask = kcalloc(longs, sizeof(unsigned long), in lpfc_sli4_alloc_extent()
6049 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6072 phba->sli4_hba.vfi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6617 unsigned long longs; in lpfc_sli4_alloc_resource_identifiers() local
[all …]
H A Dlpfc_init.c6551 int longs; in lpfc_sli4_driver_resource_setup() local
6971 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup()
6972 phba->fcf.fcf_rr_bmask = kcalloc(longs, sizeof(unsigned long), in lpfc_sli4_driver_resource_setup()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkcsan.rst276 longs to encode watchpoint information, which is negligible.
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DREADME224 is now done in units of 256 (smallest BUFSIZE) and unsigned longs are used,
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Datomic_ops.rst98 Properly aligned pointers, longs, ints, and chars (and unsigned
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4proc.c3260 if (test_bit(this->opnum, allow->u.longs) && in nfsd4_spo_must_allow()
/OK3568_Linux_fs/kernel/
H A DCREDITS272 D: New sysctl function for handling unsigned longs
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info20109 H8/300. The default for the H8/300H and H8S is to align longs and
54815 * 32-bit longs are encoded as 'l' or 'L', but not always. For
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info20109 H8/300. The default for the H8/300H and H8S is to align longs and
54815 * 32-bit longs are encoded as 'l' or 'L', but not always. For
/OK3568_Linux_fs/external/xserver/
H A DChangeLog60561 so no need to mess with weird unsigned longs.