Home
last modified time | relevance | path

Searched refs:expand (Results 51 - 75 of 195) sorted by relevance

12345678

/third_party/openssl/crypto/comp/
H A Dcomp_local.h18 int (*expand) (COMP_CTX *ctx, member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp593 return expand(SE.getAddExpr(Ops)); in expandAddToGEP()
711 // This is the first operand. Just expand it. in visitAddExpr()
712 Sum = expand(Op); in visitAddExpr()
737 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); in visitAddExpr()
820 // This is the first operand. Just expand it. in visitMulExpr()
1264 "Can't expand add recurrences without a loop preheader!"); in getAddRecExprPHILiterally()
1383 // expand to an integer type to avoid the need for additional casting. in expandAddRecExprLiterally()
1487 // using evaluateAtIteration and expand the resulting SCEV expression. This in visitAddRecExpr()
1516 Value *V = expand(SE.getAddRecExpr(NewOps, S->getLoop(), in visitAddRecExpr()
1538 // If we found a pointer, expand th in visitAddRecExpr()
1813 Value *SCEVExpander::expand(const SCEV *S) { expand() function in SCEVExpander
[all...]
/third_party/selinux/libsepol/src/
H A Dconstraint.c22 #include <sepol/policydb/expand.h>
/third_party/curl/CMake/
H A DCurlTests.c423 #define expand(x) enquote(x) macro
424 #pragma message("_WIN32_WINNT=" expand(_WIN32_WINNT))
/third_party/python/Tools/demo/
H A Dredemo.py52 self.stringdisplay.pack(fill=BOTH, expand=1)
59 self.grouplist.pack(expand=1, fill=BOTH)
/third_party/python/Lib/idlelib/
H A Dbrowser.py127 sc.frame.pack(expand=1, fill="both")
132 node.expand()
H A Dscrolledlist.py15 self.frame.pack(fill="both", expand=1)
22 listbox.pack(expand=1, fill="both")
H A Dtextview.py97 self.textframe.pack(side='top', expand=True, fill='both')
134 self.viewframe.pack(side='top', expand=True, fill='both')
H A Dstackviewer.py15 sc.frame.pack(expand=1, fill="both")
18 node.expand()
H A Dsqueezer.py111 "Double-click to expand, right-click for more options."
115 self.bind("<Double-Button-1>", self.expand)
138 def expand(self, event=None): member in ExpandingButton
139 """expand event handler
156 "Really expand?"
H A Dhelp_about.py64 frame.pack(side=TOP, expand=True, fill=BOTH)
70 frame_background.pack(expand=True, fill=BOTH)
/third_party/rust/crates/memchr/src/tests/memchr/
H A Dtestdata.rs18 tests.extend(t.expand()); in memchr_tests()
162 // we actually expand our tests to include corpus sizes all the way up in one()
283 fn expand(&self) -> Vec<MemchrTest> { in expand() functions
/third_party/rust/crates/cxx/macro/src/
H A Dtype_id.rs21 pub fn expand(krate: Crate, arg: QualifiedName) -> TokenStream { in expand() functions
/third_party/selinux/libsepol/tests/
H A Dhelpers.c27 #include <sepol/policydb/expand.h>
H A Dtest-cond.c27 #include <sepol/policydb/expand.h>
50 fprintf(stderr, "expand module failed\n"); in cond_test_init()
H A Dtest-linker.c40 #include <sepol/policydb/expand.h>
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_enc.c137 COMP_CTX_free(s->expand); in ssl3_change_cipher_state()
138 s->expand = NULL; in ssl3_change_cipher_state()
140 s->expand = COMP_CTX_new(comp); in ssl3_change_cipher_state()
141 if (s->expand == NULL) { in ssl3_change_cipher_state()
/third_party/openssl/ssl/
H A Ds3_enc.c137 COMP_CTX_free(s->expand); in ssl3_change_cipher_state()
138 s->expand = NULL; in ssl3_change_cipher_state()
140 s->expand = COMP_CTX_new(comp); in ssl3_change_cipher_state()
141 if (s->expand == NULL) { in ssl3_change_cipher_state()
/third_party/glslang/Test/
H A Druntests287 run -D -E hlsl.pp.expand.frag > $TARGETDIR/hlsl.pp.expand.frag.out 2> $TARGETDIR/hlsl.pp.expand.frag.err
288 diff -b $BASEDIR/hlsl.pp.expand.frag.out $TARGETDIR/hlsl.pp.expand.frag.out || HASERROR=1
289 diff -b $BASEDIR/hlsl.pp.expand.frag.err $TARGETDIR/hlsl.pp.expand.frag.err || HASERROR=1
/third_party/rust/crates/regex/src/
H A Dlib.rs741 mod expand; modules
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp71 r->expand(); in run()
147 dep->expand(); in finalize_loop()
159 rep->expand(); in finalize_loop()
242 n_if->expand(); in finalize_if()
247 (*I)->expand(); in finalize_if()
/third_party/backends/include/sane/
H A Dsanei_ir.h368 * @param[in] expand the dirt mask before replacing the pixels
388 int dist_max, int expand, int win_size,
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-model.h67 AstNode* ast_new(AstNode *parent, int index, const char *prefix, void *ptr, void (*expand)(AstNode*));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h262 void expand();
314 void expand();
/third_party/backends/sanei/
H A Dsanei_ir.c1118 int dist_max, int expand, int win_size, in sanei_ir_dilate_mean()
1131 DBG (10, "sanei_ir_dilate_mean(): dist max = %d, expand = %d, win size = %d, smooth = %d, inner = %d\n", in sanei_ir_dilate_mean()
1132 dist_max, expand, win_size, smooth, inner); in sanei_ir_dilate_mean()
1145 /* expand dirty regions into their half dirty surround*/ in sanei_ir_dilate_mean()
1146 if (expand > 0) in sanei_ir_dilate_mean()
1147 sanei_ir_dilate (params, mask_img, dist_map, idx_map, expand); in sanei_ir_dilate_mean()
1115 sanei_ir_dilate_mean(const SANE_Parameters * params, SANE_Uint **in_img, SANE_Uint * mask_img, int dist_max, int expand, int win_size, SANE_Bool smooth, int inner, int *crop) sanei_ir_dilate_mean() argument

Completed in 16 milliseconds

12345678