Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for apiall (0.56 sec)

  1. cmd/storage-datatypes_gen.go

    				z.LastMinute[za0001] = za0002
    			}
    		case "APICalls":
    			var zb0003 uint32
    			zb0003, err = dc.ReadMapHeader()
    			if err != nil {
    				err = msgp.WrapError(err, "APICalls")
    				return
    			}
    			if z.APICalls == nil {
    				z.APICalls = make(map[string]uint64, zb0003)
    			} else if len(z.APICalls) > 0 {
    				for key := range z.APICalls {
    					delete(z.APICalls, key)
    				}
    			}
    			for zb0003 > 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    	{APSHUFB, ymshufb, Pq, opBytes{0x38, 0x00}},
    	{APSIGNB, yxm_q4, Pq4, opBytes{0x08}},
    	{APSIGND, yxm_q4, Pq4, opBytes{0x0a}},
    	{APSIGNW, yxm_q4, Pq4, opBytes{0x09}},
    	{APSLLO, ypsdq, Pq, opBytes{0x73, 07}},
    	{APSLLL, yps, Py3, opBytes{0xf2, 0x72, 06, Pe, 0xf2, Pe, 0x72, 06}},
    	{APSLLQ, yps, Py3, opBytes{0xf3, 0x73, 06, Pe, 0xf3, Pe, 0x73, 06}},
    	{APSLLW, yps, Py3, opBytes{0xf1, 0x71, 06, Pe, 0xf1, Pe, 0x71, 06}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/Maps.java

          }
    
          @Override
          public boolean add(@ParametricNullness E element) {
            throw new UnsupportedOperationException();
          }
    
          @Override
          public boolean addAll(Collection<? extends E> es) {
            throw new UnsupportedOperationException();
          }
        };
      }
    
      private static <E extends @Nullable Object> SortedSet<E> removeOnlySortedSet(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/Maps.java

          }
    
          @Override
          public boolean add(@ParametricNullness E element) {
            throw new UnsupportedOperationException();
          }
    
          @Override
          public boolean addAll(Collection<? extends E> es) {
            throw new UnsupportedOperationException();
          }
        };
      }
    
      private static <E extends @Nullable Object> SortedSet<E> removeOnlySortedSet(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	PTRACE_SYSCALL_INFO_EXIT                    = 0x2
    	PTRACE_SYSCALL_INFO_NONE                    = 0x0
    	PTRACE_SYSCALL_INFO_SECCOMP                 = 0x3
    	PTRACE_TRACEME                              = 0x0
    	P_ALL                                       = 0x0
    	P_PGID                                      = 0x2
    	P_PID                                       = 0x1
    	P_PIDFD                                     = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/generic.rules

    (SelectN [0] call:(StaticLECall {sym} x)) && needRaceCleanup(sym, call) && clobber(call) => x
    
    // When rewriting append to growslice, we use as the new length the result of
    // growslice so that we don't have to spill/restore the new length around the growslice call.
    // The exception here is that if the new length is a constant, avoiding spilling it
    // is pointless and its constantness is sometimes useful for subsequent optimizations.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/asm7.go

    		rel.Siz = 4
    		rel.Sym = p.To.Sym
    		rel.Add = p.To.Offset
    		rel.Type = objabi.R_CALLARM64
    
    	case 6: /* b ,O(R); bl ,O(R) */
    		o1 = c.opbrr(p, p.As)
    		o1 |= uint32(p.To.Reg&31) << 5
    		if p.As == obj.ACALL {
    			rel := obj.Addrel(c.cursym)
    			rel.Off = int32(c.pc)
    			rel.Siz = 0
    			rel.Type = objabi.R_CALLIND
    		}
    
    	case 7: /* beq s */
    		o1 = c.opbra(p, p.As)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top