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

  /src/external/gpl3/gcc/dist/libgcc/config/pa/
fptr.c 83 unsigned int *got, *iptr, reloc_offset; local
125 iptr = (unsigned int *) (got[-2] + fixup_branch_offset[i]);
126 if ((*iptr & 0xfc00e000) == 0xe8000000)
135 iptr += SIGN_EXTEND (GET_FIELD (*iptr, 19, 28) |
136 GET_FIELD (*iptr, 29, 29) << 10 |
137 GET_FIELD (*iptr, 11, 15) << 11 |
138 GET_FIELD (*iptr, 31, 31) << 16, 17);
141 fixup_plabel[0] = (unsigned int) iptr + 8; /* address of fixup */
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
fptr.c 83 unsigned int *got, *iptr, reloc_offset; local
125 iptr = (unsigned int *) (got[-2] + fixup_branch_offset[i]);
126 if ((*iptr & 0xfc00e000) == 0xe8000000)
135 iptr += SIGN_EXTEND (GET_FIELD (*iptr, 19, 28) |
136 GET_FIELD (*iptr, 29, 29) << 10 |
137 GET_FIELD (*iptr, 11, 15) << 11 |
138 GET_FIELD (*iptr, 31, 31) << 16, 17);
141 fixup_plabel[0] = (unsigned int) iptr + 8; /* address of fixup */
  /src/sys/arch/arm/iomd/
iomd_irqhandler.c 181 char *iptr = _intrnames + (irq * 14); local
183 strlcpy(iptr, handler->ih_name, 14);
185 snprintf(iptr, 14, "irq %2d ", irq);
291 char *iptr = _intrnames + (irq * 14); local
293 strlcpy(iptr, irqhandlers[irq]->ih_name, 14);
295 snprintf(iptr, 14, "irq %2d ", irq);
  /src/external/bsd/am-utils/dist/fsinfo/
fsinfo.c 88 char *iptr = idvbuf; local
157 /* sizeof(iptr) is actually that of idvbuf. See declaration above */
158 xsnprintf(iptr, sizeof(idvbuf), "-%c%s ", ch, optarg);
159 iptr += strlen(iptr);
  /src/games/hunt/hunt/
playit.c 73 static unsigned char ibuf[256], *iptr = ibuf; variable
75 #define GETCHR() (--icnt < 0 ? getchr() : *iptr++)
230 iptr = ibuf;
232 return *iptr++;
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb_stat.c 161 size_t pages = 0, *iptr; local
177 iptr = data.mv_data;
178 pages += *iptr;
183 j = *iptr++;
185 pg = iptr[i];
190 for (; i >= span && iptr[i-span] == pg; span++, pg++) ;
196 pg = iptr[j];
197 for (span=1; --j >= 0 && iptr[j] == pg+span; span++) ;
  /src/usr.bin/fsplit/
fsplit.c 337 char line[LINESIZE], *iptr = line; local
356 *iptr = tolower((unsigned char)*p);
357 iptr++;
360 *iptr = '\n';
  /src/external/gpl2/dtc/dist/
fdtput.c 98 fdt32_t *iptr = (fdt32_t *)ptr; local
101 *iptr = cpu_to_fdt32(ival);
  /src/sys/ufs/ext2fs/
ext2fs_vfsops.c 172 const char *iptr = ondisk; local
177 for (int i = 0; i < lim; i++, optr++, iptr += sh) {
178 memcpy(optr, iptr, sizeof(*optr));
181 for (int i = 0; i < lim; i++, optr++, iptr += sh) {
182 memcpy(optr, iptr, E2FS_REV0_GD_SIZE);
199 const struct ext2_gd *iptr = inmemory; local
204 for (int i = 0; i < lim; i++, iptr++, optr += sh) {
205 memcpy(optr, iptr, sizeof(*iptr));
206 memset(optr + sizeof(*iptr), 0, sh - sizeof(*iptr))
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
monitor.c 228 size_t pages = 0, *iptr; local
233 iptr = data.mv_data;
234 pages += *iptr;
  /src/sys/arch/evbppc/nintendo/dev/
si.c 261 uint8_t *iptr = (uint8_t *)inbuf; local
273 optr[off] |= GCPAD_X(iptr) ? 0x01 : 0;
274 optr[off] |= GCPAD_A(iptr) ? 0x02 : 0;
275 optr[off] |= GCPAD_B(iptr) ? 0x04 : 0;
276 optr[off] |= GCPAD_Y(iptr) ? 0x08 : 0;
277 optr[off] |= GCPAD_LCLICK(iptr) ? 0x10 : 0;
278 optr[off] |= GCPAD_RCLICK(iptr) ? 0x20 : 0;
279 optr[off] |= GCPAD_Z(iptr) ? 0x80 : 0;
283 optr[off] |= GCPAD_START(iptr) ? 0x02 : 0;
284 optr[off] |= GCPAD_UP(iptr) ? 0x10 : 0
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
or1k-tdep.c 98 int iptr = 0; /* Instruction pointer */
119 bits = (inst >> (OR1K_INSTBITLEN - iptr - 1)) & 0x1;
124 iptr++;
153 (inst >> (OR1K_INSTBITLEN - iptr - width)) & ((1 << width) - 1);
157 iptr += width;
168 gdb_assert (OR1K_INSTBITLEN == iptr);
97 int iptr = 0; \/* Instruction pointer *\/ local
  /src/external/gpl3/gdb/dist/gdb/
or1k-tdep.c 98 int iptr = 0; /* Instruction pointer */
119 bits = (inst >> (OR1K_INSTBITLEN - iptr - 1)) & 0x1;
124 iptr++;
153 (inst >> (OR1K_INSTBITLEN - iptr - width)) & ((1 << width) - 1);
157 iptr += width;
168 gdb_assert (OR1K_INSTBITLEN == iptr);
97 int iptr = 0; \/* Instruction pointer *\/ local
  /src/sys/arch/amiga/dev/
grf_cl.c 874 unsigned long long *tptr, *iptr, *mptr, line; local
877 iptr = (unsigned long long *) cl_cursprite.image;
889 line = iptr[y];
  /src/external/bsd/libevent/dist/test/
regress_util.c 767 ev_intptr_t iptr; local
841 iptr = (ev_intptr_t)ptr;
843 ptr = (void *)iptr;
848 iptr = -1;
849 tt_assert(iptr < 0);
  /src/external/bsd/ntp/dist/ntpd/
refclock_chu.c 323 int iptr; /* integrator pointer */ member in struct:xmtr
1558 sp->metric -= sp->integ[sp->iptr];
1559 sp->integ[sp->iptr] = met;
1560 sp->metric += sp->integ[sp->iptr];
1562 sp->iptr = (sp->iptr + 1) % ISTAGE;
refclock_wwv.c 940 static int iptr; /* data channel pointer */ local
1037 up->irig -= ibuf[iptr];
1038 ibuf[iptr] = dtemp;
1043 up->qrig -= qbuf[iptr];
1044 qbuf[iptr] = dtemp;
1046 iptr = (iptr + 1) % DATSIZ;
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_util.c 764 ev_intptr_t iptr; local
838 iptr = (ev_intptr_t)ptr;
840 ptr = (void *)iptr;
845 iptr = -1;
846 tt_assert(iptr < 0);
  /src/external/bsd/openldap/dist/servers/slapd/
config.c 1328 int *iptr, j; local
1358 iptr = (int *)((char *)dst + tab->off);
1368 *iptr = aux[j].mask;
1375 rc = lutil_atoix( iptr, val, 0 );
1434 int *iptr, i; local
1458 iptr = (int *)((char *)src + tab->off);
1464 if ( *iptr == aux[i].mask ) {
1475 ptr += snprintf( ptr, sizeof( buf ) - ( ptr - buf ), "%d", *iptr );
bconfig.c 5549 char *iptr = NULL; local
5556 iptr = strchr( ca->line, '{' );
5562 if ( iptr ) {
5563 ca->valx = strtol( iptr+1, NULL, 0 );
6815 char *iptr; local
6928 iptr = ber_bvchr( &op->o_req_ndn, '{' ) + 1;
6929 ixold = strtol( iptr, NULL, 0 );
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 2905 int *iptr, j; local
2927 iptr = (int *)( (char *)dst + tab->off );
2937 *iptr = aux[j].mask;
2944 rc = lutil_atoix( iptr, val, 0 );
3007 int *iptr, i; local
3031 iptr = (int *)( (char *)src + tab->off );
3037 if ( *iptr == aux[i].mask ) {
3049 *iptr );
  /src/sys/dev/ic/
isp.c 4864 uint32_t iptr, optr, junk; local
4932 iptr = ISP_READ(isp, BIU2400_ATIO_RSPINP);
4935 while (optr != iptr) {
4989 iptr = ISP_READ(isp, isp->isp_respinrp);
4991 } while (junk != iptr && ++i < 1000);
4993 if (iptr != junk) {
4994 isp_prt(isp, ISP_LOGWARN, "Response Queue Out Pointer Unstable (%x, %x)", iptr, junk);
4998 iptr = ISP_READ(isp, isp->isp_respinrp);
5000 isp->isp_resodx = iptr;
5003 if (optr == iptr && sema == 0)
    [all...]

Completed in 53 milliseconds