/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 220 p_atomic_inc(&drawable->base.stamp); in drisw_invalidate_drawable()
|
H A D | dri_util.c | 845 pdraw->dri2.stamp = pdraw->lastStamp + 1; in driCreateNewDrawable()
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 486 p_atomic_set(&stfbi->stamp, 1); in osmesa_create_st_framebuffer()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_context.c | 644 p_atomic_inc(&fb->stfb->stamp); in stw_notify_current_locked()
|
/third_party/curl/lib/ |
H A D | multi.c | 3556 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 D | pcm_native.c | 346 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 D | pcm_native.c | 364 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 D | common.h | 1051 void tomoyo_convert_time(time64_t time, struct tomoyo_time *stamp);
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.h | 1048 void tomoyo_convert_time(time64_t time, struct tomoyo_time *stamp);
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 1980 * \param stamp Address of variable to be updated when 1989 uint32_t *stamp,
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.c | 574 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 D | platform_drm.c | 397 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 D | platform_android.c | 912 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 D | pipeline_context.cpp | 697 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 D | hw_atl_b0.c | 1240 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 D | hw_atl_b0.c | 1240 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 D | ctrl_iface.c | 2463 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 D | turtle.py | 138 '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 D | audio_policy_server.cpp | 160 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 D | rs.c | 237 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 D | 4965-rs.c | 221 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 D | 4965-rs.c | 221 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 D | rs.c | 215 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 D | function_toolchain.cc | 300 "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 D | xm_api.c | 1241 p_atomic_inc(&b->stfb->stamp); in xmesa_notify_invalid_buffer()
|