/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | VulkanImageWrappingTestsOpaqueFD.cpp | 82 AllocateMemory(dawn_native::vulkan::Device* deviceVk, VkImage handle, VkDeviceMemory* allocation, VkDeviceSize* allocationSize, uint32_t* memoryTypeIndex) AllocateMemory() argument 136 CreateBindExportImage(dawn_native::vulkan::Device* deviceVk, uint32_t width, uint32_t height, VkFormat format, VkImage* handle, VkDeviceMemory* allocation, VkDeviceSize* allocationSize, uint32_t* memoryTypeIndex, int* memoryFd) CreateBindExportImage() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena_unittest.cc | 285 uintptr_t allocation = reinterpret_cast<uintptr_t>(p); in TEST() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 933 const Allocation& allocation = m_buffer->getBoundMemory(); in initStateObjects() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.c | 1456 SET_VOLTAGE_PS_ALLOCATION allocation; in atomctrl_get_leakage_id_from_efuse() local
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 1287 static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation) in netlink_trim() argument 1416 gfp_t allocation; member 1500 netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb, u32 portid, u32 group, gfp_t allocation, int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data), void *filter_data) netlink_broadcast_filtered() argument 1551 netlink_broadcast(struct sock *ssk, struct sk_buff *skb, u32 portid, u32 group, gfp_t allocation) netlink_broadcast() argument [all...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lowcomms.c | 1345 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc) in dlm_lowcomms_get_buffer() argument 1321 new_writequeue_entry(struct connection *con, gfp_t allocation) new_writequeue_entry() argument
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lowcomms.c | 1255 struct dlm_msg *dlm_lowcomms_new_msg(int nodeid, int len, gfp_t allocation, in dlm_lowcomms_new_msg() argument 1222 dlm_lowcomms_new_msg_con(struct connection *con, int len, gfp_t allocation, char **ppc, void (*cb)(void *data), void *data) dlm_lowcomms_new_msg_con() argument
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | gtp.c | 1621 static int gtp_tunnel_notify(struct pdp_ctx *pctx, u8 cmd, gfp_t allocation) in gtp_tunnel_notify() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.c | 1520 SET_VOLTAGE_PS_ALLOCATION allocation; in atomctrl_get_leakage_id_from_efuse() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodec_template.c | 395 uint8_t allocation[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1() local
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsinfo.c | 1927 INDEX_ALLOCATION *allocation, *tmp_alloc; in ntfs_dump_attr_index_allocation() local
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 1148 size_allocate_area(GtkGLArea *area, GdkRectangle *allocation, gpointer user_data) size_allocate_area() argument
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 822 AllowGarbageCollection allocation; in AssembleSourcePosition() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 687 AllocationType allocation() const { return allocation_; } in allocation() function in v8::internal::compiler::final 679 CreateClosureParameters(const SharedFunctionInfoRef& shared_info, const CodeTRef& code, AllocationType allocation) CreateClosureParameters() argument
|
H A D | js-operator.cc | 1311 CreateClosure( const SharedFunctionInfoRef& shared_info, const CodeTRef& code, AllocationType allocation) CreateClosure() argument
|
H A D | simplified-operator.cc | 1719 NewDoubleElements( AllocationType allocation) NewDoubleElements() argument 1729 NewSmiOrObjectElements( AllocationType allocation) NewSmiOrObjectElements() argument 1773 Allocate(Type type, AllocationType allocation) Allocate() argument 1780 AllocateRaw( Type type, AllocationType allocation, AllowLargeObjects allow_large_objects) AllocateRaw() argument
|
H A D | js-create-lowering.cc | 461 ReduceNewArray( Node* node, Node* length, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument 517 ReduceNewArray( Node* node, Node* length, int capacity, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument 566 ReduceNewArray( Node* node, std::vector<Node*> values, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument 632 AllocationType allocation = AllocationType::kYoung; ReduceJSCreateArray() local 959 AllocationType allocation = AllocationType::kYoung; ReduceJSCreateClosure() local 1132 AllocationType const allocation = ReduceJSCreateEmptyLiteralArray() local 1616 AllocateElements(Node* effect, Node* control, ElementsKind elements_kind, int capacity, AllocationType allocation) AllocateElements() argument 1641 AllocateElements(Node* effect, Node* control, ElementsKind elements_kind, std::vector<Node*> const& values, AllocationType allocation) AllocateElements() argument 1666 TryAllocateFastLiteral( Node* effect, Node* control, JSObjectRef boilerplate, AllocationType allocation, int max_depth, int* max_properties) TryAllocateFastLiteral() argument 1838 TryAllocateFastLiteralElements( Node* effect, Node* control, JSObjectRef boilerplate, AllocationType allocation, int max_depth, int* max_properties) TryAllocateFastLiteralElements() argument [all...] |
H A D | raw-machine-assembler.cc | 81 OptimizedAllocate( Node* size, AllocationType allocation, AllowLargeObjects allow_large_objects) OptimizedAllocate() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.cc | 57 NewStruct(InstanceType type, AllocationType allocation) NewStruct() argument 76 NewCodeDataContainer( int flags, AllocationType allocation) NewCodeDataContainer() argument 99 NewFixedArray(int length, AllocationType allocation) NewFixedArray() argument 112 NewFixedArrayWithMap( Handle<Map> map, int length, AllocationType allocation) NewFixedArrayWithMap() argument 122 NewFixedArrayWithHoles( int length, AllocationType allocation) NewFixedArrayWithHoles() argument 132 NewFixedArrayWithFiller( Handle<Map> map, int length, Handle<Oddball> filler, AllocationType allocation) NewFixedArrayWithFiller() argument 147 NewFixedArrayWithZeroes( int length, AllocationType allocation) NewFixedArrayWithZeroes() argument 165 NewFixedDoubleArray( int length, AllocationType allocation) NewFixedDoubleArray() argument 183 NewWeakFixedArrayWithMap( Map map, int length, AllocationType allocation) NewWeakFixedArrayWithMap() argument 202 NewWeakFixedArray( int length, AllocationType allocation) NewWeakFixedArray() argument 211 NewByteArray(int length, AllocationType allocation) NewByteArray() argument 309 NewArrayList(int size, AllocationType allocation) NewArrayList() argument 532 NewFeedbackMetadata( int slot_count, int create_closure_slot_count, AllocationType allocation) NewFeedbackMetadata() argument 649 NewRawStringWithMap( int length, Map map, AllocationType allocation) NewRawStringWithMap() argument 672 NewRawOneByteString( int length, AllocationType allocation) NewRawOneByteString() argument 681 NewRawTwoByteString( int length, AllocationType allocation) NewRawTwoByteString() argument 706 NewConsString( Handle<String> left, Handle<String> right, AllocationType allocation) NewConsString() argument 783 NewConsString(Handle<String> left, Handle<String> right, int length, bool one_byte, AllocationType allocation) NewConsString() argument 808 NewBigInt( int length, AllocationType allocation) NewBigInt() argument 863 NewDescriptorArray( int number_of_descriptors, int slack, AllocationType allocation) NewDescriptorArray() argument 935 AllocateRawArray(int size, AllocationType allocation) AllocateRawArray() argument 948 AllocateRawFixedArray(int length, AllocationType allocation) AllocateRawFixedArray() argument 958 AllocateRawWeakArrayList( int capacity, AllocationType allocation) AllocateRawWeakArrayList() argument 968 NewWithImmortalMap(Map map, AllocationType allocation) NewWithImmortalMap() argument 974 AllocateRawWithImmortalMap( int size, AllocationType allocation, Map map, AllocationAlignment alignment) AllocateRawWithImmortalMap() argument 988 AllocateRaw(int size, AllocationType allocation, AllocationAlignment alignment) AllocateRaw() argument 995 NewSwissNameDictionaryWithCapacity( int capacity, AllocationType allocation) NewSwissNameDictionaryWithCapacity() argument 1025 NewSwissNameDictionary( int at_least_space_for, AllocationType allocation) NewSwissNameDictionary() argument 1092 RefineAllocationTypeForInPlaceInternalizableString( AllocationType allocation, Map string_map) RefineAllocationTypeForInPlaceInternalizableString() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | bigint.cc | 345 Handle<BigInt> BigInt::Zero(IsolateT* isolate, AllocationType allocation) { in Zero() argument 187 New(IsolateT* isolate, int length, AllocationType allocation) New() argument 1310 Allocate(IsolateT* isolate, bigint::FromStringAccumulator* accumulator, bool negative, AllocationType allocation) Allocate() argument [all...] |
H A D | scope-info.cc | 718 VariableAllocationInfo allocation = ReceiverVariableBits::decode(Flags()); in HasAllocatedReceiver() local
|
H A D | string.cc | 35 SlowFlatten(Isolate* isolate, Handle<ConsString> cons, AllocationType allocation) SlowFlatten() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 108 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, vk::MemoryRequirement::Any); in EmptyDescriptorUpdateCase() local
|
H A D | vktBindingShaderAccessTests.cpp | 364 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement); in allocateAndBindObjectMemory() local 373 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement); in allocateAndBindObjectMemory() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 1029 const vk::Allocation& allocation = m_queryPoolResultsBuffer->getBoundMemory(); in captureResults() local
|