Home
last modified time | relevance | path

Searched defs:InterfaceSwitchCache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dswitch.go16 type InterfaceSwitchCache struct { struct
17 Mask uintptr // mask for index. Must be a power of 2 minus 1
18 Entries [1]InterfaceSwitchCacheEntry // Mask+1 entries total
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Diface.go613 func buildInterfaceSwitchCache(oldC *abi.InterfaceSwitchCache, typ *_type, case_ int, tab *itab) *a…