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

/system/netd/server/
H A DFirewallController.h59 static const char* TABLE; member in class:FirewallController
H A DFirewallController.cpp31 const char* FirewallController::TABLE = "filter"; member in class:FirewallController
263 return execIptables(V4V6, "-t", TABLE, "-A", parentChain, "-j", childChain, NULL);
267 return execIptables(V4V6, "-t", TABLE, "-D", parentChain, "-j", childChain, NULL);
273 execIptablesSilently(V4V6, "-t", TABLE, "-D", parentChain, "-j", childChain, NULL);
274 execIptablesSilently(V4V6, "-t", TABLE, "-F", childChain, NULL);
275 execIptablesSilently(V4V6, "-t", TABLE, "-X", childChain, NULL);
277 res |= execIptables(V4V6, "-t", TABLE, "-N", childChain, NULL);
/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 229 milliseconds