HomeSort by: relevance | last modified time | path
    Searched refs:ptr_offset (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_ads.c 121 blob->clients_info.ct_pool_addr = base + ptr_offset(blob, ct_pool);
125 blob->ads.scheduler_policies = base + ptr_offset(blob, policies);
126 blob->ads.reg_state_buffer = base + ptr_offset(blob, reg_state_buffer);
127 blob->ads.reg_state_addr = base + ptr_offset(blob, reg_state);
128 blob->ads.gt_system_info = base + ptr_offset(blob, system_info);
129 blob->ads.clients_info = base + ptr_offset(blob, clients_info);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.debuginfod/
corefile-mapped-file.exp 94 set ptr_offset "unknown"
103 set ptr_offset [format 0x%x [expr $file_offset + $mapping_offset]]
118 gdb_assert { $ptr_offset ne "unknown" } \
177 set ptr_address [format 0x%x [expr $library_base_address + $ptr_offset]]
277 set ptr_address [format 0x%x [expr $library_base_address + $ptr_offset]]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.debuginfod/
corefile-mapped-file.exp 95 set ptr_offset "unknown"
104 set ptr_offset [format 0x%x [expr $file_offset + $mapping_offset]]
119 gdb_assert { $ptr_offset ne "unknown" } \
178 set ptr_address [format 0x%x [expr $library_base_address + $ptr_offset]]
278 set ptr_address [format 0x%x [expr $library_base_address + $ptr_offset]]
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_milter.c 783 off_t ptr_offset; /* pointer to found record */ local
891 for (ptr_offset = 0, last_type = 0; /* void */ ; /* void */ ) {
913 ptr_offset = curr_offset;
938 ptr_offset = 0;
956 VSTRING *rbuf = (ptr_offset ? buf :
975 if (ptr_offset != 0) {
977 curr_offset = ptr_offset;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_utils.h 185 #define ptr_offset(ptr, member) offsetof(typeof(*(ptr)), member) macro
  /src/external/gpl3/binutils/dist/gas/config/
tc-nds32.c 5954 unsigned int ptr_offset, hint_count, relax_code_size, count = 0;
6085 ptr_offset =
6089 ptr_offset);
6184 ptr_offset = next_pattern->where
6188 ptr_offset);
6216 ptr_offset = next_insn->where
6220 ptr_offset);
5947 unsigned int ptr_offset, hint_count, relax_code_size, count = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.c 5949 unsigned int ptr_offset, hint_count, relax_code_size, count = 0;
6080 ptr_offset =
6084 ptr_offset);
6179 ptr_offset = next_pattern->where
6183 ptr_offset);
6211 ptr_offset = next_insn->where
6215 ptr_offset);
5942 unsigned int ptr_offset, hint_count, relax_code_size, count = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 11926 On success, set *PTR_OFFSET to the (possibly non-constant) byte offset
11932 constant_byte_string (tree arg, tree *ptr_offset, tree *mem_size, tree *decl,
12012 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, arg1);
12026 return string_constant (rhs1, ptr_offset, mem_size, decl);
12045 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, rhs2);
12071 *ptr_offset = fold_convert (sizetype, offset);
12128 *ptr_offset = wide_int_to_tree (ssizetype, base_off);
12168 *ptr_offset = offset;
12229 *ptr_offset = integer_zero_node;
12247 if it doesn't. If we return nonzero, set *PTR_OFFSET to the (possibl
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 12764 On success, set *PTR_OFFSET to the (possibly non-constant) byte offset
12770 constant_byte_string (tree arg, tree *ptr_offset, tree *mem_size, tree *decl,
12850 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, arg1);
12864 return string_constant (rhs1, ptr_offset, mem_size, decl);
12883 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, rhs2);
12909 *ptr_offset = fold_convert (sizetype, offset);
12966 *ptr_offset = wide_int_to_tree (ssizetype, base_off);
13006 *ptr_offset = offset;
13067 *ptr_offset = integer_zero_node;
13085 if it doesn't. If we return nonzero, set *PTR_OFFSET to the (possibl
    [all...]

Completed in 44 milliseconds