Home
last modified time | relevance | path

Searched refs:pivot (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_qsort.c416 char *pivot=malloc(size); in qsort_nonaligned() local
418 assert(pivot!=0); in qsort_nonaligned()
428 memcpy(pivot,mid,size); in qsort_nonaligned()
438 free(pivot); in qsort_nonaligned()
447 char *pivot=malloc(size); in qsort_aligned() local
449 assert(pivot!=0); in qsort_aligned()
459 memcpy(pivot,mid,size); in qsort_aligned()
469 free(pivot); in qsort_aligned()
479 assert(pivot!=0); in qsort_words()
514 *(int*)pivot=*(int*)first; in qsort_words()
[all …]
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_fcitx.c112 char* pivot = text; in Fcitx_GetPreeditString() local
121 SDL_strlcpy(pivot, subtext, length + 1); in Fcitx_GetPreeditString()
122 pivot += length; in Fcitx_GetPreeditString()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c31924 …CAL void duk__debuglog_qsort_state(duk_hthread *thr, duk_int_t lo, duk_int_t hi, duk_int_t pivot) { in duk__debuglog_qsort_state() argument
31934 if (i == pivot) { in duk__debuglog_qsort_state()
31950 (const char *) buf, (long) lo, (long) hi, (long) pivot)); in duk__debuglog_qsort_state()

Completed in 229 milliseconds