Searched defs:_mapping (Results 1 – 9 of 9) sorted by relevance
90 uint8_t *_mapping; /**< Pointer to the CPU mapping of the OpenCL buffer. */ variable
92 void *_mapping; variable
147 …uint8_t *_mapping; /**< Pointer to the CPU mapping of the OpenCL buffer.… variable
125 …uint8_t *_mapping; /**< Pointer to the CPU mapping of the OpenGL ES buff… variable
14 _mapping = {u"unichr" : u"chr", u"unicode" : u"str"} variable
14 _mapping = {"unichr" : "chr", "unicode" : "str"} variable
13 #define MAP_OFF(_map, _mapping) ((_map) - (_mapping)->map) argument
70 #define for_each_mapping_type(_i, _mapping) \ argument75 #define iterate_mapping(_mapping, _i, _map) \ argument
479 private final PositionMapping _mapping = new PositionMapping(); field in UnicodeEscapeProcessingProvider.PositionMappingBuilder