Home
last modified time | relevance | path

Searched refs:bid (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID)) argument
40 #define LLDB_BREAK_ID_IS_INTERNAL(bid) ((bid) < 0) argument
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppoint.cpp24 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } in SetID() argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read.c572 int number_bidders, i, bid, best_bid, number_filters; in choose_filters() local
588 bid = (bidder->vtable->bid)(bidder, a->filter); in choose_filters()
589 if (bid > best_bid) { in choose_filters()
590 best_bid = bid; in choose_filters()
742 int bid, best_bid; in choose_format() local
752 if (a->format->bid) { in choose_format()
753 bid = (a->format->bid)(a, best_bid); in choose_format()
754 if (bid == ARCHIVE_FATAL) in choose_format()
758 if ((bid > best_bid) || (best_bid_slot < 0)) { in choose_format()
759 best_bid = bid; in choose_format()
[all …]
H A Darchive_read_private.h45 int (*bid)(struct archive_read_filter_bidder *, member
207 int (*bid)(struct archive_read *, int best_bid); member
241 int (*bid)(struct archive_read *, int),
H A Darchive_read_support_format_cpio.c266 int bid; in archive_read_format_cpio_bid() local
273 bid = 0; in archive_read_format_cpio_bid()
277 bid += 48; in archive_read_format_cpio_bid()
285 bid += 48; in archive_read_format_cpio_bid()
293 bid += 48; in archive_read_format_cpio_bid()
302 bid += 48; in archive_read_format_cpio_bid()
310 bid += 16; in archive_read_format_cpio_bid()
315 bid += 16; in archive_read_format_cpio_bid()
320 return (bid); in archive_read_format_cpio_bid()
H A Darchive_read_support_filter_grzip.c56 .bid = grzip_bidder_bid,
H A Darchive_read_support_filter_lrzip.c55 .bid = lrzip_bidder_bid,
H A Darchive_read_support_filter_xz.c109 .bid = xz_bidder_bid,
141 .bid = lzma_bidder_bid,
174 .bid = lzip_bidder_bid,
H A Darchive_read_support_filter_rpm.c65 .bid = rpm_bidder_bid,
H A Darchive_read_support_filter_zstd.c81 .bid = zstd_bidder_bid,
H A Darchive_read_support_filter_bzip2.c85 .bid = bzip2_reader_bid,
H A Darchive_read_support_format_tar.c373 int bid; in archive_read_format_tar_bid() local
379 bid = 0; in archive_read_format_tar_bid()
399 bid += 48; /* Checksum is usually 6 octal digits. */ in archive_read_format_tar_bid()
406 bid += 56; in archive_read_format_tar_bid()
411 bid += 56; in archive_read_format_tar_bid()
419 bid += 2; /* 6 bits of variation in an 8-bit field leaves 2 bits. */ in archive_read_format_tar_bid()
431 bid = 0; in archive_read_format_tar_bid()
434 return (bid); in archive_read_format_tar_bid()
H A Darchive_read_support_filter_compress.c154 .bid = compress_bidder_bid,
H A Darchive_read_support_filter_gzip.c90 .bid = gzip_bidder_bid,
H A Darchive_read_support_format_xar.c503 int bid; in xar_bid() local
511 bid = 0; in xar_bid()
517 bid += 32; in xar_bid()
523 bid += 16; in xar_bid()
529 bid += 16; in xar_bid()
539 bid += 32; in xar_bid()
545 return (bid); in xar_bid()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
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 DStoppoint.h33 void SetID(lldb::break_id_t bid);
H A DBreakpointLocation.h362 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner,
/freebsd/sys/dev/amdtemp/
H A Damdtemp.c360 u_int bid; in amdtemp_attach() local
426 bid = (regs[1] >> 9) & 0x1f; in amdtemp_attach()
433 if (bid != 0x0b && bid != 0x0c) in amdtemp_attach()
439 if (bid != 0x07 && bid != 0x09 && in amdtemp_attach()
440 bid != 0x0c) in amdtemp_attach()
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Damlogic-efuse.txt30 bid: bid@46 {
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-axg-jethome-jethub-j1xx.dtsi182 bid: bid@12 { label
H A Dmeson-gxl-s905w-jethome-jethub-j80.dts106 &bid {
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c333 ctf_id_t bid = ctf_type_reference(ctfp, base); in dt_print_ptr() local
338 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp71 bool bid(unsigned B) { in bid() function in __anon63202d6d0111::HexagonUnitAuction
634 return AuctionCore.bid(I.Core.getUnits()); in tryAuction()
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh485 * This allows drivers to 'bid' for a device.
587 * Theoretically we might also put in a weak bid for some devices that

12