Home
last modified time | relevance | path

Searched defs:elem (Results 101 - 125 of 313) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp79 const MDNode *elem = NMD->getOperand(i); in cacheAnnotationFromMD() local
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.cpp133 void UVector::addElement(int32_t elem, UErrorCode &status) { in addElement() argument
151 void UVector::setElementAt(int32_t elem, int32_t index) { in setElementAt() argument
175 void UVector::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt() argument
/third_party/protobuf/src/google/protobuf/
H A Darena.cc132 void ArenaImpl::SerialArena::AddCleanupFallback(void* elem, in AddCleanupFallback() argument
158 void ArenaImpl::AddCleanup(void* elem, void (*cleanup)(void*)) { in AddCleanup() argument
179 void ArenaImpl::AddCleanupFallback(void* elem, void (*cleanup)(void*)) { in AddCleanupFallback() argument
/third_party/skia/include/private/
H A DSkTDArray.h280 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop() argument
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp79 auto elem = allocations.find(pOriginal); in reallocate() local
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_common.cpp182 CHashStrPair *elem = &out.extras.headers[index++]; in Convert2CProgress() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat.c221 static hi_u32 at_check_mac_elem(const hi_char elem) in at_check_mac_elem() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.c345 const struct HdiElem *elem; in HdiGetIe() local
364 const struct HdiElem *elem; in HdiBssGetVendorIe() local
376 const struct HdiElem *elem; in HdiBssGetVendorBeacon() local
703 const struct HdiElem *elem; HdiGetIeExt() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsearchndk1.cpp267 struct element *elem = new_element(PARAM_0); in Insque() local
270 insque(new_element(i), elem); in Insque() local
351 struct element *elem in Remque() local
354 insque(new_element(i), elem); Remque() local
[all...]
H A Dsearchndk.cpp251 struct Q elem = {PARAM_0}; in Insque() local
306 struct Q *elem = (struct Q *)malloc(sizeof(struct Q)); in Remque() local
/third_party/ffmpeg/libavutil/
H A Dmem.c323 int av_dynarray_add_nofree(void *tab_ptr, int *nb_ptr, void *elem) in av_dynarray_add_nofree() argument
337 void av_dynarray_add(void *tab_ptr, int *nb_ptr, void *elem) in av_dynarray_add() argument
/third_party/curl/src/
H A Dtool_urlglob.c510 curl_off_t elem; in glob_cleanup() local
/third_party/alsa-lib/src/topology/
H A Dsave.c424 struct tplg_elem *elem; in tplg_save() local
517 struct tplg_elem *elem; tplg_index_groups() local
[all...]
H A Ddapm.c75 static int copy_dapm_control(struct tplg_elem *elem, struct tplg_elem *ref) in copy_dapm_control() argument
100 static int tplg_build_widget(snd_tplg_t *tplg, struct tplg_elem *elem) in tplg_build_widget() argument
173 struct tplg_elem *elem; tplg_build_widgets() local
199 struct tplg_elem *elem; tplg_build_routes() local
259 struct tplg_elem *elem; tplg_elem_new_route() local
340 struct tplg_elem *elem; tplg_parse_routes() local
423 struct tplg_elem *elem; tplg_save_dapm_graph() local
514 struct tplg_elem *elem; tplg_parse_dapm_widget() local
681 tplg_save_dapm_widget(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_dapm_widget() argument
745 struct tplg_elem *elem; tplg_add_route() local
783 struct tplg_elem *elem; tplg_add_widget_object() local
[all...]
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.c112 static int is_ops(snd_mixer_elem_t *elem, int dir, int cmd, int val) in is_ops() argument
154 static int get_range_ops(snd_mixer_elem_t *elem, int dir, in get_range_ops() argument
173 static int set_range_ops(snd_mixer_elem_t *elem, int dir, in set_range_ops() argument
188 static int get_volume_ops(snd_mixer_elem_t *elem, in argument
288 selem_read(snd_mixer_elem_t *elem) selem_read() argument
301 selem_free(snd_mixer_elem_t *elem) selem_free() argument
[all...]
/third_party/alsa-utils/alsamixer/
H A Dmixer_widget.c76 static int mixer_callback(snd_mixer_t *mixer ATTRIBUTE_UNUSED, unsigned int mask, snd_mixer_elem_t *elem) in mixer_callback() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtznames.cpp87 const UHashElement* elem; in sweepCache() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c125 nir_ssa_def *elem[4]; in matrix_inverse() local
/third_party/mesa3d/src/egl/main/
H A Deglconfig.c842 _eglFlattenConfig(void *elem, void *buffer) in _eglFlattenConfig() argument
/third_party/mesa3d/src/freedreno/decode/
H A Dscript.c165 struct rnndelem *elem; member
170 push_rnndoff(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in push_rnndoff() argument
214 l_rnn_etype(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype() argument
253 struct rnndelem *elem = rnndoff->elem; l_rnn_struct_meta_index() local
272 l_rnn_etype_struct(lua_State *L, struct rnn *rnn, struct rnndelem *elem, uint64_t offset) l_rnn_etype_struct() argument
295 struct rnndelem *elem = rnndoff->elem; l_rnn_array_meta_index() local
319 l_rnn_etype_array(lua_State *L, struct rnn *rnn, struct rnndelem *elem, uint64_t offset) l_rnn_etype_array() argument
342 struct rnndelem *elem = rnndoff->elem; l_rnn_reg_meta_index() local
423 l_rnn_etype_reg(lua_State *L, struct rnn *rnn, struct rnndelem *elem, uint64_t offset) l_rnn_etype_reg() argument
446 struct rnndelem *elem; l_rnn_meta_index() local
684 struct rnndelem *elem; l_rnn_meta_dom_index() local
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.c343 static int get_array_idx_offset(struct rnndelem *elem, uint64_t addr, uint64_t *idx, uint64_t *offset) in get_array_idx_offset() argument
510 struct rnndelem *elem = elems[i]; tryreg() local
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp793 const UXMLElement *elem=dynamic_cast<const UXMLElement *>(node); in nextChildElement() local
814 const UXMLElement *elem=dynamic_cast<const UXMLElement *>(node); in getChildElement() local
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames.cpp87 const UHashElement* elem; in sweepCache() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear_llvm.c376 LLVMValueRef elem = in llvmpipe_fs_variant_linear_llvm() local
414 LLVMValueRef elem = lp_build_array_get(bld.gallivm, samplers_ptr, index); in llvmpipe_fs_variant_linear_llvm() local
471 LLVMValueRef buf, elem, result, pixel_ptr; llvmpipe_fs_variant_linear_llvm() local
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp793 const UXMLElement *elem=dynamic_cast<const UXMLElement *>(node); in nextChildElement() local
814 const UXMLElement *elem=dynamic_cast<const UXMLElement *>(node); in getChildElement() local

Completed in 24 milliseconds

12345678910>>...13