Home
last modified time | relevance | path

Searched refs:saved_val (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbmvvideo.c59 unsigned val, saved_val = 0; in decode_bmv_frame() local
100 val = saved_val; in decode_bmv_frame()
133 saved_val = val >> (4 + shift); in decode_bmv_frame()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_build_pm4.h244 #define radeon_opt_set_context_regn(sctx, offset, value, saved_val, num) do { \ argument
245 if (memcmp(value, saved_val, sizeof(uint32_t) * (num))) { \
248 memcpy(saved_val, value, sizeof(uint32_t) * (num)); \
/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c623 …u16 saved_val = *(u16*)(buffer+usa_ofs+2*i); // the actual data value that was saved in the us arr… in check_file_record() local
626 *fixup = saved_val; // remove it. in check_file_record()