Searched defs:mem (Results 26 - 40 of 40) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dallocate.c39 __NO_SAFESTACK static thrd_t copy_tls(unsigned char* mem, size_t alloc) { argument
[all...]
/fuchsia/zircon/bootloader/src/
H A Dosboot.c41 efi_physical_addr mem = 0xFFFFFFFF; local
222 efi_physical_addr mem = 0xFFFFFFFF; local
/fuchsia/zircon/system/dev/bus/acpi/
H A Dbus-acpi.c71 resource_memory_t mem; local
127 resource_memory_t mem; local
[all...]
H A Dpci.c413 resource_memory_t mem; local
/fuchsia/zircon/third_party/lib/jitterentropy/
H A Djitterentropy-base.c808 jent_entropy_collector_init( struct rand_data* ec, uint8_t* mem, size_t mem_size, unsigned int mem_block_size, unsigned int mem_block_count, unsigned int mem_loops, bool stir) argument
[all...]
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Diommu_impl.cpp160 auto mem = reinterpret_cast<zx_iommu_desc_intel_reserved_memory_t*>( local
424 auto mem = reinterpret_cast<zx_iommu_desc_intel_reserved_memory_t*>( local
[all...]
/fuchsia/zircon/system/dev/bus/virtio/
H A Dgpu.cpp295 struct virtio_gpu_mem_entry mem; member in struct:virtio::__anon285
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dslab_allocator.h481 void* mem = active_slab.Allocate(alloc_size_, slab_storage_limit_); local
572 void* mem = Allocate(); local
731 static ObjType* ConstructObject(void* mem, ConstructorSignature&&... args) { argument
871 static ObjType* ConstructObject(void* mem, ConstructorSignature&&... args) { argument
[all...]
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp104 auto mem = new (&ac) char[size]; local
108 static void Free(void* mem) { argument
149 auto mem = Alloc(device_sz + fields_sz + collect_sz); local
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c677 AcpiOsFree( void *mem) argument
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregexec.c546 tre_mem_t mem = tre_bt_mem_new(); local
H A Dregcomp.c134 static tre_ast_node_t* tre_ast_new_node(tre_mem_t mem, int type, void* obj) { argument
145 static tre_ast_node_t* tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, argument
160 static tre_ast_node_t* tre_ast_new_iter(tre_mem_t mem, tre_ast_node_t* arg, int min, int max, argument
177 static tre_ast_node_t* tre_ast_new_union(tre_mem_t mem, tre_ast_node_t* left, argument
194 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t* left, tre_ast_node_t* right) argument
357 tre_mem_t mem; member in struct:__anon1861
412 tre_mem_t mem; member in struct:literals
1036 tre_add_tag_left(tre_mem_t mem, tre_ast_node_t* node, int tag_id) argument
1064 tre_add_tag_right(tre_mem_t mem, tre_ast_node_t* node, int tag_id) argument
1122 tre_add_tags(tre_mem_t mem, tre_stack_t* stack, tre_ast_node_t* tree, tre_tnfa_t* tnfa) argument
1553 tre_copy_ast(tre_mem_t mem, tre_stack_t* stack, tre_ast_node_t* ast, int flags, int* pos_add, tre_tag_direction_t* tag_directions, tre_ast_node_t** copy, int* max_pos) argument
1680 tre_expand_ast(tre_mem_t mem, tre_stack_t* stack, tre_ast_node_t* ast, int* position, tre_tag_direction_t* tag_directions) argument
1845 tre_set_empty(tre_mem_t mem) argument
1859 tre_set_one(tre_mem_t mem, int position, int code_min, int code_max, tre_ctype_t class, tre_ctype_t* neg_classes, int backref) argument
1880 tre_set_union(tre_mem_t mem, tre_pos_and_tags_t* set1, tre_pos_and_tags_t* set2, int* tags, int assertions) argument
2052 tre_compute_nfl(tre_mem_t mem, tre_stack_t* stack, tre_ast_node_t* tree) argument
2449 tre_mem_t mem; local
[all...]
/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.c393 void* mem = io_buffer_virt(&port->buffer); local
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-test.cpp124 static bool find_str_in_mem(const char* str, size_t str_len, const char* mem, size_t mem_len) { argument
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1625 unsigned char* mem; local

Completed in 139 milliseconds

12