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

1 2

  /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 */
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 */
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);
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);
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++;
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++) ;
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';
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);
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...]
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;
monitor.c 228 size_t pages = 0, *iptr; local
233 iptr = data.mv_data;
234 pages += *iptr;
  /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
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
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/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...]

Completed in 67 milliseconds

1 2