Searched refs:new_h (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidwindow.c | 146 int new_h = ANativeWindow_getHeight(data->native_window); in Android_SetWindowFullscreen() local 148 if (new_w < 0 || new_h < 0) { in Android_SetWindowFullscreen() 152 if (old_w != new_w || old_h != new_h) { in Android_SetWindowFullscreen() 153 SDL_SendWindowEvent(window, SDL_WINDOWEVENT_RESIZED, new_w, new_h); in Android_SetWindowFullscreen()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 63132 duk_uint32_t *new_h; local 63281 DUK_HOBJECT_P_SET_REALLOC_PTRS(new_p, new_e_k, new_e_pv, new_e_f, new_a, new_h, 63283 DUK_UNREF(new_h); /* happens when hash part dropped */ 63289 new_a == NULL && new_h == NULL)); 63293 (void *) new_a, (void *) new_h)); 63461 DUK_ASSERT(new_h != NULL); 63465 duk_memset(new_h, 0xff, sizeof(duk_uint32_t) * new_h_size); 63479 DUK_ASSERT(new_h[j] != DUK__HASH_DELETED); /* should never happen */ 63480 if (new_h[j] == DUK__HASH_UNUSED) { 63482 new_h[j] = (duk_uint32_t) i;
|
Completed in 240 milliseconds