Searched defs:mask_size (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sched_setaffinity/ |
H A D | sched_setaffinity01.c | 32 static size_t mask_size, emask_size; variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | midivid.c | 57 uint32_t mask_size; in decode_mvdv() local
|
H A D | mv30.c | 470 const int mask_size = ((avctx->height >> 4) * (avctx->width >> 4) * 2 + 7) / 8; in decode_inter() local
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open02.c | 181 size_t mask_size; in bind_to_current_cpu() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_removelogo.c | 386 int mask_size; in blur_pixel() local
|
H A D | v360.h | 174 int mask_size; member
|
/third_party/backends/backend/ |
H A D | pieusb_scancmd.c | 819 sanei_pieusb_cmd_get_ccd_mask(SANE_Int device_number, SANE_Byte* mask, SANE_Int mask_size, struct Pieusb_Command_Status *status) in sanei_pieusb_cmd_get_ccd_mask() argument
|
/third_party/libuv/src/win/ |
H A D | thread.c | 183 uv_thread_setaffinity(uv_thread_t* tid, char* cpumask, char* oldmask, size_t mask_size) uv_thread_setaffinity() argument 226 uv_thread_getaffinity(uv_thread_t* tid, char* cpumask, size_t mask_size) uv_thread_getaffinity() argument
|
/third_party/libuv/src/unix/ |
H A D | thread.c | 182 uv_thread_setaffinity(uv_thread_t* tid, char* cpumask, char* oldmask, size_t mask_size) uv_thread_setaffinity() argument 221 uv_thread_getaffinity(uv_thread_t* tid, char* cpumask, size_t mask_size) uv_thread_getaffinity() argument 252 uv_thread_setaffinity(uv_thread_t* tid, char* cpumask, char* oldmask, size_t mask_size) uv_thread_setaffinity() argument 260 uv_thread_getaffinity(uv_thread_t* tid, char* cpumask, size_t mask_size) uv_thread_getaffinity() argument
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_NOPs.cpp | 216 unsigned mask_size = util_last_bit(*mask); in handle_raw_hazard_instr() local
|
Completed in 10 milliseconds