/third_party/ffmpeg/libavcodec/ |
H A D | motion_est_template.c | 85 const int index = my * (1 << ME_MAP_SHIFT) + mx; in hpel_motion_search() local 86 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search() 88 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search() 90 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search() 92 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search() 99 av_assert2(c->map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search() 101 av_assert2(c->map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search() 103 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search() 105 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search() 249 const int index in qpel_motion_search() local 432 const int index= (((unsigned)best[1]<<ME_MAP_SHIFT) + best[0])&(ME_MAP_SIZE-1); small_diamond_search() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.cc | 936 base::Optional<ObjectRef> ContextRef::get(int index) const { in get() 937 CHECK_LE(0, index); in get() 939 if (index >= object()->length(kRelaxedLoad)) return {}; in get() 940 return TryMakeRef(broker(), object()->get(index)); in get() 1177 FeedbackCellRef FeedbackVectorRef::GetClosureFeedbackCell(int index) const { in GetClosureFeedbackCell() 1179 object()->closure_feedback_cell(index)); in GetClosureFeedbackCell() 1187 FieldIndex index) const { in RawInobjectPropertyAt() 1188 CHECK(index.is_inobject()); in RawInobjectPropertyAt() 1195 // If the map changed in some prior GC epoch, our {index} could be in RawInobjectPropertyAt() 1203 object()->RawInobjectPropertyAt(cage_base, current_map, index); in RawInobjectPropertyAt() 1269 << *this << " at index " << index); GetCharAsStringOrUndefined() local 1800 GetOwnConstantElement( const FixedArrayBaseRef& elements_ref, uint32_t index, CompilationDependencies* dependencies) const GetOwnConstantElement() argument 1848 << *this << " at index " << index); GetOwnConstantElementFromHeap() local 1858 GetOwnFastDataProperty( Representation field_representation, FieldIndex index, CompilationDependencies* dependencies) const GetOwnFastDataProperty() argument 1870 GetOwnDictionaryProperty( InternalIndex index, CompilationDependencies* dependencies) const GetOwnDictionaryProperty() argument [all...] |
H A D | raw-machine-assembler.h | 127 Node* Projection(int index, Node* a) { in Projection() argument 128 return AddNode(common()->Projection(index), a); in Projection() 135 Node* Load(MachineType type, Node* base, Node* index) { in Load() argument 137 Node* load = AddNode(op, base, index); in Load() 143 Node* LoadImmutable(MachineType type, Node* base, Node* index) { in LoadImmutable() argument 145 return AddNode(op, base, index); in LoadImmutable() 178 Node* Store(MachineRepresentation rep, Node* base, Node* index, Node* value, in Store() argument 181 base, index, value); in Store() 213 Node* UnalignedLoad(MachineType type, Node* base, Node* index) { in UnalignedLoad() argument 218 return AddNode(machine()->Load(type), base, index); in UnalignedLoad() 226 UnalignedStore(MachineRepresentation rep, Node* base, Node* index, Node* value) UnalignedStore() argument 242 AtomicLoad(AtomicLoadParameters rep, Node* base, Node* index) AtomicLoad() argument 248 AtomicLoad64(AtomicLoadParameters rep, Node* base, Node* index) AtomicLoad64() argument 265 AtomicStore(AtomicStoreParameters params, Node* base, Node* index, Node* value) AtomicStore() argument 272 AtomicStore64(AtomicStoreParameters params, Node* base, Node* index, Node* value, Node* value_high) AtomicStore64() argument 314 AtomicCompareExchange(MachineType type, Node* base, Node* index, Node* old_value, Node* new_value) AtomicCompareExchange() argument 321 AtomicCompareExchange64(Node* base, Node* index, Node* old_value, Node* old_value_high, Node* new_value, Node* new_value_high) AtomicCompareExchange64() argument [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib1940.c | 58 size_t index = 0; in showem() local 62 (int)index, (int)amount); in showem() 64 if(++index == amount) in showem() 66 if(CURLHE_OK != curl_easy_header(easy, show[i], index, type, in showem()
|
/third_party/curl/docs/examples/ |
H A D | hsts-preload.c | 44 int index; member 56 host = preload_hosts[s->index].name; in hstsread() 57 expire = preload_hosts[s->index++].exp; in hstsread() 75 printf("[%u/%u] %s %s\n", (unsigned int)i->index, (unsigned int)i->total, in hstswrite()
|
/third_party/icu/icu4c/source/common/ |
H A D | restrace.h | 48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument 52 fIndex(index) {} in ResourceTracer() 60 ResourceTracer(const ResourceTracer& parent, int32_t index) : in ResourceTracer() argument 64 fIndex(index) {} in ResourceTracer()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ArabicCharacterData.java | 83 public Record getRecord(int index) in getRecord() argument 85 if (index < 0 || index >= records.length) { in getRecord() 89 return records[index]; in getRecord()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationrootelements.h | 181 * Finds the index of the input primary. 187 * Returns the primary weight after p where index=findPrimary(p). 190 uint32_t getPrimaryAfter(uint32_t p, int32_t index, UBool isCompressible) const; 192 * Returns the secondary weight after [p, s] where index=findPrimary(p) 193 * except use index=0 for p=0. 201 uint32_t getSecondaryAfter(int32_t index, uint32_t s) const; 203 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p) 204 * except use index=0 for p=0. 212 uint32_t getTertiaryAfter(int32_t index, uint32_t s, uint32_t t) const; 216 * Returns the first secondary & tertiary weights for p where index [all...] |
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/ |
H A D | Decoder.java | 54 public int DecodeBit(short []probs, int index) throws IOException
in DecodeBit() argument 56 int prob = probs[index];
in DecodeBit() 61 probs[index] = (short)(prob + ((kBitModelTotal - prob) >>> kNumMoveBits));
in DecodeBit() 73 probs[index] = (short)(prob - ((prob) >>> kNumMoveBits));
in DecodeBit()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_fragcolor.c | 72 const char *name = out->data.index == 0 ? "gl_FragData[0]" : in lower_fragcolor_instr() 74 const char *name_tmpl = out->data.index == 0 ? "gl_FragData[%u]" : in lower_fragcolor_instr() 92 out_color->data.index = out->data.index; in lower_fragcolor_instr()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | SVGAnimationTestCase-testharness.js | 37 function moveAnimationTimelineAndSample(index) { 38 var animationId = expectedResults[index][0]; 39 var time = expectedResults[index][1]; 40 var sampleCallback = expectedResults[index][2];
|
/third_party/node/benchmark/napi/string/ |
H A D | binding.c | 29 uint32_t index; \ 37 for (index = 0; index < n; index++) { \
|
/third_party/node/deps/icu-small/source/common/ |
H A D | restrace.h | 48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument 52 fIndex(index) {} in ResourceTracer() 60 ResourceTracer(const ResourceTracer& parent, int32_t index) : in ResourceTracer() argument 64 fIndex(index) {} in ResourceTracer()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationrootelements.h | 181 * Finds the index of the input primary. 187 * Returns the primary weight after p where index=findPrimary(p). 190 uint32_t getPrimaryAfter(uint32_t p, int32_t index, UBool isCompressible) const; 192 * Returns the secondary weight after [p, s] where index=findPrimary(p) 193 * except use index=0 for p=0. 201 uint32_t getSecondaryAfter(int32_t index, uint32_t s) const; 203 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p) 204 * except use index=0 for p=0. 212 uint32_t getTertiaryAfter(int32_t index, uint32_t s, uint32_t t) const; 216 * Returns the first secondary & tertiary weights for p where index [all...] |
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | remap_helper.py | 88 index = 0; 90 pool_indices[f] = index 104 % (index, f.name, comments)) 107 index += len(line) + 1
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap12.c | 45 long index; in page_check() local 55 index = (vmstart / page_sz) * sizeof(uint64_t); in page_check() 68 offset = SAFE_LSEEK(pm, index, SEEK_SET); in page_check() 69 if (offset != index) in page_check()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_optimize.c | 68 I->index = I->src[0].value; in va_lower_mov_imm() 89 I->index = bi_apply_swizzle(I->src[s].value, I->src[s].swizzle); in va_fuse_add_imm() 96 I->index ^= (1 << 31); in va_fuse_add_imm() 98 I->index ^= (1 << 31) | (1 << 15); in va_fuse_add_imm()
|
/third_party/skia/samplecode/ |
H A D | SampleMegaStroke.cpp | 21 for (int index = 0; index < 921; ++index) { in MegaStrokeView() 23 fMegaPath.lineTo(SkIntToScalar(index), SkIntToScalar(rand.nextRangeU(500, 600))); in MegaStrokeView()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationrootelements.h | 181 * Finds the index of the input primary. 187 * Returns the primary weight after p where index=findPrimary(p). 190 uint32_t getPrimaryAfter(uint32_t p, int32_t index, UBool isCompressible) const; 192 * Returns the secondary weight after [p, s] where index=findPrimary(p) 193 * except use index=0 for p=0. 201 uint32_t getSecondaryAfter(int32_t index, uint32_t s) const; 203 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p) 204 * except use index=0 for p=0. 212 uint32_t getTertiaryAfter(int32_t index, uint32_t s, uint32_t t) const; 216 * Returns the first secondary & tertiary weights for p where index [all...] |
/third_party/skia/tests/ |
H A D | PathOpsDPointTest.cpp | 24 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST() 25 const SkDPoint& pt = tests[index]; in DEF_TEST()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | growable_memory_byte_array.h | 47 virtual void InternalPut(int32_t index, uint8_t b); 48 virtual int32_t InternalPut(int32_t index, 52 virtual uint8_t InternalGet(int32_t index); 53 virtual int32_t InternalGet(int32_t index,
|
H A D | memory_byte_array.h | 35 // @param filled_length the index of the last byte in the array has data 59 virtual void InternalPut(int32_t index, uint8_t b); 60 virtual int32_t InternalPut(int32_t index, 64 virtual uint8_t InternalGet(int32_t index); 65 virtual int32_t InternalGet(int32_t index,
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | spirv_reduce_mutator.h | 76 auto index = generator_.GetUInt32(static_cast<uint32_t>(arr->size())); in GetRandomElement() local 77 return &(*arr)[index]; in GetRandomElement() 83 auto index = generator_.GetUInt32(static_cast<uint32_t>(arr->size())); in GetRandomElement() local 84 return (*arr)[index].get(); in GetRandomElement()
|
/third_party/skia/tools/fonts/ |
H A D | ToolUtilsFont.cpp | 94 for (SkGlyphID index = 0; index <= 67; ++index) { in sample_user_typeface() 98 builder.setGlyph(index, width/upem, SkPath::Circle(50, -50, 75).makeTransform(scale)); in sample_user_typeface()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | restrace.h | 48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument 52 fIndex(index) {} in ResourceTracer() 60 ResourceTracer(const ResourceTracer& parent, int32_t index) : in ResourceTracer() argument 64 fIndex(index) {} in ResourceTracer()
|