HomeSort by relevance Sort by last modified time
    Searched refs:hashname (Results 1 - 3 of 3) sorted by null

  /build/make/tools/
merge-event-log-tags.py 146 def hashname(str): function
168 x = (hashname(name) % (ASSIGN_LIMIT - ASSIGN_START - 1)) + ASSIGN_START
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
swt.go 29 hashname *Node // node for the hash of the type of the variable being switched on
709 s.hashname = temp(Types[TUINT32])
710 s.hashname = typecheck(s.hashname, Erv)
757 a = nod(OAS, s.hashname, h)
860 a.Left = nod(OEQ, s.hashname, nodintconst(int64(c.hash)))
871 a.Left = nod(OLE, s.hashname, nodintconst(int64(cc[half-1].hash)))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
swt.go 29 hashname *Node // node for the hash of the type of the variable being switched on
709 s.hashname = temp(Types[TUINT32])
710 s.hashname = typecheck(s.hashname, Erv)
757 a = nod(OAS, s.hashname, h)
860 a.Left = nod(OEQ, s.hashname, nodintconst(int64(c.hash)))
871 a.Left = nod(OLE, s.hashname, nodintconst(int64(cc[half-1].hash)))

Completed in 426 milliseconds