Home
last modified time | relevance | path

Searched defs:pieces (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c443 static void alloc_sec_data(struct iwl_firmware_pieces *pieces, in alloc_sec_data()
463 static void set_sec_data(struct iwl_firmware_pieces *pieces, in set_sec_data()
473 static void set_sec_size(struct iwl_firmware_pieces *pieces, in set_sec_size()
483 static size_t get_sec_size(struct iwl_firmware_pieces *pieces, in get_sec_size()
490 static void set_sec_offset(struct iwl_firmware_pieces *pieces, in set_sec_offset()
604 struct iwl_firmware_pieces *pieces) in iwl_parse_v1_v2_firmware()
800 struct iwl_firmware_pieces *pieces, in iwl_parse_tlv_firmware()
1499 struct iwl_firmware_pieces *pieces, in iwl_alloc_ucode()
1506 struct iwl_firmware_pieces *pieces, in validate_sec_sizes()
1629 struct iwl_firmware_pieces *pieces; in iwl_req_fw_callback() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp117 std::vector<EhSectionPiece> pieces; in printEhFrame() local
H A DInputSection.h332 SmallVector<SectionPiece, 0> pieces; variable
H A DInputSection.cpp1429 pieces, [=](SectionPiece p) { return p.inputOff <= offset; })[-1]; in getSectionPiece() local
/freebsd/usr.sbin/ckdist/
H A Dckdist.c273 int rval, error, c, pieces, cnt, fd; in chkinf() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h241 std::vector<StringPiece> pieces; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp435 PathPieces &pieces, in removeUnneededCalls()
1434 static void addContextEdges(PathPieces &pieces, const LocationContext *LC) { in addContextEdges()
1515 static void simplifySimpleBranches(PathPieces &pieces) { in simplifySimpleBranches()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp854 Value pieces; // Used for DW_OP_piece in Evaluate() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1067 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size()