Home
last modified time | relevance | path

Searched refs:tail (Results 476 - 500 of 729) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_wrap_early_terminator_in_function.cpp113 auto iterator = enclosing_block->tail(); in Apply()
/third_party/spirv-tools/source/opt/
H A Dlicm_pass.cpp126 Instruction* insertion_point = &*pre_header_bb->tail(); in HoistInstruction()
/third_party/selinux/libsepol/src/
H A Dexpand.c2863 avrule_t *tail, *to_be_appended; in discard_tunables() local
2885 tail = decl->avrules; in discard_tunables()
2886 while (tail && tail->next) in discard_tunables()
2887 tail = tail->next; in discard_tunables()
2935 if (tail) in discard_tunables()
2936 tail->next = to_be_appended; in discard_tunables()
2938 tail = decl->avrules = to_be_appended; in discard_tunables()
2947 /* Update the tail o in discard_tunables()
[all...]
/third_party/littlefs/scripts/
H A Dtest.py728 def __init__(self, path, head=None, tail=None):
732 self.tail = tail or []
733 self.writer = csv.DictWriter(self.f, self.head + self.tail)
748 if all(k in self.head or k in self.tail for k in row.keys()):
753 self.head.extend(row.keys() - (self.head + self.tail))
756 self.writer = csv.DictWriter(self.f, self.head + self.tail)
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc2870 void ClassScope::ResetUnresolvedPrivateNameTail(UnresolvedList::Iterator tail) { in ResetUnresolvedPrivateNameTail() argument
2873 rare_data->unresolved_private_names.end() == tail) { in ResetUnresolvedPrivateNameTail()
2877 bool tail_is_empty = tail == UnresolvedList::Iterator(); in ResetUnresolvedPrivateNameTail()
2879 // If the saved tail is empty, the list used to be empty, so clear it. in ResetUnresolvedPrivateNameTail()
2882 rare_data->unresolved_private_names.Rewind(tail); in ResetUnresolvedPrivateNameTail()
2887 AstNodeFactory* ast_node_factory, UnresolvedList::Iterator tail) { in MigrateUnresolvedPrivateNameTail()
2890 rare_data->unresolved_private_names.end() == tail) { in MigrateUnresolvedPrivateNameTail()
2895 // If the saved tail is empty, the list used to be empty, so we should in MigrateUnresolvedPrivateNameTail()
2897 bool tail_is_empty = tail == UnresolvedList::Iterator(); in MigrateUnresolvedPrivateNameTail()
2899 tail_is_empty ? rare_data->unresolved_private_names.begin() : tail; in MigrateUnresolvedPrivateNameTail()
2886 MigrateUnresolvedPrivateNameTail( AstNodeFactory* ast_node_factory, UnresolvedList::Iterator tail) MigrateUnresolvedPrivateNameTail() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-mips.pl1669 my ($head,$tail)=($inp,$bits);
1710 $PTR_ADD $tail,$key,$at
1717 lw $rk4,0($tail)
1718 lw $rk5,4($tail)
1719 lw $rk6,8($tail)
1720 lw $rk7,12($tail)
1721 sw $rk0,0($tail)
1722 sw $rk1,4($tail)
1723 sw $rk2,8($tail)
1724 sw $rk3,12($tail)
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-mips.pl1669 my ($head,$tail)=($inp,$bits);
1710 $PTR_ADD $tail,$key,$at
1717 lw $rk4,0($tail)
1718 lw $rk5,4($tail)
1719 lw $rk6,8($tail)
1720 lw $rk7,12($tail)
1721 sw $rk0,0($tail)
1722 sw $rk1,4($tail)
1723 sw $rk2,8($tail)
1724 sw $rk3,12($tail)
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h61 void ResetLayoutRange(double head, double tail, Offset position, Size viewport);
285 void RecycleTail(int32_t tail);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_l2cap_if.c534 * @param tail RFCOMM frame tail information.
538 int RfcommSendData(uint16_t lcid, const uint8_t *header, uint8_t headSize, uint8_t tail, Packet *pkt) in RfcommSendData() argument
555 *tailBuf = tail; in RfcommSendData()
/third_party/ffmpeg/libavfilter/
H A Dvf_codecview.c171 int ey, int w, int h, int stride, int color, int tail, int direction) in draw_arrow()
197 if (tail) { in draw_arrow()
170 draw_arrow(uint8_t *buf, int sx, int sy, int ex, int ey, int w, int h, int stride, int color, int tail, int direction) draw_arrow() argument
/third_party/curl/lib/
H A Daltsvc.c194 Curl_llist_insert_next(&asi->list, asi->list.tail, as, &as->node); in altsvc_add()
654 Curl_llist_insert_next(&asi->list, asi->list.tail, as, &as->node); in Curl_altsvc_parse()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_flrp.c39 struct nir_alu_instr **tail = u_vector_add(dead_flrp); in append_flrp_to_dead_list() local
40 *tail = alu; in append_flrp_to_dead_list()
/third_party/libwebsockets/scripts/
H A Dattack.sh58 tail -n 10 /tmp/lwscap
59 tail -n 100 $LOG
/third_party/node/deps/cares/src/lib/
H A Dares_private.h416 struct ares_addrinfo_node *tail);
428 struct ares_addrinfo_cname *tail);
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py170 tail = line[(len(head) + 1):]
171 operands = [x.strip() for x in tail.split(",") if len(x.strip()) > 0]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dencode.c353 goto tail; in EVP_DecodeUpdate()
388 tail: in EVP_DecodeUpdate()
/third_party/python/Lib/
H A Dcompileall.py219 head, tail = name[:-3], name[-3:]
220 if tail == '.py':
/third_party/openssl/crypto/evp/
H A Dencode.c353 goto tail; in EVP_DecodeUpdate()
388 tail: in EVP_DecodeUpdate()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcgenerator.py348 body += self.genOpts.apientry + noneStr(elem.tail)
350 body += noneStr(elem.text) + noneStr(elem.tail)
H A Ddocgenerator.py360 body += self.genOpts.apientry + noneStr(elem.tail)
362 body += noneStr(elem.text) + noneStr(elem.tail)
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.h299 VertexList(Vertex* head, Vertex* tail) : fHead(head), fTail(tail) {} in VertexList()
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.cpp59 Entry* cur = fUniquelyKeyedEntryList.tail(); in dropUniqueRefs()
82 Entry* cur = fUniquelyKeyedEntryList.tail(); in dropUniqueRefsOlderThan()
/third_party/skia/src/pathops/
H A DSkOpSegment.h387 const SkOpSpanBase* tail() const { in tail() function in SkOpSegment
391 SkOpSpanBase* tail() { in tail() function in SkOpSegment
430 SkOpSpanBase fTail; // the tail span always has its t set to one
/third_party/python/Lib/test/
H A Dtest_py_compile.py162 head, tail = os.path.split(cache_path)
165 os.path.join(penultimate_tail, tail),
/third_party/vulkan-headers/registry/
H A Dcgenerator.py348 body += self.genOpts.apientry + noneStr(elem.tail)
350 body += noneStr(elem.text) + noneStr(elem.tail)

Completed in 27 milliseconds

1...<<11121314151617181920>>...30