| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-defines.h | 39 #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 D | Stoppoint.cpp | 24 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } in SetID() argument
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read.c | 544 int number_bidders, i, bid, best_bid, number_filters; in choose_filters() local 560 bid = (bidder->vtable->bid)(bidder, a->filter); in choose_filters() 561 if (bid > best_bid) { in choose_filters() 562 best_bid = bid; in choose_filters() 691 int bid, best_bid; in choose_format() local 701 if (a->format->bid) { in choose_format() 702 bid = (a->format->bid)(a, best_bid); in choose_format() 703 if (bid == ARCHIVE_FATAL) in choose_format() 707 if ((bid > best_bid) || (best_bid_slot < 0)) { in choose_format() 708 best_bid = bid; in choose_format() [all …]
|
| H A D | archive_read_private.h | 45 int (*bid)(struct archive_read_filter_bidder *, 55 * * The bid manager initializes the client-provided reader as the 61 * * The bid manager creates a new filter structure for the winning 65 * This ends only when no bidder provides a non-zero bid. Then 198 int (*bid)(struct archive_read *, int best_bid); 232 int (*bid)(struct archive_read *, int), 47 int (*bid)(struct archive_read_filter_bidder *, global() member 200 int (*bid)(struct archive_read *, int best_bid); global() member
|
| H A D | archive_read_support_format_cpio.c | 263 int bid; in archive_read_format_cpio_bid() local 272 bid = 0; in archive_read_format_cpio_bid() 276 bid += 48; in archive_read_format_cpio_bid() 284 bid += 48; in archive_read_format_cpio_bid() 292 bid += 48; in archive_read_format_cpio_bid() 301 bid += 48; in archive_read_format_cpio_bid() 309 bid += 16; in archive_read_format_cpio_bid() 314 bid += 16; in archive_read_format_cpio_bid() 319 return (bid); in archive_read_format_cpio_bid()
|
| H A D | archive_read_support_filter_grzip.c | 56 .bid = grzip_bidder_bid,
|
| H A D | archive_read_support_filter_lrzip.c | 55 .bid = lrzip_bidder_bid,
|
| H A D | archive_read_support_filter_xz.c | 111 .bid = xz_bidder_bid, 143 .bid = lzma_bidder_bid, 176 .bid = lzip_bidder_bid,
|
| H A D | archive_read_support_filter_zstd.c | 82 .bid = zstd_bidder_bid,
|
| H A D | archive_read_support_filter_bzip2.c | 83 .bid = bzip2_reader_bid,
|
| H A D | archive_read_support_filter_rpm.c | 80 .bid = rpm_bidder_bid,
|
| H A D | archive_read_support_format_tar.c | 371 int bid; in archive_read_format_tar_bid() local 377 bid = 0; in archive_read_format_tar_bid() 397 bid += 48; /* Checksum is usually 6 octal digits. */ in archive_read_format_tar_bid() 404 bid += 56; in archive_read_format_tar_bid() 409 bid += 56; in archive_read_format_tar_bid() 417 bid += 2; /* 6 bits of variation in an 8-bit field leaves 2 bits. */ in archive_read_format_tar_bid() 429 bid = 0; in archive_read_format_tar_bid() 432 return (bid); in archive_read_format_tar_bid()
|
| H A D | archive_read_support_filter_compress.c | 153 .bid = compress_bidder_bid,
|
| H A D | archive_read_support_filter_gzip.c | 96 .bid = gzip_bidder_bid,
|
| H A D | archive_read_support_filter_program.c | 127 .bid = program_bidder_bid,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointSite.h | 20 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 D | Stoppoint.h | 33 void SetID(lldb::break_id_t bid);
|
| H A D | BreakpointLocation.h | 346 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner,
|
| /freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | amlogic-efuse.txt | 30 bid: bid@46 {
|
| /freebsd/sys/dev/amdtemp/ |
| H A D | amdtemp.c | 360 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/src/arm64/amlogic/ |
| H A D | meson-axg-jethome-jethub-j1xx.dtsi | 182 bid: bid@12 { label
|
| H A D | meson-gxl-s905w-jethome-jethub-j80.dts | 106 &bid {
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_print.c | 333 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 D | HexagonShuffler.cpp | 72 bool bid(unsigned B) { 73 // Exclude already auctioned slots from the bid. in bid() function in __anon63202d6d0111::HexagonUnitAuction 635 return AuctionCore.bid(I.Core.getUnits()); in tryAuction()
|
| /freebsd/share/examples/drivers/ |
| H A D | make_device_driver.sh | 485 * This allows drivers to 'bid' for a device. 587 * Theoretically we might also put in a weak bid for some devices that
|