Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for GD (0.11 sec)

  1. src/debug/elf/elf.go

    	R_386_TLS_GD_32     R_386 = 24 /* 32 bit offset to GOT (index,off) pair */
    	R_386_TLS_GD_PUSH   R_386 = 25 /* pushl instruction for Sun ABI GD sequence */
    	R_386_TLS_GD_CALL   R_386 = 26 /* call instruction for Sun ABI GD sequence */
    	R_386_TLS_GD_POP    R_386 = 27 /* popl instruction for Sun ABI GD sequence */
    	R_386_TLS_LDM_32    R_386 = 28 /* 32 bit offset to GOT (index,zero) pair */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-ECDSA

    000000a0  00 f6 02 b3 c8 d3 ab 01  1d f2 71 86 7b f9 13 de  |..........q.{...|
    000000b0  1e 39 1c e7 b5 3b b5 bb  26 33 f7 a9 3f 29 e2 8c  |.9...;..&3..?)..|
    000000c0  d1 67 64 11 b4 29 be 6e  c9 cf c5 6e 41 43 41 e7  |.gd..).n...nACA.|
    000000d0  43 9c 5d fb a1 b6 b3 f9  0f 4c 17 11 3c 56 0e 49  |C.]......L..<V.I|
    000000e0  a0 41 8f ca 62 38 d2 83  8d 41 9b 86 5e 47 9b 79  |.A..b8...A..^G.y|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. cmd/site-replication.go

    	if cntReplicated > 0 && cntReplicated != total {
    		return false
    	}
    	// check if policies match between sites
    	var prev madmin.GroupDesc
    	for i, gd := range gds {
    		if i == 0 {
    			prev = gd
    			continue
    		}
    		if !isGroupDescEqual(prev, gd) {
    			return false
    		}
    	}
    	return true
    }
    
    func isBktQuotaCfgReplicated(total int, quotaCfgs []*madmin.BucketQuota) bool {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  4. cmd/iam-store.go

    }
    
    // GetGroupDescription - builds up group description
    func (store *IAMStoreSys) GetGroupDescription(group string) (gd madmin.GroupDesc, err error) {
    	cache := store.rlock()
    	defer store.runlock()
    
    	ps, updatedAt, err := cache.policyDBGet(store, group, true)
    	if err != nil {
    		return gd, err
    	}
    
    	policy := strings.Join(ps, ",")
    
    	if store.getUsersSysType() != MinIOUsersSysType {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  5. src/cmd/cgo/out.go

    			return r
    		}
    		// Look up the type in the top level declarations.
    		// TODO: Handle types defined within a function.
    		for _, d := range p.Decl {
    			gd, ok := d.(*ast.GenDecl)
    			if !ok || gd.Tok != token.TYPE {
    				continue
    			}
    			for _, spec := range gd.Specs {
    				ts, ok := spec.(*ast.TypeSpec)
    				if !ok {
    					continue
    				}
    				if ts.Name.Name == t.Name {
    					return p.cgoType(ts.Type)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    �r��8;Z趤/�s�۲�gb��f�o��+X���L��s��`/j��l6��Oz{TFs{���ˋsJ˪zK�5+�g��~S��fV�:������~�6��֮sy�\68��]����+F�_�B}�������0W��Ѕ�#�)�ӎ�Qw" �&����6:�����Z%V*l]#Ε%��e��l��f�k7�y~oY��}02m,F�һ7�7Y�;N���̲�z�NO�U�ߵ��Ȓ�f��1u��i��t Z�f���F.��B��gI{�[��gD��O=Z|������f7*d123! /�;�8��{� ��9;����x��\�5�>�ܰan�A��^�GqqU�{��P�V!oz���vփ�}.�����¯� ��u�=���>.��|r/s܋� ��x�}5���t*�/�[c�s ezv���j��q�it7��{Y���ݥ�y�s���Zi�ܢ�˝u��5��{Z����|I�����ps��M���K���}��.�WJ��]���B�^L�5�.#G�_^i��~Z�...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  7. src/compress/flate/testdata/huffman-rand-max.in

    �;�f�)�y�d��T���d�;���q����]�����W�9j%�v�:�]�qϜb�j��1Ѩf03�Q���`�M2m�&!�~.%gr�����˗�3Xsp��(#����Vwhズ�WVW���<���ȊWS�/�nf��3�!�q�|��� �^������ں�'��i�<��
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  8. cmd/iam.go

    	sys.notifyForGroup(ctx, group)
    	return updatedAt, nil
    }
    
    // GetGroupDescription - builds up group description
    func (sys *IAMSys) GetGroupDescription(group string) (gd madmin.GroupDesc, err error) {
    	if !sys.Initialized() {
    		return gd, errServerNotInitialized
    	}
    
    	return sys.store.GetGroupDescription(group)
    }
    
    // ListGroups - lists groups.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  9. src/cmd/cgo/gcc.go

    		return true
    	case *ast.Ident:
    		// TODO: Handle types defined within function.
    		for _, d := range p.Decl {
    			gd, ok := d.(*ast.GenDecl)
    			if !ok || gd.Tok != token.TYPE {
    				continue
    			}
    			for _, spec := range gd.Specs {
    				ts, ok := spec.(*ast.TypeSpec)
    				if !ok {
    					continue
    				}
    				if ts.Name.Name == t.Name {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  10. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    gallery.museum gallo gallup galsa.no gamagori.aichi.jp game game-host.org game-server.cc game.tw games games.hu gamo.shiga.jp gamvik.no gangaviika.no gangwon.kr gap garden garden.museum gateway.museum gaular.no gausdal.no gay gb gb.net gbiz gc.ca gd gd.cn gda.pl gdansk.pl gdn gdynia.pl ge ge.it gea geek.nz geekgalaxy.com geelvinck.museum gehirn.ne.jp geisei.kochi.jp gemological.museum gen.in gen.mi.us gen.ng gen.nz gen.tr genkai.saga.jp genoa.it genova.it gent gentapps.com genting gentlentapis.com...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top