Home
last modified time | relevance | path

Searched refs:STR_s (Results 1 – 12 of 12) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_tables.c231 …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"
235 #define STRING_Avestan0 STR_A STR_v STR_e STR_s STR_t STR_a STR_n "\0"
236 #define STRING_Balinese0 STR_B STR_a STR_l STR_i STR_n STR_e STR_s STR_e "\0"
238 #define STRING_Bassa_Vah0 STR_B STR_a STR_s STR_s STR_a STR_UNDERSCORE STR_V STR_a STR_h "\0"
244 #define STRING_Buginese0 STR_B STR_u STR_g STR_i STR_n STR_e STR_s STR_e "\0"
249 #define STRING_Caucasian_Albanian0 STR_C STR_a STR_u STR_c STR_a STR_s STR_i STR_a STR_n STR_UNDERS…
259 #define STRING_Cs0 STR_C STR_s "\0"
263 #define STRING_Deseret0 STR_D STR_e STR_s STR_e STR_r STR_e STR_t "\0"
266 …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"
267 #define STRING_Elbasan0 STR_E STR_l STR_b STR_a STR_s STR_a STR_n "\0"
[all …]
Dpcre2_internal.h879 #define STR_s "s" macro
1152 #define STR_s "\163" macro
1178 #define STRING_ascii0 STR_a STR_s STR_c STR_i STR_i "\0"
1185 #define STRING_space0 STR_s STR_p STR_a STR_c STR_e "\0"
/external/v8/src/arm64/
Dinstructions-arm64.cc57 case STR_s: in IsStore()
Dinstrument-arm64.cc385 case STR_s: // Fall through. in InstrumentLoadStore()
Dassembler-arm64-inl.h914 return rt.Is64Bits() ? STR_d : STR_s;
Ddisasm-arm64.cc756 V(STR_s, "str", "'St") \
Dsimulator-arm64.cc1666 case STR_s: MemoryWrite<float>(address, sreg(srcdst)); break; in LoadStoreHelper()
1682 if ((op == STR_s) || (op == STR_d)) { in LoadStoreHelper()
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc113 case STR_s: in IsStore()
Dinstrument-aarch64.cc429 case STR_s: in InstrumentLoadStore()
Dsimulator-aarch64.cc1365 case STR_s: in LoadStoreHelper()
1393 if ((op == STR_s) || (op == STR_d)) { in LoadStoreHelper()
Ddisasm-aarch64.cc903 V(STR_s, "str", "'St") \
Dassembler-aarch64.cc4661 return STR_s; in StoreOpFor()