HomeSort by relevance Sort by last modified time
    Searched defs:prof (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 503 enum pipe_video_profile prof = PIPE_VIDEO_PROFILE_UNKNOWN; local
515 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
519 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
mixer.c 53 enum pipe_video_profile prof = PIPE_VIDEO_PROFILE_UNKNOWN; local
135 max_width = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
136 max_height = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
  /system/extras/perfprofd/
perfprofdcore.cc 489 wireless_android_play_playlog::AndroidPerfProfile &prof = local
492 annotate_encoded_perf_profile(&prof, config, cpu_utilization);
  /external/opencv3/3rdparty/libjasper/
jas_cm.c 98 static int mono(jas_iccprof_t *prof, int op, jas_cmpxformseq_t **pxformseq);
99 static int triclr(jas_iccprof_t *prof, int op, jas_cmpxformseq_t **retpxformseq);
114 #define fwdpxformseq(prof, intent) \
115 (((prof)->pxformseqs[SEQFWD(intent)]) ? \
116 ((prof)->pxformseqs[SEQFWD(intent)]) : \
117 ((prof)->pxformseqs[SEQFWD(0)]))
119 #define revpxformseq(prof, intent) \
120 (((prof)->pxformseqs[SEQREV(intent)]) ? \
121 ((prof)->pxformseqs[SEQREV(intent)]) : \
122 ((prof)->pxformseqs[SEQREV(0)])
147 jas_cmprof_t *prof; local
176 jas_cmprof_t *prof; local
245 jas_cmprof_t *prof; local
314 jas_cmprof_t *prof; local
    [all...]
jas_icc.c 207 jas_iccprof_t *prof; local
208 prof = 0;
209 if (!(prof = jas_malloc(sizeof(jas_iccprof_t)))) {
212 if (!(prof->attrtab = jas_iccattrtab_create()))
214 memset(&prof->hdr, 0, sizeof(jas_icchdr_t));
215 prof->tagtab.numents = 0;
216 prof->tagtab.ents = 0;
217 return prof;
219 if (prof)
220 jas_iccprof_destroy(prof);
260 jas_iccprof_t *prof; local
1693 jas_iccprof_t *prof; local
1706 jas_iccprof_t *prof; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 233 LocalBluetoothProfile prof = getProfileOf(v); local
234 onProfileClicked(prof, (CheckBox) v);
  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
  /external/valgrind/coregrind/
m_transtab.c 169 } prof; // if status == InUse member in union:__anon25281::__anon25282
325 TTEntry usage.prof.count and usage.prof.weight fields, if required.
    [all...]

Completed in 316 milliseconds