Home
last modified time | relevance | path

Searched defs:index (Results 3701 - 3725 of 3886) sorted by relevance

1...<<141142143144145146147148149150>>...156

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp422 uint32 index = 0; in tag_matrix() local
582 uint32 index = fEntries; in Add() local
1842 uint32 index = 0; range_tag_set() local
6807 uint32 index = extraProfileIndex [j]; WriteDNG() local
[all...]
/third_party/python/Objects/
H A Ddictobject.c580 int index = get_index_from_order(mp, i); _PyDict_CheckConsistency() local
846 lookdict_index(PyDictKeysObject *k, Py_hash_t hash, Py_ssize_t index) lookdict_index() argument
1260 Py_ssize_t index = mp->ma_keys->dk_nentries; insertdict() local
1449 int index = get_index_from_order(mp, i); dictresize() local
1463 int index = get_index_from_order(mp, i); dictresize() local
2135 int index = get_index_from_order(mp, i); _PyDict_Next() local
3349 Py_ssize_t index = (int)mp->ma_keys->dk_nentries; PyDict_SetDefault() local
4066 int index = get_index_from_order(d, i); dictiter_iternextkey() local
4166 int index = get_index_from_order(d, i); dictiter_iternextvalue() local
4266 int index = get_index_from_order(d, i); dictiter_iternextitem() local
4397 int index = get_index_from_order(d, i); dictreviter_iternext() local
[all...]
/third_party/python/Modules/_ctypes/
H A D_ctypes.c2665 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() argument
2706 KeepRef(CDataObject *target, Py_ssize_t index, PyObject *keep) in KeepRef() argument
2982 PyCData_FromBaseObj(PyObject *type, PyObject *base, Py_ssize_t index, char *adr) in PyCData_FromBaseObj() argument
3067 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, Py_ssize_t index, Py_ssize_t size, char *adr) PyCData_get() argument
3192 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, Py_ssize_t index, Py_ssize_t size, char *ptr) PyCData_set() argument
3421 _check_outarg_type(PyObject *arg, Py_ssize_t index) _check_outarg_type() argument
3666 int index; PyCFuncPtr_FromVtblIndex() local
4050 unsigned int i, index; _build_result() local
4364 _init_pos_args(PyObject *self, PyTypeObject *type, PyObject *args, PyObject *kwds, Py_ssize_t index) _init_pos_args() argument
4572 Array_item(PyObject *myself, Py_ssize_t index) Array_item() argument
4705 Array_ass_item(PyObject *myself, Py_ssize_t index, PyObject *value) Array_ass_item() argument
5089 Pointer_item(PyObject *myself, Py_ssize_t index) Pointer_item() argument
5120 Pointer_ass_item(PyObject *myself, Py_ssize_t index, PyObject *value) Pointer_ass_item() argument
5629 PyObject *index; cast() local
[all...]
/third_party/rust/crates/syn/src/
H A Dexpr.rs2894 let mut index: Index = multi_index() variables
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h341 uint32_t index; member
H A Dcil_resolve_ast.c2539 enum cil_sym_index index; in cil_resolve_bounds() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1015 int index; member
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1928 int index; member
[all...]
H A Des31fShaderImageLoadStoreTests.cpp1939 bool verifyRecursive (AtomicOperation operation, int index, T valueSoFar, std::vector<bool> (&argsUsed), const std::vector<T> (&args), const std::vector<T> (&returnValues)) const in verifyRecursive() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp758 const deUint32 index = static_cast<deUint32>(m_attachments.size()); in addAttachment() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1944 int index; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_ndis.c907 NDIS_802_11_KEY_INDEX index; in wpa_driver_ndis_remove_key() local
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp106 popTexture(int index) popTexture() argument
115 popBuffer(int index) popBuffer() argument
124 popShader(int index) popShader() argument
133 popProgram(int index) popProgram() argument
549 popSurface(int index) popSurface() argument
556 popContext(int index) popContext() argument
563 popImage(int index) popImage() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_ndis.c907 NDIS_802_11_KEY_INDEX index; in wpa_driver_ndis_remove_key() local
/third_party/vulkan-loader/loader/
H A Dloader.c1241 uint32_t index = 0; in loader_get_icd_and_device() local
1404 VkResult loader_add_direct_driver(const struct loader_instance *inst, uint32_t index, in loader_add_direct_driver() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_parser_autogen.cpp855 ParseVectorExtractDynamic(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *vector, IdRef *index) ParseVectorExtractDynamic() argument
871 ParseVectorInsertDynamic(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *vector, IdRef *component, IdRef *index) ParseVectorInsertDynamic() argument
/third_party/ffmpeg/fftools/
H A Dffprobe.c418 long long int index; in value_string() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmxfdec.c627 int index; in mxf_decrypt_triplet() local
1865 int64_t index = edit_unit - s->index_start_position; in mxf_edit_unit_absolute_offset() local
1985 int index = x + offset; mxf_compute_ptses_fake_index() local
3948 int index = mxf_get_stream_index(s, &klv, body_sid); mxf_read_packet() local
[all...]
H A Dmovenc.c254 int index = 0, oldval = -1, i; in mov_write_stsc_tag() local
284 int i, index = 0; in mov_write_stss_tag() local
5315 int index = entry + 1 + i; global() local
7096 mov_create_timecode_track(AVFormatContext *s, int index, int src_index, AVTimecode tc) global() argument
7138 mov_create_timed_metadata_track(AVFormatContext *s, int index, int src_index) global() argument
[all...]
H A Dmatroskadec.c390 EbmlList index; member
1971 MatroskaIndex *index; in matroska_add_index_entries() local
3930 int i, index; matroska_read_seek() local
4058 int index, rv = 1; webm_clusters_start_with_keyframe() local
[all...]
/third_party/glfw/src/
H A Dinternal.h628 uint8_t index; member
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp528 TIntermTyped* TParseContext::handleBracketDereference(const TSourceLoc& loc, TIntermTyped* base, TIntermTyped* index) in handleBracketDereference() argument
674 handleIndexLimits(const TSourceLoc& , TIntermTyped* base, TIntermTyped* index) handleIndexLimits() argument
1007 TIntermTyped* index = intermediate.addConstantUnion(member, loc); handleDotDereference() local
1084 TIntermTyped* index = intermediate.addConstantUnion(selectors[0], loc); handleDotSwizzle() local
1088 TIntermTyped* index = intermediate.addSwizzle(selectors, loc); handleDotSwizzle() local
4692 const int index = binary->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst(); checkRuntimeSizable() local
4715 const int index = binary->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst(); isRuntimeLength() local
[all...]
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp2293 spv::Id index = accessChainLoad(node->getRight()->getType()); in visitBinary() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm.c7786 unsigned int index; in snd_pcm_slave_conf() member
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp97 void NumberFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument

Completed in 118 milliseconds

1...<<141142143144145146147148149150>>...156