Home
last modified time | relevance | path

Searched refs:idx (Results 3601 - 3625 of 4248) sorted by relevance

1...<<141142143144145146147148149150>>...170

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_1x.c146 int idx, int broadcast, in ieee802_1x_tx_key_one()
190 key->key_index = idx | (broadcast ? 0 : BIT(7)); in ieee802_1x_tx_key_one()
234 broadcast ? "broadcast" : "unicast", idx); in ieee802_1x_tx_key_one()
2629 int idx) in ieee802_1x_get_radius_class()
2632 idx >= (int) sm->radius_class.count) in ieee802_1x_get_radius_class()
2635 *len = sm->radius_class.attr[idx].len; in ieee802_1x_get_radius_class()
2636 return sm->radius_class.attr[idx].data; in ieee802_1x_get_radius_class()
144 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) ieee802_1x_tx_key_one() argument
2628 ieee802_1x_get_radius_class(struct eapol_state_machine *sm, size_t *len, int idx) ieee802_1x_get_radius_class() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_table_test.cpp221 int idx = 1; local
224 ASSERT_EQ(row.Get(i), idx++);
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp346 auto idx = user.GetInst()->CastToLoadPairPart()->GetSrcRegIndex(); local
347 UpdateLocation(Location::MakeRegister(inst->GetDstReg(idx), type), type, instId);
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp322 ClassIdxIterator(const File &file, const Span<const uint32_t> &span, size_t idx) in ClassIdxIterator() argument
323 : file_(file), span_(span), idx_(idx) in ClassIdxIterator()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp380 auto writeU64 = [&ehFrame](uint32_t idx, uint64_t data) { in CreateDebuggerElf()
382 ehFrame[idx + i] = (data >> (8 * i)) & 0xff; in CreateDebuggerElf()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp502 GStrIdx idx = GetSrcFileInfo()[0].first; in GetFileNameAsPostfix() local
503 const std::string kStr = GlobalTables::GetStrTable().GetStringFromStrIdx(idx); in GetFileNameAsPostfix()
/third_party/ffmpeg/libavcodec/
H A Dinterplayacm.c113 #define set_pos(s, r, c, idx) do { \
115 s->block[pos] = s->midbuf[(idx)]; \
H A Dsipr.c143 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() argument
150 memcpy(out + stride*i, cbs[i] + stride*idx[i], stride*sizeof(float)); in dequant()
/third_party/f2fs-tools/fsck/
H A Df2fs.h644 int dir_level, unsigned int idx) in dir_block_index()
651 bidx += idx * bucket_blocks(level); in dir_block_index()
643 dir_block_index(unsigned int level, int dir_level, unsigned int idx) dir_block_index() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIslamicCalendar.java758 int idx = (extendedYear - UMALQURA_YEAR_START); // calculate year offset into bit map array in handleGetMonthLength()
760 if((UMALQURA_MONTHLENGTH[idx] & mask) == 0 ) { in handleGetMonthLength()
/third_party/icu/icu4c/source/common/
H A Ducptrie.cpp210 int32_t idx = _UCPTRIE_CP_INDEX(trie, 0xffff, c); in ucptrie_internalU8PrevIndex() local
211 return (idx << 3) | i; in ucptrie_internalU8PrevIndex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIslamicCalendar.java734 int idx = (extendedYear - UMALQURA_YEAR_START); // calculate year offset into bit map array in handleGetMonthLength()
736 if((UMALQURA_MONTHLENGTH[idx] & mask) == 0 ) { in handleGetMonthLength()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h231 int idx; /**< Which client desired? */ member
369 int idx; /**< Index into the master buffer list */ member
/third_party/libdrm/include/drm/
H A Ddrm.h231 int idx; /**< Which client desired? */ member
369 int idx; /**< Index into the master buffer list */ member
/third_party/jinja2/
H A Dlexer.py756 for idx, token in enumerate(tokens):
776 data = groups[idx]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c81 unsigned idx = state->pipeline_layout->set[desc_set].dynamic_offset_start + in visit_vulkan_resource_index() local
84 offset = state->pipeline_layout->push_constant_size + idx * 16; in visit_vulkan_resource_index()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H A Dminimal-secure-streams.c163 int idx = 0; in main() local
192 printf("\t.length = %d,\n", idx++); // md->length); in main()
/third_party/node/deps/v8/third_party/jinja2/
H A Dext.py613 for idx, (token_lineno, _, _) in enumerate(self.tokens[self.offset :]):
615 return self.find_backwards(self.offset + idx)
H A Dfilters.py486 for idx, item in enumerate(value):
490 value[idx] = text_type(item)
H A Dlexer.py741 for idx, token in enumerate(tokens):
762 data = groups[idx]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dfilters.py412 for idx, item in enumerate(value):
416 value[idx] = text_type(item)
H A Dext.py536 for idx, (token_lineno, _, _) in enumerate(self.tokens[self.offset:]):
538 return self.find_backwards(self.offset + idx)
H A Dlexer.py643 for idx, token in enumerate(tokens):
663 data = m.group(idx + 1)
/third_party/node/deps/icu-small/source/common/
H A Ducptrie.cpp210 int32_t idx = _UCPTRIE_CP_INDEX(trie, 0xffff, c); in ucptrie_internalU8PrevIndex() local
211 return (idx << 3) | i; in ucptrie_internalU8PrevIndex()
/third_party/mesa3d/src/mesa/main/
H A Dglthread_marshal.h562 is_matrix_stack_full(struct gl_context *ctx, gl_matrix_index idx) in is_matrix_stack_full() argument
576 if (ctx->GLThread.MatrixStackDepth[idx] + 1 >= max_stack_depth) in is_matrix_stack_full()

Completed in 36 milliseconds

1...<<141142143144145146147148149150>>...170