Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 74 for unassigned (0.32 sec)

  1. src/net/netip/netip_test.go

    			ip:            unicast6,
    			globalUnicast: true,
    		},
    		{
    			name:          "unicast v6AddrZone",
    			ip:            unicastZone6,
    			globalUnicast: true,
    		},
    		{
    			name:          "unicast v6Addr unassigned",
    			ip:            unicast6Unassigned,
    			globalUnicast: true,
    		},
    		{
    			name:               "multicast v4Addr",
    			ip:                 multicast4,
    			linkLocalMulticast: true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  2. src/regexp/testdata/testregex.c

    	char*		file;
    	char*		stack;
    	char*		which;
    	jmp_buf		gotcha;
    #ifdef REG_DISCIPLINE
    	Disc_t		disc;
    #endif
    } state;
    
    static void
    quote(char* s, int len, unsigned long test)
    {
    	unsigned char*	u = (unsigned char*)s;
    	unsigned char*	e;
    	int		c;
    #ifdef MB_CUR_MAX
    	int		w;
    #endif
    
    	if (!u)
    		printf("NIL");
    	else if (!*u && len <= 1)
    		printf("NULL");
    	else if (test & TEST_EXPAND)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/prove.go

    		d domain
    		r relation
    	}{
    		OpEq8:   {signed | unsigned, eq},
    		OpEq16:  {signed | unsigned, eq},
    		OpEq32:  {signed | unsigned, eq},
    		OpEq64:  {signed | unsigned, eq},
    		OpEqPtr: {pointer, eq},
    
    		OpNeq8:   {signed | unsigned, lt | gt},
    		OpNeq16:  {signed | unsigned, lt | gt},
    		OpNeq32:  {signed | unsigned, lt | gt},
    		OpNeq64:  {signed | unsigned, lt | gt},
    		OpNeqPtr: {pointer, lt | gt},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "LessEqualU", argLength: 1, reg: readflags},       // bool, true flags encode unsigned x<=y false otherwise.
    		{name: "GreaterThanU", argLength: 1, reg: readflags},     // bool, true flags encode unsigned x>y false otherwise.
    		{name: "GreaterEqualU", argLength: 1, reg: readflags},    // bool, true flags encode unsigned x>=y false otherwise.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      return isdigit(static_cast<unsigned char>(ch)) != 0;
    }
    inline bool IsLower(char ch) {
      return islower(static_cast<unsigned char>(ch)) != 0;
    }
    inline bool IsSpace(char ch) {
      return isspace(static_cast<unsigned char>(ch)) != 0;
    }
    inline bool IsUpper(char ch) {
      return isupper(static_cast<unsigned char>(ch)) != 0;
    }
    inline bool IsXDigit(char ch) {
      return isxdigit(static_cast<unsigned char>(ch)) != 0;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      return isdigit(static_cast<unsigned char>(ch)) != 0;
    }
    inline bool IsLower(char ch) {
      return islower(static_cast<unsigned char>(ch)) != 0;
    }
    inline bool IsSpace(char ch) {
      return isspace(static_cast<unsigned char>(ch)) != 0;
    }
    inline bool IsUpper(char ch) {
      return isupper(static_cast<unsigned char>(ch)) != 0;
    }
    inline bool IsXDigit(char ch) {
      return isxdigit(static_cast<unsigned char>(ch)) != 0;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  7. tensorflow/c/eager/c_api_test.cc

      const int async = state.range(0);
      state.SetLabel(async ? "ExecuteAsync" : "Execute");
      TF_Status* status = TF_NewStatus();
      TFE_ContextOptions* opts = TFE_NewContextOptions();
      TFE_ContextOptionsSetAsync(opts, static_cast<unsigned char>(async));
      TFE_Context* ctx = TFE_NewContext(opts, status);
      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TFE_DeleteContextOptions(opts);
    
      TFE_TensorHandle* m = TestMatrixTensorHandle(ctx);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    		{name: "SRW", argLength: 2, reg: sh21, asm: "SRW"},                    // unsigned uint32(arg0) >> arg1, shift amount is mod 64
    		{name: "SRDconst", argLength: 1, reg: gp11, asm: "SRD", aux: "UInt8"}, // unsigned arg0 >> auxint, shift amount 0-63
    		{name: "SRWconst", argLength: 1, reg: gp11, asm: "SRW", aux: "UInt8"}, // unsigned uint32(arg0) >> auxint, shift amount 0-31
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  9. tensorflow/c/c_api.h

                                              const char* attr_name,
                                              unsigned char value);
    TF_CAPI_EXPORT extern void TF_SetAttrBoolList(TF_OperationDescription* desc,
                                                  const char* attr_name,
                                                  const unsigned char* values,
                                                  int num_values);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  10. src/cmd/cgo/gcc.go

    	"long int":               "long",
    	"long unsigned int":      "ulong",
    	"unsigned int":           "uint",
    	"short unsigned int":     "ushort",
    	"unsigned short":         "ushort", // Used by Clang; issue 13129.
    	"short int":              "short",
    	"long long int":          "longlong",
    	"long long unsigned int": "ulonglong",
    	"signed char":            "schar",
    	"unsigned char":          "uchar",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top