Home
last modified time | relevance | path

Searched refs:slice (Results 2251 - 2275 of 2465) sorted by relevance

1...<<919293949596979899

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c243 * - Each slice is a 2D array of 'blocks'
469 cmd->host.face = st->slice; /* PIPE_TEX_FACE_* and SVGA3D_CUBEFACE_* match */ in SVGA3D_SurfaceDMA()
/third_party/node/lib/
H A D_tls_wrap.js253 const protocol = protocolsBuffer.slice(offset, offset + protocolLen);
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js770 const debugExpr = `debug(${script.slice(0, -2)})`;
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H A Dwasm-module-builder.js610 this.body = body.slice();
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h521 LocationReference GenerateReferenceToItemInHeapSlice(LocationReference slice,
/third_party/python/Lib/re/
H A D_parser.py163 if isinstance(index, slice):
/third_party/python/Lib/
H A Dpathlib.py441 if isinstance(idx, slice):
/third_party/python/Lib/test/
H A Dtest_operator.py441 self.assertEqual(operator.itemgetter(slice(2, 4))(t), ('c', 'd'))
H A Dtest_pydoc.py1224 self.assertEqual(self._get_summary_line(slice.start), "start")
H A Dtest_copy.py105 b"world", bytes(range(256)), range(10), slice(1, 10, 2),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp828 makeArrayRef(AppendingInits).slice(PrefixSize)); in flush()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp182 Bytes = Bytes.slice(HEXAGON_INSTR_SIZE); in getInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1056 Mnemonic = Mnemonic.slice(0, 1); in splitMnemonic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp491 makeArrayRef(FixedOperands).slice(1)); in FoldPHIArgGEPIntoPHI()
/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py475 self.addCleanup(sys.path.__setitem__, slice(None), list(sys.path))
/third_party/python/Parser/
H A Daction_helpers.c337 return _PyAST_Subscript(e->v.Subscript.value, e->v.Subscript.slice, in _set_subscript_context()
/third_party/python/Python/
H A Dast.c364 ret = validate_expr(state, exp->v.Subscript.slice, Load) && in validate_expr()
H A Dceval.c5461 PyObject *start, *stop, *step, *slice; local
5468 slice = PySlice_New(start, stop, step);
5472 SET_TOP(slice);
5473 if (slice == NULL)
7360 /* Extract a slice index from a PyLong or an object with the
7379 "slice indices must be integers or "
7400 "slice indices must be integers or "
H A Dcompile.c5994 VISIT(c, expr, e->v.Subscript.slice); in compiler_augassign()
6081 /* extended slice */ in check_ann_subscr()
6140 !check_ann_subscr(c, targ->v.Subscript.slice))) { in compiler_annassign()
6239 if (!check_index(c, e->v.Subscript.value, e->v.Subscript.slice)) { in compiler_subscript()
6251 VISIT(c, expr, e->v.Subscript.slice); in compiler_subscript()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4052 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Ops.slice(1)); in SimplifyGEPInst()
4117 all_of(Ops.slice(1).drop_back(1), in SimplifyGEPInst()
4147 Ops.slice(1)); in SimplifyGEPInst()
4241 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in SimplifyExtractValueInst()
4242 Idxs.slice(0, NumCommonIdxs)) { in SimplifyExtractValueInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3145 StringRef Head = Name.slice(Start, Next); in tryParseVectorRegister()
3150 Kind = Name.slice(Next, StringRef::npos); in tryParseVectorRegister()
3783 StringRef Head = Name.slice(Start, Next); in ParseInstruction()
3799 Head = Name.slice(Start + 1, Next); in ParseInstruction()
3816 Head = Name.slice(Start, Next); in ParseInstruction()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c1328 /* Region must include full slice */ in copy_buffer_to_image_tfu()
1364 const struct v3d_resource_slice *slice = &image->slices[mip_level]; in copy_buffer_to_image_tfu() local
1400 slice->tiling, in copy_buffer_to_image_tfu()
1401 slice->padded_height, in copy_buffer_to_image_tfu()
3962 /* For blits from 3D images we also need to compute the slice coordinate to in blit_shader()
4182 /* For 3D blits we need to compute the source slice to blit from (the Z in blit_shader()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c2168 for (uint32_t slice = 0; slice < slice_count; slice++) { in dzn_cmd_buffer_blit_region()
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStoreKVPromiseJsTest.js1633 let keys = Object.keys(entries).slice(5);
1687 let keys = Object.keys(entries).slice(5);
/third_party/astc-encoder/Source/
H A Dstb_image.h1247 int slice; in stbi__vertical_flip_slices() local
1251 for (slice = 0; slice < z; ++slice) { in stbi__vertical_flip_slices()

Completed in 91 milliseconds

1...<<919293949596979899