HomeSort by: relevance | last modified time | path
    Searched defs:Load (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_local_address_space_view.h 12 // provides a simple interface to load memory from another process (i.e.
19 // load any pointers in instance methods. This implementation is effectively
34 // Load memory `sizeof(T) * num_elements` bytes of memory from the target
43 static const T *Load(const T *target_address, uptr num_elements = 1) {
49 // Load memory `sizeof(T) * num_elements` bytes of memory from the target
55 // by subsequent `Load()` or `LoadWritable()` calls provided the
57 // memory returned by previous calls to `Load()` will contain any performed
63 // Given the above it is recommended to load the largest possible object
  /src/sys/dev/arcbios/
arcbios.h 323 int32_t Load;

Completed in 61 milliseconds