idx2              142 lib/lua/lua.h  LUA_API int            (lua_equal) (lua_State *L, int idx1, int idx2);
idx2              143 lib/lua/lua.h  LUA_API int            (lua_rawequal) (lua_State *L, int idx1, int idx2);
idx2              144 lib/lua/lua.h  LUA_API int            (lua_lessthan) (lua_State *L, int idx1, int idx2);
idx2             5308 tools/finsig_dryos.c     int idx2 = idxFollowBranch(fw, k, 0x01000001);
idx2             5309 tools/finsig_dryos.c     if (isLDR(fw, idx2+2) && isBL(fw, idx2+3))
idx2             5311 tools/finsig_dryos.c         uint32_t palette_size = LDR2val(fw,idx2+2);
idx2             5314 tools/finsig_dryos.c             bprintf("// Offset from start of palette_buffer to color data = %d (Found @0x%08x)\n",palette_size-0x400,idx2adr(fw,idx2+2));
idx2             5318 tools/finsig_dryos.c     else if (isADR(fw, idx2+2) && isBL(fw, idx2+3))
idx2             5320 tools/finsig_dryos.c         uint32_t palette_size = ALUop2(fw,idx2+2);
idx2             5323 tools/finsig_dryos.c             bprintf("// Offset from start of palette_buffer to color data = %d (Found @0x%08x)\n",palette_size-0x400,idx2adr(fw,idx2+2));
idx2             5624 tools/finsig_dryos.c                     int idx2 = adr2idx(fw,fadr);
idx2             5625 tools/finsig_dryos.c                     if (isLDR_PC(fw,idx2+1) && isLDR(fw,idx2+2))
idx2             5627 tools/finsig_dryos.c                         int base = LDR2val(fw,idx2+1);
idx2             5628 tools/finsig_dryos.c                         int ofst = fw->buf[idx2+2] & 0xFFF;
idx2             4337 tools/finsig_vxworks.c     int idx2 = idxFollowBranch(fw, k, 0x01000001);
idx2             4338 tools/finsig_vxworks.c     if (isLDR(fw, idx2+2) && isBL(fw, idx2+3))
idx2             4340 tools/finsig_vxworks.c         uint32_t palette_size = LDR2val(fw,idx2+2);
idx2             4343 tools/finsig_vxworks.c             bprintf("// Offset from start of palette_buffer to color data = %d (Found @0x%08x)\n",palette_size-0x400,idx2adr(fw,idx2+2));
idx2             4347 tools/finsig_vxworks.c     else if (isADR(fw, idx2+2) && isBL(fw, idx2+3))
idx2             4349 tools/finsig_vxworks.c         uint32_t palette_size = ALUop2(fw,idx2+2);
idx2             4352 tools/finsig_vxworks.c             bprintf("// Offset from start of palette_buffer to color data = %d (Found @0x%08x)\n",palette_size-0x400,idx2adr(fw,idx2+2));
idx2             4653 tools/finsig_vxworks.c                     int idx2 = adr2idx(fw,fadr);
idx2             4654 tools/finsig_vxworks.c                     if (isLDR_PC(fw,idx2+1) && isLDR(fw,idx2+2))
idx2             4656 tools/finsig_vxworks.c                         int base = LDR2val(fw,idx2+1);
idx2             4657 tools/finsig_vxworks.c                         int ofst = fw->buf[idx2+2] & 0xFFF;