/third_party/gn/src/base/files/ |
H A D | file_util_win.cc | 46 namespace base { global() namespace [all...] |
/third_party/gn/src/base/win/ |
H A D | registry.cc | 17 namespace base { namespace
|
/third_party/ffmpeg/libswresample/ |
H A D | swresample.c | 971 int64_t swr_get_delay(struct SwrContext *s, int64_t base){ in swr_get_delay() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_avx2_8.h | 576 ASTCENC_SIMD_INLINE vint8 gatheri(const int* base, vint8 indices) in gatheri() argument 977 ASTCENC_SIMD_INLINE vfloat8 gatherf(const float* base, vint8 indices) in gatherf() argument 1163 ASTCENC_SIMD_INLINE void store_lanes_masked(uint8_t* base, vint8 data, vmask8 mask) in store_lanes_masked() argument
|
H A D | astcenccli_toplevel.cpp | 306 std::string base = basename.substr(0, sep); in get_slice_filename() local
|
H A D | astcenc_vecmathlib_sse_4.h | 669 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() argument 918 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, vint4 indices) in gatherf() argument 1220 store_lane(uint8_t* base, int data) store_lane() argument 1230 store_lanes_masked(uint8_t* base, vint4 data, vmask4 mask) store_lanes_masked() argument [all...] |
H A D | astcenc_vecmathlib_neon_4.h | 636 ASTCENC_SIMD_INLINE vint4 gatheri(const int* base, vint4 indices) in gatheri() argument 846 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, vint4 indices) in gatherf() argument 1068 store_lane(uint8_t* base, int data) store_lane() argument 1078 store_lanes_masked(uint8_t* base, vint4 data, vmask4 mask) store_lanes_masked() argument [all...] |
/third_party/alsa-lib/src/topology/ |
H A D | ctl.c | 165 struct list_head *base, *pos; in tplg_build_mixer_control() local 216 struct list_head *base, *pos; in tplg_build_enum_control() local 252 struct list_head *base, *pos; in tplg_build_bytes_control() local 275 struct list_head *base, *po in tplg_build_controls() local [all...] |
/third_party/alsa-lib/src/ucm/ |
H A D | utils.c | 411 void uc_mgr_free_value(struct list_head *base) in uc_mgr_free_value() argument 533 void uc_mgr_free_sequence(struct list_head *base) in uc_mgr_free_sequence() argument 552 void uc_mgr_free_transition(struct list_head *base) in uc_mgr_free_transition() argument 564 void uc_mgr_free_dev_name_list(struct list_head *base) in uc_mgr_free_dev_name_list() argument 578 void uc_mgr_free_modifier(struct list_head *base) in uc_mgr_free_modifier() argument 610 uc_mgr_free_device_list(struct list_head *base) uc_mgr_free_device_list() argument [all...] |
/third_party/backends/sanei/ |
H A D | sanei_pp.c | 125 u_long base; /**< i/o base address */ member 717 u_long base; pp_open() local [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucm.cpp | 275 ucm_moveMappings(UCMTable *base, UCMTable *ext) { in ucm_moveMappings() argument 312 checkBaseExtUnicode(UCMStates *baseStates, UCMTable *base, UCMTabl argument 418 checkBaseExtBytes(UCMStates *baseStates, UCMTable *base, UCMTable *ext, UBool moveToExt, UBool intersectBase) checkBaseExtBytes() argument 557 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext, UCMTable *moveTarget, UBool intersectBase) ucm_checkBaseExt() argument [all...] |
/third_party/gn/src/gn/ |
H A D | parse_tree.h | 173 const Token& base() cons function in AccessorNode [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationRuleParser.java | 90 CollationRuleParser(CollationData base) { in CollationRuleParser() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | OlsonTimeZone.java | 947 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { in getNextTransition() argument 998 public TimeZoneTransition getPreviousTransition(long base, boolean inclusive) { in getPreviousTransition() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | loclikely.cpp | 967 icu::CharString base; in _uloc_minimizeSubtags() local
|
H A D | uset.cpp | 482 int32_t base = set->bmpLength; in uset_serializedContains() local [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | OlsonTimeZone.java | 949 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { in getNextTransition() argument 1000 public TimeZoneTransition getPreviousTransition(long base, boolean inclusive) { in getPreviousTransition() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationRuleParser.java | 94 CollationRuleParser(CollationData base) { in CollationRuleParser() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol.cpp | 42 ucol_openBinary(const uint8_t *bin, int32_t length, const UCollator *base, UErrorCode *status) ucol_openBinary() argument
|
H A D | nfrs.cpp | 947 int64_t base = radix; util64_toa() local 993 int64_t base = radix; util64_tou() local [all...] |
H A D | simpletz.cpp | 974 SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getNextTransition() argument 1008 SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getPreviousTransition() argument [all...] |
/third_party/libuv/src/unix/ |
H A D | sunos.c | 155 uint64_t base; in uv__io_poll() local
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie-fd.c | 395 int pos = 0, n, m, nl, bp, base = 0, ra, palm, budget, sp, ofd = -1; in lws_fts_search() local
|
/third_party/libuv/include/uv/ |
H A D | unix.h | 121 char* base; member
|
/third_party/libdrm/nouveau/ |
H A D | nouveau.h | 244 struct nouveau_fifo base; member 251 struct nouveau_fifo base; member 265 struct nouveau_fifo base; member
|