Home
last modified time | relevance | path

Searched refs:in_map (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_index_modify.c37 const unsigned char *in_map; in util_shorten_ubyte_elts_to_userptr() local
42 in_map = ib->user_buffer; in util_shorten_ubyte_elts_to_userptr()
44 in_map = pipe_buffer_map(context, ib->buffer, in util_shorten_ubyte_elts_to_userptr()
49 in_map += start; in util_shorten_ubyte_elts_to_userptr()
52 *out_map = (unsigned short)(*in_map + index_bias); in util_shorten_ubyte_elts_to_userptr()
53 in_map++; in util_shorten_ubyte_elts_to_userptr()
97 const unsigned short *in_map; in util_rebuild_ushort_elts_to_userptr() local
102 in_map = ib->user_buffer; in util_rebuild_ushort_elts_to_userptr()
104 in_map = pipe_buffer_map(context, ib->buffer, in util_rebuild_ushort_elts_to_userptr()
109 in_map += start; in util_rebuild_ushort_elts_to_userptr()
[all …]
/external/lldb/source/Interpreter/
DCommandObject.cpp356 CommandObject::AddNamesMatchingPartialString (CommandObject::CommandMap &in_map, const char *cmd_st… in AddNamesMatchingPartialString() argument
362 …CommandObject::CommandMap::iterator matching_cmds = std::find_if (in_map.begin(), in_map.end(), ma… in AddNamesMatchingPartialString()
364 while (matching_cmds != in_map.end()) in AddNamesMatchingPartialString()
368 matching_cmds = std::find_if (++matching_cmds, in_map.end(), matcher);; in AddNamesMatchingPartialString()
/external/lldb/include/lldb/Interpreter/
DCommandObject.h316 AddNamesMatchingPartialString (CommandMap &in_map, const char *cmd_str, StringList &matches);