Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 88 for Je (0.18 sec)

  1. src/runtime/asm_amd64.s

    	AESENC	X0, X0				// scramble seed
    
    	CMPQ	CX, $16
    	JB	aes0to15
    	JE	aes16
    	CMPQ	CX, $32
    	JBE	aes17to32
    	CMPQ	CX, $64
    	JBE	aes33to64
    	CMPQ	CX, $128
    	JBE	aes65to128
    	JMP	aes129plus
    
    aes0to15:
    	TESTQ	CX, CX
    	JE	aes0
    
    	ADDQ	$16, AX
    	TESTW	$0xff0, AX
    	JE	endofpage
    
    	// 16 bytes loaded at this address won't cross
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    I�0�|��b�A,&hǃl N=m��cl �t:b��x���������y�w�;[pZh3�;�Z0���+W��_��"��q��v��`>A�#V������Z�|Ka3����6>A�#���M�x�;��ZW����9-8���ݏy͟O��ثSk�2",V��je�\�NEy��}��ʍ��|�{ߠ��[x��n������������������^�o��/�^o~sd~g��x�:�-�/���J��:�o�����o�T����z�����JdH���癓��gjh� ?�� m�j5_�x���v\�O�O��ӹm�e�Ό\}lE�]����F�=�^>��ro���X���qW��'C��c ��~jE~�������IRp//�5�ߑ=�_8O�94��Ұq8�`���U�\7��M��6����_y�b�.[�N���I����I�1���I�Q���I�qvZ��ӆ�-��i1�N�qvZ���b����g��8O[���8O���#I�¯���g���\fҁ��)l:��.]'9���-...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  3. docs/de/docs/deployment/https.md

    * **Einige DNS-Einträge ändern**.
        * Hierfür muss das erneuernde Programm die APIs des DNS-Anbieters unterstützen. Je nachdem, welchen DNS-Anbieter Sie verwenden, kann dies eine Option sein oder auch nicht.
    * **Als Server ausführen** (zumindest während des Zertifikatserwerbsvorgangs), auf der öffentlichen IP-Adresse, die der Domain zugeordnet ist.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:16:46 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  4. src/runtime/race_amd64.s

    TEXT	racecall<>(SB), NOSPLIT|NOFRAME, $0-0
    	MOVQ	g_m(R14), R13
    	// Switch to g0 stack.
    	MOVQ	SP, R12		// callee-saved, preserved across the CALL
    	MOVQ	m_g0(R13), R10
    	CMPQ	R10, R14
    	JE	call	// already on g0
    	MOVQ	(g_sched+gobuf_sp)(R10), SP
    call:
    	ANDQ	$~15, SP	// alignment for gcc ABI
    	CALL	AX
    	MOVQ	R12, SP
    	// Back to Go world, set special registers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  5. src/runtime/memmove_amd64.s

    	TESTQ	BX, BX
    	JEQ	move_0
    	CMPQ	BX, $2
    	JBE	move_1or2
    	CMPQ	BX, $4
    	JB	move_3
    	JBE	move_4
    	CMPQ	BX, $8
    	JB	move_5through7
    	JE	move_8
    	CMPQ	BX, $16
    	JBE	move_9through16
    	CMPQ	BX, $32
    	JBE	move_17through32
    	CMPQ	BX, $64
    	JBE	move_33through64
    	CMPQ	BX, $128
    	JBE	move_65through128
    	CMPQ	BX, $256
    	JBE	move_129through256
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 10 15:52:08 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  6. src/crypto/sha256/sha256block_amd64.s

    	PADDD			m4, t				\
    	SHA256MSG2		m, t				\
    	PSHUFD			$0x0e, msg, msg			\
    	SHA256RNDS2		msg, state1, state0		\
    	sha256Msg1		(m,a)
    
    TEXT ·block(SB), 0, $536-32
    	CMPB	·useSHA(SB), $1
    	JE	sha_ni
    	CMPB	·useAVX2(SB), $1
    	JE	avx2
    
    	MOVQ p_base+8(FP), SI
    	MOVQ p_len+16(FP), DX
    	SHRQ $6, DX
    	SHLQ $6, DX
    
    	LEAQ (SI)(DX*1), DI
    	MOVQ DI, 256(SP)
    	CMPQ SI, DI
    	JEQ  end
    
    	MOVQ dig+0(FP), BP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  7. docs/pl/docs/help-fastapi.md

    Dołącz do 👥 <a href="https://discord.gg/VQjSZaeJmf" class="external-link" target="_blank">serwera czatu na Discordzie</a> 👥 i spędzaj czas z innymi w społeczności FastAPI.
    
    !!! tip "Wskazówka"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  8. src/encoding/json/encode.go

    type jsonError struct{ error }
    
    func (e *encodeState) marshal(v any, opts encOpts) (err error) {
    	defer func() {
    		if r := recover(); r != nil {
    			if je, ok := r.(jsonError); ok {
    				err = je.error
    			} else {
    				panic(r)
    			}
    		}
    	}()
    	e.reflectValue(reflect.ValueOf(v), opts)
    	return nil
    }
    
    // error aborts the encoding by panicking with err wrapped in jsonError.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  9. src/runtime/mkpreempt.go

    	// It is safe here as Go code don't use the upper bits of Y registers.
    	p("#ifdef GOOS_darwin")
    	p("#ifndef hasAVX")
    	p("CMPB internal∕cpu·X86+const_offsetX86HasAVX(SB), $0")
    	p("JE 2(PC)")
    	p("#endif")
    	p("VZEROUPPER")
    	p("#endif")
    
    	lSSE.save()
    	p("CALL ·asyncPreempt2(SB)")
    	lSSE.restore()
    	l.restore()
    	p("ADJSP $%d", -lSSE.stack)
    	p("POPFQ")
    	p("POPQ BP")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndGiven

    000002a0  26 3e df ce 7c 21 e5 27  7e 27 ec 75 b6 47 a0 89  |&>..|!.'~'.u.G..|
    000002b0  2e e1 3c ab 0d 72 90 d1  d5 07 17 03 03 00 35 82  |..<..r........5.|
    000002c0  6b 48 4a 9a 63 16 07 8f  b2 d3 4a 65 7d e0 c4 e8  |kHJ.c.....Je}...|
    000002d0  27 3e ce 4a 0a c8 63 e0  f9 70 98 c0 6a 12 39 ec  |'>.J..c..p..j.9.|
    000002e0  e1 52 de 73 58 2d f0 7c  bc 8d 41 16 be 89 a0 88  |.R.sX-.|..A.....|
    000002f0  56 e5 ef f6                                       |V...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 13.4K bytes
    - Viewed (0)
Back to top