Home
last modified time | relevance | path

Searched defs:expand (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp259 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
379 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon93cf42bf0111::AVRExpandPseudo
[all …]
/third_party/openssl/crypto/objects/
Dobjects.pl160 sub expand subroutine
/third_party/node/deps/openssl/openssl/crypto/objects/
Dobjects.pl160 sub expand subroutine
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c150 int expand; member
3155 static ATTR_RECORD *get_unnamed_attr(expand_t *expand, ATTR_TYPES type, in get_unnamed_attr()
3192 static ATTR_RECORD *read_and_get_attr(expand_t *expand, ATTR_TYPES type, in read_and_get_attr()
3224 static s64 get_data_size(expand_t *expand, s64 inum) in get_data_size()
3247 static u8 *get_mft_bitmap(expand_t *expand) in get_mft_bitmap()
3298 static int check_expand_bad_sectors(expand_t *expand, ATTR_RECORD *a) in check_expand_bad_sectors()
3365 static int check_expand_constraints(expand_t *expand) in check_expand_constraints()
3445 static BOOL can_expand(expand_t *expand, ntfs_volume *vol) in can_expand()
3581 static int set_bitmap(expand_t *expand, runlist_element *rl) in set_bitmap()
3633 static int write_bootsector(expand_t *expand) in write_bootsector()
[all …]
/third_party/rust/crates/regex/tests/
Dmacros_bytes.rs27 macro_rules! expand { macro
Dmacros_str.rs21 macro_rules! expand { macro
/third_party/rust/crates/cxx/macro/src/
Dtype_id.rs21 pub fn expand(krate: Crate, arg: QualifiedName) -> TokenStream { in expand() function
Dlib.rs33 mod expand; module
/third_party/mesa3d/src/freedreno/computerator/examples/
Dtest-opcodes.sh98 expand() { function
/third_party/node/deps/openssl/openssl/crypto/comp/
Dcomp_local.h18 int (*expand) (COMP_CTX *ctx, member
/third_party/openssl/crypto/comp/
Dcomp_local.h18 int (*expand) (COMP_CTX *ctx, member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGlobPattern.cpp27 static Expected<BitVector> expand(StringRef S, StringRef Original) { in expand() function
/third_party/python/Lib/
Dsysconfig.py555 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): argument
567 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): argument
/third_party/node/deps/minimatch/src/node_modules/brace-expansion/
Dindex.js95 function expand(str, isTop) { function
/third_party/node/deps/npm/node_modules/brace-expansion/
Dindex.js95 function expand(str, isTop) { function
/third_party/libunwind/libunwind/src/mi/
Dmempool.c88 expand (struct mempool *pool) in expand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp246 void expand(SetTheory &ST, Record *Def, RecSet &Elts) override { in expand() function
308 const RecVec *SetTheory::expand(Record *Set) { in expand() function in SetTheory
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java119 public void expand(BreakIterator breaker) { in expand() method in Selection
/third_party/python/Lib/idlelib/
Dsqueezer.py138 def expand(self, event=None): member in ExpandingButton
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_testing.h197 SpyHashState expand() const { return absl::visit(ExpandVisitor{}, value); } in VerifyTypeImplementsAbslHashCorrectly() function
/third_party/rust/crates/regex/src/
Dlib.rs741 mod expand; module
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCompactByteArray.java375 private void expand() in expand() method in CompactByteArray
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java373 private void expand() in expand() method in CompactByteArray
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp171 void container_node::expand(container_node *n) { in expand() function in r600_sb::container_node
251 void container_node::expand() { in expand() function in r600_sb::container_node

1234