Home
last modified time | relevance | path

Searched defs:last (Results 976 - 1000 of 1049) sorted by relevance

1...<<31323334353637383940>>...42

/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp523 const char *last=nullptr; /* -> last digit of decimal part */ in uprv_decNumberFromString() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c5669 inbound_frame_payload_readlen(nghttp2_inbound_frame *iframe, const uint8_t *in, const uint8_t *last) inbound_frame_payload_readlen() argument
5683 inbound_frame_buf_read(nghttp2_inbound_frame *iframe, const uint8_t *in, const uint8_t *last) inbound_frame_buf_read() argument
5811 const uint8_t *first, *last; nghttp2_session_mem_recv() local
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c2818 register zic_t last = 0; adjleap() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c779 struct symbol *field, *last = NULL; in parse_struct_declaration() local
/third_party/lzma/C/
H A DLzmaEnc.c1221 unsigned last, cur; in GetOptimum() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc941 void EmitDoubleBoundaryTest(RegExpMacroAssembler* masm, int first, int last, in EmitDoubleBoundaryTest() argument
1047 base::uc32 last in SplitSearchSpace() local
1115 base::uc32 last = ranges->at(end_index) - 1; GenerateBranches() local
2710 int last = 0; AddRange() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c3428 struct zink_batch_state *last = zink_batch_state(ctx->last_fence); in zink_flush() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2062 const int last = ARRAY_SIZE(args) - 1; in exec_tex() local
2780 uint first, last, mas in exec_declaration() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h523 unsigned last:1; member
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c1964 decode_dollar_escape(PCRE2_SPTR begin, PCRE2_SPTR string, BOOL callout, uint32_t *value, PCRE2_SPTR *last) decode_dollar_escape() argument
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c5151 pa_alsa_profile *p, *last = NULL; in pa_alsa_profile_set_probe() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp1732 uint32_t last = uint32_t(type.member_types.size() - 1); in get_declared_struct_size() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c247 uint32_t first, last; in PaletteSortModifiedZeng() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp523 const char *last=NULL; /* -> last digit of decimal part */ in uprv_decNumberFromString() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c2817 register zic_t last = 0; adjleap() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh549 HBGlyphID16 last; /* Last GlyphID in the range */ member
1529 hb_codepoint_t last = (hb_codepoint_t) -2; in serialize() local
1701 hb_codepoint_t last = (hb_codepoint_t) -2; serialize() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil.c1555 int last = -1; in __cil_level_strlen() local
1608 int last in __cil_level_to_string() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c1965 const char *token, *last = NULL; in tls_match_dn_field() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c2005 const char *token, *last = NULL; in tls_match_dn_field() local
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h610 struct sched_entity *last; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_common.c2389 void *p, *prev = NULL, *next = NULL, *first = NULL, *last = NULL, *prev_first = NULL; in dhd_prec_drop_pkts() local
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1470 SomeOfArrayMatcher(Iter first, Iter last) : matchers_(first, last) {} in SomeOfArrayMatcher() argument
3375 ElementsAreMatcherImpl(InputIter first, InputIter last) { in ElementsAreMatcherImpl() argument
3776 ElementsAreArrayMatcher(Iter first, Iter last) argument
3619 UnorderedElementsAreMatcherImpl(UnorderedMatcherRequire::Flags matcher_flags, InputIter first, InputIter last) UnorderedElementsAreMatcherImpl() argument
3755 UnorderedElementsAreArrayMatcher(UnorderedMatcherRequire::Flags match_flags, Iter first, Iter last) UnorderedElementsAreArrayMatcher() argument
4150 ElementsAreArray(Iter first, Iter last) ElementsAreArray() argument
4195 UnorderedElementsAreArray(Iter first, Iter last) UnorderedElementsAreArray() argument
4859 IsSupersetOf(Iter first, Iter last) IsSupersetOf() argument
4916 IsSubsetOf(Iter first, Iter last) IsSubsetOf() argument
5150 AnyOfArray(Iter first, Iter last) AnyOfArray() argument
5158 AllOfArray(Iter first, Iter last) AllOfArray() argument
[all...]
/third_party/FatFs/source/
H A Dff.c2111 DWORD last = dp->dptr; in dir_remove() local
[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h474 static const unsigned last = len - 1; //!OCLINT avoid private static members member in doctest::String
738 unsigned last; // the last (matching) test to be executed member
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp6213 iterator_input_adapter(IteratorType first, IteratorType last) in iterator_input_adapter() argument
[all...]

Completed in 121 milliseconds

1...<<31323334353637383940>>...42