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.c343 static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, in get_sec()
350 static void alloc_sec_data(struct iwl_firmware_pieces *pieces, in alloc_sec_data()
370 static void set_sec_data(struct iwl_firmware_pieces *pieces, in set_sec_data()
380 static void set_sec_size(struct iwl_firmware_pieces *pieces, in set_sec_size()
390 static size_t get_sec_size(struct iwl_firmware_pieces *pieces, in get_sec_size()
397 static void set_sec_offset(struct iwl_firmware_pieces *pieces, in set_sec_offset()
410 static int iwl_store_ucode_sec(struct iwl_firmware_pieces *pieces, in iwl_store_ucode_sec()
515 struct iwl_firmware_pieces *pieces) in iwl_parse_v1_v2_firmware()
711 struct iwl_firmware_pieces *pieces, in iwl_parse_tlv_firmware()
1371 struct iwl_firmware_pieces *pieces, in iwl_alloc_ucode()
[all …]
/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()