| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | test_inspector_builder.h | 154 /// @param idx index of member 157 std::string StructMemberName(size_t idx, const ast::Type* type);
|
| /third_party/protobuf/objectivec/ |
| H A D | GPBUtilities_PackagePrivate.h | 200 void GPBSetHasIvar(GPBMessage *self, int32_t idx, uint32_t fieldNumber,
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.h | 233 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 D | runtime_interface.h | 1623 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 D | run_test262.py | 268 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 D | f2fs_io.c | 740 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 D | concatdec.c | 199 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 D | ucnv_bld.cpp | 1128 for (int32_t idx = 0; idx < allConverterCount; idx++) { in initAvailableConvertersList()
|
| H A D | utrie2_builder.cpp | 910 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 D | ICUResourceBundle.java | 1518 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 D | gen_loader.c | 456 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 D | ir_reader.cpp | 918 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 D | nir_intrinsics.py | 103 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 D | virgl_screen.c | 550 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 D | utrie2_builder.cpp | 910 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 D | ucnv_bld.cpp | 1128 for (int32_t idx = 0; idx < allConverterCount; idx++) { in initAvailableConvertersList()
|
| /third_party/icu/icu4c/source/io/ |
| H A D | uscanf_p.cpp | 1268 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 D | uscanf_p.cpp | 1268 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 D | SkSLInliner.cpp | 413 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 D | handshake.c | 308 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 D | ucnv_bld.cpp | 1128 for (int32_t idx = 0; idx < allConverterCount; idx++) { in initAvailableConvertersList()
|
| H A D | utrie2_builder.cpp | 910 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 D | cord_rep_btree.cc | 442 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 D | lit.rs | 1143 /// 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 D | mod.rs | 79 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()
|