| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ | 
| xm_api.c | 384    enum pipe_format formats[8], fmt;  local 404    fmt = PIPE_FORMAT_NONE;
 409          fmt = formats[i];
 414    return fmt;
 [all...]
 | 
| /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ | 
| yasm.c | 117 static void print_error(const char *fmt, ...); 1355 static const char *fmt[2] = {  variable
 [all...]
 | 
| /external/deqp/modules/egl/ | 
| teglRenderTests.cpp | 667 	tcu::PixelFormat fmt;  local 668 	display.describeConfig(config, fmt);
 669 	return fmt;
 [all...]
 | 
| /external/deqp/modules/gles2/functional/ | 
| es2fTextureSpecificationTests.cpp | 627 		tcu::TextureFormat	fmt			= m_texFormat;  local 630 		tcu::TextureLevel	levelData	(fmt);
 669 		tcu::TextureFormat	fmt			= m_texFormat;  local
 672 		tcu::TextureLevel	levelData	(fmt);
 718 		tcu::TextureFormat	fmt			= m_texFormat;  local
 721 		tcu::TextureLevel	levelData	(fmt);
 767 		tcu::TextureFormat	fmt			= m_texFormat;  local
 770 		tcu::TextureLevel	levelData	(fmt);
 829 		tcu::TextureFormat	fmt			= m_texFormat;  local
 844 			int		rowPitch	= getRowPitch(fmt, levelW, m_alignment)
 874  tcu::TextureFormat fmt = m_texFormat;  local
 921  tcu::TextureFormat fmt = m_texFormat;  local
 985  tcu::TextureFormat fmt = m_texFormat;  local
 1058  tcu::TextureFormat fmt = m_texFormat;  local
 1110  tcu::TextureFormat fmt = m_texFormat;  local
 1175  tcu::TextureFormat fmt = m_texFormat;  local
 1226  tcu::TextureFormat fmt = m_texFormat;  local
 1280  tcu::TextureFormat fmt = m_texFormat;  local
 1328  tcu::TextureFormat fmt = m_texFormat;  local
 1385  tcu::TextureFormat fmt = m_texFormat;  local
 1460  tcu::TextureFormat fmt = m_texFormat;  local
 [all...]
 | 
| /external/deqp/modules/gles31/functional/ | 
| es31fTextureSpecificationTests.cpp | 606 		glu::TransferFormat	fmt			= glu::getTransferFormat(m_texFormat);  local 624 			glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, m_internalFormat, levelW, levelW, m_depth, 0, fmt.format, fmt.dataType, levelData.getAccess().getDataPtr());
 651 		glu::TransferFormat	fmt			= glu::getTransferFormat(m_texFormat);  local
 671 			glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, m_internalFormat, levelW, levelW, m_depth, 0, fmt.format, fmt.dataType, levelData.getAccess().getDataPtr());
 693 			glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, x, y, z, w, h, d, fmt.format, fmt.dataType, levelData.getAccess().getDataPtr());
 [all...]
 | 
| /external/deqp/modules/glshared/ | 
| glsFboUtil.hpp | 174 		ImageFormat fmt = { GL_NONE, GL_NONE };  local 175 		return fmt;
 181 	ImageFormat fmt = { key & 0xffff, key >> 16 };  local
 182 	return fmt;
 
 | 
| /external/fio/ | 
| stat.c | 190 	char fmt[32];  local 208 	snprintf(fmt, sizeof(fmt), "%%1.%uf", precision);
 224 		snprintf(ptr, sizeof(fbuf), fmt, plist[j].u.f);
 [all...]
 | 
| /external/icu/icu4c/source/i18n/ | 
| dtitvfmt.cpp | 194         const DateIntervalFormat* fmt = (DateIntervalFormat*)&other;  local 197     equal = (this == fmt);
 199     equal = (*fInfo == *fmt->fInfo);
 200     equal = (*fDateFormat == *fmt->fDateFormat);
 201     equal = fFromCalendar->isEquivalentTo(*fmt->fFromCalendar) ;
 202     equal = fToCalendar->isEquivalentTo(*fmt->fToCalendar) ;
 203     equal = (fSkeleton == fmt->fSkeleton);
 206         res =  ( this == fmt ) ||
 209                  ( *fInfo == *fmt->fInfo ) &&
 211                  ( *fDateFormat == *fmt->fDateFormat ) &
 [all...]
 | 
| /external/icu/icu4c/source/test/cintltst/ | 
| cdattst.c | 1204  UDateFormat *fmt;  local [all...]
 | 
| /external/icu/icu4c/source/test/intltest/ | 
| dtfmrgts.cpp | 128     DateFormat *fmt = DateFormat::createDateTimeInstance(DateFormat::SHORT,  local 130     if (fmt == NULL) {
 137     str = fmt->format(dt, str);
 198         fmt->format(dt, buf, pos);
 219     delete fmt;
 231         SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("yyMMdd"), Locale::getUS(), status);  local
 233             delete fmt;
 237         fmt->set2DigitYearStart(start, status);
 238         failure(status, "fmt->setTwoDigitStartDate");
 239         if( (fmt->get2DigitYearStart(status) != start) || failure(status, "get2DigitStartDate")
 287  SimpleDateFormat *fmt;  local
 351  DateFormat *fmt = DateFormat::createDateTimeInstance( DateFormat::FULL,  local
 1015  SimpleDateFormat *fmt = new SimpleDateFormat(dateFormat, status);  local
 1198  DateFormat& fmt = *(DateFormat*)&sfmt; \/\/ Yuck: See j25  local
 1243  DateFormat *fmt = DateFormat::createDateTimeInstance(DateFormat::NONE,  local
 [all...]
 | 
| tmsgfmt.cpp | 181     MessageFormat *fmt = new MessageFormat(pattern, status);  local 186     logln("The output pattern is : " + fmt->toPattern(result));
 190     delete fmt;
 1065  Formattable* fmt = new Formattable(UDate(8.71068e+011), Formattable::kIsDate);  local
 1544  MessageFormat* fmt = new MessageFormat(formats[i], locale, ec);  local
 [all...]
 | 
| tzregts.cpp | 843     SimpleDateFormat *fmt = new SimpleDateFormat("z", Locale::getUS(), status);  local 846       delete fmt;
 885         fmt->setTimeZone(*tz);
 897             zone[i] = fmt->format(d+ i*ONE_HOUR, zone[i], pos);
 [all...]
 | 
| /external/kernel-headers/original/uapi/drm/ | 
| exynos_drm.h | 236  * @fmt: property of image format. 244 	__u32	fmt;  member in struct:drm_exynos_ipp_config
 
 | 
| /external/libnfc-nci/halimpl/bcm2079x/include/ | 
| userial.h | 207     UINT16 fmt;          /* Data format                       */  member in struct:__anon27700 219     UINT16 fmt;  member in union:__anon27701
 
 | 
| /external/libnfc-nci/src/udrv/include/ | 
| usb.h | 180     UINT16 fmt;          /* Data format                       */  member in struct:__anon28200 192     UINT16 fmt;  member in union:__anon28201
 
 | 
| /external/libnl/lib/route/ | 
| link.c | 509 	char *unit, fmt[64];  local 519 	strcpy(fmt, "     RX %X.2f %s %10llu %10llu %10llu %10llu %10llu\n");
 520 	fmt[9] = *unit == 'B' ? '9' : '7';
 522 	nl_dump_line(p, fmt, res, unit,
 531 	strcpy(fmt, "     TX %X.2f %s %10llu %10llu %10llu %10llu %10llu\n");
 532 	fmt[9] = *unit == 'B' ? '9' : '7';
 534 	nl_dump_line(p, fmt, res, unit,
 [all...]
 | 
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ | 
| builtin-diff.c | 37 	struct perf_hpp_fmt	 fmt;  member in struct:diff_hpp_fmt 48 	struct diff_hpp_fmt	 fmt[PERF_HPP_DIFF__MAX_INDEX];  member in struct:data__file
 392 	struct data__file *d = container_of(ptr, struct data__file, fmt);
 652 		struct diff_hpp_fmt *fmt = &d->fmt[col];  local
 654 		free(fmt->header);
 741 static int hpp__color_baseline(struct perf_hpp_fmt *fmt,
 745 		container_of(fmt, struct diff_hpp_fmt, fmt);
 761 	const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"  local
 932  struct perf_hpp_fmt *fmt = &dfmt->fmt;  local
 [all...]
 | 
| builtin-stat.c | 639 	const char *fmt = csv_output ? "%.6f%s%s" : "%18.6f%s%-25s";  local 643 	fprintf(output, fmt, msecs, csv_sep, perf_evsel__name(evsel));
 840 	const char *fmt;  local
 843 		fmt = "%.0f%s%s";
 845 		fmt = "%'18.0f%s%-25s";
 847 		fmt = "%18.0f%s%-25s";
 854 	fprintf(output, fmt, avg, csv_sep, perf_evsel__name(evsel));
 [all...]
 | 
| builtin-trace.c | 352 	const struct syscall_fmt *fmt = fmtp;  local 353 	return strcmp(name, fmt->name);
 366 	struct syscall_fmt  *fmt;  member in struct:syscall
 537 		if (sc->fmt && sc->fmt->arg_scnprintf[idx])
 538 			sc->arg_scnprintf[idx] = sc->fmt->arg_scnprintf[idx];
 589 	sc->fmt  = syscall_fmt__find(sc->name);
 594 	if (sc->tp_format == NULL && sc->fmt && sc->fmt->alias) {
 595 		snprintf(tp_name, sizeof(tp_name), "sys_enter_%s", sc->fmt->alias)
 [all...]
 | 
| /external/linux-tools-perf/perf-3.12.0/tools/perf/util/ | 
| probe-event.c | 1103 	char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str;  local 1125 	fmt1_str = strtok_r(argv0_str, ":", &fmt);
 1126 	fmt2_str = strtok_r(NULL, "/", &fmt);
 1127 	fmt3_str = strtok_r(NULL, " \t", &fmt);
 1152 	fmt1_str = strtok_r(p, "+", &fmt);
 1158 	fmt2_str = strtok_r(NULL, "", &fmt);
 [all...]
 | 
| /external/mesa3d/src/gallium/auxiliary/gallivm/ | 
| lp_bld_sample_soa.c | 1255  enum pipe_format fmt = static_state->format;  local [all...]
 | 
| /external/mesa3d/src/gallium/state_trackers/glx/xlib/ | 
| xm_api.c | 384    enum pipe_format formats[8], fmt;  local 404    fmt = PIPE_FORMAT_NONE;
 409          fmt = formats[i];
 414    return fmt;
 [all...]
 | 
| /external/pixman/test/ | 
| utils.c | 146     pixman_format_code_t fmt = pixman_image_get_format (img);  local 154     if (PIXMAN_FORMAT_BPP (fmt) - PIXMAN_FORMAT_DEPTH (fmt) &&
 155 	PIXMAN_FORMAT_DEPTH (fmt) != 0)
 157 	uint32_t m = (1 << PIXMAN_FORMAT_DEPTH (fmt)) - 1;
 159 	if (PIXMAN_FORMAT_TYPE (fmt) == PIXMAN_TYPE_BGRA ||
 160 	    PIXMAN_FORMAT_TYPE (fmt) == PIXMAN_TYPE_RGBA)
 162 	    m <<= (PIXMAN_FORMAT_BPP (fmt) - PIXMAN_FORMAT_DEPTH (fmt));
 169     if (remove_alpha && PIXMAN_FORMAT_A (fmt))
 [all...]
 | 
| /external/ppp/pppd/ | 
| options.c | 1052 option_error __V((char *fmt, ...)) 1058     va_start(args, fmt);
 1060     char *fmt;  local
 1062     fmt = va_arg(args, char *);
 1064     vslprintf(buf, sizeof(buf), fmt, args);
 [all...]
 | 
| /external/qemu/audio/ | 
| alsaaudio.c | 157     snd_pcm_format_t fmt;  member in struct:alsa_params_req 167     audfmt_e fmt;  member in struct:alsa_params_obt
 173 static void GCC_FMT_ATTR (2, 3) alsa_logerr (int err, const char *fmt, ...)
 177     va_start (ap, fmt);
 178     AUD_vlog (AUDIO_CAP, fmt, ap);
 187     const char *fmt,
 195     va_start (ap, fmt);
 196     AUD_vlog (AUDIO_CAP, fmt, ap);
 393 static snd_pcm_format_t aud_to_alsafmt (audfmt_e fmt)
 395     switch (fmt) {
 [all...]
 |