Home
last modified time | relevance | path

Searched defs:cell (Results 26 - 50 of 65) sorted by relevance

123

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Djsval_layout_opaque_1_0.hpp297 js::gc::Cell* cell; member
346 js::gc::Cell* cell; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fStencilTests.cpp208 void StencilCase::executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops) in executeOps() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fStencilTests.cpp205 void StencilCase::executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops) in executeOps() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc535 Handle<Cell> cell = broker->CanonicalPersistentHandle( in AccessorAccessInfoHelper() local
152 ModuleExport(Zone* zone, MapRef receiver_map, CellRef cell) ModuleExport() argument
H A Dcompilation-dependencies.cc797 GlobalPropertyDependency(const PropertyCellRef& cell, PropertyCellType type, in GlobalPropertyDependency() argument
808 Handle<PropertyCell> cell = cell_.object(); variable
841 explicit ProtectorDependency(const PropertyCellRef& cell) in ProtectorDependency() argument
845 Handle<PropertyCell> cell variable
1090 DependOnGlobalProperty( const PropertyCellRef& cell) DependOnGlobalProperty() argument
1097 DependOnProtector(const PropertyCellRef& cell) DependOnProtector() argument
[all...]
H A Djs-heap-broker.cc277 GlobalAccessFeedback::GlobalAccessFeedback(PropertyCellRef cell, in GlobalAccessFeedback() argument
H A Dheap-refs.cc226 auto cell = Handle<PropertyCell>::cast(object()); in Cache() local
H A Djs-native-context-specialization.cc1099 base::Optional<PropertyCellRef> cell = ReduceNamedAccess() local
2302 Node* cell = jsgraph()->Constant(access_info.constant().value().AsCell()); BuildPropertyLoad() local
[all...]
H A Djs-typed-lowering.cc1471 Node* cell = BuildGetModuleCell(node); in ReduceJSLoadModule() local
1490 Node* cell = BuildGetModuleCell(node); in ReduceJSStoreModule() local
1712 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(target->op())); in ReduceJSCall() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dlookup.cc523 Handle<PropertyCell> cell = PropertyCell::PrepareForAndSetValue( in ReconfigureDataProperty() local
1107 PropertyCell cell = dictionary.CellAt(isolate_, dictionary_entry()); WriteDataValue() local
1588 base::Optional<PropertyCell> cell = TryGetPropertyCell() local
[all...]
H A Dmap.cc2263 Handle<Cell> cell in GetOrCreatePrototypeChainValidityCell() local
2274 Cell cell = Cell::cast(maybe_cell); IsPrototypeChainInvalidated() local
[all...]
H A Dfeedback-vector.cc239 Handle<FeedbackCell> cell = in New() local
843 void FeedbackNexus::ConfigurePropertyCellMode(Handle<PropertyCell> cell) { in ConfigurePropertyCellMode() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp583 Vec4 cell = grid[i/6].asFloat() * 2.0f; in generateVertices() local
352 generateReferenceImage(const tcu::TextureFormat format, const UVec2& renderSize, const Vec4& clearColor, const UVec4& cell, const Vec4& cellColor) generateReferenceImage() argument
[all...]
H A DvktDrawShaderViewportIndexTests.cpp439 const UVec4& cell = cells[i]; in generateReferenceImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp579 Vec4 cell = grid[i/6].asFloat() * 2.0f; in generateVertices() local
352 generateReferenceImage(const tcu::TextureFormat format, const UVec2& renderSize, const Vec4& clearColor, const UVec4& cell, const Vec4& cellColor) generateReferenceImage() argument
[all...]
H A DvktDrawShaderViewportIndexTests.cpp439 const UVec4& cell = cells[i]; in generateReferenceImage() local
/third_party/python/Objects/
H A Dframeobject.c1254 PyObject *cell = NULL; in _PyFrame_LocalsToFast() local
/third_party/ffmpeg/libavcodec/
H A Dindeo3.c233 static int copy_cell(Indeo3DecodeContext *ctx, Plane *plane, Cell *cell) in copy_cell() argument
427 decode_cell_data(Indeo3DecodeContext *ctx, Cell *cell, uint8_t *block, uint8_t *ref_block, ptrdiff_t row_offset, int h_zoom, int v_zoom, int mode, const vqEntry *delta[2], int swap_quads[2], const uint8_t **data_ptr, const uint8_t *last_ptr) decode_cell_data() argument
583 decode_cell(Indeo3DecodeContext *ctx, AVCodecContext *avctx, Plane *plane, Cell *cell, const uint8_t *data_ptr, const uint8_t *last_ptr) decode_cell() argument
[all...]
H A Droqvideoenc.c164 static void unpack_roq_cell(roq_cell *cell, uint8_t u[4*3]) in unpack_roq_cell() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-internal-gen.cc139 TNode<IntPtrT> cell; in IsWhite() local
148 void GetMarkBit(TNode<IntPtrT> object, TNode<IntPtrT>* cell, in GetMarkBit() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc784 TNode<Cell> cell = in IGNITION_HANDLER() local
796 TNode<Cell> cell = in IGNITION_HANDLER() local
829 TNode<HeapObject> cell = in IGNITION_HANDLER() local
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c496 PCell cell; /* current cell */ member
552 PCell cell = ras.ycells[y - ras.min_ey]; gray_dump_cells() local
593 PCell cell; gray_set_cell() local
1486 PCell cell = ras.ycells[y - ras.min_ey]; gray_sweep() local
1539 PCell cell = ras.ycells[y - ras.min_ey]; gray_sweep_direct() local
[all...]
/third_party/python/Python/
H A Dbltinmodule.c95 PyObject *cls = NULL, *cell = NULL, *ns = NULL, *meta = NULL, *orig_bases = NULL; in builtin___build_class__() local
1057 PyObject *cell = PyTuple_GET_ITEM(closure, i); in builtin_exec_impl() local
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local
2133 uint8_t gprop, resProp, cell; resolveImplicitLevels() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local
2133 uint8_t gprop, resProp, cell; resolveImplicitLevels() local
[all...]

Completed in 54 milliseconds

123