Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 5 of 5) sorted by relevance

/bionic/tools/versioner/src/
DDeclarationDatabase.cpp154 llvm::SmallVector<llvm::StringRef, 2> fragments; in VisitDeclaratorDecl() local
155 annotation.split(fragments, "="); in VisitDeclaratorDecl()
156 if (fragments.size() != 2) { in VisitDeclaratorDecl()
177 if (auto it = prefix_map.find(fragments[0].str()); it != prefix_map.end()) { in VisitDeclaratorDecl()
179 if (fragments[1].getAsInteger(10, value)) { in VisitDeclaratorDecl()
/bionic/libc/kernel/uapi/sound/
Dcompress_offload.h15 __u32 fragments; member
/bionic/libc/kernel/uapi/linux/
Dsoundcard.h328 int fragments; member
/bionic/docs/
Dnative_allocator.md376 up and down a bit, but stays mostly the same so an allocator that fragments
Delf-tls.md232 The code fragments above match the "traditional" TLS design from Drepper's document. For the GD and