HomeSort by relevance Sort by last modified time
    Searched defs:translate_key (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/idlelib/
config_key.py 23 def translate_key(key, modifiers): function
241 final_key = translate_key(final_key, modifiers)
  /external/mesa3d/src/gallium/auxiliary/translate/
translate.h 72 struct translate_key { struct
111 struct translate_key key;
129 struct translate *translate_create( const struct translate_key *key );
133 static inline int translate_keysize( const struct translate_key *key )
138 static inline int translate_key_compare( const struct translate_key *a,
139 const struct translate_key *b )
151 static inline void translate_key_sanitize( struct translate_key *a )
162 struct translate *translate_sse2_create( const struct translate_key *key );
164 struct translate *translate_generic_create( const struct translate_key *key );

Completed in 182 milliseconds