Home
last modified time | relevance | path

Searched defs:last (Results 126 - 150 of 2382) sorted by relevance

12345678910>>...96

/third_party/alsa-lib/include/
H A Dlist.h81 struct list_head *last = list->prev; in list_add_tail() local
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c77 long first, last, c; in main() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCSCharacterIterator.java40 public char last() { in last() method in CSCharacterIterator
H A DUCharacterIteratorWrapper.java52 public char last(){ in last() method in UCharacterIteratorWrapper
/third_party/icu/icu4c/source/i18n/
H A Dnfrlist.h78 NFRule* last() const { return (fCount > 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL; } in last() function in NFRuleList
/third_party/lame/misc/
H A Dscalartest.c33 double last = 0; in test() local
66 double last = 0; in testn() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/tests/
H A Ddelay.c171 struct ir3_instruction *last = NULL; in main() local
/third_party/node/test/cctest/
H A Dtest_node_postmortem_metadata.cc159 auto last = tail + nodedbg_offset_ListNode_HandleWrap__next___uintptr_t; in TEST_F() local
197 volatile uintptr_t last = in TEST_F() local
/third_party/nghttp2/src/
H A Dbase64.h49 template <typename InputIt> std::string encode(InputIt first, InputIt last) { in encode() argument
89 OutputIt encode(InputIt first, InputIt last, OutputIt d_first) { in encode() argument
130 InputIt next_decode_input(InputIt first, InputIt last, const int *tbl) { in next_decode_input() argument
140 OutputIt decode(InputIt first, InputIt last, OutputIt d_first) { in decode() argument
193 decode(InputIt first, InputIt last) decode() argument
207 decode(BlockAllocator &balloc, InputIt first, InputIt last) decode() argument
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Dstrops.c32 char *last = NULL; in strtrim() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrlist.h78 NFRule* last() const { return (fCount > 0 && fStuff != nullptr) ? fStuff[fCount-1] : nullptr; } in last() function in NFRuleList
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dtools.c213 int i, last = 0; in getbase() local
/third_party/lwip/src/netif/ppp/polarssl/
H A Dmd5.c265 unsigned long last, padn; in md5_finish() local
H A Dmd4.c246 unsigned long last, padn; in md4_finish() local
H A Dsha1.c299 unsigned long last, padn; in sha1_finish() local
/third_party/node/deps/v8/src/base/
H A Dfunctional.h79 V8_INLINE size_t hash_range(Iterator first, Iterator last) { in hash_range() argument
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table.cc80 uint32_t last = new_capacity - 1; in Grow() local
/third_party/musl/ldso/linux/
H A Dstrops.c32 char *last = NULL; in strtrim() local
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_strops.c32 char *last = NULL; in strtrim() local
/third_party/pcre2/pcre2/maint/
H A DGenerateUcpTables.py168 last = '' variable
171 last = ';' variable
178 last = ',' variable
186 last = '' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h82 transferNodesFromList( SymbolTableListTraits &L2, iterator first, iterator last) transferNodesFromList() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrlist.h78 NFRule* last() const { return (fCount > 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL; } in last() function in NFRuleList
/third_party/skia/src/sksl/dsl/
H A DDSLFunction.cpp85 const SkSL::ProgramElement& last = *ThreadContext::ProgramElements().back(); in define() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_reflection_class.cc253 void ReflectionClassGenerator::WriteGeneratedCodeInfo(const Descriptor* descriptor, io::Printer* printer, bool last) { in WriteGeneratedCodeInfo() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl() argument
83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl() argument
131 bool linear_search(InputIterator first, InputIterator last, in linear_search() argument
148 rotate(ForwardIterator first, ForwardIterator middle, ForwardIterator last) rotate() argument
[all...]

Completed in 9 milliseconds

12345678910>>...96