Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 183 for qword (0.04 sec)

  1. internal/s3select/sql/parser_test.go

    		&Select{},
    		participle.Lexer(sqlLexer),
    		participle.CaseInsensitive("Keyword"),
    	)
    
    	s := Select{}
    	cases := []string{
    		"select * from s3object where name > 2 or value > 1 or word > 2",
    		"select s.word.id + 2 from s3object s",
    		"select 1-2-3 from s3object s limit 1",
    	}
    	for i, tc := range cases {
    		err := p.ParseString(tc, &s)
    		if err != nil {
    			t.Fatalf("%d: %v", i, err)
    		}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. src/runtime/mfixalloc.go

    // the zero flag to false. This is only safe if the memory never
    // contains heap pointers.
    //
    // The caller is responsible for locking around FixAlloc calls.
    // Callers can keep state in the object but the first word is
    // smashed by freeing and reallocating.
    //
    // Consider marking fixalloc'd types not in heap by embedding
    // runtime/internal/sys.NotInHeap.
    type fixalloc struct {
    	size   uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 24 20:28:25 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. src/crypto/sha1/sha1block_386.s

    // the round macros instead of by explicit move instructions.
    
    // Like sha1block_amd64.s, but we keep the data and limit pointers on the stack.
    // To free up the word pointer (R10 on amd64, DI here), we add it to e during
    // LOAD/SHUFFLE instead of during MIX.
    //
    // The stack holds the intermediate word array - 16 uint32s - at 0(SP) up to 64(SP).
    // The saved a, b, c, d, e (R11 through R15 on amd64) are at 64(SP) up to 84(SP).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 6K bytes
    - Viewed (0)
  4. pkg/proxy/util/linebuffer_test.go

    		t.Run(testCase.name, func(t *testing.T) {
    			testBuffer.Reset()
    			testBuffer.Write(testCase.input...)
    			if want, got := testCase.expected, testBuffer.String(); !strings.EqualFold(want, got) {
    				t.Fatalf("write word is %v\n expected: %q, got: %q", testCase.input, want, got)
    			}
    			if testBuffer.Lines() != 1 {
    				t.Fatalf("expected 1 line, got: %d", testBuffer.Lines())
    			}
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 12:38:25 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/Protocol.kt

     *
     * ## Protocol vs Scheme
     *
     * Despite its name, [java.net.URL.getProtocol] returns the [scheme][java.net.URI.getScheme] (http,
     * https, etc.) of the URL, not the protocol (http/1.1, spdy/3.1, etc.). OkHttp uses the word
     * *protocol* to identify how HTTP messages are framed.
     *
     * [ietf_alpn]: http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg
     */
    enum class Protocol(private val protocol: String) {
      /**
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:17:33 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/plan9/syscall.go

    		return ""
    	}
    
    	// Find NUL terminator.
    	n := 0
    	for ptr := unsafe.Pointer(p); *(*byte)(ptr) != 0; n++ {
    		ptr = unsafe.Pointer(uintptr(ptr) + 1)
    	}
    
    	return string(unsafe.Slice(p, n))
    }
    
    // Single-word zero for use when we need a valid pointer to 0 bytes.
    // See mksyscall.pl.
    var _zero uintptr
    
    func (ts *Timespec) Unix() (sec int64, nsec int64) {
    	return int64(ts.Sec), int64(ts.Nsec)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/typebits/typebits.go

    		// or, when isnilinter(t)==true:
    		// struct { Type *type; void *data; }
    		if off&int64(types.PtrSize-1) != 0 {
    			base.Fatalf("typebits.Set: invalid alignment, %v", t)
    		}
    		// The first word of an interface is a pointer, but we don't
    		// treat it as such.
    		// 1. If it is a non-empty interface, the pointer points to an itab
    		//    which is always in persistentalloc space.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 01:53:41 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/windows/syscall.go

    		return ""
    	}
    
    	// Find NUL terminator.
    	n := 0
    	for ptr := unsafe.Pointer(p); *(*byte)(ptr) != 0; n++ {
    		ptr = unsafe.Pointer(uintptr(ptr) + 1)
    	}
    
    	return string(unsafe.Slice(p, n))
    }
    
    // Single-word zero for use when we need a valid pointer to 0 bytes.
    // See mksyscall.pl.
    var _zero uintptr
    
    func (ts *Timespec) Unix() (sec int64, nsec int64) {
    	return int64(ts.Sec), int64(ts.Nsec)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/loong64/a.out.go

    	ASCV
    
    	ASGT
    	ASGTU
    
    	ASLL
    	ASQRTD
    	ASQRTF
    	ASRA
    	ASRL
    	AROTR
    	ASUB
    	ASUBD
    	ASUBF
    
    	ASUBU
    	ASUBW
    	ADBAR
    	ASYSCALL
    
    	ATEQ
    	ATNE
    
    	AWORD
    
    	AXOR
    
    	AMASKEQZ
    	AMASKNEZ
    
    	// 64-bit
    	AMOVV
    	AMOVVL
    	AMOVVR
    
    	ASLLV
    	ASRAV
    	ASRLV
    	AROTRV
    	ADIVV
    	ADIVVU
    
    	AREMV
    	AREMVU
    
    	AMULV
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. src/runtime/internal/sys/intrinsics.go

    func TrailingZeros64(x uint64) int {
    	if x == 0 {
    		return 64
    	}
    	// If popcount is fast, replace code below with return popcount(^x & (x - 1)).
    	//
    	// x & -x leaves only the right-most bit set in the word. Let k be the
    	// index of that bit. Since only a single bit is set, the value is two
    	// to the power of k. Multiplying by a power of two is equivalent to
    	// left shifting, in this case by k bits. The de Bruijn (64 bit) constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 14 08:10:45 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top