Home
last modified time | relevance | path

Searched defs:map (Results 801 - 825 of 1195) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c1015 struct anv_pipeline_bind_map *map; in emit_cb_state() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c529 static void hd_map_init(nghttp2_hd_map *map) { in hd_map_init() argument
533 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert() argument
548 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() argument
577 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() argument
1100 add_hd_table_incremental(nghttp2_hd_context *context, nghttp2_hd_nv *nv, nghttp2_hd_map *map, uint32_t hash) add_hd_table_incremental() argument
1196 search_hd_table(nghttp2_hd_context *context, const nghttp2_nv *nv, int32_t token, int indexing_mode, nghttp2_hd_map *map, uint32_t hash) search_hd_table() argument
1223 hd_context_shrink_table_size(nghttp2_hd_context *context, nghttp2_hd_map *map) hd_context_shrink_table_size() argument
[all...]
H A Dnghttp2_hd.h222 nghttp2_hd_map map; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer.h178 void *(*map)(struct vn_renderer *renderer, struct vn_renderer_bo *bo); member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c482 uint8_t *map; in llvmpipe_resource_map() local
684 ubyte *map; in llvmpipe_transfer_map_ms() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c217 nouveau_vp3_fill_picparm_mpeg12_vp(struct nouveau_vp3_decoder *dec, struct pipe_mpeg12_picture_desc *desc, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) nouveau_vp3_fill_picparm_mpeg12_vp() argument
266 nouveau_vp3_fill_picparm_mpeg4_vp(struct nouveau_vp3_decoder *dec, struct pipe_mpeg4_picture_desc *desc, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) nouveau_vp3_fill_picparm_mpeg4_vp() argument
313 nouveau_vp3_fill_picparm_h264_vp(struct nouveau_vp3_decoder *dec, const struct pipe_h264_picture_desc *d, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) nouveau_vp3_fill_picparm_h264_vp() argument
400 nouveau_vp3_fill_picparm_h264_vp_refs(struct nouveau_vp3_decoder *dec, struct pipe_h264_picture_desc *d, struct nouveau_vp3_video_buffer *refs[16], struct nouveau_vp3_video_buffer *target, char *map) nouveau_vp3_fill_picparm_h264_vp_refs() argument
425 nouveau_vp3_fill_picparm_vc1_vp(struct nouveau_vp3_decoder *dec, struct pipe_vc1_picture_desc *d, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) nouveau_vp3_fill_picparm_vc1_vp() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp357 UnicodeString s, map, mapnot; in TestGetUnicodeSet() local
/third_party/libevdev/libevdev/
H A Dlibevdev.c733 const unsigned int map[] = {BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, in terminate_slots() local
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c68 void *map = mmap(start, length, prot, flags, fd, offset); in checked_mmap() local
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c189 void *map = mmap(start, length, prot, flags, fd, offset); in checked_mmap() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c68 void *map = mmap(start, length, prot, flags, fd, offset); in checked_mmap() local
/third_party/libinput/test/
H A Dtest-touchpad.c3696 unsigned int map[] = {0, BTN_TOOL_PEN, BTN_TOOL_DOUBLETAP, in START_TEST() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.h263 struct type_expression *map; member
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc31 bool CanInlinePropertyAccess(MapRef map, AccessMode access_mode) { in CanInlinePropertyAccess() argument
368 ComputeElementAccessInfo( MapRef map, AccessMode access_mode) const ComputeElementAccessInfo() argument
410 ComputeDataFieldAccessInfo( MapRef receiver_map, MapRef map, NameRef name, base::Optional<JSObjectRef> holder, InternalIndex descriptor, AccessMode access_mode) const ComputeDataFieldAccessInfo() argument
523 AccessorAccessInfoHelper( Isolate* isolate, Zone* zone, JSHeapBroker* broker, const AccessInfoFactory* ai_factory, MapRef receiver_map, NameRef name, MapRef map, base::Optional<JSObjectRef> holder, AccessMode access_mode, AccessorsObjectGetter get_accessors) AccessorAccessInfoHelper() argument
668 TryLoadPropertyDetails( MapRef map, base::Optional<JSObjectRef> maybe_holder, NameRef name, InternalIndex* index_out, PropertyDetails* details_out) const TryLoadPropertyDetails() argument
711 ComputePropertyAccessInfo( MapRef map, NameRef name, AccessMode access_mode) const ComputePropertyAccessInfo() argument
1027 base::Optional<MapRef> map = TryMakeRef(broker(), map_handle); ConsolidateElementLoad() local
1044 LookupSpecialFieldAccessor( MapRef map, NameRef name) const LookupSpecialFieldAccessor() argument
1086 LookupTransition( MapRef map, NameRef name, base::Optional<JSObjectRef> holder, PropertyAttributes attrs) const LookupTransition() argument
[all...]
H A Daccess-builder.cc108 ForJSObjectInObjectProperty( const MapRef& map, int index, MachineType machine_type) ForJSObjectInObjectProperty() argument
H A Dcompilation-dependencies.cc266 explicit StableMapDependency(const MapRef& map) in StableMapDependency() argument
316 Handle<Map> map = receiver_map_.object(); variable
431 OwnConstantDataPropertyDependency(JSHeapBroker* broker, const JSObjectRef& holder, const MapRef& map, Representation representation, FieldIndex index, const ObjectRef& value) OwnConstantDataPropertyDependency() argument
595 TransitionDependency(const MapRef& map) TransitionDependency() argument
655 FieldRepresentationDependency(const MapRef& map, InternalIndex descriptor, Representation representation) FieldRepresentationDependency() argument
708 FieldTypeDependency(const MapRef& map, InternalIndex descriptor, const ObjectRef& type) FieldTypeDependency() argument
753 FieldConstnessDependency(const MapRef& map, InternalIndex descriptor) FieldConstnessDependency() argument
1035 MapRef map = function.initial_map(this); DependOnInitialMap() local
1048 DependOnStableMap(const MapRef& map) DependOnStableMap() argument
1069 DependOnFieldConstness( const MapRef& map, InternalIndex descriptor) DependOnFieldConstness() argument
1162 DependOnOwnConstantDataProperty( const JSObjectRef& holder, const MapRef& map, Representation representation, FieldIndex index, const ObjectRef& value) DependOnOwnConstantDataProperty() argument
1275 DependOnStablePrototypeChain(CompilationDependencies* deps, MapRef map, base::Optional<JSObjectRef> last_prototype) DependOnStablePrototypeChain() argument
1365 FieldRepresentationDependencyOffTheRecord( const MapRef& map, InternalIndex descriptor, Representation representation) const FieldRepresentationDependencyOffTheRecord() argument
1373 FieldTypeDependencyOffTheRecord( const MapRef& map, InternalIndex descriptor, const ObjectRef& type) const FieldTypeDependencyOffTheRecord() argument
[all...]
H A Descape-analysis.cc746 Node* map; in ReduceNode() local
H A Dsimplified-operator.h77 MaybeHandle<Map> map; // map of the field value (if known). member
[all...]
H A Dgraph-assembler.cc244 Node* map = WordXor(map_word, IntPtrConstant(Internals::kMapWordXorMask)); in UnpackMapWord() local
248 Node* GraphAssembler::PackMapWord(TNode<Map> map) { in PackMapWord() argument
H A Dtypes.cc141 Type::bitset BitsetType::Lub(const MapRefLike& map) { in Lub() argument
[all...]
H A Dload-elimination.cc273 AliasStateInfo(const AbstractState* state, Node* object, Handle<Map> map) in AliasStateInfo() argument
689 Handle<Map> map; in MayAlias() local
[all...]
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h169 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument
161 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance distance) JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h161 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument
152 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h159 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType() argument
150 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc118 auto map = JSFunction::GetDerivedMap(isolate, fun, fun).ToHandleChecked(); in GetOrCreateDebugProxyMap() local
801 Handle<Map> map = isolate->factory()->NewMap( in New() local
[all...]

Completed in 45 milliseconds

1...<<31323334353637383940>>...48