/third_party/openssl/crypto/comp/ |
H A D | comp_local.h | 18 int (*expand) (COMP_CTX *ctx, member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 593 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 D | constraint.c | 22 #include <sepol/policydb/expand.h>
|
/third_party/curl/CMake/ |
H A D | CurlTests.c | 423 #define expand(x) enquote(x) macro 424 #pragma message("_WIN32_WINNT=" expand(_WIN32_WINNT))
|
/third_party/python/Tools/demo/ |
H A D | redemo.py | 52 self.stringdisplay.pack(fill=BOTH, expand=1) 59 self.grouplist.pack(expand=1, fill=BOTH)
|
/third_party/python/Lib/idlelib/ |
H A D | browser.py | 127 sc.frame.pack(expand=1, fill="both") 132 node.expand()
|
H A D | scrolledlist.py | 15 self.frame.pack(fill="both", expand=1) 22 listbox.pack(expand=1, fill="both")
|
H A D | textview.py | 97 self.textframe.pack(side='top', expand=True, fill='both') 134 self.viewframe.pack(side='top', expand=True, fill='both')
|
H A D | stackviewer.py | 15 sc.frame.pack(expand=1, fill="both") 18 node.expand()
|
H A D | squeezer.py | 111 "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 D | help_about.py | 64 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 D | testdata.rs | 18 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 D | type_id.rs | 21 pub fn expand(krate: Crate, arg: QualifiedName) -> TokenStream { in expand() functions
|
/third_party/selinux/libsepol/tests/ |
H A D | helpers.c | 27 #include <sepol/policydb/expand.h>
|
H A D | test-cond.c | 27 #include <sepol/policydb/expand.h> 50 fprintf(stderr, "expand module failed\n"); in cond_test_init()
|
H A D | test-linker.c | 40 #include <sepol/policydb/expand.h>
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_enc.c | 137 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 D | s3_enc.c | 137 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 D | runtests | 287 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 D | lib.rs | 741 mod expand; modules
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_finalize.cpp | 71 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 D | sanei_ir.h | 368 * @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 D | ast-model.h | 67 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 D | ModuloSchedule.h | 262 void expand(); 314 void expand();
|
/third_party/backends/sanei/ |
H A D | sanei_ir.c | 1118 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
|