| /third_party/backends/sanei/ |
| D | sanei_wire.c | 54 sanei_w_space (Wire * w, size_t howmuch) in sanei_w_space() 151 sanei_w_void (Wire * w, void __sane_unused__ * v) in sanei_w_void() 157 sanei_w_array (Wire * w, SANE_Word * len_ptr, void **v, in sanei_w_array() 249 sanei_w_ptr (Wire * w, void **v, WireCodecFunc w_value, size_t value_size) in sanei_w_ptr() 318 sanei_w_byte (Wire * w, SANE_Byte * v) in sanei_w_byte() 327 sanei_w_char (Wire * w, SANE_Char * v) in sanei_w_char() 336 sanei_w_word (Wire * w, SANE_Word * v) in sanei_w_word() 345 sanei_w_string (Wire * w, SANE_String * v) in sanei_w_string() 354 sanei_w_status (Wire * w, SANE_Status * v) in sanei_w_status() 369 sanei_w_bool (Wire * w, SANE_Bool * v) in sanei_w_bool() [all …]
|
| D | sanei_net.c | 48 sanei_w_init_req (Wire *w, SANE_Init_Req *req) in sanei_w_init_req() 55 sanei_w_init_reply (Wire *w, SANE_Init_Reply *reply) in sanei_w_init_reply() 62 sanei_w_get_devices_reply (Wire *w, SANE_Get_Devices_Reply *reply) in sanei_w_get_devices_reply() 83 sanei_w_open_reply (Wire *w, SANE_Open_Reply *reply) in sanei_w_open_reply() 91 w_option_value (Wire *w, SANE_Word type, SANE_Word size, void **value) in w_option_value() 127 sanei_w_option_descriptor_array (Wire *w, SANE_Option_Descriptor_Array *a) in sanei_w_option_descriptor_array() 135 sanei_w_control_option_req (Wire *w, SANE_Control_Option_Req *req) in sanei_w_control_option_req() 152 sanei_w_control_option_reply (Wire *w, SANE_Control_Option_Reply *reply) in sanei_w_control_option_reply() 163 sanei_w_get_parameters_reply (Wire *w, SANE_Get_Parameters_Reply *reply) in sanei_w_get_parameters_reply() 170 sanei_w_start_reply (Wire *w, SANE_Start_Reply *reply) in sanei_w_start_reply() [all …]
|
| D | sanei_codec_ascii.c | 53 skip_ws (Wire *w) in skip_ws() 69 get_digit (Wire *w) in get_digit() 86 get_byte (Wire *w) in get_byte() 92 ascii_w_byte (Wire *w, void *v) in ascii_w_byte() 116 ascii_w_char (Wire *w, void *v) in ascii_w_char() 158 ascii_w_string (Wire *w, void *v) in ascii_w_string() 277 ascii_w_word (Wire *w, void *v) in ascii_w_word() 337 sanei_codec_ascii_init (Wire *w) in sanei_codec_ascii_init()
|
| D | sanei_codec_bin.c | 50 bin_w_byte (Wire *w, void *v) in bin_w_byte() 74 bin_w_string (Wire *w, void *v) in bin_w_string() 97 bin_w_word (Wire *w, void *v) in bin_w_word() 131 sanei_codec_bin_init (Wire *w) in sanei_codec_bin_init()
|
| /third_party/openssl/providers/implementations/digests/ |
| D | blake2_impl.h | 25 uint32_t w; in load32() local 29 uint32_t w = ((uint32_t)src[0]) in load32() local 42 uint64_t w; in load64() local 46 uint64_t w = ((uint64_t)src[0]) in load64() local 58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() 73 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64() 90 uint64_t w = ((uint64_t)src[0]) in load48() local 99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() 110 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32() 115 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64()
|
| /third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
| D | blake2_impl.h | 25 uint32_t w; in load32() local 29 uint32_t w = ((uint32_t)src[0]) in load32() local 42 uint64_t w; in load64() local 46 uint64_t w = ((uint64_t)src[0]) in load64() local 58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() 73 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64() 90 uint64_t w = ((uint64_t)src[0]) in load48() local 99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() 110 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32() 115 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64()
|
| /third_party/FreeBSD/sys/dev/usb/ |
| D | usb_endian.h | 44 #define UGETB(w) \ argument 47 #define UGETW(w) \ argument 51 #define UGETDW(w) \ argument 57 #define UGETQW(w) \ argument 67 #define USETB(w,v) do { \ argument 71 #define USETW(w,v) do { \ argument 76 #define USETDW(w,v) do { \ argument 83 #define USETQW(w,v) do { \ argument 94 #define USETW2(w,b1,b0) do { \ argument 99 #define USETW4(w,b3,b2,b1,b0) do { \ argument [all …]
|
| /third_party/mesa3d/src/util/ |
| D | u_worklist.c | 33 u_worklist_init(u_worklist *w, unsigned num_entries, void *mem_ctx) in u_worklist_init() 44 u_worklist_fini(u_worklist *w) in u_worklist_fini() 51 u_worklist_push_head_index(u_worklist *w, unsigned *index) in u_worklist_push_head_index() 71 u_worklist_peek_head_index(const u_worklist *w) in u_worklist_peek_head_index() 79 u_worklist_pop_head_index(u_worklist *w) in u_worklist_pop_head_index() 93 u_worklist_push_tail_index(u_worklist *w, unsigned *index) in u_worklist_push_tail_index() 110 u_worklist_peek_tail_index(const u_worklist *w) in u_worklist_peek_tail_index() 120 u_worklist_pop_tail_index(u_worklist *w) in u_worklist_pop_tail_index()
|
| D | u_worklist.h | 72 u_worklist_is_empty(const u_worklist *w) in u_worklist_is_empty() 89 #define u_worklist_push_tail(w, block, index) \ argument 92 #define u_worklist_push_head(w, block, index) \ argument 95 #define u_worklist_pop_head(w, entry_t, index) \ argument 98 #define u_worklist_pop_tail(w, entry_t, index) \ argument 101 #define u_worklist_peek_head(w, entry_t, index) \ argument 104 #define u_worklist_peek_tail(w, entry_t, index) \ argument
|
| /third_party/python/Modules/_blake2/impl/ |
| D | blake2-impl.h | 32 uint32_t w; in load32() local 48 uint64_t w; in load64() local 65 static inline void store32( void *dst, uint32_t w ) in store32() 78 static inline void store64( void *dst, uint64_t w ) in store64() 98 uint64_t w = *p++; in load48() local 107 static inline void store48( void *dst, uint64_t w ) in store48() 118 static inline uint32_t rotl32( const uint32_t w, const unsigned c ) in rotl32() 123 static inline uint64_t rotl64( const uint64_t w, const unsigned c ) in rotl64() 128 static inline uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32() 133 static inline uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | x11wrap.c | 73 static void work(pa_x11_wrapper *w) { in work() 98 pa_x11_wrapper *w = userdata; in display_io_event() local 111 pa_x11_wrapper *w = userdata; in defer_event() local 125 pa_x11_wrapper *w = userdata; in internal_io_event() local 139 static pa_x11_internal* x11_internal_add(pa_x11_wrapper *w, int fd) { in x11_internal_add() 153 static void x11_internal_remove(pa_x11_wrapper *w, pa_x11_internal *i) { in x11_internal_remove() 163 pa_x11_wrapper *w = (pa_x11_wrapper*) userdata; in x11_watch() local 186 pa_x11_wrapper *w = userdata; in deferred_x11_teardown() local 199 pa_x11_wrapper *w = userdata; in x11_io_error_exit_handler() local 208 pa_x11_wrapper*w; in x11_wrapper_new() local [all …]
|
| /third_party/json/tests/src/ |
| D | unit-wstring.cpp | 43 std::wstring w = L"[12.2,\"Ⴥaäö\"]"; variable 53 std::wstring w = L"\"\xDBFF"; variable 63 std::u16string w = u"[12.2,\"Ⴥaäö\"]"; variable 73 std::u16string w = u"\"\xDBFF"; variable 83 std::u32string w = U"[12.2,\"Ⴥaäö\"]"; variable 93 std::u32string w = U"\"\x110000"; variable
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_worklist.h | 43 #define nir_block_worklist_init(w, num_blocks, mem_ctx) \ argument 46 #define nir_block_worklist_fini(w) u_worklist_fini(w) argument 48 #define nir_block_worklist_is_empty(w) u_worklist_is_empty(w) argument 50 #define nir_block_worklist_push_head(w, block) \ argument 53 #define nir_block_worklist_peek_head(w) \ argument 56 #define nir_block_worklist_pop_head(w) \ argument 59 #define nir_block_worklist_push_tail(w, block) \ argument 62 #define nir_block_worklist_peek_tail(w) \ argument 65 #define nir_block_worklist_pop_tail(w) \ argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | hevcdsp_mmi.c | 26 #define PUT_HEVC_QPEL_H(w, x_step, src_step, dst_step) \ argument 120 #define PUT_HEVC_QPEL_HV(w, x_step, src_step, dst_step) \ argument 303 #define PUT_HEVC_QPEL_BI_H(w, x_step, src_step, src2_step, dst_step) \ argument 434 #define PUT_HEVC_QPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \ argument 654 #define PUT_HEVC_EPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \ argument 835 #define PUT_HEVC_PEL_BI_PIXELS(w, x_step, src_step, dst_step, src2_step) \ argument 945 #define PUT_HEVC_QPEL_UNI_HV(w, x_step, src_step, dst_step, tmp_step) \ argument
|
| /third_party/libuv/src/ |
| D | threadpool.c | 78 struct uv__statistic_work* w; in uv_dump_worker() local 174 static void uv__post_statistic_work(struct uv__work *w, enum uv_work_state state) { in uv__post_statistic_work() 214 void uv_init_dump_info(struct uv_work_dump_info* info, struct uv__work* w) { in uv_init_dump_info() 332 static void uv__cancelled(struct uv__work* w) { in uv__cancelled() 349 struct uv__work* w; in worker() local 578 struct uv__work* w, in uv__work_submit() 580 void (*work)(struct uv__work* w), in uv__work_submit() 581 void (*done)(struct uv__work* w, int status)) { in uv__work_submit() 606 struct uv__work* w = (struct uv__work*)work; in uv__task_done_wrapper() local 616 static int uv__work_cancel(uv_loop_t* loop, uv_req_t* req, struct uv__work* w) { in uv__work_cancel() [all …]
|
| /third_party/node/test/parallel/ |
| D | test-stream-writable-writable.js | 8 const w = new Writable({ constant 17 const w = new Writable({ constant 29 const w = new Writable({ constant 42 const w = new Writable({ constant
|
| D | test-worker-track-unmanaged-fds.js | 24 const w = new Worker(`${preamble} constant 35 const w = new Worker(`${preamble} constant 45 const w = new Worker(`${preamble} constant 55 const w = new Worker(`${preamble} constant 72 const w = new Worker(`${preamble} constant
|
| /third_party/node/deps/uv/src/ |
| D | threadpool.c | 49 static void uv__cancelled(struct uv__work* w) { in uv__cancelled() 58 struct uv__work* w; in worker() local 262 struct uv__work* w, in uv__work_submit() 264 void (*work)(struct uv__work* w), in uv__work_submit() 265 void (*done)(struct uv__work* w, int status)) { in uv__work_submit() 274 static int uv__work_cancel(uv_loop_t* loop, uv_req_t* req, struct uv__work* w) { in uv__work_cancel() 301 struct uv__work* w; in uv__work_done() local 323 static void uv__queue_work(struct uv__work* w) { in uv__queue_work() 330 static void uv__queue_done(struct uv__work* w, int err) { in uv__queue_done()
|
| /third_party/openssl/crypto/bn/ |
| D | bn_word.c | 13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() 61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() 98 int BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word() 134 int BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word() 181 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| D | bn_word.c | 13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() 61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() 98 int BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word() 134 int BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word() 181 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_tile.c | 51 uint x, uint y, uint w, uint h, in pipe_get_tile_raw() 70 uint x, uint y, uint w, uint h, in pipe_put_tile_raw() 102 unsigned w, unsigned h, in z16_get_tile_rgba() 131 unsigned w, unsigned h, in z32_get_tile_rgba() 158 unsigned w, unsigned h, in s8z24_get_tile_rgba() 185 unsigned w, unsigned h, in z24s8_get_tile_rgba() 211 unsigned w, unsigned h, in s8x24_get_tile_rgba() 238 unsigned w, unsigned h, in x24s8_get_tile_rgba() 262 unsigned w, unsigned h, in s8_get_tile_rgba() 287 unsigned w, unsigned h, in z32f_get_tile_rgba() [all …]
|
| /third_party/libinput/tools/ |
| D | libinput-debug-gui.c | 218 struct window *w = data; in wayland_registry_global() local 243 wayland_lock_pointer(struct window *w) in wayland_lock_pointer() 289 wayland_unlock_pointer(struct window *w) in wayland_unlock_pointer() 304 x_lock_pointer(struct window *w) in x_lock_pointer() 331 x_unlock_pointer(struct window *w) in x_unlock_pointer() 348 window_lock_pointer(struct window *w) in window_lock_pointer() 367 window_unlock_pointer(struct window *w) in window_unlock_pointer() 398 draw_evdev_rel(struct window *w, cairo_t *cr) in draw_evdev_rel() 440 draw_evdev_abs(struct window *w, cairo_t *cr) in draw_evdev_abs() 531 draw_gestures(struct window *w, cairo_t *cr) in draw_gestures() [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | intrax8.c | 93 static void x8_reset_vlc_tables(IntraX8Context *w) in x8_reset_vlc_tables() 100 static inline void x8_select_ac_table(IntraX8Context *const w, int mode) in x8_select_ac_table() 115 static inline int x8_get_orient_vlc(IntraX8Context *w) in x8_get_orient_vlc() 172 static void x8_get_ac_rlf(IntraX8Context *const w, const int mode, in x8_get_ac_rlf() 252 static int x8_get_dc_rlf(IntraX8Context *const w, const int mode, in x8_get_dc_rlf() 288 static int x8_setup_spatial_predictor(IntraX8Context *const w, const int chroma) in x8_setup_spatial_predictor() 346 static void x8_update_predictions(IntraX8Context *const w, const int orient, in x8_update_predictions() 356 static void x8_get_prediction_chroma(IntraX8Context *const w) in x8_get_prediction_chroma() 372 static void x8_get_prediction(IntraX8Context *const w) in x8_get_prediction() 441 static void x8_ac_compensation(IntraX8Context *const w, const int direction, in x8_ac_compensation() [all …]
|
| D | wmv2dec.c | 59 static void wmv2_add_block(WMV2DecContext *w, int16_t *block1, in wmv2_add_block() 88 WMV2DecContext *const w = (WMV2DecContext *) s; in ff_wmv2_add_mb() local 102 static int parse_mb_skip(WMV2DecContext *w) in parse_mb_skip() 167 static int decode_ext_header(WMV2DecContext *w) in decode_ext_header() 207 WMV2DecContext *const w = (WMV2DecContext *) s; in ff_wmv2_decode_picture_header() local 242 WMV2DecContext *const w = (WMV2DecContext *) s; in ff_wmv2_decode_secondary_picture_header() local 350 static inline void wmv2_decode_motion(WMV2DecContext *w, int *mx_ptr, int *my_ptr) in wmv2_decode_motion() 362 static int16_t *wmv2_pred_motion(WMV2DecContext *w, int *px, int *py) in wmv2_pred_motion() 407 static inline int wmv2_decode_inter_block(WMV2DecContext *w, int16_t *block, in wmv2_decode_inter_block() 451 WMV2DecContext *const w = (WMV2DecContext *) s; in ff_wmv2_decode_mb() local [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | orderMattersForSignatureGroupIdentity.js | 22 var w: A; variable 23 var w: C; variable 31 var w; variable 32 var w; variable
|