HomeSort by: relevance | last modified time | path
    Searched defs:pe (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/openldap/dist/libraries/liblber/
idtest.c 51 PE pe; local
54 /* read the pe from standard in */
63 /* write the pe to standard out */
82 while ( (pe = ps2pe( psin )) != NULLPE ) {
83 pe2pl( pserr, pe );
84 pe2ps( psout, pe );
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
cmse.c 37 char *pb = (char *) p, *pe; local
54 pe = pb + size - 1;
56 = (((__UINTPTR_TYPE__) pb ^ (__UINTPTR_TYPE__) pe) < 32);
61 perme = singleCheck ? permb : cmse_TT (pe);
65 perme = singleCheck ? permb : cmse_TTT (pe);
70 perme = singleCheck ? permb : cmse_TTA (pe);
74 perme = singleCheck ? permb : cmse_TTAT (pe);
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
cmse.c 37 char *pb = (char *) p, *pe; local
54 pe = pb + size - 1;
56 = (((__UINTPTR_TYPE__) pb ^ (__UINTPTR_TYPE__) pe) < 32);
61 perme = singleCheck ? permb : cmse_TT (pe);
65 perme = singleCheck ? permb : cmse_TTT (pe);
70 perme = singleCheck ? permb : cmse_TTA (pe);
74 perme = singleCheck ? permb : cmse_TTAT (pe);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
dp.h 28 u8 pe; member in struct:nvbios_dpcfg
36 nvbios_dpcfg_match(struct nvkm_bios *, u16 outp, u8 pc, u8 vs, u8 pe,
  /src/external/bsd/libbind/dist/irs/
getprotoent_r.c 43 struct protoent *pe = getprotobyname(name); local
47 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
54 if (pe == NULL)
57 return (copy_protoent(pe, pptr, PROTO_R_COPY));
63 struct protoent *pe = getprotobynumber(proto); local
67 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
74 if (pe == NULL)
77 return (copy_protoent(pe, pptr, PROTO_R_COPY))
89 struct protoent *pe = getprotoent(); local
    [all...]
  /src/external/mit/libuv/dist/src/unix/
random-sysctl-linux.c 48 char* pe; local
52 pe = p + buflen;
54 while (p < pe) {
90 n = pe - p;
epoll.c 118 struct epoll_event* pe; local
318 pe = events + i;
319 fd = pe->data.fd;
336 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, pe);
345 pe->events &= w->pevents | POLLERR | POLLHUP;
362 if (pe->events == POLLERR || pe->events == POLLHUP)
363 pe->events |=
366 if (pe->events != 0) {
374 w->cb(loop, w, pe->events)
    [all...]
posix-poll.c 88 struct pollfd* pe; local
101 pe = &loop->poll_fds[loop->poll_fds_used++];
102 pe->fd = w->fd;
103 pe->events = w->pevents;
146 struct pollfd* pe; local
268 pe = loop->poll_fds + i;
269 fd = pe->fd;
289 pe->revents &= w->pevents | POLLERR | POLLHUP;
291 if (pe->revents != 0) {
297 w->cb(loop, w, pe->revents)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
obsd-nat.c 78 ptrace_event_t pe; local
81 memset (&pe, 0, sizeof pe);
82 pe.pe_set_event |= PTRACE_FORK;
84 (PTRACE_TYPE_ARG3)&pe, sizeof pe) == -1)
95 ptrace_state_t pe; local
98 if (ptrace (PT_GET_PROCESS_STATE, pid, (caddr_t)&pe, sizeof pe) == -1)
101 wptid = ptid_t (pid, pe.pe_tid, 0)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
obsd-nat.c 78 ptrace_event_t pe; local
81 memset (&pe, 0, sizeof pe);
82 pe.pe_set_event |= PTRACE_FORK;
84 (PTRACE_TYPE_ARG3)&pe, sizeof pe) == -1)
95 ptrace_state_t pe; local
98 if (ptrace (PT_GET_PROCESS_STATE, pid, (caddr_t)&pe, sizeof pe) == -1)
101 wptid = ptid_t (pid, pe.pe_tid, 0)
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_pro_expr.c 111 Dwarf_P_Expr pe, tpe; local
116 STAILQ_FOREACH_SAFE(pe, &dbg->dbgp_pelist, pe_next, tpe) {
117 STAILQ_REMOVE(&dbg->dbgp_pelist, pe, _Dwarf_P_Expr, pe_next);
118 STAILQ_FOREACH_SAFE(ee, &pe->pe_eelist, ee_next, tee) {
119 STAILQ_REMOVE(&pe->pe_eelist, ee, _Dwarf_P_Expr_Entry,
123 if (pe->pe_block)
124 free(pe->pe_block);
125 free(pe);
132 Dwarf_P_Expr pe; local
139 if ((pe = calloc(1, sizeof(struct _Dwarf_P_Expr))) == NULL)
    [all...]
libdwarf_loc.c 50 uint8_t *ps, *pe, s; local
54 pe = p + len;
60 while (p < pe) {
378 uint8_t *p, *pe; local
384 pe = end;
387 pe = &buf[sizeof(buf)];
541 len = _dwarf_write_uleb128(p, pe, operand1);
582 len = _dwarf_write_sleb128(p, pe, operand1);
593 len = _dwarf_write_uleb128(p, pe, operand1);
596 len = _dwarf_write_sleb128(p, pe, operand2)
    [all...]
  /src/external/gpl2/lvm2/dist/lib/metadata/
pv_map.c 50 log_debug("Allowing allocation on %s start PE %" PRIu32 " length %"
64 uint32_t pe, end, area_len; local
71 pe = start;
75 /* pe holds the next extent we want to check */
78 if (pe > end)
82 if (pe > peg->pe + peg->len - 1)
90 area_len = (end >= peg->pe + peg->len - 1) ?
91 peg->len - (pe - peg->pe) : end - pe + 1
    [all...]
  /src/lib/libc/string/
bm.c 105 u_char const *pe, *p; local
132 for (pe = pb + pat->patlen - 1; pb <= pe; pb++)
133 d[*pb] = pe - pb;
138 for (pb = pat->pat, pe = pb + pat->patlen - 1; pb < pe; pb++)
145 for (pe = pat->pat + pat->patlen - 1, p = pe - 1; p >= pat->pat; p--)
146 if (*p == *pe)
149 /* *p is first leftward reoccurrence of *pe */
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pmu.c 69 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local
79 switch (pe->pmu_perf_type) {
82 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, 1);
84 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, 0);
98 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local
107 switch (pe->pmu_perf_type) {
109 pe->adev->df.funcs->pmc_get_count(pe->adev, hwc->config
125 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local
156 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local
185 struct amdgpu_pmu_entry *pe = container_of(event->pmu, local
277 struct amdgpu_pmu_entry *pe, *temp; local
    [all...]
  /src/external/bsd/ntp/dist/sntp/tests/
packetProcessing.c 168 uint32_t * pe = testpkt.p.exten + 7; local
174 *pe = htonl(3); /* 3 bytes is too short. */
  /src/external/gpl2/lvm2/dist/lib/format1/
import-extents.c 28 * pe->le map to a full le->pe map, and then
31 * the pe->le map to segments would be gladly
37 uint32_t pe; member in struct:pe_specifier
138 "(PV %s, PE %" PRIu32
161 lvm->map[le].pe = i;
206 lvm->map[le + len].pe == lvm->map[le].pe + len));
230 lvm->map[le].pe))
254 lvm->map[base_le + st * total_area_len + area_len].pe !
    [all...]
import-export.c 396 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 +
  /src/external/mit/expat/dist/lib/
siphash.h 207 const unsigned char *p = (const unsigned char *)src, *pe = p + len; local
211 while (p < pe && H->p < sip_endof(H->buf))
224 } while (p < pe);
  /src/lib/libterminfo/
termcap.c 303 const char *ps, *pe; local
315 /* Set ps and pe to point to the start and end of the padding */
317 for (ps = pe = val;
320 pe++;
323 pe++;
326 ps = pe = NULL;
451 size_t n = (size_t)(pe - ps);
  /src/sys/arch/i386/stand/lib/
vbe.c 138 struct paletteentry pe; local
144 pe.Blue = cmap[2] >> 2;
145 pe.Green = cmap[1] >> 2;
146 pe.Red = cmap[0] >> 2;
147 pe.Alignment = 0;
149 ret = biosvbe_palette_data(0x0600, slot, &pe);
  /src/usr.bin/checknr/
checknr.c 210 static void pe(int);
330 pe(lineno);
337 pe(lineno);
376 pe(lineno);
392 pe(lineno);
416 pe(stk[i].lno);
505 pe(stk[j+1].lno);
517 pe(lineno);
530 pe(int pelineno) function
548 pe(lineno)
    [all...]
  /src/usr.bin/rdist/
expand.c 345 char *pe, *pm, *pl; local
351 for (pe = ++p; *pe; pe++)
352 switch (*pe) {
365 for (pe++; *pe && *pe != ']'; pe++)
367 if (!*pe)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
rsa_test.c 492 BIGNUM *pn = NULL, *pe = NULL, *pd = NULL; local
542 pe = BN_bin2bn(e, sizeof(e), NULL);
546 || pe == NULL
548 || !RSA_set0_key(rsa, pn, pe, pd))) {
550 BN_free(pe);
  /src/external/bsd/ntp/dist/sntp/libopts/
parse-duration.c 398 char * pe = pz + strlen (pz); local
399 while ((pe > pz) && isspace ((unsigned char)pe[-1]))
400 pe--;
401 *pe = NUL;

Completed in 48 milliseconds

1 2 3 4 5 6