/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | dead_branch_elim_pass.cpp | 380 if (ebi->begin() != ebi->tail() || in EraseDeadBlocks() 390 get_def_use_mgr()->AnalyzeInstUse(&*ebi->tail()); in EraseDeadBlocks() 391 context()->set_instr_block(&*ebi->tail(), &*ebi); in EraseDeadBlocks() 396 if (ebi->begin() != ebi->tail() || in EraseDeadBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dead_branch_elim_pass.cpp | 380 if (ebi->begin() != ebi->tail() || in EraseDeadBlocks() 390 get_def_use_mgr()->AnalyzeInstUse(&*ebi->tail()); in EraseDeadBlocks() 391 context()->set_instr_block(&*ebi->tail(), &*ebi); in EraseDeadBlocks() 396 if (ebi->begin() != ebi->tail() || in EraseDeadBlocks()
|
/third_party/spirv-tools/source/opt/ |
H A D | dead_branch_elim_pass.cpp | 376 if (ebi->begin() != ebi->tail() || in EraseDeadBlocks() 386 get_def_use_mgr()->AnalyzeInstUse(&*ebi->tail()); in EraseDeadBlocks() 387 context()->set_instr_block(&*ebi->tail(), &*ebi); in EraseDeadBlocks() 392 if (ebi->begin() != ebi->tail() || in EraseDeadBlocks()
|
/third_party/ffmpeg/libavcodec/ |
H A D | sonic.c | 70 int *tail; member 651 s->tail = av_calloc(s->tail_size, sizeof(*s->tail)); in sonic_encode_init() 652 if (!s->tail) in sonic_encode_init() 712 av_freep(&s->tail); in sonic_encode_close() 767 s->window[x++] = s->tail[i]; in sonic_encode_frame() 776 s->tail[i] = s->int_samples[s->frame_size - s->tail_size + i]; in sonic_encode_frame()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_deref.c | 55 nir_deref_instr **tail = &path->_short_path[max_short_path_len]; in nir_deref_path_init() local 56 nir_deref_instr **head = tail; in nir_deref_path_init() 58 *tail = NULL; in nir_deref_path_init() 80 head = tail = path->path + count; in nir_deref_path_init() 81 *tail = NULL; in nir_deref_path_init() 90 assert(tail == head + count); in nir_deref_path_init() 91 assert(*tail == NULL); in nir_deref_path_init() 477 /* We're at either the tail or the divergence point between the two deref in compare_deref_paths()
|
/third_party/littlefs/scripts/ |
H A D | bench.py | 711 def __init__(self, path, head=None, tail=None): 715 self.tail = tail or [] 716 self.writer = csv.DictWriter(self.f, self.head + self.tail) 731 if all(k in self.head or k in self.tail for k in row.keys()): 736 self.head.extend(row.keys() - (self.head + self.tail)) 739 self.writer = csv.DictWriter(self.f, self.head + self.tail)
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 104 for new_root, tail in map(_os._path_splitroot, path_parts): 107 path = [path_sep + tail] 111 # tail but do not add a path_sep prefix. 113 path = [tail] 115 path.append(tail) 118 path.append(tail) 463 head, tail = _path_split(path) 464 base, sep, rest = tail.rpartition('.')
|
/third_party/python/Lib/test/ |
H A D | test_mmap.py | 983 def _make_test_file(self, num_zeroes, tail): 990 f.write(tail) 1020 tail = b' DEARdear ' 1021 start = boundary - len(tail) // 2 1022 end = start + len(tail) 1023 with self._make_test_file(start, tail) as f: 1025 self.assertEqual(m[start:end], tail)
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_json_object.cpp | 457 cJSON *tail = cjson_; in GetItemField() local 458 while (tail->next != nullptr) { in GetItemField() 459 tail = tail->next; in GetItemField() 464 while (head->prev != tail) { in GetItemField()
|
/third_party/FreeBSD/lib/libc/gen/ |
H A D | fts.c | 632 FTSENT *cur, *tail; in fts_build() local 742 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) { in fts_build() 821 head = tail = p; in fts_build() 823 tail->fts_link = p; in fts_build() 824 tail = p; in fts_build()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.cpp | 161 ASSERT(!mNodeStack.tail); in ~TIntermRebuild() 171 ASSERT(mNodeStack.tail); in getParentNode() 172 auto parent = *mNodeStack.tail; in getParentNode() 176 ASSERT(parent.tail); in getParentNode() 177 parent = *parent.tail; in getParentNode()
|
/third_party/node/test/parallel/ |
H A D | test-stream2-readable-from-list.js | 50 tail: [Object],
|
/third_party/mesa3d/src/util/tests/ |
H A D | vector_test.cpp | 35 // Override the head and tail so we can quickly test rollover in test() 36 vector.head = vector.tail = start; in test()
|
/third_party/ltp/testcases/kernel/fs/quota_remount/ |
H A D | quota_remount_test01.sh | 8 TST_NEEDS_CMDS="dd mkfs.ext3 mount quota quotacheck quotaon sed tail" 39 quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'
|
/third_party/lwip/src/include/lwip/ |
H A D | netbuf.h | 80 void netbuf_chain (struct netbuf *head, struct netbuf *tail);
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.h | 123 unsigned head, tail; member
|
/third_party/skia/src/core/ |
H A D | SkArenaAllocList.h | 48 Iter tail() { return Iter(fTail); } in tail() function in SkArenaAllocList
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_duplicate_regions_with_selections.cpp | 101 auto final_instruction = &*exit_block->tail(); in Apply() 102 // &*exit_block->tail() is the final instruction of the region. in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_duplicate_regions_with_selections.cpp | 101 auto final_instruction = &*exit_block->tail(); in Apply() 102 // &*exit_block->tail() is the final instruction of the region. in Apply()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | fttypes.h | 576 * tail :: 577 * The tail (last element) of doubly-linked list. 582 FT_ListNode tail; member
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_duplicate_regions_with_selections.cpp | 101 auto final_instruction = &*exit_block->tail(); in Apply() 102 // &*exit_block->tail() is the final instruction of the region. in Apply()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_frei0r.c | 99 char *tail; in set_param() local 110 val.d = av_strtod(param, &tail); in set_param() 111 if (*tail || val.d == HUGE_VAL) in set_param()
|
/third_party/backends/backend/ |
H A D | kvs20xx.c | 489 unsigned tail = (*len - head) % ls; in sane_read() local 500 assert ((data <= s->data + s->side_size * 2) || !tail); in sane_read() 501 memcpy (buf, data, tail); in sane_read()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.c | 84 char *tail, *s; in replacestr() local 89 tail = s + strlen(find); in replacestr() 92 asprintf(&newline, "%.*s%s%s", (int)(s - line), line, replace, tail); in replacestr()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 206 head, middle, tail = "", word, "" 220 tail = match.group() 258 words[i] = head + middle + tail
|