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             5250 tools/finsig_dryos.c     int idx2 = idxFollowBranch(fw, k, 0x01000001);
idx2             5251 tools/finsig_dryos.c     if (isLDR(fw, idx2+2) && isBL(fw, idx2+3))
idx2             5253 tools/finsig_dryos.c         uint32_t palette_size = LDR2val(fw,idx2+2);
idx2             5256 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             5260 tools/finsig_dryos.c     else if (isADR(fw, idx2+2) && isBL(fw, idx2+3))
idx2             5262 tools/finsig_dryos.c         uint32_t palette_size = ALUop2(fw,idx2+2);
idx2             5265 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             5566 tools/finsig_dryos.c                     int idx2 = adr2idx(fw,fadr);
idx2             5567 tools/finsig_dryos.c                     if (isLDR_PC(fw,idx2+1) && isLDR(fw,idx2+2))
idx2             5569 tools/finsig_dryos.c                         int base = LDR2val(fw,idx2+1);
idx2             5570 tools/finsig_dryos.c                         int ofst = fw->buf[idx2+2] & 0xFFF;
idx2             4283 tools/finsig_vxworks.c     int idx2 = idxFollowBranch(fw, k, 0x01000001);
idx2             4284 tools/finsig_vxworks.c     if (isLDR(fw, idx2+2) && isBL(fw, idx2+3))
idx2             4286 tools/finsig_vxworks.c         uint32_t palette_size = LDR2val(fw,idx2+2);
idx2             4289 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             4293 tools/finsig_vxworks.c     else if (isADR(fw, idx2+2) && isBL(fw, idx2+3))
idx2             4295 tools/finsig_vxworks.c         uint32_t palette_size = ALUop2(fw,idx2+2);
idx2             4298 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             4599 tools/finsig_vxworks.c                     int idx2 = adr2idx(fw,fadr);
idx2             4600 tools/finsig_vxworks.c                     if (isLDR_PC(fw,idx2+1) && isLDR(fw,idx2+2))
idx2             4602 tools/finsig_vxworks.c                         int base = LDR2val(fw,idx2+1);
idx2             4603 tools/finsig_vxworks.c                         int ofst = fw->buf[idx2+2] & 0xFFF;