Searched refs:bid (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DStoppoint.cpp24 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } argument
/openbsd-current/gnu/llvm/lldb/include/lldb/
H A Dlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID))
40 #define LLDB_BREAK_ID_IS_INTERNAL(bid) ((bid) < 0)
/openbsd-current/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DStoppoint.h33 void SetID(lldb::break_id_t bid);
H A DStoppointSite.h20 StoppointSite(lldb::break_id_t bid, lldb::addr_t m_addr, bool hardware);
22 StoppointSite(lldb::break_id_t bid, lldb::addr_t m_addr,
H A DBreakpointLocation.h335 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner,
/openbsd-current/games/monop/
H A Dmonop.h187 void bid(void);
H A Dprop.c144 bid(void) function
151 printf("\nSo it goes up for auction. Type your bid after your name\n");
168 printf("You must bid higher than %d to stay in\n", cur_max);
169 printf("(bid of 0 drops you out)\n");
171 printf("You can't bid more than your cash ($%d)\n",
H A Dexecute.c176 bid();
/openbsd-current/sbin/iked/
H A Dpolicy.c919 struct iked_id *aid = NULL, *bid = NULL; local
924 bid = sa_dstid_checked(b);
925 if (aid == NULL || bid == NULL)
927 if (aid->id_type > bid->id_type)
929 else if (aid->id_type < bid->id_type)
932 blen = ibuf_size(bid->id_buf);
934 bptr = ibuf_data(bid->id_buf);
937 if (alen <= aid->id_offset || blen <= bid->id_offset)
941 bptr += bid->id_offset;
942 blen -= bid
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize267 bid = get_buildid(filename)
273 if bid is not None:
274 self.__index[bid] = filename
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp72 bool bid(unsigned B) { function in class:__anon2894::HexagonUnitAuction
73 // Exclude already auctioned slots from the bid.
635 return AuctionCore.bid(I.Core.getUnits());
/openbsd-current/usr.sbin/bgpctl/
H A Dmrtparser.c269 uint32_t bid; local
280 if (ibuf_get_n32(msg, &bid) == -1 ||

Completed in 206 milliseconds