HomeSort by relevance Sort by last modified time
    Searched defs:prof (Results 1 - 9 of 9) 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/boringssl/src/ssl/
d1_srtp.c 251 const SRTP_PROTECTION_PROFILE *prof; local
272 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i);
273 s2n(prof->id, p);
383 const SRTP_PROTECTION_PROFILE *prof; local
419 prof = sk_SRTP_PROTECTION_PROFILE_value(client_profiles, i);
421 if (prof->id == profile_id) {
422 s->srtp_profile = prof;
  /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 536 wireless_android_play_playlog::AndroidPerfProfile &prof = local
539 annotate_encoded_perf_profile(&prof);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 233 LocalBluetoothProfile prof = getProfileOf(v); local
234 onProfileClicked(prof, (CheckBox) v);
  /external/valgrind/coregrind/
m_transtab.c 169 } prof; // if status == InUse member in union:__anon20467::__anon20468
325 TTEntry usage.prof.count and usage.prof.weight fields, if required.
    [all...]

Completed in 630 milliseconds