Home
last modified time | relevance | path

Searched defs:TABLE (Results 1 – 6 of 6) sorted by relevance

/system/core/libcutils/arch-x86/
Dandroid_memset32.S97 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument
125 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument
Dandroid_memset16.S97 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument
125 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument
/system/core/libcutils/arch-x86_64/
Dandroid_memset32.S59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
Dandroid_memset16.S59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
/system/netd/server/
DFirewallController.h70 static const char* TABLE; variable
DFirewallController.cpp37 const char* FirewallController::TABLE = "filter"; member in FirewallController