Home
last modified time | relevance | path

Searched refs:idx (Results 4051 - 4075 of 4248) sorted by relevance

1...<<161162163164165166167168169170

/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c199 unsigned int idx; in opt_found() local
201 for (idx = 0; idx < nbelem; ++idx, pairs++) in opt_found()
/third_party/openssl/apps/
H A Dspeed.c199 unsigned int idx; in opt_found() local
201 for (idx = 0; idx < nbelem; ++idx, pairs++) in opt_found()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp1811 auto idx = shader->GetConstScalarInt(insn.word(i));
1812 value->indexes.push_back(idx);
1814 auto it = node->children.find(idx);
1824 parent->children.emplace(idx, std::move(child));
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp3874 int32_t idx = start; in countDigits() local
3875 while (idx < end) { in countDigits()
3876 UChar32 cp = text.char32At(idx); in countDigits()
3880 idx += U16_LENGTH(cp); in countDigits()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp1204 for (int idx = 0; idx < cellsUsed; idx++)
1206 const CellContents& cell (cellContents[idx]);
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py2427 for idx, (sType, sVerSuffix, sExtSuffix, extStruct, extLine, extName, specVer) in enumerate(dfDefs):
2449 "{{ return FeatureDesc{{{1}, {2}, {3}, {4}}}; }}".format(extStruct, sTypeName, extensionNameDefinition, specVer, len(dfDefs)-idx))
2655 for idx, (sType, sVerSuffix, sExtSuffix, extStruct, extLine, extName, specVer) in enumerate(dpDefs):
2667 "{{ return PropertyDesc{{{1}, {2}, {3}, {4}}}; }}".format(extStruct, sTypeName, extensionNameDefinition, specVer, len(dpDefs)-idx))
H A Dohos_gen_framework.py2433 for idx, (sType, sVerSuffix, sExtSuffix, extStruct, extName, extNameDef, specVersionDef) in enumerate(dfDefs):
2441 "{{ return FeatureDesc{{{1}, {2}, {3}, {4}}}; }}".format(extStruct, sTypeName, extensionNameDefinition, specVersionDef, len(dfDefs)-idx))
2645 for idx, (sType, sVerSuffix, sExtSuffix, extStruct, extName, extNameDef, specVersionDef) in enumerate(dpDefs):
2653 "{{ return PropertyDesc{{{1}, {2}, {3}, {4}}}; }}".format(extStruct, sTypeName, extensionNameDefinition, specVersionDef, len(dpDefs)-idx))
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c992 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len, in nl80211_find_drv() argument
1002 res = wpa_driver_nl80211_own_ifindex(drv, idx, buf, len); in nl80211_find_drv()
1010 if (res > 0 || have_ifidx(drv, idx, IFIDX_ANY)) in nl80211_find_drv()
6198 int idx, u8 *seq) in i802_get_seqnum()
6208 nla_put_u8(msg, NL80211_ATTR_KEY_IDX, idx)) { in i802_get_seqnum()
7096 unsigned int idx; in nl80211_vif_addr() local
7102 for (idx = 0; idx < 64; idx++) { in nl80211_vif_addr()
7104 new_addr[0] ^= idx << in nl80211_vif_addr()
6197 i802_get_seqnum(const char *iface, void *priv, const u8 *addr, int idx, u8 *seq) i802_get_seqnum() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c1237 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len, in nl80211_find_drv() argument
1247 res = wpa_driver_nl80211_own_ifindex(drv, idx, buf, len); in nl80211_find_drv()
1255 if (res > 0 || have_ifidx(drv, idx, IFIDX_ANY)) in nl80211_find_drv()
7256 int idx, u8 *seq)
7266 nla_put_u8(msg, NL80211_ATTR_KEY_IDX, idx)) {
8178 unsigned int idx; local
8184 for (idx = 0; idx < 64; idx++) {
8186 new_addr[0] ^= idx <<
7255 i802_get_seqnum(const char *iface, void *priv, const u8 *addr, int idx, u8 *seq) global() argument
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c10332 ** Parameter "idx" identifies the specific loop to retrieve statistics for.
10333 ** Loops are numbered starting from zero. ^If idx is out of range - less than
10347 int idx, /* Index of loop to report on */
11168 ** &nbsp; CREATE TABLE sqlite_stat1(tbl,idx,stat)
11172 ** recorded for it as if the PRIMARY KEY is (tbl,idx). Additionally, changes
11173 ** are recorded for rows for which (idx IS NULL) is true. However, for such
15552 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
15553 SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
15563 ** offset = 36 + (idx * 4)
18541 ** CREATE INDEX idx O
18557 int idx; /* Index in some Table.aCol[] of a column named zName */ global() member
30161 int idx; /* A general purpose loop counter */ sqlite3_str_vappendf() local
64505 int idx; /* Value to write to hash-table slot */ global() local
74269 int lwr, upr, idx, c; global() local
74361 indexCellCompare( BtCursor *pCur, int idx, UnpackedRecord *pIdxKey, RecordCompare xRecordCompare ) global() argument
74513 int lwr, upr, idx, c; global() local
74701 int idx; global() local
74816 int idx = pCur->ix; global() local
75629 dropCell(MemPage *pPage, int idx, int sz, int *pRC) global() argument
75696 int idx = 0; /* Where to write new cell content in data[] */ global() local
75876 populateCellCache(CellArray *p, int idx, int N) global() argument
77637 int idx; global() local
78654 sqlite3BtreeGetMeta(Btree *p, int idx, u32 *pMeta) global() argument
78684 sqlite3BtreeUpdateMeta(Btree *p, int idx, u32 iMeta) global() argument
85267 sqlite3VdbeSetColName( Vdbe *p, int idx, int var, const char *zName, void (*xDel)(void*) ) global() argument
86604 u32 idx; /* Offset in aKey[] to read from */ global() local
86769 u32 idx; global() local
90009 sqlite3_stmt_scanstatus( sqlite3_stmt *pStmt, int idx, int iScanStatusOp, void *pOut ) global() argument
90152 int idx = 0; /* Index of a host parameter */ global() local
92695 u32 idx; global() local
120657 sqliteViewResetAll(sqlite3 *db, int idx) global() argument
154759 int idx; global() local
156274 int idx; global() local
168469 int idx; global() local
206234 unsigned int idx; /* Which segment within the side */ global() member
223269 int idx; global() local
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp14306 const auto idx = array_index<BasicJsonType>(reference_token);
14307 if (idx >= ptr->size())
14313 ptr = &ptr->operator[](idx);
21104 reference at(size_type idx)
21111 return set_parent(m_value.array->at(idx));
21116 JSON_THROW(out_of_range::create(401, detail::concat("array index ", std::to_string(idx), " is out of range"), this));
21127 const_reference at(size_type idx) const
21134 return m_value.array->at(idx);
21139 JSON_THROW(out_of_range::create(401, detail::concat("array index ", std::to_string(idx), " is out of range"), this));
21226 reference operator[](size_type idx)
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp2955 auto idx = std::distance(ctor->cc_.begin(), regInput); in VisitLiveIn() local
2956 auto n = ctor->func_->arg_begin() + idx; in VisitLiveIn()
3033 size_t idx = std::distance(ctor->cc_.begin(), regInput); in VisitLiveOut() local
3034 ASSERT(ctor->ccValues_[idx] == nullptr); in VisitLiveOut()
3037 ASSERT(ctor->GetGraph()->GetArch() == Arch::AARCH64 || idx + 1 != ctor->cc_.size()); in VisitLiveOut()
3039 ctor->ccValues_[idx] = value; in VisitLiveOut()
4856 auto idx = 0; in BuildIr() local
4859 name << "a" << idx++; in BuildIr() local
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp8810 int32_t idx = 0; in verifyFieldPositionIterator() local
8813 if (expected[idx].spos == -1) { in verifyFieldPositionIterator()
8817 assertEquals("id", expected[idx].id, fp.getField()); in verifyFieldPositionIterator()
8818 assertEquals("start", expected[idx].spos, fp.getBeginIndex()); in verifyFieldPositionIterator()
8819 assertEquals("end", expected[idx].epos, fp.getEndIndex()); in verifyFieldPositionIterator()
8820 ++idx; in verifyFieldPositionIterator()
8822 if (expected[idx].spos != -1) { in verifyFieldPositionIterator()
8823 errln("Premature end of iterator. expected %d", expected[idx].id); in verifyFieldPositionIterator()
H A Dregextst.cpp3306 int32_t idx = 0; in set() local
3310 idx = idx*10 + d; in set()
3312 while (vec.size()<idx+1) {vec.addElement(-1, status);} in set()
3313 vec.setElementAt(val, idx); in set()
3316 static void setInt(UVector &vec, int32_t val, int32_t idx) { in setInt() argument
3318 while (vec.size()<idx+1) {vec.addElement(-1, status);} in setInt()
3319 vec.setElementAt(val, idx); in setInt()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dregion.h232 ARK_INLINE void Consume(size_t idx, uintptr_t updateAddress, uint32_t mask);
/third_party/elfutils/libdw/
H A DlibdwP.h1334 int __libdw_addrx (Dwarf_CU *cu, Dwarf_Word idx, Dwarf_Addr *addr);
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_enc.c154 uint32_t idx, void *userdata) in pulse_event()
153 pulse_event(pa_context *ctx, pa_subscription_event_type_t t, uint32_t idx, void *userdata) pulse_event() argument
/third_party/libbpf/src/
H A Dlibbpf.h1273 * @param idx An index into the ringbuffers contained within the ringbuffer
1280 unsigned int idx);
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h310 LLVMValueRef ac_build_ddxy(struct ac_llvm_context *ctx, uint32_t mask, int idx, LLVMValueRef val);
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c496 _mesa_string_buffer_printf(d->buf, ", %d", extr->idx); in dump_instr_extractval()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_private.h1016 uint32_t idx;
/third_party/openssl/test/
H A Dtestutil.h54 * Simple parameterized tests. Calls test_function(idx) for each 0 <= idx < num.
228 void add_all_tests(const char *test_case_name, int (*test_fn)(int idx), int num,
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c3751 uint32_t idx = firstSet + i; in dzn_CmdBindDescriptorSets() local
3754 if (desc_state->sets[idx].set != set) { in dzn_CmdBindDescriptorSets()
3755 desc_state->sets[idx].set = set; in dzn_CmdBindDescriptorSets()
3759 uint32_t dynamic_buffer_count = playout->sets[idx].dynamic_buffer_count; in dzn_CmdBindDescriptorSets()
3764 desc_state->sets[idx].dynamic_offsets[j] = pDynamicOffsets[j]; in dzn_CmdBindDescriptorSets()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc3396 for (int idx = 0; idx < num_regs; idx++) { in ComputeStateFromManyPredecessors()
3397 int uses = val.second.used_registers[idx]; in ComputeStateFromManyPredecessors()
3400 reg = idx; in ComputeStateFromManyPredecessors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp3476 for (size_t idx = 0u; idx < quadColors.size(); ++idx) in iterate()
3478 const auto& rectColor = quadColors.at(idx); in iterate()
3481 if (idx % 2u == 0u) in iterate()

Completed in 261 milliseconds

1...<<161162163164165166167168169170