Searched refs:TABLE (Results 1 - 6 of 6) sorted by relevance
/system/netd/server/ |
H A D | FirewallController.h | 70 static const char* TABLE; member in class:FirewallController
|
H A D | FirewallController.cpp | 37 const char* FirewallController::TABLE = "filter"; member in class:FirewallController
|
/system/core/libcutils/arch-x86/ |
H A D | android_memset32.S | 95 /* 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 D | android_memset16.S | 95 /* 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 D | android_memset32.S | 56 /* 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 D | android_memset16.S | 56 /* 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