Home
last modified time | relevance | path

Searched refs:stamp (Results 226 - 250 of 278) sorted by relevance

12345678910>>...12

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c220 p_atomic_inc(&drawable->base.stamp); in drisw_invalidate_drawable()
H A Ddri_util.c845 pdraw->dri2.stamp = pdraw->lastStamp + 1; in driCreateNewDrawable()
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c486 p_atomic_set(&stfbi->stamp, 1); in osmesa_create_st_framebuffer()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.c644 p_atomic_inc(&fb->stfb->stamp); in stw_notify_current_locked()
/third_party/curl/lib/
H A Dmulti.c3556 struct curltime *stamp,
3568 memcpy(&node->time, stamp, sizeof(*stamp));
3555 multi_addtimeout(struct Curl_easy *data, struct curltime *stamp, expire_id eid) global() argument
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c346 unsigned int stamp; in constrain_params_by_rules() local
377 stamp = 2; in constrain_params_by_rules()
443 vstamps[r->var] = stamp; in constrain_params_by_rules()
447 rstamps[k] = stamp++; in constrain_params_by_rules()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c364 unsigned int stamp; in constrain_params_by_rules() local
395 stamp = 2; in constrain_params_by_rules()
461 vstamps[r->var] = stamp; in constrain_params_by_rules()
465 rstamps[k] = stamp++; in constrain_params_by_rules()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h1051 void tomoyo_convert_time(time64_t time, struct tomoyo_time *stamp);
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h1048 void tomoyo_convert_time(time64_t time, struct tomoyo_time *stamp);
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h1980 * \param stamp Address of variable to be updated when
1989 uint32_t *stamp,
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_ohos.c574 uint32_t *stamp, in ohos_image_get_buffers()
572 ohos_image_get_buffers(__DRIdrawable *driDrawable, unsigned int format, uint32_t *stamp, void *loaderPrivate, uint32_t buffer_mask, struct __DRIimageList *images) ohos_image_get_buffers() argument
H A Dplatform_drm.c397 uint32_t *stamp, in dri2_drm_image_get_buffers()
395 dri2_drm_image_get_buffers(__DRIdrawable *driDrawable, unsigned int format, uint32_t *stamp, void *loaderPrivate, uint32_t buffer_mask, struct __DRIimageList *buffers) dri2_drm_image_get_buffers() argument
H A Dplatform_android.c912 uint32_t *stamp,
910 droid_image_get_buffers(__DRIdrawable *driDrawable, unsigned int format, uint32_t *stamp, void *loaderPrivate, uint32_t buffer_mask, struct __DRIimageList *images) global() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp697 auto stamp = in FlushDragEvents() local
699 if (targetTimeStamp > static_cast<uint64_t>(stamp)) { in FlushDragEvents()
701 "(last stamp:%{public}" PRIu64 ", target stamp:%{public}" PRIu64 ")", in FlushDragEvents()
702 static_cast<uint64_t>(stamp), targetTimeStamp); in FlushDragEvents()
3257 auto stamp = in FlushTouchEvents() local
3259 if (targetTimeStamp > static_cast<uint64_t>(stamp)) { in FlushTouchEvents()
3604 auto stamp = in OnFlushMouseEvent() local
3606 if (targetTimeStamp > static_cast<uint64_t>(stamp)) { in OnFlushMouseEvent()
3608 "(last stamp in OnFlushMouseEvent()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1240 static void hw_atl_b0_get_ptp_ts(struct aq_hw_s *self, u64 *stamp) in hw_atl_b0_get_ptp_ts() argument
1251 *stamp = ns + self->ptp_clk_offset; in hw_atl_b0_get_ptp_ts()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1240 static void hw_atl_b0_get_ptp_ts(struct aq_hw_s *self, u64 *stamp) in hw_atl_b0_get_ptp_ts() argument
1251 *stamp = ns + self->ptp_clk_offset; in hw_atl_b0_get_ptp_ts()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c2463 char *pos, *end, *stamp; in wpa_supplicant_ctrl_iface_log_level() local
2483 stamp = os_strchr(cmd, ' '); in wpa_supplicant_ctrl_iface_log_level()
2484 if (stamp) { in wpa_supplicant_ctrl_iface_log_level()
2485 *stamp++ = '\0'; in wpa_supplicant_ctrl_iface_log_level()
2486 while (*stamp == ' ') { in wpa_supplicant_ctrl_iface_log_level()
2487 stamp++; in wpa_supplicant_ctrl_iface_log_level()
2498 if (stamp && os_strlen(stamp)) in wpa_supplicant_ctrl_iface_log_level()
2499 wpa_debug_timestamp = atoi(stamp); in wpa_supplicant_ctrl_iface_log_level()
/third_party/python/Lib/
H A Dturtle.py138 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards',
2859 >>> turtle.stamp()
2862 >>> turtle.stamp()
2894 >>> turtle.stamp()
2899 >>> turtle.stamp()
3049 ############################## stamp stuff ###############################
3051 def stamp(self): member in RawTurtle
3057 turtle position. Return a stamp_id for that stamp, which can be
3062 >>> turtle.stamp()
3093 self.undobuffer.push(("stamp", stite
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp160 int64_t stamp = ClockTime::GetCurNano(); in OnAddSystemAbility() local
204 (ClockTime::GetCurNano() - stamp) / AUDIO_US_PER_SECOND); in OnAddSystemAbility()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c237 window->stamp = 0; in rs_rate_scale_clear_window()
519 window->stamp = jiffies; in rs_collect_tx_data()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c221 win->stamp = 0; in il4965_rs_rate_scale_clear_win()
473 win->stamp = jiffies; in il4965_rs_collect_tx_data()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c221 win->stamp = 0; in il4965_rs_rate_scale_clear_win()
473 win->stamp = jiffies; in il4965_rs_collect_tx_data()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c215 window->stamp = 0; in rs_rate_scale_clear_window()
497 window->stamp = jiffies; in rs_collect_tx_data()
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc300 "stamp": Tool for creating stamp files
782 {{source}} which is the source of the copy. The stamp tool allows only the
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c1241 p_atomic_inc(&b->stfb->stamp); in xmesa_notify_invalid_buffer()

Completed in 78 milliseconds

12345678910>>...12