Home
last modified time | relevance | path

Searched defs:first (Results 626 - 650 of 1249) sorted by relevance

1...<<21222324252627282930>>...50

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv.cc599 from_chars_result FromCharsImpl(const char* first, const char* last, in FromCharsImpl() argument
679 from_chars(const char* first, const char* last, double& value, chars_format fmt) from_chars() argument
684 from_chars(const char* first, const char* last, float& value, chars_format fmt) from_chars() argument
[all...]
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp232 const auto& first = firstP->fText; in copy() local
/third_party/skia/include/core/
H A DSkString.h44 const char *first = strstr(string, substring); in SkStrFind() local
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp133 SkString TrimmedString(const char* first, const char* last) { in TrimmedString() argument
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs194 let mut first = true; in build() variables
360 let mut first = true; global() variables
415 let mut first = true; global() variables
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp358 bool first = true; in getName() local
381 bool first = true; in getDescription() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dvlan_full.c566 struct hostapd_vlan *first, *prev, *vlan = hapd->conf->vlan; in vlan_dellink() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_backup.c1103 struct dpp_asymmetric_key *first = NULL, *last = NULL, *key; in dpp_parse_dpp_asymmetric_key_package() local
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp259 vector<deUint64>::const_iterator first = sortedFrameTimes.begin(); in logResults() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dvlan_full.c566 struct hostapd_vlan *first, *prev, *vlan = hapd->conf->vlan; in vlan_dellink() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dhw_features_common.c90 int ok, first; in allowed_ht40_channel_pair() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils.h384 constexpr ParamT BitSetT<N, BitsT, ParamT>::first() const in first() function in angle::BitSetT
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp661 auto first = info.preciseObjectsToProcess.begin(); in FindPreciseNodes() local
/third_party/zlib/examples/
H A Dgzlog.c294 off_t first; /* offset of first stored block first length byte */ global() member
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h228 struct osal_list_head *first = OSAL_NULL; in osal_list_rotate_left() local
292 struct osal_list_head *first = list->next; in osal___list_splice() local
598 struct osal_hlist_node *first; global() member
650 struct osal_hlist_node *first = h->first; osal_hlist_add_head() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h225 struct osal_list_head *first = OSAL_NULL; in osal_list_rotate_left() local
289 struct osal_list_head *first = list->next; in osal___list_splice() local
595 struct osal_hlist_node *first; global() member
647 struct osal_hlist_node *first = h->first; osal_hlist_add_head() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h224 struct osal_list_head *first = OSAL_NULL; in osal_list_rotate_left() local
288 struct osal_list_head *first = list->next; in osal___list_splice() local
594 struct osal_hlist_node *first; global() member
646 struct osal_hlist_node *first = h->first; osal_hlist_add_head() local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dosal_list.h227 struct osal_list_head *first = OSAL_NULL; in osal_list_rotate_left() local
287 struct osal_list_head *first = list->next; in osal___list_splice() local
593 struct osal_hlist_node *first; global() member
645 struct osal_hlist_node *first = h->first; osal_hlist_add_head() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_core.c519 static int first = 1; in serial8250_isa_init_ports() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwctypendk.cpp177 int first; in Iswcntrl() local
195 int first; in IswcntrlL() local
/third_party/elfutils/libcpu/
H A Driscv_disasm.c137 uint16_t first = read_2ubyte_unaligned (data); in riscv_disasm() local
[all...]
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp255 elfio_symbol_arrange_local_symbols( psymbol_t psymbol, void ( *func )( Elf_Xword first, Elf_Xword second ) ) elfio_symbol_arrange_local_symbols() argument
309 elfio_relocation_swap_symbols( prelocation_t prelocation, Elf_Xword first, Elf_Xword second ) elfio_relocation_swap_symbols() argument
/third_party/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.cpp255 elfio_symbol_arrange_local_symbols( psymbol_t psymbol, void ( *func )( Elf_Xword first, Elf_Xword second ) ) elfio_symbol_arrange_local_symbols() argument
310 elfio_relocation_swap_symbols( prelocation_t prelocation, Elf_Xword first, Elf_Xword second ) elfio_relocation_swap_symbols() argument
/third_party/ffmpeg/libavcodec/
H A Dpthread_frame.c911 int first = !i; in ff_frame_thread_init() local
789 init_thread(PerThreadContext *p, int *threads_to_free, FrameThreadContext *fctx, AVCodecContext *avctx, const FFCodec *codec, int first) init_thread() argument
/third_party/ffmpeg/libavfilter/
H A Dsignature.h84 struct FineSignature* first; /* associated Finesignatures */ member
97 struct FineSignature* first; member

Completed in 25 milliseconds

1...<<21222324252627282930>>...50