/third_party/python/Objects/ |
H A D | abstract.c | 172 return type_error("sequence index must " in PyObject_GetItem() 226 type_error("sequence index must be " in PyObject_SetItem() 260 type_error("sequence index must be " in PyObject_DelItem() 495 _Py_add_one_to_index_F(int nd, Py_ssize_t *index, const Py_ssize_t *shape) in _Py_add_one_to_index_F() argument 500 if (index[k] < shape[k]-1) { in _Py_add_one_to_index_F() 501 index[k]++; in _Py_add_one_to_index_F() 505 index[k] = 0; in _Py_add_one_to_index_F() 511 _Py_add_one_to_index_C(int nd, Py_ssize_t *index, const Py_ssize_t *shape) in _Py_add_one_to_index_C() argument 516 if (index[k] < shape[k]-1) { in _Py_add_one_to_index_C() 517 index[ in _Py_add_one_to_index_C() 1702 PyObject *index = _PyNumber_Index(n); PyNumber_ToBase() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 1134 for (GLuint index = 0; index < 8; ++index) in Run() 1136 if (!CheckBinding(index, 0, 0, GL_FALSE, 0, GL_READ_ONLY, GL_R8)) in Run() 1138 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Binding point " << index in Run() 1172 for (GLuint index = 0; index < 8; ++index) in Run() 1175 glGetIntegeri_v(GL_IMAGE_BINDING_NAME, index, &name); in Run() 1179 << tcu::TestLog::Message << "Binding point " << index in Run() [all...] |
H A D | gl4cDirectStateAccessTests.hpp | 141 glw::GLuint index, glw::GLint* param); 143 glw::GLuint index, glw::GLint64* param); 208 glw::GLuint index, glw::GLint* param); 210 glw::GLuint index, glw::GLint64* param); 211 typedef void(GLW_APIENTRY* TransformFeedbackBufferBase_ProcAddress)(glw::GLuint xfb, glw::GLuint index, 213 typedef void(GLW_APIENTRY* TransformFeedbackBufferRange_ProcAddress)(glw::GLuint xfb, glw::GLuint index, 233 bool testBindingPoint(glw::GLuint const index, glw::GLint const expected_value, 235 bool testStart(glw::GLuint const index, glw::GLint const expected_value, 237 bool testSize(glw::GLuint const index, glw::GLint const expected_value, 267 * GetTransformFeedbacki64_v if index i [all...] |
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 170 AddressingMode GenerateMemoryOperandInputs(Node* index, Node* base, in GenerateMemoryOperandInputs() argument 178 if (index != nullptr) { in GenerateMemoryOperandInputs() 179 inputs[(*input_count)++] = UseRegister(index); in GenerateMemoryOperandInputs() 199 DCHECK_NOT_NULL(index); in GenerateMemoryOperandInputs() 200 inputs[(*input_count)++] = UseRegister(index); in GenerateMemoryOperandInputs() 227 return GenerateMemoryOperandInputs(m.index(), m.base(), m.displacement(), in GetEffectiveAddressMemoryOperand() 2171 Node* index = node->InputAt(1); in VisitAtomicExchange() local 2178 inputs[input_count++] = g.UseUniqueRegister(index); in VisitAtomicExchange() 2227 Node* index = node->InputAt(1); in VisitAtomicCompareExchange() local 2238 if (g.CanBeImmediate(index, OperandMod in VisitAtomicCompareExchange() 2295 Node* index = node->InputAt(1); VisitAtomicBinop() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | bmp_parser.c | 70 if (bpc->pc.index + i > 17) { in bmp_parse()
|
H A D | webp_parser.c | 68 if (ctx->pc.index + i > 15) { in webp_parse()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_svq3.c | 26 * @see http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization 93 int ret = ff_rtp_finalize_packet(pkt, &sv->pktbuf, st->index); in svq3_parse_packet()
|
H A D | rtpdec_dv.c | 125 res = ff_rtp_finalize_packet(pkt, &rtp_dv_ctx->buf, st->index); in dv_handle_packet()
|
/third_party/elfutils/libelf/ |
H A D | elf_newdata.c | 48 if (unlikely (scn->index == 0)) in elf_newdata()
|
/third_party/backends/backend/genesys/ |
H A D | scanner_interface_usb.h | 42 void write_0x8c(std::uint8_t index, std::uint8_t value) override;
|
H A D | scanner_interface.h | 45 virtual void write_0x8c(std::uint8_t index, std::uint8_t value) = 0;
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-test-part.h | 141 // Returns the TestPartResult at the given index (0-based). 142 const TestPartResult& GetTestPartResult(int index) const;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | convtest.h | 72 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override;
|
H A D | numrgts.h | 27 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
|
H A D | rbbitst.h | 45 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
H A D | calregts.h | 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
|
H A D | tzbdtest.h | 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) override;
|
H A D | tstnorm.h | 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_conf.h | 120 // From an index into fKeyVec & fValueVec 122 UnicodeString getMapping(int32_t index);
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | composite.h | 72 /* predefined index for usb_composite_driver */ 169 extern int composite_mkstrdesc(struct composite_dev_s *priv, uint8_t id, uint16_t index, uint8_t *buf);
|
/third_party/NuttX/fs/tmpfs/ |
H A D | fs_tmpfs.h | 193 unsigned int index, void *arg);
|
/third_party/icu/icu4c/source/common/ |
H A D | util.h | 83 * Returns the index of a character, ignoring quoted text. 87 * @param start the beginning index, inclusive; <code>0 <= start 89 * @param limit the ending index, exclusive; <code>start <= limit 104 * @return the index of the first non-white-space character at or 113 * reverse direction. In either case, the leftmost index will be 114 * inclusive, and the rightmost index will be exclusive. That is, 137 * is the index after the last parsed character. If the parse 175 * pos is advanced to the first unparsed index and returned. 178 * @param text text to be parsed, starting at index 179 * @param index offse [all...] |
/third_party/libdrm/include/drm/ |
H A D | qxl_drm.h | 115 __u32 index; member
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-array-object.h | 36 * Bitshift index for fast array hole count representation 83 ecma_fast_array_set_property (ecma_object_t *object_p, uint32_t index, ecma_value_t value);
|
H A D | ecma-typedarray-object.h | 66 uint32_t index,
|