HomeSort by relevance Sort by last modified time
    Searched full:_tags (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 152 MyFree(_tags);
153 _tags = 0;
172 if (_tags == 0 || numBlocksLog != _numBlocksLog)
174 MyFree(_tags);
175 _tags = (UInt64 *)MyAlloc(sizeof(UInt64) << numBlocksLog);
176 if (_tags == 0)
190 _tags[i] = kEmptyTag;
213 if (_tags[cacheIndex] != cacheTag)
220 _tags[cacheIndex] = cacheTag;
StreamObjects.h 119 UInt64 *_tags; member in class:CCachedInStream
129 CCachedInStream(): _tags(0), _data(0) {}
  /external/llvm/test/CodeGen/X86/
fast-isel-stackcheck.ll 14 %_tags = alloca [3 x i32], align 4
  /system/media/camera/docs/
metadata_model.py 218 self._tags = []
230 return (i for i in self._tags)
261 self._tags.append(Tag(tag, self, description))
394 p._tags = []
398 if tag not in p._tags:
399 p._tags.append(tag)
    [all...]
  /external/libevent/
event_rpcgen.py 50 self._tags = {}
54 if self._tags.has_key(entry.Tag()):
58 self._tags[entry.Tag()], line_count))
60 self._tags[entry.Tag()] = entry.Name()
    [all...]
  /external/libvpx/libvpx/
y4minput.c 52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) {
62 for (p = _tags;; p = q) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.c 52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) {
62 for (p = _tags;; p = q) {
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl2.rst 600 \_tags:
    [all...]
OCamlLangImpl3.rst 537 \_tags:
    [all...]
OCamlLangImpl4.rst 434 \_tags:
    [all...]
OCamlLangImpl5.rst 707 \_tags:
    [all...]
OCamlLangImpl6.rst 707 \_tags:
    [all...]
OCamlLangImpl7.rst 834 \_tags:
    [all...]

Completed in 2103 milliseconds