Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 527 for Dword2 (0.17 sec)

  1. hack/make-rules/cross.sh

    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    # NOTE: Using "${array[*]}" here is correct.  [@] becomes distinct words (in
    # bash parlance).
    
    make all WHAT="${KUBE_SERVER_TARGETS[*]}" KUBE_BUILD_PLATFORMS="${KUBE_SERVER_PLATFORMS[*]}"
    
    make all WHAT="${KUBE_NODE_TARGETS[*]}" KUBE_BUILD_PLATFORMS="${KUBE_NODE_PLATFORMS[*]}"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 05:56:36 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/parse.go

    	scratch := make([][]lex.Token, 0, 3)
    	for {
    		word, cond, operands, ok := p.line(scratch)
    		if !ok {
    			break
    		}
    		scratch = operands
    
    		if p.pseudo(word, operands) {
    			continue
    		}
    		i, present := p.arch.Instructions[word]
    		if present {
    			p.instruction(i, word, cond, operands)
    			continue
    		}
    		p.errorf("unrecognized instruction %q", word)
    	}
    	if p.errorCount > 0 {
    		return nil, false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 14:34:57 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  3. src/math/atan2_s390x.s

    Normal:
    	FMOVD	x+0(FP), F0
    	FMOVD	y+8(FP), F2
    	MOVD	$·atan2rodataL25<>+0(SB), R9
    	LGDR	F0, R2
    	LGDR	F2, R1
    	RISBGNZ	$32, $63, $32, R2, R2
    	RISBGNZ	$32, $63, $32, R1, R1
    	WORD	$0xB9170032	//llgtr	%r3,%r2
    	RISBGZ	$63, $63, $33, R2, R5
    	WORD	$0xB9170041	//llgtr	%r4,%r1
    	WFLCDB	V0, V20
    	MOVW	R4, R6
    	MOVW	R3, R7
    	CMPUBLT	R6, R7, L17
    	WFDDB	V2, V0, V3
    	ADDW	$2, R5, R2
    	MOVW	R4, R6
    	MOVW	R3, R7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 04:06:34 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/suggest/index/contents/ContentsParser.java

    import org.codelibs.fess.suggest.index.contents.querylog.QueryLog;
    import org.codelibs.fess.suggest.normalizer.Normalizer;
    
    public interface ContentsParser {
        SuggestItem parseSearchWords(String[] words, String[][] readings, String[] fields, String[] tags, String roles[], long score,
                ReadingConverter readingConverter, Normalizer normalizer, SuggestAnalyzer analyzer, String[] langs);
    
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. src/runtime/testdata/testwinlib/main.c

            // prepare context to resume execution
            CONTEXT *c = ExceptionInfo->ContextRecord;
    #ifdef _AMD64_
            c->Rip = *(DWORD64 *)c->Rsp;
            c->Rsp += 8;
    #elif defined(_X86_)
            c->Eip = *(DWORD *)c->Esp;
            c->Esp += 4;
    #else
            c->Pc = c->Lr;
    #endif
    #ifdef _ARM64_
            // TODO: remove when windows/arm64 supports SEH stack unwinding.
            return EXCEPTION_CONTINUE_EXECUTION;
    #endif
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 08:26:52 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. build/pause/windows/pause.c

    #include <windows.h>
    #include <stdio.h>
    #include <string.h>
    
    #define STRINGIFY(x) #x
    #define VERSION_STRING(x) STRINGIFY(x)
    
    #ifndef VERSION
    #define VERSION HEAD
    #endif
    
    BOOL WINAPI CtrlHandler(DWORD fdwCtrlType)
    {
    	switch (fdwCtrlType)
    	{
    	case CTRL_C_EVENT:
    		fprintf(stderr, "Shutting down, got signal\n");
    		exit(0);
    
    	case CTRL_BREAK_EVENT:
    		fprintf(stderr, "Shutting down, got signal\n");
    		exit(0);
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 13:09:17 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/arch/mips.go

    // MIPS (MIPS64) instruction set, to minimize its interaction
    // with the core of the assembler.
    
    package arch
    
    import (
    	"cmd/internal/obj"
    	"cmd/internal/obj/mips"
    )
    
    func jumpMIPS(word string) bool {
    	switch word {
    	case "BEQ", "BFPF", "BFPT", "BGEZ", "BGEZAL", "BGTZ", "BLEZ", "BLTZ", "BLTZAL", "BNE", "JMP", "JAL", "CALL":
    		return true
    	}
    	return false
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 04 19:06:44 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  8. src/math/erfc_s390x.s

    	WFMADB	V0, V6, V3, V0
    	FMOVD	F2, F6
    	FMADD	F4, F1, F0
    	WORD	$0xED609318	//sdb	%f6,.L39-.L38(%r9)
    	BYTE	$0x00
    	BYTE	$0x1B
    	WFMSDB	V2, V0, V6, V2
    	FMOVD	F2, ret+8(FP)
    	RET
    L30:
    	WORD	$0xED009238	//adb	%f0,.L67-.L38(%r9)
    	BYTE	$0x00
    	BYTE	$0x1A
    	BR	L8
    L20:
    	FMOVD	88(R9), F0
    	WFMADB	V7, V2, V0, V2
    	WORD	$0xB3130022	//lcdbr	%f2,%f2
    	FMOVD	F2, ret+8(FP)
    	RET
    L13:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 14.4K bytes
    - Viewed (0)
  9. hack/verify-spelling.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # This script checks commonly misspelled English words in all files in the
    # working directory by client9/misspell package.
    # Usage: `hack/verify-spelling.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. tensorflow/cc/framework/test_op.cc

        .Input("for: int32")
        .Attr("scope: int")
        .Attr("builder: int = 1")
        .Attr("while: int")
        .SetShapeFn(shape_inference::UnknownShape)
        .Doc(R"doc(
    Op to test keywords and reserved words in input and attr names.
    
    ret: Return value.
    for: Keyword as name for input.
    while: Keyword as name for attr.
    )doc");
    
    REGISTER_OP("ThrowAway2")
        .Attr("scope: int = 2")
        .Attr("throw_away2: int = 2")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 15 23:50:32 UTC 2017
    - 1.7K bytes
    - Viewed (0)
Back to top