/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 102 cl::init(true), cl::desc("Enable branch probability info")); 103 static cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, 105 static cl::opt<bool> SkipExitBranches("eif-no-loop-exit", cl::init(false),
|
H A D | HexagonISelLowering.cpp | 69 cl::init(true), cl::Hidden, 73 cl::Hidden, cl::ZeroOrMore, cl::init(false), 77 cl::Hidden, cl::ZeroOrMore, cl::init(false), 81 cl::Hidden, cl::ZeroOrMore, cl::init(5), 85 cl::Hidden, cl::ZeroOrMore, cl::init(6), 89 cl::Hidden, cl::ZeroOrMore, cl::init(4), 93 cl::Hidden, cl::ZeroOrMore, cl::init(6), 97 cl::Hidden, cl::ZeroOrMore, cl::init(4), 101 cl::Hidden, cl::ZeroOrMore, cl::init(8), 105 cl::Hidden, cl::ZeroOrMore, cl::init( [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 69 AlignConstantIslands("mips-align-constant-islands", cl::Hidden, cl::init(true), 76 cl::init(0), 84 cl::init(false),
|
/third_party/skia/bench/ |
H A D | nanobench.cpp | 202 bool Target::init(SkImageInfo info, Benchmark* bench) { in init() function in Target 255 bool init(SkImageInfo info, Benchmark* bench) override { 569 if (!target->init(info, bench)) { in is_enabled()
|
/third_party/selinux/libselinux/src/ |
H A D | label_file.c | 713 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned n) in init() function 778 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() function 1371 return init(rec, opts, nopts); in selabel_file_init()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | types.rs | 40 pub init: c_int, 86 pub init: Option< 1046 init: Option<unsafe extern "C" fn(*mut COMP_CTX) -> c_int>,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fAtomicCounterTests.cpp | 112 void init (void); 164 void AtomicCounterTest::init (void) in init() function in deqp::gles31::Functional::__anon30809::AtomicCounterTest 1540 void AtomicCounterTests::init (void) in init() function in deqp::gles31::Functional::AtomicCounterTests
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTexture.cpp | 838 init(internalFormat, bufferSize, 0, 0, DE_NULL); in TextureBuffer() 849 init(internalFormat, bufferSize, offset, size, data); in TextureBuffer() 852 void TextureBuffer::init (deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data) in init() function in glu::TextureBuffer
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureUnitTests.cpp | 256 vector<Vec4> m_lodDerivateParts; // Parts of lod derivates; computed in init(), used in eval(). 545 void init (void); 611 void TextureUnitCase::init (void) in init() function in deqp::gles2::Functional::TextureUnitCase 931 void TextureUnitTests::init (void) in init() function in deqp::gles2::Functional::TextureUnitTests
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pDrawCallBatchingTests.cpp | 88 void init (void); 481 void DrawCallBatchingTest::init (void) in init() function in deqp::gles2::Performance::__anon30500::DrawCallBatchingTest 972 void DrawCallBatchingTests::init (void) in init() function in deqp::gles2::Performance::DrawCallBatchingTests
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | bitset_utils.h | 111 constexpr explicit BitSetT(std::initializer_list<ParamT> init); 184 constexpr BitSetT<N, BitsT, ParamT>::BitSetT(std::initializer_list<ParamT> init) : mBits(0) in BitSetT() argument 186 for (ParamT element : init) in BitSetT()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ParseContext.cpp | 2397 // The initializer is valid. The init condition needs to have a node - either the in addConditionInitializer() 2415 TIntermNode *init, in addLoop() 2449 node = new TIntermLoop(type, init, typedCond, expr, EnsureBlock(body)); in addLoop() 2472 TIntermLoop *loop = new TIntermLoop(type, init, conditionInit, expr, EnsureBlock(body)); in addLoop() 5806 TIntermSwitch *TParseContext::addSwitch(TIntermTyped *init, in addSwitch() argument 5810 TBasicType switchType = init->getBasicType(); in addSwitch() 5811 if ((switchType != EbtInt && switchType != EbtUInt) || init->isMatrix() || init->isArray() || in addSwitch() 5812 init->isVector()) in addSwitch() 5814 error(init in addSwitch() 2414 addLoop(TLoopType type, TIntermNode *init, TIntermNode *cond, TIntermTyped *expr, TIntermNode *body, const TSourceLoc &line) addLoop() argument [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_network_manager_test.cpp | 188 protocolMgr.init = LnnInitBtProtocolErr; in HWTEST_F() 195 protocolMgr.init = LnnInitBtProtocolOk; in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstoreLockRowJsunit.test.js | 179 console.log(TAG + `init failed, err: ${JSON.stringify(err)}`) 547 console.log(TAG + `init success`)
|
/third_party/ffmpeg/libavcodec/ |
H A D | h263dec.c | 564 * and other parameters. So then we could init the picture. in ff_h263_decode_frame() 765 .init = ff_h263_decode_init, 787 .init = ff_h263_decode_init,
|
H A D | ituh263enc.c | 908 .init = ff_mpv_encode_init, 939 .init = ff_mpv_encode_init,
|
H A D | atrac3.c | 986 /* init the joint-stereo decoding data */ in atrac3_decode_init() 1024 .init = atrac3_decode_init, 1039 .init = atrac3_decode_init,
|
H A D | rv10.c | 429 /* init static VLCs */ in rv10_decode_init() 690 .init = rv10_decode_init, 708 .init = rv10_decode_init,
|
H A D | smacker.c | 751 .init = decode_init, 763 .init = smka_decode_init,
|
/third_party/f2fs-tools/fsck/ |
H A D | main.c | 1039 if (!supported_comp_ops[c.compress.alg].init) { in init_compr() 1045 c.compress.ops->init(&c.compress.cc); in init_compr()
|
/third_party/gn/src/base/containers/ |
H A D | circular_deque.h | 443 circular_deque(std::initializer_list<value_type> init) { assign(init); } in circular_deque() argument
|
/third_party/glfw/src/ |
H A D | internal.h | 685 // init 686 GLFWbool (*init)(void); member 774 _GLFWinitconfig init; member
|
/third_party/curl/lib/ |
H A D | krb5.c | 828 if(mech->init) { in choose_mech() 829 ret = mech->init(conn->app_data); in choose_mech()
|
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.h | 141 /** Constructs only; init() should be called. */ 153 UBool init(int32_t destCapacity, UErrorCode &errorCode); 251 void init(const int32_t *inIndexes, const UCPTrie *inTrie,
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | PerfTest.java | 257 * init is called each time before looping through call 259 public void init() {} in init() method in PerfTest.Function 649 function.init(); in performLoops()
|