Searched refs:TABLE (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | FirewallController.h | 79 static const char* TABLE; variable
|
D | FirewallController.cpp | 68 const char* FirewallController::TABLE = "filter"; member in android::net::FirewallController
|
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 97 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument 101 add $(TABLE - .), %ebx; \ 125 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument 126 jmp *TABLE(,%ecx,4)
|
D | android_memset16.S | 97 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument 101 add $(TABLE - .), %ebx; \ 125 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument 126 jmp *TABLE(,%ecx,4)
|
/system/core/libcutils/arch-x86_64/ |
D | android_memset32.S | 59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 60 lea TABLE(%rip), %r11; \
|
D | android_memset16.S | 59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 60 lea TABLE(%rip), %r11; \
|