Home
last modified time | relevance | path

Searched refs:idx (Results 3701 - 3725 of 4248) sorted by relevance

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

/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.h154 /// @param idx index of member
157 std::string StructMemberName(size_t idx, const ast::Type* type);
/third_party/protobuf/objectivec/
H A DGPBUtilities_PackagePrivate.h200 void GPBSetHasIvar(GPBMessage *self, int32_t idx, uint32_t fieldNumber,
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h233 static inline JSTaggedValue RuntimeLdObjByIndex(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t idx,
235 static inline JSTaggedValue RuntimeStObjByIndex(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t idx,
238 const JSHandle<JSTaggedValue> &idx,
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h1623 auto idx = static_cast<uint8_t>(deoptType); in DeoptimizeTypeToString() local
1624 ASSERT(idx < DEOPT_COUNT); in DeoptimizeTypeToString()
1625 return DEOPT_TYPE_NAMES[idx]; in DeoptimizeTypeToString()
/arkcompiler/ets_frontend/test262/
H A Drun_test262.py268 idx = file.rfind(src_dir)
269 if idx == -1:
272 fpath, fname = os.path.split(file[idx:])
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c740 u64 idx, end_idx, aligned_size; in do_randread() local
780 idx = rand() % end_idx; in do_randread()
782 ret = pread(fd, buf, buf_size, 4096 * idx); in do_randread()
/third_party/ffmpeg/libavformat/
H A Dconcatdec.c199 static int detect_stream_specific(AVFormatContext *avf, int idx) in detect_stream_specific() argument
202 AVStream *st = cat->avf->streams[idx]; in detect_stream_specific()
203 ConcatStream *cs = &cat->cur_file->streams[idx]; in detect_stream_specific()
/third_party/icu/icu4c/source/common/
H A Ducnv_bld.cpp1128 for (int32_t idx = 0; idx < allConverterCount; idx++) { in initAvailableConvertersList()
H A Dutrie2_builder.cpp910 findSameIndex2Block(const int32_t *idx, int32_t index2Length, int32_t otherBlock) { in findSameIndex2Block() argument
917 if(equal_int32(idx+block, idx+otherBlock, UTRIE2_INDEX_2_BLOCK_LENGTH)) { in findSameIndex2Block()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundle.java1518 int idx = bundleName.indexOf(HYPHEN); in getAliasedResource()
1519 if(idx>-1){ in getAliasedResource()
1520 bundleName = ICUData.ICU_BASE_NAME+RES_PATH_SEP_STR+bundleName.substring(idx+1,bundleName.length()); in getAliasedResource()
/third_party/libbpf/src/
H A Dgen_loader.c456 int map_create_attr, idx; in bpf_gen__map_create() local
473 pr_debug("gen: map_create: %s idx %d type %d value_type_id %d\n", in bpf_gen__map_create()
500 debug_ret(gen, "map_create %s idx %d type %d value_size %d value_btf_id %d", in bpf_gen__map_create()
517 idx = add_map_fd(gen); in bpf_gen__map_create()
519 0, 0, 0, blob_fd_array_off(gen, idx))); in bpf_gen__map_create()
1043 pr_debug("gen: map_update_elem: idx %d\n", map_idx); in bpf_gen__map_update_elem()
1077 debug_ret(gen, "update_elem idx %d value_size %d", map_idx, value_size); in bpf_gen__map_update_elem()
1115 pr_debug("gen: map_freeze: idx %d\n", map_idx); in bpf_gen__map_freeze()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_reader.cpp918 ir_rvalue *idx = read_rvalue(s_index); in read_dereference() local
919 if (idx == NULL) { in read_dereference()
923 return new(mem_ctx) ir_dereference_array(subject, idx); in read_dereference()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py103 idx = Index(c_data_type, name)
104 INTR_INDICES.append(idx)
105 globals()[name.upper()] = idx
674 # corresponding to tuple (set, binding, idx + src1).
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.c550 unsigned idx = val / 32; in has_format_bit() local
552 assert(idx < ARRAY_SIZE(mask->bitmask)); in has_format_bit()
553 return (mask->bitmask[idx] & (1u << bit)) != 0; in has_format_bit()
/third_party/node/deps/icu-small/source/common/
H A Dutrie2_builder.cpp910 findSameIndex2Block(const int32_t *idx, int32_t index2Length, int32_t otherBlock) { in findSameIndex2Block() argument
917 if(equal_int32(idx+block, idx+otherBlock, UTRIE2_INDEX_2_BLOCK_LENGTH)) { in findSameIndex2Block()
H A Ducnv_bld.cpp1128 for (int32_t idx = 0; idx < allConverterCount; idx++) { in initAvailableConvertersList()
/third_party/icu/icu4c/source/io/
H A Duscanf_p.cpp1268 int32_t idx = 0; in u_scanf_scanset_handler() local
1271 U16_APPEND(alias, idx, chLeft, c, isError); in u_scanf_scanset_handler()
1275 alias += idx; in u_scanf_scanset_handler()
/third_party/skia/third_party/externals/icu/source/io/
H A Duscanf_p.cpp1268 int32_t idx = 0; in u_scanf_scanset_handler() local
1271 U16_APPEND(alias, idx, chLeft, c, isError); in u_scanf_scanset_handler()
1275 alias += idx; in u_scanf_scanset_handler()
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp413 const IndexExpression& idx = expression.as<IndexExpression>(); in inlineExpression() local
414 return IndexExpression::Make(*fContext, expr(idx.base()), expr(idx.index())); in inlineExpression()
/third_party/openssl/test/helpers/
H A Dhandshake.c308 int idx = SSL_get_ex_data_X509_STORE_CTX_idx(); in verify_retry_cb() local
312 if (idx < 0 in verify_retry_cb()
313 || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL) in verify_retry_cb()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_bld.cpp1128 for (int32_t idx = 0; idx < allConverterCount; idx++) { in initAvailableConvertersList()
H A Dutrie2_builder.cpp910 findSameIndex2Block(const int32_t *idx, int32_t index2Length, int32_t otherBlock) { in findSameIndex2Block() argument
917 if(equal_int32(idx+block, idx+otherBlock, UTRIE2_INDEX_2_BLOCK_LENGTH)) { in findSameIndex2Block()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc442 const size_t idx = index(edge_type); in SetEdge() local
445 CordRep::Unref(edges_[idx]); in SetEdge()
457 result.tree->edges_[idx] = edge; in SetEdge()
/third_party/rust/crates/syn/src/
H A Dlit.rs1143 /// Get the byte at offset idx, or a default of `b'\0'` if we're looking
1145 pub(crate) fn byte<S: AsRef<[u8]> + ?Sized>(s: &S, idx: usize) -> u8 {
1147 if idx < s.len() {
1148 s[idx]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs79 unsafe { cvt_n(ffi::SSL_get_ex_data_X509_STORE_CTX_idx()).map(|idx| Index::from_raw(idx)) } in ssl_idx()
2510 pub fn from_idx(idx: c_int) -> Result<&'static X509PurposeRef, ErrorStack> { in from_idx()
2512 let ptr = cvt_p(ffi::X509_PURPOSE_get0(idx))?; in from_idx()

Completed in 54 milliseconds

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