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

/system/netd/server/
H A DFirewallController.h70 static const char* TABLE; member in class:FirewallController
H A DFirewallController.cpp37 const char* FirewallController::TABLE = "filter"; member in class:FirewallController
/system/core/libcutils/arch-x86/
H A Dandroid_memset32.S95 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
97 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \
101 add $(TABLE - .), %ebx; \
123 /* Branch to an entry in a jump table. TABLE is a jump table with
125 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \
126 jmp *TABLE(,%ecx,4)
H A Dandroid_memset16.S95 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
97 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \
101 add $(TABLE - .), %ebx; \
123 /* Branch to an entry in a jump table. TABLE is a jump table with
125 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \
126 jmp *TABLE(,%ecx,4)
/system/core/libcutils/arch-x86_64/
H A Dandroid_memset32.S56 /* Branch to an entry in a jump table. TABLE is a jump table with
59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
60 lea TABLE(%rip), %r11; \
H A Dandroid_memset16.S56 /* Branch to an entry in a jump table. TABLE is a jump table with
59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
60 lea TABLE(%rip), %r11; \

Completed in 51 milliseconds