Searched refs:Index (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_r_zip.c193 short Index = ifID->ifDefZone; local
195 if (Index <= 0 || Index >= ZT_MAXEDOUT) {
198 Index, ifID->ifPort));
203 Index--;
205 if ((len = zt_get_zmcast(ifID, &ZT_table[Index].Zone, &GNIReply[8+zname->len])))
218 GNIReply[packet_length + 1] = ZT_table[Index].Zone.len;
219 bcopy(&ZT_table[Index].Zone.str, &GNIReply[packet_length + 2],
220 ZT_table[Index].Zone.len);
221 packet_length = packet_length +2 + ZT_table[Index]
333 short i, j, reply_length, Index, zone_count, status; local
446 short i, reply_length, Index, status; local
1583 register int size, Index, status; local
1680 register short Index=0, StartPoint, ZLength, PacketLen=0; local
1806 short Index, Index_wanted, ZLength; local
[all...]
H A Dddp_rtmptable.c525 register u_short i,j, Index; local
532 Index = i*8 + j; /* get the index in ZT */
537 if (Index >= ZT_maxentry) {
540 Index,ZT_maxentry,i));
544 ("zt_remove_zones: zone #%d %s was=%d\n", Index,
545 ZT_table[Index].Zone.str, ZT_table[Index].ZoneCount));
546 if (ZT_table[Index].ZoneCount > 0)
547 ZT_table[Index].ZoneCount--;
548 if (ZT_table[Index]
[all...]
H A Dddp_r_rtmp.c1259 register short Index, router_starting_timer = 0; local
1535 Index = zt_ent_zindex(Entry->ZoneBitMap);
1536 if (Index <= 0) {
1541 ifID->ifDefZone = Index;
1543 ifID->ifZoneName = ZT_table[Index-1].Zone;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s259 rlwimi r29,r20,0,22,28 ; Index into table based upon register||iDouble||iStore
848 add r18,r18,r13 ; Index to source register
879 add r18,r18,r13 ; Index to source register
908 add r18,r18,r13 ; Index to source register
937 add r18,r18,r13 ; Index to source register
H A Dvmachmon_asm.s160 rlwinm r11,r11,3,0,28 ; Index into table
377 bge- cr1,swvmmBogus ; Index is bogus...
394 rlwinm r31,r31,2,0,29 ; Index to the pmap
H A Dhw_vm.s5564 slwi r14,r12,4 ; Index to the cache slot
5633 slwi r14,r12,4 ; Index to the cache slot
8126 rlwinm r7,r5,4,0,27 ; Index to the cache entry

Completed in 102 milliseconds