Home
last modified time | relevance | path

Searched refs:STR_h (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcre_tables.c216 #define STRING_Bassa_Vah0 STR_B STR_a STR_s STR_s STR_a STR_UNDERSCORE STR_V STR_a STR_h "\0"
220 #define STRING_Brahmi0 STR_B STR_r STR_a STR_h STR_m STR_i "\0"
223 #define STRING_Buhid0 STR_B STR_u STR_h STR_i STR_d "\0"
230 #define STRING_Chakma0 STR_C STR_h STR_a STR_k STR_m STR_a "\0"
231 #define STRING_Cham0 STR_C STR_h STR_a STR_m "\0"
232 #define STRING_Cherokee0 STR_C STR_h STR_e STR_r STR_o STR_k STR_e STR_e "\0"
244 …i STR_a STR_n STR_UNDERSCORE STR_H STR_i STR_e STR_r STR_o STR_g STR_l STR_y STR_p STR_h STR_s "\0"
246 #define STRING_Ethiopic0 STR_E STR_t STR_h STR_i STR_o STR_p STR_i STR_c "\0"
249 #define STRING_Gothic0 STR_G STR_o STR_t STR_h STR_i STR_c "\0"
250 #define STRING_Grantha0 STR_G STR_r STR_a STR_n STR_t STR_h STR_a "\0"
[all …]
Dpcre_internal.h1426 #define STR_h "h" macro
1692 #define STR_h "\150" macro
1725 #define STRING_alpha0 STR_a STR_l STR_p STR_h STR_a "\0"
1733 #define STRING_graph0 STR_g STR_r STR_a STR_p STR_h "\0"
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc119 case STR_h: in IsStore()
Dsimulator-a64.cc1136 case STR_h: Memory::Write<uint16_t>(address, hreg(srcdst)); break; in LoadStoreHelper()
1159 } else if ((op == STR_b) || (op == STR_h) || (op == STR_q)) { in LoadStoreHelper()
Ddisasm-a64.cc795 V(STR_h, "str", "'Ht") \
Dassembler-a64.cc5281 case kHRegSize: return STR_h; in StoreOpFor()