Searched defs:ofs (Results 1 – 8 of 8) sorted by relevance
67 #define BPF_LOAD_MAC_RELATIVE_U8(ofs) \ argument71 #define BPF_LOAD_MAC_RELATIVE_BE16(ofs) \ argument75 #define BPF_LOAD_MAC_RELATIVE_BE32(ofs) \ argument79 #define BPF_LOAD_NET_RELATIVE_U8(ofs) \ argument83 #define BPF_LOAD_NET_RELATIVE_BE16(ofs) \ argument87 #define BPF_LOAD_NET_RELATIVE_BE32(ofs) \ argument148 #define BPF_LOAD_NETX_RELATIVE_L4_U8(ofs) \ argument152 #define BPF_LOAD_NETX_RELATIVE_L4_BE16(ofs) \ argument156 #define BPF_LOAD_NETX_RELATIVE_L4_BE32(ofs) \ argument
65 size_t ofs = out->size(); in encode() local78 inline ssize_t ResolverStats::decode(const std::vector<int32_t>& in, ssize_t ofs) { in decode()108 ssize_t ofs = 0; in decodeAll() local
110 public final Type addLoad8(Register r, int ofs) { in addLoad8()118 public final Type addLoad16(Register r, int ofs) { in addLoad16()126 public final Type addLoad32(Register r, int ofs) { in addLoad32()135 public final Type addLoad8Indexed(Register r, int ofs) { in addLoad8Indexed()144 public final Type addLoad16Indexed(Register r, int ofs) { in addLoad16Indexed()153 public final Type addLoad32Indexed(Register r, int ofs) { in addLoad32Indexed()
340 public final ApfV4Generator addLoadData(Register dst, int ofs) in addLoadData()352 public final ApfV4Generator addStoreData(Register src, int ofs) in addStoreData()
45 ObservableFrameServer ofs = new ObservableFrameServer(mEphemeralFrameServer); in FrameServerFactory() local
95 auto& ofs = std::cerr; in usage() local
52 uint32_t ofs = arc4random_uniform(mappings.size()); in RunGetAddrInfoStressTest() local
229 unsigned ofs = *buffer & 0x3F; in parseField() local