Searched defs:what (Results 1 - 4 of 4) sorted by relevance

/system/core/libzipfile/
H A Dtest_zipfile.c18 enum { HUH, LIST, UNZIP } what = HUH; local
21 what = LIST;
24 what = UNZIP;
56 switch (what)
/system/core/sh/
H A Dmiscbltin.c347 int optc, what; local
350 what = 'f';
363 what = optc;
366 for (l = limits; l->name && l->option != what; l++)
369 error("internal error (%c)", what);
/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h151 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
154 new(where) TYPE(*what);
159 *where++ = *what;
/system/core/libpixelflinger/
H A Dpixelflinger.cpp402 uint16_t* what = 0; local
407 what = &c->activeTMU->s_wrap;
413 what = &c->activeTMU->t_wrap;
420 what = &c->activeTMU->min_filter;
426 what = &c->activeTMU->min_filter;
433 what = &c->activeTMU->mag_filter;
438 if (!what) {
443 if (*what != param) {
444 *what = param;

Completed in 89 milliseconds