Home
last modified time | relevance | path

Searched refs:ptr_offset (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_ads.c121 blob->clients_info.ct_pool_addr = base + ptr_offset(blob, ct_pool); in __guc_ads_init()
125 blob->ads.scheduler_policies = base + ptr_offset(blob, policies); in __guc_ads_init()
126 blob->ads.reg_state_buffer = base + ptr_offset(blob, reg_state_buffer); in __guc_ads_init()
127 blob->ads.reg_state_addr = base + ptr_offset(blob, reg_state); in __guc_ads_init()
128 blob->ads.gt_system_info = base + ptr_offset(blob, system_info); in __guc_ads_init()
129 blob->ads.clients_info = base + ptr_offset(blob, clients_info); in __guc_ads_init()
/netbsd/external/gpl3/gcc/dist/gcc/brig/brigfrontend/
H A Dbrig-mem-inst-handler.cc154 tree ptr_offset = build_int_cst (size_type_node, address_offset); in operator ()() local
156 address_base, ptr_offset); in operator ()()
/netbsd/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-mem-inst-handler.cc154 tree ptr_offset = build_int_cst (size_type_node, address_offset); in operator ()() local
156 address_base, ptr_offset); in operator ()()
/netbsd/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.c770 off_t ptr_offset; /* pointer to found record */ in cleanup_find_header_start() local
878 for (ptr_offset = 0, last_type = 0; /* void */ ; /* void */ ) { in cleanup_find_header_start()
900 ptr_offset = curr_offset; in cleanup_find_header_start()
926 ptr_offset = 0; in cleanup_find_header_start()
944 VSTRING *rbuf = (ptr_offset ? buf : in cleanup_find_header_start()
963 if (ptr_offset != 0) { in cleanup_find_header_start()
965 curr_offset = ptr_offset; in cleanup_find_header_start()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_utils.h185 #define ptr_offset(ptr, member) offsetof(typeof(*(ptr)), member) macro
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-nds32.c5949 unsigned int ptr_offset, hint_count, relax_code_size, count = 0; in nds32_elf_append_relax_relocs() local
6080 ptr_offset = in nds32_elf_append_relax_relocs()
6084 ptr_offset); in nds32_elf_append_relax_relocs()
6179 ptr_offset = next_pattern->where in nds32_elf_append_relax_relocs()
6183 ptr_offset); in nds32_elf_append_relax_relocs()
6211 ptr_offset = next_insn->where in nds32_elf_append_relax_relocs()
6215 ptr_offset); in nds32_elf_append_relax_relocs()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-nds32.c5950 unsigned int ptr_offset, hint_count, relax_code_size, count = 0; in nds32_elf_append_relax_relocs() local
6081 ptr_offset = in nds32_elf_append_relax_relocs()
6085 ptr_offset); in nds32_elf_append_relax_relocs()
6180 ptr_offset = next_pattern->where in nds32_elf_append_relax_relocs()
6184 ptr_offset); in nds32_elf_append_relax_relocs()
6212 ptr_offset = next_insn->where in nds32_elf_append_relax_relocs()
6216 ptr_offset); in nds32_elf_append_relax_relocs()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nds32.c5959 unsigned int ptr_offset, hint_count, relax_code_size, count = 0; in nds32_elf_append_relax_relocs() local
6089 ptr_offset = in nds32_elf_append_relax_relocs()
6091 exp.X_add_symbol = symbol_temp_new (now_seg, ptr_offset, in nds32_elf_append_relax_relocs()
6187 ptr_offset = next_pattern->where in nds32_elf_append_relax_relocs()
6189 exp.X_add_symbol = symbol_temp_new (now_seg, ptr_offset, in nds32_elf_append_relax_relocs()
6218 ptr_offset = next_insn->where in nds32_elf_append_relax_relocs()
6221 ptr_offset, in nds32_elf_append_relax_relocs()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-nds32.c5950 unsigned int ptr_offset, hint_count, relax_code_size, count = 0; in nds32_elf_append_relax_relocs() local
6081 ptr_offset = in nds32_elf_append_relax_relocs()
6085 ptr_offset); in nds32_elf_append_relax_relocs()
6180 ptr_offset = next_pattern->where in nds32_elf_append_relax_relocs()
6184 ptr_offset); in nds32_elf_append_relax_relocs()
6212 ptr_offset = next_insn->where in nds32_elf_append_relax_relocs()
6216 ptr_offset); in nds32_elf_append_relax_relocs()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc11989 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, arg1); in constant_byte_string()
12003 return string_constant (rhs1, ptr_offset, mem_size, decl); in constant_byte_string()
12022 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, rhs2); in constant_byte_string()
12048 *ptr_offset = fold_convert (sizetype, offset); in constant_byte_string()
12105 *ptr_offset = wide_int_to_tree (ssizetype, base_off); in constant_byte_string()
12145 *ptr_offset = offset; in constant_byte_string()
12206 *ptr_offset = integer_zero_node; in constant_byte_string()
12230 string_constant (tree arg, tree *ptr_offset, tree *mem_size, tree *decl) in string_constant() argument
12232 return constant_byte_string (arg, ptr_offset, mem_size, decl, false); in string_constant()
12240 byte_representation (tree arg, tree *ptr_offset, tree *mem_size, tree *decl) in byte_representation() argument
[all …]
H A Dexpr.c11511 string_constant (tree arg, tree *ptr_offset, tree *mem_size, tree *decl) in string_constant() argument
11590 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, arg1); in string_constant()
11604 return string_constant (rhs1, ptr_offset, mem_size, decl); in string_constant()
11623 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, rhs2); in string_constant()
11649 *ptr_offset = fold_convert (sizetype, offset); in string_constant()
11697 *ptr_offset = offset; in string_constant()
11750 *ptr_offset = integer_zero_node; in string_constant()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c11511 string_constant (tree arg, tree *ptr_offset, tree *mem_size, tree *decl) in string_constant() argument
11590 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, arg1); in string_constant()
11604 return string_constant (rhs1, ptr_offset, mem_size, decl); in string_constant()
11623 *ptr_offset = fold_build2 (PLUS_EXPR, type, offset, rhs2); in string_constant()
11649 *ptr_offset = fold_convert (sizetype, offset); in string_constant()
11697 *ptr_offset = offset; in string_constant()
11750 *ptr_offset = integer_zero_node; in string_constant()