Home
last modified time | relevance | path

Searched refs:index (Results 13251 - 13275 of 25001) sorted by relevance

1...<<531532533534535536537538539540>>...1001

/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c83 nop_glDisableClientStateIndexedEXT(GLenum array, GLuint index) in nop_glDisableClientStateIndexedEXT() argument
89 nop_glEnableClientStateIndexedEXT(GLenum array, GLuint index) in nop_glEnableClientStateIndexedEXT() argument
234 nop_glNamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat *params) in nop_glNamedProgramLocalParameter4fvEXT() argument
240 nop_glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params) in nop_glNamedProgramLocalParameters4fvEXT() argument
/third_party/node/deps/openssl/openssl/crypto/
H A Dex_data.c85 * Unregister a new index by replacing the callbacks with no-ops.
139 * Register a new index.
163 * "app_data" routines use ex_data index zero. See RT 3710. */ in ossl_crypto_get_ex_new_index_ex()
208 * calling new() callbacks for each index in the class used by this variable
267 * for each index in the class used by this variable
341 int index; member
363 * each index in the class used by this variable
391 storage[i].index = i; in CRYPTO_free_ex_data()
403 ptr = CRYPTO_get_ex_data(ad, storage[i].index); in CRYPTO_free_ex_data()
404 f->free_func(obj, ptr, ad, storage[i].index, in CRYPTO_free_ex_data()
[all...]
/third_party/rust/crates/clap/clap_complete/src/
H A Ddynamic.rs35 index: Option<usize>,
88 let index = args.index.unwrap_or_default(); in try_complete()
103 index, in try_complete()
187 COMPREPLY=( $("COMPLETER" complete --index ${COMP_CWORD} --type ${COMP_TYPE} ${SPACE_ARG} --ifs="$IFS" -- "${COMP_WORDS[@]}") ) in register()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__main__.py95 index = columns.index('file')
96 row[index] = os.path.relpath(row[index], relroot)
/third_party/pulseaudio/src/modules/dbus/
H A Diface-module.c112 idx = m->module->index; in handle_get_index()
188 "Module %u (%s) doesn't have a usage counter.", m->module->index, m->module->name); in handle_get_usage_counter()
221 idx = m->module->index; in handle_get_all()
303 m->path = pa_sprintf_malloc("%s/%s%u", PA_DBUS_CORE_OBJECT_PATH, OBJECT_NAME, module->index); in pa_dbusiface_module_new()
/third_party/openssl/crypto/
H A Dex_data.c85 * Unregister a new index by replacing the callbacks with no-ops.
139 * Register a new index.
163 * "app_data" routines use ex_data index zero. See RT 3710. */ in ossl_crypto_get_ex_new_index_ex()
206 * calling new() callbacks for each index in the class used by this variable
265 * for each index in the class used by this variable
339 int index; member
361 * each index in the class used by this variable
389 storage[i].index = i; in CRYPTO_free_ex_data()
401 ptr = CRYPTO_get_ex_data(ad, storage[i].index); in CRYPTO_free_ex_data()
402 f->free_func(obj, ptr, ad, storage[i].index, in CRYPTO_free_ex_data()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp34 constexpr const ImmutableString kIndexName("index");
131 // float dyn_index_vec2(in vec2 base, in int index)
133 // switch(index)
142 // if (index < 0)
147 // void dyn_index_write_vec2(inout vec2 base, in int index, in float value)
149 // switch(index)
160 // if (index < 0)
335 TIntermTyped *index, in CreateIndexFunctionCall()
341 arguments.push_back(index); in CreateIndexFunctionCall()
350 TVariable *index, in CreateIndexedWriteFunctionCall()
334 CreateIndexFunctionCall(TIntermBinary *node, TIntermTyped *index, TFunction *indexingFunction) CreateIndexFunctionCall() argument
349 CreateIndexedWriteFunctionCall(TIntermBinary *node, TVariable *index, TVariable *writtenValue, TFunction *indexedWriteFunction) CreateIndexedWriteFunctionCall() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp231 // validator allows duplicate decorations if the location/component/index are in GetLocationsForVariable()
238 uint32_t index = 0; in GetLocationsForVariable() local
262 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()
264 << "Variable has conflicting index decorations"; in GetLocationsForVariable()
267 index = dec.params()[0]; in GetLocationsForVariable()
340 // index. in GetLocationsForVariable()
370 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
395 << "Member index " << dec.struct_member_index() in GetLocationsForVariable()
404 << "Member index " << dec.struct_member_index() in GetLocationsForVariable()
414 << "Member index " << in GetLocationsForVariable()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31_autogen.h81 GLuint index,
91 GLuint index,
124 GLuint index,
132 GLuint index,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.h46 ANGLE_EXPORT void GL_APIENTRY GL_GetBooleani_v(GLenum target, GLuint index, GLboolean *data);
50 ANGLE_EXPORT void GL_APIENTRY GL_GetMultisamplefv(GLenum pname, GLuint index, GLfloat *val);
68 GLuint index,
74 GLuint index,
/third_party/skia/src/core/
H A DSkGlyph.cpp295 for (int index = 0; index < 2; index++) { in ensureIntercepts()
296 *array++ = intercept->fInterval[index] * scale + xPos; in ensureIntercepts()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DNucleus.hpp175 static Value *getArgument(unsigned int index);
243 static Value *createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex);
303 static Value *createExtractElement(Value *vector, Type *type, int index);
304 static Value *createInsertElement(Value *vector, Value *element, int index);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DEblcTable.java173 public BitmapSizeTable bitmapSizeTable(int index) { in bitmapSizeTable() argument
174 if (index < 0 || index > this.numSizes()) { in bitmapSizeTable()
175 throw new IndexOutOfBoundsException("Size table index is outside of the range of tables."); in bitmapSizeTable()
178 return bitmapSizeTableList.get(index); in bitmapSizeTable()
355 // offset to the start of the whole index subtable block in subSerialize()
358 // walking offset in the index subtable in subSerialize()
376 "size %d: sizeTable = %x, current subTable Block = %x, index subTable Start = %x%n", in subSerialize()
399 // index sub table in subSerialize()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.h139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() argument
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.h139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() argument
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp231 // validator allows duplicate decorations if the location/component/index are in GetLocationsForVariable()
238 uint32_t index = 0; in GetLocationsForVariable() local
262 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()
264 << "Variable has conflicting index decorations"; in GetLocationsForVariable()
267 index = dec.params()[0]; in GetLocationsForVariable()
340 // index. in GetLocationsForVariable()
370 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
395 << "Member index " << dec.struct_member_index() in GetLocationsForVariable()
404 << "Member index " << dec.struct_member_index() in GetLocationsForVariable()
414 << "Member index " << in GetLocationsForVariable()
[all...]
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.cpp102 // -1 is a signal that there is no transparent index. in is_palette_index_valid()
104 // valid since a GIF may use an index outside of the palette to be in is_palette_index_valid()
387 sk_sp<SkColorTable> SkGifImageReader::getColorTable(SkColorType colorType, int index) { in getColorTable() argument
388 if (index < 0 || index >= m_frames.count()) { in getColorTable()
392 const SkGIFFrameContext* frameContext = m_frames[index].get(); in getColorTable()
899 // checking whether each pixel used the transparent index. in onReportedAlpha()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtzrule.cpp483 TimeArrayTimeZoneRule::getStartTimeAt(int32_t index, UDate& result) const {
484 if (index >= fNumStartTimes || index < 0) {
487 result = fStartTimes[index];
/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp93 /* bit twiddling for finding the off curve index (x&~m is the pair in [0,1,2] excluding oddMan)
112 for (int index = 0; index < realRoots; ++index) { in AddValidTs()
113 double tValue = s[index]; in AddValidTs()
/third_party/skia/src/sksl/ir/
H A DSkSLSwizzle.cpp123 // Look up the argument for the constructor at each index. This is typically simple but for in optimize_constructor_swizzle()
164 for (int index = 0; index < numConstructorArgs; ++index) { in optimize_constructor_swizzle()
165 int8_t constructorArgIndex = argMap[index].fArgIndex; in optimize_constructor_swizzle()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py95 i = self.symbols.index (l[0])
114 i = self.symbols.index (l[0])
238 i = l.index (':')
266 return l[1:l.index (':')]
/third_party/pulseaudio/src/modules/rtp/
H A Drtp-native.c336 c->memchunk.index = 0; in pa_rtp_recv()
344 chunk->index = c->memchunk.index; in pa_rtp_recv()
347 c->memchunk.index += audio_length; in pa_rtp_recv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp243 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { in preflightFlowElement() argument
248 CurrentNode = SQ->Entries[index].get(); in preflightFlowElement()
540 bool Output::preflightDocument(unsigned index) { in preflightDocument() argument
541 if (index > 0) in preflightDocument()
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp178 int index = fArrayCounterStack.back()++; in item() local
180 fScratchLabel = SkStringPrintf("[%d]", index); in item()
182 ImGui::PushID(index); in item()
186 edit.fIndex = index; in item()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h914 * @param start the start index in the string for the span operation
947 * @param limit the exclusive-end index in the string for the span operation
1021 * where last is the index of the last character to match.
1055 * Returns the index of the given character within this set, where
1059 * @return an index from 0..size()-1, or -1
1065 * Returns the character at the given index within this set, where
1066 * the set is ordered by ascending code point. If the index is
1069 * @param index an index from 0..size()-1
1070 * @return the character at the given index, o
[all...]

Completed in 32 milliseconds

1...<<531532533534535536537538539540>>...1001