HomeSort by relevance Sort by last modified time
    Searched defs:index (Results 151 - 175 of 8401) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/tools/gpu/gl/debug/
GrTextureObj.h 34 int index = fTextureUnitReferees.find(referee); local
35 GrAlwaysAssert(0 <= index);
36 fTextureUnitReferees.removeShuffle(index);
39 int index = fTextureUnitReferees.find(referee); local
40 return 0 <= index;
  /external/skia/tools/
pinspect.cpp 66 int index = 1; local
67 if (!strcmp(argv[index], "--dump-ops")) {
68 index += 1;
72 for (; index < argc; ++index) {
73 auto pic(inspect(argv[index]));
77 if (index < argc - 1) {
  /external/skqp/src/core/
SkPtrRecorder.cpp 33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); local
34 if (index < 0) {
37 return fList[index].fIndex;
49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); local
50 if (index < 0) {
51 index = ~index; // turn it back into an index for insertion
54 *fList.insert(index) = pair;
57 return fList[index].fIndex
68 int index = p[i].fIndex - 1; local
    [all...]
SkVertState.cpp 11 int index = state->fCurrIndex; local
12 if (index + 3 > state->fCount) {
15 state->f0 = index + 0;
16 state->f1 = index + 1;
17 state->f2 = index + 2;
18 state->fCurrIndex = index + 3;
24 int index = state->fCurrIndex; local
25 if (index + 3 > state->fCount) {
28 state->f0 = indices[index + 0];
29 state->f1 = indices[index + 1]
36 int index = state->fCurrIndex; local
54 int index = state->fCurrIndex; local
71 int index = state->fCurrIndex; local
84 int index = state->fCurrIndex; local
    [all...]
  /external/skqp/src/gpu/
GrAuditTrail.cpp 57 int index = *indexPtr; local
58 SkASSERT(index < fOpList.count() && fOpList[index]);
59 OpNode& consumerOp = *fOpList[index];
73 childOp->fOpListID = index;
  /external/skqp/tests/
RecordPatternTest.cpp 85 int index = 0; local
90 REPORTER_ASSERT(r, pattern.match(&record, index));
91 index += 3;
97 REPORTER_ASSERT(r, pattern.match(&record, index));
  /external/skqp/tools/
embed_resources.py 45 index = 0 variable
48 .format(index, args.align))
60 .format(index, bytes_written))
61 index += 1
66 index = 0 variable
68 out(' {{ resource{0:d}, resource{0:d}_size }},\n'.format(index))
69 index += 1
71 out('static const int header_count = {0:d};\n'.format(index))
pinspect.cpp 66 int index = 1; local
67 if (!strcmp(argv[index], "--dump-ops")) {
68 index += 1;
72 for (; index < argc; ++index) {
73 auto pic(inspect(argv[index]));
77 if (index < argc - 1) {
  /external/skqp/tools/gpu/gl/debug/
GrTextureObj.h 34 int index = fTextureUnitReferees.find(referee); local
35 GrAlwaysAssert(0 <= index);
36 fTextureUnitReferees.removeShuffle(index);
39 int index = fTextureUnitReferees.find(referee); local
40 return 0 <= index;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
BaseIndexPool.java 52 Integer index = internedItems.get(key); local
53 if (index == null) {
56 return index;
StringTypeBasePool.java 55 Integer index = internedItems.get(key.toString()); local
56 if (index == null) {
59 return index;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/index/
SmaliClassNameIndex.java 32 package org.jf.smalidea.psi.index;
  /external/syslinux/com32/lib/sys/module/
common.h 32 int index = entry * module->syment_size; local
34 return (Elf_Sym *)(sym_table + index);
  /external/syslinux/gpxe/src/core/
bitmap.c 70 * @v bit Bit index
74 unsigned int index = BITMAP_INDEX ( bit ); local
79 return ( bitmap->blocks[index] & mask );
86 * @v bit Bit index
89 unsigned int index = BITMAP_INDEX ( bit ); local
95 bitmap->blocks[index] |= mask;
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ops.h 51 ShapeIndex index; local
52 std::tie(fusion_operand, index) =
58 return assignment.HasAllocationAt(operand, index) &&
60 assignment.SharesSliceAtIndex(fusion, {}, operand, index);
  /external/tensorflow/tensorflow/core/kernels/
matching_files_op.cc 57 int index = 0; variable
60 output(index++) = all_fnames[i][j];
  /external/tpm2/
AlgorithmCap.c 174 int index; local
177 for(index = (sizeof(s_algorithms) / sizeof(s_algorithms[0])) - 1;
178 index >= 0;
179 index--)
180 SET_BIT(s_algorithms[index].algID, *implemented);
  /external/v8/src/crankshaft/
hydrogen-dehoist.cc 14 HValue* index = array_operation->GetKey()->ActualValue(); local
15 if (!index->representation().IsSmiOrInteger32()) return;
16 if (!index->IsAdd() && !index->IsSub()) return;
20 HBinaryOperation* binary_operation = HBinaryOperation::cast(index);
21 if (binary_operation->left()->IsConstant() && index->IsAdd()) {
  /external/v8/src/
deoptimize-reason.cc 32 size_t const index = static_cast<size_t>(reason); local
33 DCHECK_LT(index, arraysize(kDeoptimizeReasonStrings));
34 return kDeoptimizeReasonStrings[index];
lookup-cache-inl.h 24 int index = Hash(source, name); local
25 Key& key = keys_[index];
26 if ((key.source == source) && (key.name == name)) return results_[index];
32 int index = Hash(source, name); local
33 Key& key = keys_[index];
36 results_[index] = result;
  /external/v8/src/objects/
literal-objects.cc 14 Object* BoilerplateDescription::name(int index) const {
17 DCHECK_NE(size(), index); local
18 return get(2 * index);
21 Object* BoilerplateDescription::value(int index) const {
22 return get(2 * index + 1);
  /external/v8/src/wasm/
signature-map.cc 16 uint32_t index = next_++; local
17 map_[sig] = index;
18 return index;
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_libc.c 19 size_t index = (size_t) arg; local
20 printf("DAEMON thread #%zu running\n", index); fflush(stdout);
25 printf("DAEMON thread #%zu still running?!\n", index); fflush(stdout);
30 size_t index = (size_t) arg; local
31 printf("non-daemon thread #%zu running\n", index); fflush(stdout);
  /external/valgrind/none/tests/mips64/
load_store_unaligned.c 27 int i, index; local
42 index = (i / SOLL) % N;
44 i, index, memSrc[index], index, memDst[index], outLoad);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c 28 int16_t index; local
42 err = WebRtcIsac_DecodeSendBW(streamdata, &index);
49 err = WebRtcIsac_UpdateUplinkBwImpl(bwest_str, index, encoderSampRate);

Completed in 549 milliseconds

1 2 3 4 5 67 8 91011>>