/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 159 LLVMValueRef ac_llvm_extract_elem(struct ac_llvm_context *ac, LLVMValueRef value, int index); 240 LLVMValueRef index); 242 LLVMValueRef ac_build_gep0(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index); 244 LLVMValueRef index); 246 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index, 249 LLVMValueRef ac_build_load(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index); 251 LLVMValueRef index); 253 LLVMValueRef index); 255 LLVMValueRef base_ptr, LLVMValueRef index); 534 LLVMValueRef ac_build_shuffle(struct ac_llvm_context *ctx, LLVMValueRef src, LLVMValueRef index); 568 LLVMValueRef index[3]; global() member [all...] |
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_svga.c | 702 SVGA3dDevCapIndex index, in vmw_svga_winsys_get_cap() 707 if (index > vws->ioctl.num_cap_3d || in vmw_svga_winsys_get_cap() 708 index >= SVGA3D_DEVCAP_MAX || in vmw_svga_winsys_get_cap() 709 !vws->ioctl.cap_3d[index].has_cap) in vmw_svga_winsys_get_cap() 712 *result = vws->ioctl.cap_3d[index].result; in vmw_svga_winsys_get_cap() 775 enum svga_stats_count index) in vmw_svga_winsys_stats_inc() 779 assert(index < SVGA_STATS_COUNT_MAX); in vmw_svga_winsys_stats_inc() 788 __atomic_fetch_add(&pstat[index].count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_inc() 796 enum svga_stats_time index, in vmw_svga_winsys_stats_time_push() 808 tf->counterTime = vmw_mksstat_get_pstat_time(vws->mksstat_tls[slot].stat_pages, getpagesize()) + index; in vmw_svga_winsys_stats_time_push() 701 vmw_svga_winsys_get_cap(struct svga_winsys_screen *sws, SVGA3dDevCapIndex index, SVGA3dDevCapResult *result) vmw_svga_winsys_get_cap() argument 774 vmw_svga_winsys_stats_inc(struct svga_winsys_screen *sws, enum svga_stats_count index) vmw_svga_winsys_stats_inc() argument 795 vmw_svga_winsys_stats_time_push(struct svga_winsys_screen *sws, enum svga_stats_time index, struct svga_winsys_stats_timeframe *tf) vmw_svga_winsys_stats_time_push() argument 858 vmw_svga_winsys_stats_inc_noop(struct svga_winsys_screen *sws, enum svga_stats_count index) vmw_svga_winsys_stats_inc_noop() argument 865 vmw_svga_winsys_stats_time_push_noop(struct svga_winsys_screen *sws, enum svga_stats_time index, struct svga_winsys_stats_timeframe *tf) vmw_svga_winsys_stats_time_push_noop() argument [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_nir.c | 65 nir_ssa_def *index = in dzn_nir_create_bo_desc() local 78 index, in dzn_nir_create_bo_desc() 151 nir_ssa_def *index = in dzn_nir_indirect_draw_shader() local 161 nir_push_if(&b, nir_ieq(&b, index, nir_imm_int(&b, 0))); in dzn_nir_indirect_draw_shader() 167 nir_push_if(&b, nir_ult(&b, index, draw_count)); in dzn_nir_indirect_draw_shader() 170 nir_ssa_def *draw_offset = nir_imul(&b, draw_stride, index); in dzn_nir_indirect_draw_shader() 175 nir_imul(&b, exec_stride, nir_iadd_imm(&b, index, 1)) : in dzn_nir_indirect_draw_shader() 176 nir_imul(&b, exec_stride, index); in dzn_nir_indirect_draw_shader() 193 index, in dzn_nir_indirect_draw_shader() 197 /* Patch {vertex,index}_coun in dzn_nir_indirect_draw_shader() [all...] |
/third_party/lzma/C/ |
H A D | MtDec.c | 241 PRF_STR_INT("MtDec_ThreadFunc2", t->index)
in MtDec_ThreadFunc2() 243 // SetThreadAffinityMask(GetCurrentThread(), 1 << t->index);
in MtDec_ThreadFunc2() 271 PRF_STR_INT("=============== Event_Wait(&t->canRead)", t->index)
in MtDec_ThreadFunc2() 277 PRF_STR_INT("after Event_Wait(&t->canRead)", t->index)
in MtDec_ThreadFunc2() 279 // if (t->index == 3) return 19; // for test
in MtDec_ThreadFunc2() 397 p->mtCallback->Parse(p->mtCallbackObject, t->index, &parse);
in MtDec_ThreadFunc2() 535 codeRes = p->mtCallback->PreCode(p->mtCallbackObject, t->index);
in MtDec_ThreadFunc2() 579 unsigned nextIndex = t->index + 1;
in MtDec_ThreadFunc2() 626 codeRes = p->mtCallback->Code(p->mtCallbackObject, t->index,
in MtDec_ThreadFunc2() 729 res = p->mtCallback->Write(p->mtCallbackObject, t->index,
in MtDec_ThreadFunc2() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 387 base::Optional<ObjectRef> RawInobjectPropertyAt(FieldIndex index) const; 389 // Return the element at key {index} if {index} is known to be an own data 394 const FixedArrayBaseRef& elements_ref, uint32_t index, 401 uint32_t index) const; 403 // Return the value of the property identified by the field {index} 404 // if {index} is known to be an own data property of the object. 409 Representation field_representation, FieldIndex index, 412 // Return the value of the dictionary property at {index} in the dictionary 413 // if {index} i [all...] |
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 1632 int index) in ExplicitRealmScope() 1633 : data_(data), index_(index) { in ExplicitRealmScope() 1662 int index = args[arg_offset] in RealmIndexOrThrow() local 1665 if (index < 0 || index >= realm_count_ || realms_[index].IsEmpty()) { in RealmIndexOrThrow() 1666 args.GetIsolate()->ThrowError("Invalid realm index"); in RealmIndexOrThrow() 1669 return index; in RealmIndexOrThrow() 1712 // Realm.current() returns the index of the currently active realm. 1716 int index in RealmCurrent() local 1631 ExplicitRealmScope(PerIsolateData* data, int index) ExplicitRealmScope() argument 1741 int index = data->RealmFind(creation_context); RealmOwner() local 1750 int index = data->RealmIndexOrThrow(args, 0); RealmGlobal() local 1770 CreateRealm( const v8::FunctionCallbackInfo<v8::Value>& args, int index, v8::MaybeLocal<Value> global_object) CreateRealm() argument 1803 DisposeRealm(const v8::FunctionCallbackInfo<v8::Value>& args, int index) DisposeRealm() argument 1838 int index = data->RealmIndexOrThrow(args, 0); RealmNavigate() local 1867 int index = data->RealmIndexOrThrow(args, 0); RealmDetachGlobal() local 1884 int index = data->RealmIndexOrThrow(args, 0); RealmDispose() local 1898 int index = data->RealmIndexOrThrow(args, 0); RealmSwitch() local 1907 int index = data->RealmIndexOrThrow(args, 0); RealmEval() local 1967 int index = data->RealmIndexOrThrow(args, 0); RealmTakeWebSnapshot() local 2025 int index = data->RealmIndexOrThrow(args, 0); RealmUseWebSnapshot() local 2403 ReadCodeTypeAndArguments( const v8::FunctionCallbackInfo<v8::Value>& args, int index, CodeType* code_type, Local<Value>* arguments) ReadCodeTypeAndArguments() argument 2490 ReadSource( const v8::FunctionCallbackInfo<v8::Value>& args, int index, CodeType default_type) ReadSource() argument 3333 Local<Number> index = v8::Number::New(isolate, i); CreateEvaluationContext() local 4971 size_t index = shared_array_buffers_.size(); global() variable 4987 size_t index = wasm_modules_.size(); global() variable 5018 size_t index = data_->shared_values_.size(); global() variable 5128 uint32_t index = 0; ReadValue() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 42 FloatRegister OutputSingleRegister(size_t index = 0) { in OutputSingleRegister() 43 return ToSingleRegister(instr_->OutputAt(index)); in OutputSingleRegister() 46 FloatRegister InputSingleRegister(size_t index) { in InputSingleRegister() argument 47 return ToSingleRegister(instr_->InputAt(index)); in InputSingleRegister() 56 Register InputOrZeroRegister(size_t index) { in InputOrZeroRegister() argument 57 if (instr_->InputAt(index)->IsImmediate()) { in InputOrZeroRegister() 58 DCHECK_EQ(0, InputInt32(index)); in InputOrZeroRegister() 61 return InputRegister(index); in InputOrZeroRegister() 64 DoubleRegister InputOrZeroDoubleRegister(size_t index) { in InputOrZeroDoubleRegister() argument 65 if (instr_->InputAt(index) in InputOrZeroDoubleRegister() 70 InputOrZeroSingleRegister(size_t index) InputOrZeroSingleRegister() argument 76 InputImmediate(size_t index) InputImmediate() argument 100 InputOperand(size_t index) InputOperand() argument 109 const size_t index = *first_index; MemoryOperand() local 140 HasRegisterInput(Instruction* instr, size_t index) HasRegisterInput() argument 1508 size_t index = 0; AssembleArchInstruction() local 2467 RootIndex index; AssembleConstructFrame() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 191 u8 index = 0; in rtl92se_set_hw_reg() local 199 for (index = 0; index < 17; index++) { in rtl92se_set_hw_reg() 200 if (factorlevel[index] > factor_toset) in rtl92se_set_hw_reg() 201 factorlevel[index] = in rtl92se_set_hw_reg() 205 for (index = 0; index < 8; index++) { in rtl92se_set_hw_reg() 206 regtoset = ((factorlevel[index * in rtl92se_set_hw_reg() 1649 u8 rf_path, index; _rtl92se_read_adapter_info() local [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | super.c | 28 #include "index.h" 622 /* Check clusters per index block value is valid. */ in is_boot_sector_ntfs() 853 /* We cannot support index record sizes below the sector size. */ in parse_ntfs_boot_sector() 1056 tmp_ni->itype.index.block_size = vol->mft_record_size; in load_and_init_mft_mirror() 1057 tmp_ni->itype.index.block_size_bits = vol->mft_record_size_bits; in load_and_init_mft_mirror() 1080 pgoff_t index; in check_mft_mirror() local 1090 index = i = 0; in check_mft_mirror() 1096 if (index) { in check_mft_mirror() 1102 index); in check_mft_mirror() 1110 index); in check_mft_mirror() 1584 pgoff_t index, max_index; load_and_init_attrdef() local 1649 pgoff_t index, max_index; load_and_init_upcase() local 2451 pgoff_t index, max_index; get_nr_free_clusters() local 2531 pgoff_t index; __get_nr_free_mft_records() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_debugfs.c | 141 int index; in hclge_dbg_get_dfx_bd_num() local 153 index = offset % entries_per_desc; in hclge_dbg_get_dfx_bd_num() 155 *bd_num = le32_to_cpu(desc[offset / entries_per_desc].data[index]); in hclge_dbg_get_dfx_bd_num() 166 int index, int bd_num, in hclge_dbg_cmd_send() 173 desc->data[0] = cpu_to_le32(index); in hclge_dbg_cmd_send() 196 u32 index, entry, i, cnt; in hclge_dbg_dump_reg_tqp() local 219 for (index = 0; index < hdev->vport[0].alloc_tqps; index++) { in hclge_dbg_dump_reg_tqp() 222 ret = hclge_dbg_cmd_send(hdev, desc, index, bd_nu in hclge_dbg_dump_reg_tqp() 164 hclge_dbg_cmd_send(struct hclge_dev *hdev, struct hclge_desc *desc_src, int index, int bd_num, enum hclge_opcode_type cmd) hclge_dbg_cmd_send() argument 724 hclge_dbg_fill_shaper_content(struct hclge_tm_shaper_para *para, char **result, u8 *index) hclge_dbg_fill_shaper_content() argument 1847 hclge_ncl_config_data_print(struct hclge_desc *desc, int *index, char *buf, int len, int *pos) hclge_ncl_config_data_print() argument 1880 int index = HCLGE_MAX_NCL_CONFIG_LENGTH; hclge_dbg_dump_ncl_config() local [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | super.c | 28 #include "index.h" 630 /* Check clusters per index block value is valid. */ in is_boot_sector_ntfs() 861 /* We cannot support index record sizes below the sector size. */ in parse_ntfs_boot_sector() 1064 tmp_ni->itype.index.block_size = vol->mft_record_size; in load_and_init_mft_mirror() 1065 tmp_ni->itype.index.block_size_bits = vol->mft_record_size_bits; in load_and_init_mft_mirror() 1088 pgoff_t index; in check_mft_mirror() local 1098 index = i = 0; in check_mft_mirror() 1104 if (index) { in check_mft_mirror() 1110 index); in check_mft_mirror() 1118 index); in check_mft_mirror() 1592 pgoff_t index, max_index; load_and_init_attrdef() local 1657 pgoff_t index, max_index; load_and_init_upcase() local 2459 pgoff_t index, max_index; get_nr_free_clusters() local 2539 pgoff_t index; __get_nr_free_mft_records() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/ |
H A D | sisusbvga.c | 169 static void sisusb_free_outbuf(struct sisusb_usb_data *sisusb, int index) in sisusb_free_outbuf() argument 171 if ((index >= 0) && (index < sisusb->numobufs)) in sisusb_free_outbuf() 172 sisusb->urbstatus[index] &= ~SU_URB_ALLOC; in sisusb_free_outbuf() 199 static int sisusb_bulkout_msg(struct sisusb_usb_data *sisusb, int index, in sisusb_bulkout_msg() argument 203 struct urb *urb = sisusb->sisurbout[index]; in sisusb_bulkout_msg() 211 &sisusb->urbout_context[index]); in sisusb_bulkout_msg() 217 sisusb->urbout_context[index].actual_length = (timeout) ? in sisusb_bulkout_msg() 221 sisusb->urbstatus[index] |= SU_URB_BUSY; in sisusb_bulkout_msg() 229 (!(sisusb->urbstatus[index] in sisusb_bulkout_msg() 315 sisusb_send_bulk_msg(struct sisusb_usb_data *sisusb, int ep, int len, char *kernbuffer, const char __user *userbuffer, int index, ssize_t *bytes_written, unsigned int tflags, int async) sisusb_send_bulk_msg() argument 740 sisusb_write_mem_bulk(struct sisusb_usb_data *sisusb, u32 addr, char *kernbuffer, int length, const char __user *userbuffer, int index, ssize_t *bytes_written) sisusb_write_mem_bulk() argument 1187 sisusb_setidxreg(struct sisusb_usb_data *sisusb, u32 port, u8 index, u8 data) sisusb_setidxreg() argument 1197 sisusb_getidxreg(struct sisusb_usb_data *sisusb, u32 port, u8 index, u8 *data) sisusb_getidxreg() argument 1235 sisusb_setidxregor(struct sisusb_usb_data *sisusb, u32 port, u8 index, u8 myor) sisusb_setidxregor() argument 1523 sisusb_set_rank(struct sisusb_usb_data *sisusb, int *iret, int index, u8 rankno, u8 chab, const u8 dramtype[][5], int bw) sisusb_set_rank() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 191 u8 index = 0; in rtl92se_set_hw_reg() local 199 for (index = 0; index < 17; index++) { in rtl92se_set_hw_reg() 200 if (factorlevel[index] > factor_toset) in rtl92se_set_hw_reg() 201 factorlevel[index] = in rtl92se_set_hw_reg() 205 for (index = 0; index < 8; index++) { in rtl92se_set_hw_reg() 206 regtoset = ((factorlevel[index * in rtl92se_set_hw_reg() 1640 u8 rf_path, index; _rtl92se_read_adapter_info() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 256 reg->index = impl->reg_alloc++; in nir_local_reg_create() 724 src_init(&instr->arr.index); in nir_deref_instr_create() 1094 if (instr->block && def->index == UINT_MAX) { in add_ssa_def_cb() 1098 def->index = impl->ssa_alloc++; in add_ssa_def_cb() 1383 unsigned index = 0; in nir_index_local_regs() local 1385 reg->index = index++; in nir_index_local_regs() 1387 impl->reg_alloc = index; in nir_index_local_regs() 1752 def->index = impl->ssa_alloc++; in nir_ssa_def_init() 1756 def->index in nir_ssa_def_init() 2134 unsigned index = 0; nir_index_blocks() local 2152 unsigned *index = (unsigned *) state; index_ssa_def_cb() local 2165 unsigned index = 0; nir_index_ssa_defs() local 2184 unsigned index = 0; nir_index_instrs() local [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 608 KeepRef(CDataObject *target, Py_ssize_t index, PyObject *keep); 2665 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() argument 2672 cp += sprintf(cp, "%x", Py_SAFE_DOWNCAST(index, Py_ssize_t, int)); in unique_key() 2688 * Keep a reference to 'keep' in the 'target', at index 'index'. 2700 * The index tuple is used as a key into the root object's b_objects dict. 2706 KeepRef(CDataObject *target, Py_ssize_t index, PyObject *keep) in KeepRef() argument 2726 key = unique_key(target, index); in KeepRef() 2982 PyCData_FromBaseObj(PyObject *type, PyObject *base, Py_ssize_t index, char *adr) in PyCData_FromBaseObj() argument 3008 cmem->b_index = index; in PyCData_FromBaseObj() 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/ffmpeg/libavformat/ |
H A D | mov.c | 420 uint32_t index = av_bswap32(atom.type); // BE number has been read as LE in mov_read_udta_string() local 421 if (index < c->meta_keys_count && index > 0) { in mov_read_udta_string() 422 key = c->meta_keys[index]; in mov_read_udta_string() 425 "The index of 'data' is out of range: %"PRId32" < 1 or >= %d.\n", in mov_read_udta_string() 426 index, c->meta_keys_count); in mov_read_udta_string() 1240 int index, in get_frag_stream_info() 1246 if (index < 0 || index >= frag_index->nb_items) in get_frag_stream_info() 1248 item = &frag_index->item[index]; in get_frag_stream_info() 1238 get_frag_stream_info( MOVFragmentIndex *frag_index, int index, int id) get_frag_stream_info() argument 1327 get_frag_time(MOVFragmentIndex *frag_index, int index, int track_id) get_frag_time() argument 1388 int index, i; update_frag_index() local 1444 fix_frag_index_entries(MOVFragmentIndex *frag_index, int index, int id, int entries) fix_frag_index_entries() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.cpp | 33 void GL_APIENTRY GL_BeginQueryIndexed(GLenum target, GLuint index, GLuint id) in GL_BeginQueryIndexed() argument 36 EVENT(context, GLBeginQueryIndexed, "context = %d, target = %s, index = %u, id = %u", in GL_BeginQueryIndexed() 37 CID(context), GLenumToString(GLenumGroup::QueryTarget, target), index, id); in GL_BeginQueryIndexed() 46 index, idPacked)); in GL_BeginQueryIndexed() 49 context->beginQueryIndexed(target, index, idPacked); in GL_BeginQueryIndexed() 51 ANGLE_CAPTURE(BeginQueryIndexed, isCallValid, context, target, index, idPacked); in GL_BeginQueryIndexed() 324 void GL_APIENTRY GL_EndQueryIndexed(GLenum target, GLuint index) in GL_EndQueryIndexed() argument 327 EVENT(context, GLEndQueryIndexed, "context = %d, target = %s, index = %u", CID(context), in GL_EndQueryIndexed() 328 GLenumToString(GLenumGroup::QueryTarget, target), index); in GL_EndQueryIndexed() 335 ValidateEndQueryIndexed(context, angle::EntryPoint::GLEndQueryIndexed, target, index)); in GL_EndQueryIndexed() 373 GL_GetActiveSubroutineName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) GL_GetActiveSubroutineName() argument 409 GL_GetActiveSubroutineUniformName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) GL_GetActiveSubroutineUniformName() argument 445 GL_GetActiveSubroutineUniformiv(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) GL_GetActiveSubroutineUniformiv() argument 511 GL_GetQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint *params) GL_GetQueryIndexediv() argument 1480 GL_DepthRangeIndexed(GLuint index, GLdouble n, GLdouble f) GL_DepthRangeIndexed() argument 1552 GL_GetDoublei_v(GLenum target, GLuint index, GLdouble *data) GL_GetDoublei_v() argument 1577 GL_GetFloati_v(GLenum target, GLuint index, GLfloat *data) GL_GetFloati_v() argument 1727 GL_GetVertexAttribLdv(GLuint index, GLenum pname, GLdouble *params) GL_GetVertexAttribLdv() argument 3490 GL_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) GL_ScissorIndexed() argument 3515 GL_ScissorIndexedv(GLuint index, const GLint *v) GL_ScissorIndexedv() argument 3626 GL_VertexAttribL1d(GLuint index, GLdouble x) GL_VertexAttribL1d() argument 3649 GL_VertexAttribL1dv(GLuint index, const GLdouble *v) GL_VertexAttribL1dv() argument 3673 GL_VertexAttribL2d(GLuint index, GLdouble x, GLdouble y) GL_VertexAttribL2d() argument 3697 GL_VertexAttribL2dv(GLuint index, const GLdouble *v) GL_VertexAttribL2dv() argument 3721 GL_VertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) GL_VertexAttribL3d() argument 3745 GL_VertexAttribL3dv(GLuint index, const GLdouble *v) GL_VertexAttribL3dv() argument 3769 GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) GL_VertexAttribL4d() argument 3793 GL_VertexAttribL4dv(GLuint index, const GLdouble *v) GL_VertexAttribL4dv() argument 3818 GL_VertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) GL_VertexAttribLPointer() argument 3871 GL_ViewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) GL_ViewportIndexedf() argument 3895 GL_ViewportIndexedfv(GLuint index, const GLfloat *v) GL_ViewportIndexedfv() argument 4957 GL_GetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) GL_GetProgramResourceName() argument 4993 GL_GetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) GL_GetProgramResourceiv() argument 6797 GL_DisableVertexArrayAttrib(GLuint vaobj, GLuint index) GL_DisableVertexArrayAttrib() argument 6823 GL_EnableVertexArrayAttrib(GLuint vaobj, GLuint index) GL_EnableVertexArrayAttrib() argument 7589 GL_GetTransformFeedbacki64_v(GLuint xfb, GLenum pname, GLuint index, GLint64 *param) GL_GetTransformFeedbacki64_v() argument 7618 GL_GetTransformFeedbacki_v(GLuint xfb, GLenum pname, GLuint index, GLint *param) GL_GetTransformFeedbacki_v() argument 7670 GL_GetVertexArrayIndexed64iv(GLuint vaobj, GLuint index, GLenum pname, GLint64 *param) GL_GetVertexArrayIndexed64iv() argument 7702 GL_GetVertexArrayIndexediv(GLuint vaobj, GLuint index, GLenum pname, GLint *param) GL_GetVertexArrayIndexediv() argument 9380 GL_TransformFeedbackBufferBase(GLuint xfb, GLuint index, GLuint buffer) GL_TransformFeedbackBufferBase() argument 9406 GL_TransformFeedbackBufferRange(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) GL_TransformFeedbackBufferRange() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 342 FieldIndex index = FieldIndex::ForPropertyIndex( in FastAssign() local 345 JSObject::FastPropertyAt(isolate, from, representation, index); in FastAssign() 997 Maybe<bool> JSReceiver::DeleteElement(Handle<JSReceiver> object, uint32_t index, in DeleteElement() argument 999 LookupIterator it(object->GetIsolate(), object, index, object, in DeleteElement() 2125 for (InternalIndex index : InternalIndex::Range(number_of_own_descriptors)) { in FastGetOwnValuesOrEntries() 2128 Handle<Name> next_key(descriptors->GetKey(index), isolate); in FastGetOwnValuesOrEntries() 2137 PropertyDetails details = descriptors->GetDetails(index); in FastGetOwnValuesOrEntries() 2141 prop_value = handle(descriptors->GetStrongValue(index), isolate); in FastGetOwnValuesOrEntries() 2717 void JSObject::SetNormalizedElement(Handle<JSObject> object, uint32_t index, in SetNormalizedElement() argument 2727 NumberDictionary::Set(isolate, dictionary, index, valu in SetNormalizedElement() 3016 FieldIndex index = MigrateFastToFast() local 3115 FieldIndex index = FieldIndex::ForDescriptor(isolate, *old_map, i); MigrateFastToFast() local 3161 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); MigrateFastToFast() local 3226 FieldIndex index = FieldIndex::ForDescriptor(isolate, *map, i); MigrateFastToSlow() local 3293 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); MigrateFastToSlow() local 3413 FieldIndex index = FieldIndex::ForDescriptor(*map, i); AllocateStorageForMap() local 3424 FieldIndex index = FieldIndex::ForPropertyIndex(*map, i); AllocateStorageForMap() local 3473 uint32_t index; AddProperty() local 3636 SetOwnElementIgnoreAttributes( Handle<JSObject> object, size_t index, Handle<Object> value, PropertyAttributes attributes) SetOwnElementIgnoreAttributes() argument 4423 FastPropertyAt(Isolate* isolate, Handle<JSObject> object, Representation representation, FieldIndex index) FastPropertyAt() argument 4431 FastPropertyAt(Isolate* isolate, Handle<JSObject> object, Representation representation, FieldIndex index, SeqCstAccessTag tag) FastPropertyAt() argument 5093 WouldConvertToSlowElements(uint32_t index) WouldConvertToSlowElements() argument 5100 ShouldConvertToFastElements(JSObject object, NumberDictionary dictionary, uint32_t index, uint32_t* new_capacity) ShouldConvertToFastElements() argument 5157 AddDataElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes) AddDataElement() argument 5357 HasRealElementProperty(Isolate* isolate, Handle<JSObject> object, uint32_t index) HasRealElementProperty() argument 5444 DoGetField(Isolate* isolate, FieldIndex index) DoGetField() argument 5495 GetUTCField(FieldIndex index, double value, DateCache* date_cache) GetUTCField() argument [all...] |
/build/toolchain/ |
H A D | gcc_link_wrapper.py | 52 index = command.index(item) 55 command[index] = new_crtbegin
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_mgr.cpp | 103 uint32_t index = 0; in AddComponentByLibName() local 104 while (HDF_SUCCESS == core->ComponentNameEnum(name, index)) { in AddComponentByLibName() 105 ++index; in AddComponentByLibName()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_mgr.cpp | 103 uint32_t index = 0; in AddComponentByLibName() local 104 while (HDF_SUCCESS == core->ComponentNameEnum(name, index)) { in AddComponentByLibName() 105 ++index; in AddComponentByLibName()
|
/drivers/peripheral/usb/serial/include/ |
H A D | usb_serial.h | 87 int32_t index; member 146 uint16_t index; member 155 uint8_t index; member
|
/drivers/peripheral/user_auth/test/unittest/mocks/inc/ |
H A D | c_mocker.h | 67 #define PARAMETER(index, signature, dummy) \ 68 GMOCK_PP_COMMA_IF(index) GMOCK_INTERNAL_ARG_O(index, GMOCK_PP_REMOVE_PARENS(signature))
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | amd_freq_sensitivity.c | 91 unsigned int index; in amd_powersave_bias_target() local 93 index = cpufreq_table_find_index_h(policy, in amd_powersave_bias_target() 95 freq_next = policy->freq_table[index].frequency; in amd_powersave_bias_target()
|
/kernel/linux/linux-5.10/arch/loongarch/lib/ |
H A D | dump_tlb.c | 28 unsigned int index; in dump_tlb() local 47 index = read_csr_tlbidx(); in dump_tlb() 51 if (index & CSR_TLBIDX_EHINV) in dump_tlb()
|