Searched refs:pe (Results 351 - 375 of 755) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.cc280 pending_weak *pe; local
305 FOR_EACH_VEC_ELT (*pending_weaks, i, pe)
306 if (id == pe->name)
308 apply_pragma_weak (decl, pe->value);
321 pending_weak *pe; local
327 FOR_EACH_VEC_ELT (*pending_weaks, i, pe)
329 alias_id = pe->name;
330 id = pe->value;
394 pending_weak pe = {name, value}; local
395 vec_safe_push (pending_weaks, pe);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h328 virtual void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid = false);
329 void resolveExp(Expression *e, Type **pt, Expression **pe, Dsymbol **ps);
465 void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid = false);
491 void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid = false);
516 void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid = false);
675 void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid = false);
696 Expression **pe, Type **pt, Dsymbol **ps, RootObject *oindex);
698 Expression **pe, Type **pt, Dsymbol **ps, bool intypeid = false);
712 void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypeid = false);
728 void resolve(Loc loc, Scope *sc, Expression **pe, Typ
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-export.c396 uint32_t pe, s; local
414 for (pe = 0; pe < (seg->len / seg->area_count); pe++) {
415 ped = &dl->extents[pe + seg_pe(seg, s)];
417 ped->le_num = (seg->le / seg->area_count) + pe +
/netbsd-current/usr.bin/m4/
H A Dgnum4.c137 struct path_entry *pe; local
140 for (pe = first; pe; pe = pe->next) {
141 snprintf(path, sizeof(path), "%s/%s", pe->name, filename);
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_data.c419 struct protoent *pe; local
421 pe = getprotobyname(proto);
422 if (pe == NULL) {
426 return pe->p_proto;
/netbsd-current/external/bsd/ntp/dist/include/
H A Dlibssl_compat.h62 const BIGNUM **pe, const BIGNUM **pd);
H A Dntp_config.h298 #define APPEND_G_FIFO(pf, pe) \
299 ((pf) = append_gen_fifo((pf), (pe)))
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_sdma_v2_4.c667 * @pe: addr of the page entry
674 uint64_t pe, uint64_t src,
685 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
686 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
693 * @pe: addr of the page entry
694 * @value: dst addr to write into pe
700 static void sdma_v2_4_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, argument
708 ib->ptr[ib->length_dw++] = pe;
709 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
722 * @pe
673 sdma_v2_4_vm_copy_pte(struct amdgpu_ib *ib, uint64_t pe, uint64_t src, unsigned count) argument
730 sdma_v2_4_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, uint64_t addr, unsigned count, uint32_t incr, uint64_t flags) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c1368 count_registered_pragmas (struct pragma_entry *pe) argument
1371 for (; pe != NULL; pe = pe->next)
1373 if (pe->is_nspace)
1374 ct += count_registered_pragmas (pe->u.space);
1384 save_registered_pragmas (struct pragma_entry *pe, char **sd) argument
1386 for (; pe != NULL; pe = pe
1413 restore_registered_pragmas(cpp_reader *pfile, struct pragma_entry *pe, char **sd) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc1409 count_registered_pragmas (struct pragma_entry *pe) argument
1412 for (; pe != NULL; pe = pe->next)
1414 if (pe->is_nspace)
1415 ct += count_registered_pragmas (pe->u.space);
1425 save_registered_pragmas (struct pragma_entry *pe, char **sd) argument
1427 for (; pe != NULL; pe = pe
1454 restore_registered_pragmas(cpp_reader *pfile, struct pragma_entry *pe, char **sd) argument
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Dpartman.c1438 struct part_entry pe = { .id = id, .parts = mypm->parts, local
1443 &pe, NULL, 0, &cgds_t_info);
1447 pm_cgd_edit_old(struct part_entry *pe) argument
1451 pe->dev_ptr != NULL ? pe : NULL,
1452 pe->dev_ptr, 0, &cgds_t_info);
2187 pmdiskentry_enable(menudesc *menu, struct part_entry *pe) argument
2198 if (pe->type == PM_DISK)
2199 enable = ((struct pm_devs *)pe->dev_ptr)
2202 if (pe
2428 pm_shred(struct part_entry *pe, int shredtype) argument
3269 pm_edit_partitions(struct part_entry *pe) argument
3312 pm_whole_disk(struct part_entry *pe, int t) argument
3431 pm_from_pe(struct part_entry *pe) argument
[all...]
/netbsd-current/sys/dev/ic/
H A Dtcic2.c457 struct tcic_event *pe; local
462 if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
470 switch (pe->pe_type) {
483 pe->pe_type);
485 free(pe, M_TEMP);
633 struct tcic_event *pe; local
636 pe = malloc(sizeof(*pe), M_TEMP, M_NOWAIT);
637 if (pe == NULL)
640 pe
[all...]
H A Di82365.c525 struct pcic_event *pe; local
537 if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
559 switch (pe->pe_type) {
612 pe->pe_type);
614 free(pe, M_TEMP);
738 struct pcic_event *pe; local
741 pe = malloc(sizeof(*pe), M_TEMP, M_NOWAIT);
742 if (pe == NULL)
745 pe
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d111 * Setting one of pe/pt/ps.
116 * pe = set if s[oindex] is an Expression, otherwise null
121 private void resolveTupleIndex(const ref Loc loc, Scope* sc, Dsymbol s, out Expression pe, out Type pt, out Dsymbol ps, RootObject oindex)
138 resolveExp(e, pt, pe, ps);
174 resolveExp(e, pt, pe, ps);
186 * pe = set if expression otherwise null
192 out Expression pe, out Type pt, out Dsymbol ps, bool intypeid = false)
260 resolveExp(ex, pt, pe, ps);
304 resolveExp(e, pt, pe, ps);
370 pe
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Dconfig_file.cpp191 } catch (const parse_error& pe) {
192 p.add_error(pe);
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata.h171 #define seg_pe(seg, s) (seg)->areas[(s)].u.pv.pvseg->pe
314 struct pv_segment *find_peg_by_pe(const struct physical_volume *pv, uint32_t pe);
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata.h171 #define seg_pe(seg, s) (seg)->areas[(s)].u.pv.pvseg->pe
314 struct pv_segment *find_peg_by_pe(const struct physical_volume *pv, uint32_t pe);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_sorgf119.c76 gf119_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) argument
89 nvkm_wr32(device, 0x61c120 + loff, data[1] | (pe << shift));
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A DMakefile.am372 pe-arm-wince.lo \
373 pe-arm.lo \
374 pe-i386.lo \
375 pe-mcore.lo \
376 pe-sh.lo \
505 pe-arm-wince.c \
506 pe-arm.c \
507 pe-i386.c \
508 pe-mcore.c \
509 pe
[all...]
/netbsd-current/external/gpl3/binutils/lib/libbfd/arch/x86_64/
H A Ddefs.mk5 G_libbfd_la_DEPENDENCIES=elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-i386.lo elf32.lo coff-i386.lo cofflink.lo coffgen.lo pei-i386.lo peigen.lo pe-x86_64.lo pex64igen.lo pei-x86_64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo netbsd-core.lo archive64.lo ofiles
/netbsd-current/external/gpl3/binutils/lib/libbfd/arch/aarch64/
H A Ddefs.mk5 G_libbfd_la_DEPENDENCIES=elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-aarch64.lo elf32.lo elf32-arm.lo elf-nacl.lo elf-vxworks.lo pei-aarch64.lo pe-aarch64igen.lo cofflink.lo coffgen.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-aarch64.lo cpu-arm.lo archive64.lo ofiles
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dalign64.d3 #skip: *-*-pe *-*-wince
H A Darmv7e-m+fpv5-sp-d16.d2 #skip: *-*-pe *-wince-*
H A Darmv8m.main+fp.d5 #skip: *-*-pe *-wince-*
H A Dcrc32-armv8-a.d5 #notarget: *-*-pe *-*-wince

Completed in 464 milliseconds

<<11121314151617181920>>