Searched defs:Slot (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dvoyager.h342 __u8 Slot; /* Processor slots 1 - 4 */ member in struct:QuadDescription
/external/v8/src/
H A Dast.h78 V(Slot) \
129 virtual Slot* AsSlot() { return NULL; }
989 class Slot: public Expression { class in namespace:v8::internal
1013 Slot(Variable* var, Type type, int index) function in class:v8::internal::Slot
1021 virtual Slot* AsSlot() { return this; }

Completed in 56 milliseconds