Home
last modified time | relevance | path

Searched refs:new_elem (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dflist.c87 static void stack_push(pa_flist *flist, pa_atomic_t *list, pa_flist_elem *new_elem) { in stack_push() argument
92 newindex = new_elem - flist->table; in stack_push()
98 pa_atomic_store(&new_elem->next, next); in stack_push()
/third_party/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp339 const analysis::Constant* new_elem = in FoldVectorTimesScalar() local
341 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)->result_id()); in FoldVectorTimesScalar()
350 const analysis::Constant* new_elem = in FoldVectorTimesScalar() local
352 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)->result_id()); in FoldVectorTimesScalar()
464 const analysis::Constant* new_elem =
466 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)->result_id());
491 const analysis::Constant* new_elem =
493 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)->result_id());
510 const analysis::Constant* new_elem =
512 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)
[all...]
/third_party/ffmpeg/fftools/
H A Dcmdutils.c993 void *new_elem; in allocate_array_elem() local
995 if (!(new_elem = av_mallocz(elem_size)) || in allocate_array_elem()
996 av_dynarray_add_nofree(ptr, nb_elems, new_elem) < 0) { in allocate_array_elem()
1000 return new_elem; in allocate_array_elem()
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c432 ePICPixListElem *new_elem; in epic_add_pixel_to_cache() local
440 new_elem = av_mallocz(sizeof(*new_elem)); in epic_add_pixel_to_cache()
441 if (!new_elem) in epic_add_pixel_to_cache()
444 new_elem->pixel = pix; in epic_add_pixel_to_cache()
445 new_elem->next = hash_elem->list; in epic_add_pixel_to_cache()
446 hash_elem->list = new_elem; in epic_add_pixel_to_cache()
/third_party/ffmpeg/libavformat/
H A Did3v2.c517 static void list_append(ID3v2ExtraMeta *new_elem, ExtraMetaList *list) in list_append() argument
520 list->tail->next = new_elem; in list_append()
522 list->head = new_elem; in list_append()
523 list->tail = new_elem; in list_append()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp177 const analysis::Constant* new_elem = in FoldVectorTimesScalar() local
179 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)->result_id()); in FoldVectorTimesScalar()
188 const analysis::Constant* new_elem = in FoldVectorTimesScalar() local
190 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)->result_id()); in FoldVectorTimesScalar()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconst_folding_rules.cpp233 const analysis::Constant* new_elem = in FoldVectorTimesScalar() local
235 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)->result_id()); in FoldVectorTimesScalar()
244 const analysis::Constant* new_elem = in FoldVectorTimesScalar() local
246 ids.push_back(const_mgr->GetDefiningInstruction(new_elem)->result_id()); in FoldVectorTimesScalar()
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h1834 typename TypeHandler::Type* new_elem = in MergeFromInnerLoop() local
1836 TypeHandler::Merge(*other_elem, new_elem); in MergeFromInnerLoop()
1843 typename TypeHandler::Type* new_elem = in MergeFromInnerLoop() local
1845 TypeHandler::Merge(*other_elem, new_elem); in MergeFromInnerLoop()
1846 our_elems[i] = new_elem; in MergeFromInnerLoop()
/third_party/sqlite/src/
H A Dsqlite3.c35557 HashElem *new_elem; /* New element added to the pH */ sqlite3HashInsert() local
187949 Fts3HashElem *new_elem; /* New element added to the pH */ global() local
[all...]

Completed in 141 milliseconds