offs             1200 core/conf.c        int rcnt, i, offs;
offs             1209 core/conf.c                offs = 2 * sizeof(int);
offs             1212 core/conf.c                    if (offs + (int)sizeof(short) > rcnt)
offs             1214 core/conf.c                    id = *((short*)(buf + offs));
offs             1215 core/conf.c                    offs += sizeof(short);
offs             1217 core/conf.c                    if (offs + (int)sizeof(short) > rcnt)
offs             1219 core/conf.c                    size = *((short*)(buf + offs));
offs             1220 core/conf.c                    offs += sizeof(short);
offs             1226 core/conf.c                            if (offs + size <= rcnt)
offs             1231 core/conf.c                                    size = cfg->load(buf+offs);
offs             1235 core/conf.c                                    memcpy(ci[i].var, buf+offs, size);
offs             1243 core/conf.c                    offs += size;
offs             1254 core/conf.c        int rcnt, i, offs;
offs             1264 core/conf.c                offs = sizeof(int);
offs             1267 core/conf.c                    if (offs + (int)sizeof(short) > rcnt)
offs             1269 core/conf.c                    id = conf_map_1_2[*((short*)(buf + offs))];
offs             1270 core/conf.c                    offs += sizeof(short);
offs             1272 core/conf.c                    if (offs + (int)sizeof(short) > rcnt)
offs             1274 core/conf.c                    size = *((short*)(buf + offs));
offs             1275 core/conf.c                    offs += sizeof(short);
offs             1296 core/conf.c                                if (offs + size <= rcnt)
offs             1301 core/conf.c                                        size = cfg->load(buf+offs);
offs             1305 core/conf.c                                        memcpy(ci[i].var, buf+offs, size);
offs             1314 core/conf.c                    offs += size;
offs               84 modules/games/gui_sokoban.c     int offs, bits, value;
offs               93 modules/games/gui_sokoban.c     offs = undo_curr/10;
offs               95 modules/games/gui_sokoban.c     undo[offs] &= ~(7<<bits);
offs               96 modules/games/gui_sokoban.c     undo[offs] |= (value&7)<<bits;
offs              266 modules/module_load.c             uint32_t offs = rbuf[i++] & 0x00FFFFFF;
offs              268 modules/module_load.c             *(uint32_t*)(buf+offs) += importaddress;
offs              232 tools/elf2flt/elf-arm.c       		flat_import_cur->offs = locoffset;
offs              261 tools/elf2flt/elfflt.c void print_offs(char *prefix, uint32_t offs, char* postfix)
offs              266 tools/elf2flt/elfflt.c     if ( !offs ) {
offs              271 tools/elf2flt/elfflt.c     if ( offs >=flat->entry && offs<flat->data_start )
offs              273 tools/elf2flt/elfflt.c     else if  ( offs >=flat->data_start && offs<flat->reloc_start )
offs              275 tools/elf2flt/elfflt.c     else if  ( offs >=flat->reloc_start && offs<(flat->reloc_start+flat->bss_size) )
offs              277 tools/elf2flt/elfflt.c     printf("%s 0x%08x (%s+0x%08x)%s",prefix, offs,sect,offs-secoffs,postfix);
offs              281 tools/elf2flt/elfflt.c char* get_flat_string( int32_t offs )
offs              285 tools/elf2flt/elfflt.c     if  ( offs <0 )
offs              287 tools/elf2flt/elfflt.c 		sprintf(buf," LANGID %d",-offs);
offs              291 tools/elf2flt/elfflt.c     if  ( (uint32_t)offs >=flat->reloc_start || (uint32_t)offs<flat->data_start )
offs              294 tools/elf2flt/elfflt.c 	strncpy( buf, flat_buf+offs, sizeof(buf)-1);
offs              680 tools/elf2flt/elfflt.c           if (flat_import_buf[i].offs != 0)
offs              692 tools/elf2flt/elfflt.c                       new_import_buf[new_import_cnt++] = flat_import_buf[j].offs;
offs              693 tools/elf2flt/elfflt.c                       flat_import_buf[j].offs = 0;
offs              753 tools/elf2flt/elfflt.c             uint32_t offs = new_import_buf[i++] & 0x00FFFFFF;
offs              754 tools/elf2flt/elfflt.c             print_offs((j==0)?"Offs: ":"      ",offs,"");
offs              755 tools/elf2flt/elfflt.c 		    int addend = *(uint32_t*)(flat_buf+offs);
offs               56 tools/elf2flt/elfflt.h     uint32_t offs;			// offset of changed record from begin of flat
offs               36 tools/elf2flt/fltdump.c void print_offs(char *prefix, uint32_t offs,char* postfix)
offs               41 tools/elf2flt/fltdump.c     if ( !offs ) {
offs               46 tools/elf2flt/fltdump.c     if ( offs >=flat->entry && offs<flat->data_start )
offs               48 tools/elf2flt/fltdump.c     else if  ( offs >=flat->data_start && offs<flat->reloc_start )
offs               50 tools/elf2flt/fltdump.c     else if  ( offs >=flat->reloc_start && offs<(flat->reloc_start+flat->bss_size) )
offs               52 tools/elf2flt/fltdump.c     printf("%s 0x%08x (%s+0x%08x)%s",prefix, offs,sect,offs-secoffs,postfix);
offs               55 tools/elf2flt/fltdump.c char* get_flat_string( int32_t offs )
offs               59 tools/elf2flt/fltdump.c     if  ( offs <0 )
offs               61 tools/elf2flt/fltdump.c 		sprintf(buf," LANGID %d",-offs);
offs               65 tools/elf2flt/fltdump.c     if  ( (uint32_t)offs >=flat->reloc_start || (uint32_t)offs<flat->data_start )
offs               68 tools/elf2flt/fltdump.c 	strncpy( buf, (char*)flat_buf+offs, sizeof(buf)-1);
offs              186 tools/elf2flt/fltdump.c             uint32_t offs = new_import_buf[i++] & 0x00FFFFFF;
offs              187 tools/elf2flt/fltdump.c             print_offs((j==0)?"Offs: ":"      ",offs,"");
offs              188 tools/elf2flt/fltdump.c 		    int addend = *(uint32_t*)(flat_buf+offs);
offs              182 tools/finsig_dryos.c     uint32_t offs;
offs             4161 tools/finsig_dryos.c                 for (s = sig; s->offs != 0xFFFFFFFF; s++)
offs             4163 tools/finsig_dryos.c                     if ((p[s->offs] & s->mask) != s->value)
offs             4169 tools/finsig_dryos.c                 if (((p[sig->offs] & sig->mask) != sig->value) && (sig->offs == 0) && (sig->value == 0xe92d0000)) success = 0;
offs             4190 tools/finsig_dryos.c                         for (; s->offs != 0xFFFFFFFF; s++)
offs             4192 tools/finsig_dryos.c                             if (!end_branch || (p1[s->offs] & s->mask) != s->value){
offs             4220 tools/finsig_dryos.c                         for (s = sig; s->offs != 0xFFFFFFFF; s++)
offs             4222 tools/finsig_dryos.c                             if (isLDR_PC_cond(fw,n->off+i+s->offs))
offs             4224 tools/finsig_dryos.c                                 int m = adr2idx(fw,LDR2val(fw,n->off+i+s->offs));
offs             4230 tools/finsig_dryos.c                             else if (isADR_PC_cond(fw,n->off+i+s->offs))
offs             4232 tools/finsig_dryos.c                                 int m = adr2idx(fw,ADR2adr(fw,n->off+i+s->offs));
offs             6304 tools/finsig_dryos.c     int offs;       // offset in the LED table
offs             6466 tools/finsig_dryos.c                             leds[j3].offs = fwval(fw,k1+j2) & 0xfff;
offs             6480 tools/finsig_dryos.c                         bprintf("// LED #%i: 0x%08x, offset 0x%x\n",j1, leds[j3].addr, leds[j3].offs);
offs             6576 tools/finsig_dryos.c                                 leds[j3].offs = o1;
offs             6598 tools/finsig_dryos.c                     bprintf("// LED #%i: unknown (index: 0x%08x), offset 0x%x\n",j1, leds[j3].addr, leds[j3].offs);
offs             6602 tools/finsig_dryos.c                     bprintf("// LED #%i: 0x%08x (#%d in GPIO table), offset 0x%x\n",j1, fwval(fw, leds[j3].addr + gpiotbladdr), leds[j3].addr, leds[j3].offs);
offs             6606 tools/finsig_dryos.c                     bprintf("// LED #%i:  #%d in GPIO table, offset 0x%x\n",j1, leds[j3].addr, leds[j3].offs);
offs             6733 tools/finsig_dryos.c                             leds[j3].offs = o1;
offs             6755 tools/finsig_dryos.c                 bprintf("// LED #%i: unknown (index: 0x%08x), offset 0x%x\n",j1, leds[j3].addr, leds[j3].offs);
offs             6759 tools/finsig_dryos.c                 bprintf("// LED #%i: 0x%08x (#%d in GPIO table), offset 0x%x\n",j1, fwval(fw, leds[j3].addr + gpiotbladdr), leds[j3].addr, leds[j3].offs);
offs             6763 tools/finsig_dryos.c                 bprintf("// LED #%i:  #%d in GPIO table, offset 0x%x\n",j1, leds[j3].addr, leds[j3].offs);
offs              183 tools/finsig_vxworks.c     uint32_t offs;
offs             3143 tools/finsig_vxworks.c                 for (s = sig; s->offs != 0xFFFFFFFF; s++)
offs             3145 tools/finsig_vxworks.c                     if ((p[s->offs] & s->mask) != s->value)
offs             3151 tools/finsig_vxworks.c                 if (((p[sig->offs] & sig->mask) != sig->value) && (sig->offs == 0) && (sig->value == 0xe92d0000)) success = 0;
offs             3172 tools/finsig_vxworks.c                         for (; s->offs != 0xFFFFFFFF; s++)
offs             3174 tools/finsig_vxworks.c                             if (!end_branch || (p1[s->offs] & s->mask) != s->value){
offs             3202 tools/finsig_vxworks.c                         for (s = sig; s->offs != 0xFFFFFFFF; s++)
offs             3204 tools/finsig_vxworks.c                             if (isLDR_PC_cond(fw,n->off+i+s->offs))
offs             3206 tools/finsig_vxworks.c                                 int m = adr2idx(fw,LDR2val(fw,n->off+i+s->offs));
offs             3212 tools/finsig_vxworks.c                             else if (isADR_PC_cond(fw,n->off+i+s->offs))
offs             3214 tools/finsig_vxworks.c                                 int m = adr2idx(fw,ADR2adr(fw,n->off+i+s->offs));
offs             5356 tools/finsig_vxworks.c     int offs;       // offset in the LED table
offs             5390 tools/finsig_vxworks.c             led.offs = 0;
offs             5409 tools/finsig_vxworks.c                             led.offs = fwval(fw,m) & 0xfff;
offs             5414 tools/finsig_vxworks.c                     if (led.offs != 0)
offs             5420 tools/finsig_vxworks.c             if (led.offs != 0)
offs             5422 tools/finsig_vxworks.c                 bprintf("// LED #%i: 0x%08x, offset 0x%x\n",j2, led.addr, led.offs);