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

12

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DStoppoint.cpp43 Stoppoint::SetID (break_id_t bid) argument
45 m_bid = bid;
H A DStoppointLocation.cpp23 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, bool hardware) : argument
24 m_loc_id(bid),
33 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardware) : argument
34 m_loc_id(bid),
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppoint.h49 SetID (lldb::break_id_t bid);
H A DStoppointLocation.h29 StoppointLocation (lldb::break_id_t bid,
33 StoppointLocation (lldb::break_id_t bid,
H A DBreakpointLocation.h375 BreakpointLocation (lldb::break_id_t bid,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-defines.h42 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID))
43 #define LLDB_BREAK_ID_IS_INTERNAL(bid) ((bid) < 0)
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h45 * * The bid manager initializes the client-provided reader as the
51 * * The bid manager creates a new filter structure for the winning
55 * This ends only when no bidder provides a non-zero bid. Then
64 int (*bid)(struct archive_read_filter_bidder *, member in struct:archive_read_filter_bidder
202 int (*bid)(struct archive_read *, int best_bid); member in struct:archive_read::archive_format_descriptor
223 int (*bid)(struct archive_read *, int),
H A Darchive_read_support_filter_grzip.c77 reader->bid = grzip_bidder_bid;
H A Darchive_read_support_filter_lrzip.c77 reader->bid = lrzip_bidder_bid;
H A Darchive_read.c541 * Allow each registered stream transform to bid on whether
548 int number_bidders, i, bid, best_bid; local
562 if (bidder->bid != NULL) {
563 bid = (bidder->bid)(bidder, a->filter);
564 if (bid > best_bid) {
565 best_bid = bid;
683 * Allow each registered format to bid on whether it wants to handle
691 int bid, best_bid; local
701 if (a->format->bid) {
[all...]
H A Darchive_read_support_format_cpio.c259 int bid; local
268 bid = 0;
272 bid += 48;
280 bid += 48;
288 bid += 48;
297 bid += 48;
305 bid += 16;
310 bid += 16;
315 return (bid);
H A Darchive_read_support_filter_xz.c103 * can give better error messages.) So the bid framework here gets
140 bidder->bid = xz_bidder_bid;
175 bidder->bid = lzma_bidder_bid;
213 bidder->bid = lzip_bidder_bid;
H A Darchive_read_support_filter_bzip2.c68 * error messages.) So the bid framework here gets compiled even
98 reader->bid = bzip2_reader_bid;
H A Darchive_read_support_filter_rpm.c89 bidder->bid = rpm_bidder_bid;
H A Darchive_read_support_filter_compress.c167 bidder->bid = compress_bidder_bid;
H A Darchive_read_support_filter_gzip.c70 * error messages.) So the bid framework here gets compiled even
104 bidder->bid = gzip_bidder_bid;
H A Darchive_read_support_filter_program.c88 * bid twice in the same pipeline.
141 bidder->bid = program_bidder_bid;
200 * If we do have a signature, bid only if that matches.
202 * If there's no signature, we bid INT_MAX the first time
203 * we're called, then never bid again.
218 /* No match, so don't bid. */
224 /* Otherwise, bid once and then never bid again. */
H A Darchive_read_support_format_tar.c292 int bid; local
298 bid = 0;
308 * Usually, I bid the number of bits verified, but
318 bid += 48; /* Checksum is usually 6 octal digits. */
325 bid += 56;
330 bid += 56;
338 bid += 2; /* 6 bits of variation in an 8-bit field leaves 2 bits. */
358 return (bid);
1140 * We don't know if it's pax: If the bid
H A Darchive_read_support_filter_lzop.c117 reader->bid = lzop_bidder_bid;
H A Darchive_read_support_filter_uu.c43 /* Maximum lookahead during bid phase */
93 bidder->bid = uudecode_bidder_bid;
/freebsd-10.0-release/sys/dev/amdtemp/
H A Damdtemp.c225 u_int bid; local
273 bid = (regs[1] >> 9) & 0x1f;
280 if (bid != 0x0b && bid != 0x0c)
286 if (bid != 0x07 && bid != 0x09 &&
287 bid != 0x0c)
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dresres.c489 struct bin_res_id bid; local
490 windres_put_16 (wrbfd, bid.sig, 0xffff);
491 windres_put_16 (wrbfd, bid.id, id->u.id);
492 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID);
521 struct bin_res_id bid; local
526 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2);
527 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2);
530 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2);
532 id->u.id = windres_get_16 (wrbfd, bid.id, 2);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c320 ctf_id_t bid = ctf_type_reference(ctfp, base); local
325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) {
/freebsd-10.0-release/contrib/binutils/ld/emultempl/
H A Dspu_ovl.S138 bid irqtmp
/freebsd-10.0-release/share/examples/drivers/
H A Dmake_device_driver.sh492 * This allows drivers to 'bid' for a device.
500 * another driver may bid for device too.
501 * If we lose the bid, but still hold the resources, we will
518 * Called if the probe succeeded and our bid won the device.
594 * Theoretically we might also put in a weak bid for some devices that

Completed in 139 milliseconds

12