/third_party/alsa-lib/include/ |
H A D | list.h | 81 struct list_head *last = list->prev; in list_add_tail() local
|
/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdmerge.c | 77 long first, last, c; in main() local [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CSCharacterIterator.java | 40 public char last() { in last() method in CSCharacterIterator
|
H A D | UCharacterIteratorWrapper.java | 52 public char last(){ in last() method in UCharacterIteratorWrapper
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrlist.h | 78 NFRule* last() const { return (fCount > 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL; } in last() function in NFRuleList
|
/third_party/lame/misc/ |
H A D | scalartest.c | 33 double last = 0; in test() local 66 double last = 0; in testn() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/tests/ |
H A D | delay.c | 171 struct ir3_instruction *last = NULL; in main() local
|
/third_party/node/test/cctest/ |
H A D | test_node_postmortem_metadata.cc | 159 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 D | base64.h | 49 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 D | strops.c | 32 char *last = NULL; in strtrim() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrlist.h | 78 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 D | tools.c | 213 int i, last = 0; in getbase() local
|
/third_party/lwip/src/netif/ppp/polarssl/ |
H A D | md5.c | 265 unsigned long last, padn; in md5_finish() local
|
H A D | md4.c | 246 unsigned long last, padn; in md4_finish() local
|
H A D | sha1.c | 299 unsigned long last, padn; in sha1_finish() local
|
/third_party/node/deps/v8/src/base/ |
H A D | functional.h | 79 V8_INLINE size_t hash_range(Iterator first, Iterator last) { in hash_range() argument
|
/third_party/node/deps/v8/src/sandbox/ |
H A D | external-pointer-table.cc | 80 uint32_t last = new_capacity - 1; in Grow() local
|
/third_party/musl/ldso/linux/ |
H A D | strops.c | 32 char *last = NULL; in strtrim() local
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_mock_strops.c | 32 char *last = NULL; in strtrim() local
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateUcpTables.py | 168 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 D | SymbolTableListTraitsImpl.h | 82 transferNodesFromList( SymbolTableListTraits &L2, iterator first, iterator last) transferNodesFromList() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrlist.h | 78 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 D | DSLFunction.cpp | 85 const SkSL::ProgramElement& last = *ThreadContext::ProgramElements().back(); in define() local
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_reflection_class.cc | 253 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 D | algorithm.h | 78 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...] |