/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | jsval_layout_opaque_1_0.hpp | 297 js::gc::Cell* cell; member 346 js::gc::Cell* cell; member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStencilTests.cpp | 208 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 D | es2fStencilTests.cpp | 205 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 D | access-info.cc | 535 Handle<Cell> cell = broker->CanonicalPersistentHandle( in AccessorAccessInfoHelper() local 152 ModuleExport(Zone* zone, MapRef receiver_map, CellRef cell) ModuleExport() argument
|
H A D | compilation-dependencies.cc | 797 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 D | js-heap-broker.cc | 277 GlobalAccessFeedback::GlobalAccessFeedback(PropertyCellRef cell, in GlobalAccessFeedback() argument
|
H A D | heap-refs.cc | 226 auto cell = Handle<PropertyCell>::cast(object()); in Cache() local
|
H A D | js-native-context-specialization.cc | 1099 base::Optional<PropertyCellRef> cell = ReduceNamedAccess() local 2302 Node* cell = jsgraph()->Constant(access_info.constant().value().AsCell()); BuildPropertyLoad() local [all...] |
H A D | js-typed-lowering.cc | 1471 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 D | lookup.cc | 523 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 D | map.cc | 2263 Handle<Cell> cell in GetOrCreatePrototypeChainValidityCell() local 2274 Cell cell = Cell::cast(maybe_cell); IsPrototypeChainInvalidated() local [all...] |
H A D | feedback-vector.cc | 239 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 D | vktDrawShaderLayerTests.cpp | 583 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 D | vktDrawShaderViewportIndexTests.cpp | 439 const UVec4& cell = cells[i]; in generateReferenceImage() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawShaderLayerTests.cpp | 579 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 D | vktDrawShaderViewportIndexTests.cpp | 439 const UVec4& cell = cells[i]; in generateReferenceImage() local
|
/third_party/python/Objects/ |
H A D | frameobject.c | 1254 PyObject *cell = NULL; in _PyFrame_LocalsToFast() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 233 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 D | roqvideoenc.c | 164 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 D | builtins-internal-gen.cc | 139 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 D | interpreter-generator.cc | 784 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 D | ftgrays.c | 496 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 D | bltinmodule.c | 95 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 D | ubidi.cpp | 1862 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 D | ubidi.cpp | 1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local 2133 uint8_t gprop, resProp, cell; resolveImplicitLevels() local [all...] |