Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Hid (0.07 sec)

  1. internal/grid/muxclient.go

    	}
    	if msg.Flags&FlagSubroute != 0 {
    		if m.subroute == nil {
    			return fmt.Errorf("internal error: subroute not defined on client")
    		}
    		hid := m.subroute.withHandler(msg.Handler)
    		before := len(dst)
    		dst = append(dst, hid[:]...)
    		if debugPrint {
    			fmt.Println("Added subroute", hid.String(), "to message", msg, "len", len(dst)-before)
    		}
    	}
    	if msg.Flags&FlagCRCxxh3 != 0 {
    		h := xxh3.Hash(dst)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go

    	Iflag uint32
    	Lflag uint32
    	Oflag uint32
    	Cc    [11]uint8
    }
    
    type Winsize struct {
    	Row    uint16
    	Col    uint16
    	Xpixel uint16
    	Ypixel uint16
    }
    
    type W_Mnth struct {
    	Hid   [4]byte
    	Size  int32
    	Cur1  int32 //32bit pointer
    	Cur2  int32 //^
    	Devno uint32
    	_     [4]byte
    }
    
    type W_Mntent struct {
    	Fstype       uint32
    	Mode         uint32
    	Dev          uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    	 NF_NAT_RANGE_PROTO_RANDOM | NF_NAT_RANGE_PERSISTENT |	\
    	 NF_NAT_RANGE_PROTO_RANDOM_FULLY | NF_NAT_RANGE_PROTO_OFFSET | \
    	 NF_NAT_RANGE_NETMAP)
    
    // Copied from linux/hid.h.
    // Keep in sync with the size of the referenced fields.
    #define _HIDIOCGRAWNAME_LEN	128 // sizeof_field(struct hid_device, name)
    #define _HIDIOCGRAWPHYS_LEN	64  // sizeof_field(struct hid_device, phys)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/zmap/zlint,v0.0.0-20190806154020-fd021b4cfbeb,h1:vxqkjztXSaPVDc8FQCdHTaejm2x747f6yPbnu1h2xkg=,e62f5cd5f434d84f53d336261e3a6e50c8902152ce8f2f5ce918270d6d201cab
    github.com/zondax/hid,v0.9.0,h1:eiT3P6vNxAEVxXMw66eZUAAnU2zD33JBkfG/EnfAKl8=,9c72a6bdbf03d9465dfdf1ba876eabf5fa923d5bb9e726c9e4a994098dc9bd79
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I never went to him,' the Mock Turtle said with a sigh:  `he
    taught Laughing and Grief, they used to say.'
    
      `So he did, so he did,' said the Gryphon, sighing in his turn;
    and both creatures hid their faces in their paws.
    
      `And how many hours a day did you do lessons?' said Alice, in a
    hurry to change the subject.
    
      `Ten hours the first day,' said the Mock Turtle: `nine the
    next, and so on.'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I never went to him,' the Mock Turtle said with a sigh:  `he
    taught Laughing and Grief, they used to say.'
    
      `So he did, so he did,' said the Gryphon, sighing in his turn;
    and both creatures hid their faces in their paws.
    
      `And how many hours a day did you do lessons?' said Alice, in a
    hurry to change the subject.
    
      `Ten hours the first day,' said the Mock Turtle: `nine the
    next, and so on.'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    Causes be not yet discover'd. For these are manifest Qualities, and
    their Causes only are occult. And the _Aristotelians_ gave the Name of
    occult Qualities, not to manifest Qualities, but to such Qualities only
    as they supposed to lie hid in Bodies, and to be the unknown Causes of
    manifest Effects: Such as would be the Causes of Gravity, and of
    magnetick and electrick Attractions, and of Fermentations, if we should
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    though their Causes be not yet discover'd. For these are manifest Qualities, and their Causes only are occult. And the _Aristotelians_ gave the Name of occult Qualities, not to manifest Qualities, but to such Qualities only as they supposed to lie hid in Bodies, and to be the unknown Causes of manifest Effects: Such as would be the Causes of Gravity, and of magnetick and electrick Attractions, and of Fermentations, if we should suppose that these Forces or Actions arose from Qualities unknown to...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top