/external/libpcap/msdos/ |
D | ndis2.h | 45 #define CALLBACK(foo) pascal WORD foo 46 #define PAS_PTR(x,arg) typedef FAR WORD pascal (*x) arg 52 #define CALLBACK(foo) WORD foo __attribute__((stdcall)) 53 #define PAS_PTR(x,arg) typedef WORD (*x) arg __attribute__((stdcall)) 59 #define CALLBACK(foo) WORD pascal foo 60 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg 66 #define CALLBACK(foo) WORD pascal foo 67 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg 87 PAS_PTR (ProtMan, (struct _ReqBlock FAR*, WORD)); 92 PAS_PTR (SystemRequest, (DWORD, DWORD, WORD, WORD, WORD)); [all …]
|
D | pktdrvr.h | 52 WORD type; /* = 13 for 3C523 */ 54 WORD intr; /* user interrupt vector number */ 55 WORD handle; /* Handle associated with session */ 62 WORD MAClength; /* HiPerformance data, N/A */ 63 WORD MTU; /* HiPerformance data, N/A */ 64 WORD multicast; /* HiPerformance data, N/A */ 65 WORD rcvrBuffers; /* valid for */ 66 WORD UMTbufs; /* High Performance drivers only */ 67 WORD postEOIintr; /* Usage ?? */ 87 WORD proto; [all …]
|
D | pktdrvr.c | 74 WORD r_flags; 75 WORD r_es, r_ds, r_fs, r_gs; 76 WORD r_ip, r_cs, r_sp, r_ss; 82 WORD _rxOutOfs; 83 WORD _rxInOfs; 88 WORD _dummy[2]; /* screenSeg,newInOffset */ 90 WORD _fanIndex; 109 extern WORD rxOutOfs; /* offsets into pktRxBuf FIFO queue */ 110 extern WORD rxInOfs; 118 #define FIRST_RX_BUF (WORD) &pktRxBuf [0] [all …]
|
D | ndis2.c | 77 static WORD frameSize = 0; 78 static WORD headerSize = 0; 87 static WORD protManDS = 0; 100 WORD err_num; 269 CALLBACK (NdisSystemRequest (DWORD param1, DWORD param2, WORD param3, in CALLBACK() 270 WORD opcode, WORD targetDS)) in CALLBACK() 274 volatile WORD result; in CALLBACK() 319 CALLBACK (NdisRequestConfirm (WORD protId, WORD macId, WORD reqHandle, in CALLBACK() 320 WORD status, WORD request, WORD protDS)) in CALLBACK() 328 CALLBACK (NdisTransmitConfirm (WORD protId, WORD macId, WORD reqHandle, in CALLBACK() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_env_calc.h | 95 VOID ixheaacd_adjust_scale_dec(WORD32 **re, WORD32 **im, WORD sub_band_start, 96 WORD num_sub_bands, WORD start_pos, 97 WORD next_pos, WORD shift, FLAG low_pow_flag); 99 VOID ixheaacd_adjust_scale_armv7(WORD32 **re, WORD32 **im, WORD sub_band_start, 100 WORD num_sub_bands, WORD start_pos, 101 WORD next_pos, WORD shift, FLAG low_pow_flag); 105 WORD sub_band_start, WORD sub_band_end, 106 WORD start_pos, WORD end_pos, 111 WORD sub_band_start, WORD sub_band_end, 112 WORD start_pos, WORD end_pos, [all …]
|
D | ixheaacd_struct_def.h | 77 WORD num_coupled_elements; 117 WORD element_instance_order[MAX_BS_ELEMENT]; 118 WORD ui_coupling_channel; 119 WORD downmix; 122 WORD framesize_480; 123 WORD ld_decoder; 125 WORD eld_sbr_present; 253 FLAG frame_status, WORD *type, WORD *ch_idx, WORD init_flag, WORD channel, 254 WORD *element_index_order, WORD skip_full_decode, WORD ch_fac, 255 WORD slot_element, WORD max_channels, WORD32 total_channels, [all …]
|
D | ixheaacd_common_lpfuncs.c | 94 WORD ixheaacd_get_channel_mask( in ixheaacd_get_channel_mask() 96 WORD ixheaacd_drc_offset = 0, channel_mask = 0; in ixheaacd_get_channel_mask() 97 WORD flag1 = 0, flag2 = 0; in ixheaacd_get_channel_mask() 98 WORD ch_idx; in ixheaacd_get_channel_mask() 99 WORD *ptr_slot_element = p_obj_enhaacplus_dec->aac_config.slot_element; in ixheaacd_get_channel_mask() 100 WORD *ptr_element_type = p_obj_enhaacplus_dec->aac_config.element_type; in ixheaacd_get_channel_mask() 102 memset(ptr_slot_element, 0, sizeof(WORD) * MAX_BS_ELEMENT); in ixheaacd_get_channel_mask() 253 ia_exhaacplus_dec_api_struct *p_obj_enhaacplus_dec, WORD ch_idx1, in ixheaacd_get_element_index_tag() 254 WORD *ch_idx, WORD *channel, WORD *ele_idx_order, WORD total_elements, in ixheaacd_get_element_index_tag() 255 WORD8 *element_used, WORD total_channels, ia_drc_dec_struct *pstr_drc_dec, in ixheaacd_get_element_index_tag() [all …]
|
D | ixheaacd_multichannel.c | 79 WORD cblock_decode_huff_symbol(UWORD8 *ptr_read_next, WORD32 bit_pos, in cblock_decode_huff_symbol() 85 WORD tot_bits; in cblock_decode_huff_symbol() 135 ixheaacd_misc_tables *common_tables_ptr, WORD *element_index_order, in ixheaacd_dec_coupling_channel_element() 142 WORD ind_sw_cce_flag, num_coupled_elements; in ixheaacd_dec_coupling_channel_element() 144 WORD num_gain_element_lists = 0; in ixheaacd_dec_coupling_channel_element() 145 WORD cc_domain; in ixheaacd_dec_coupling_channel_element() 146 WORD gain_element_sign; in ixheaacd_dec_coupling_channel_element() 147 WORD gain_element_scale; in ixheaacd_dec_coupling_channel_element() 201 WORD cge; in ixheaacd_dec_coupling_channel_element() 202 WORD common_gain_element_present[MAX_BS_ELEMENT]; in ixheaacd_dec_coupling_channel_element() [all …]
|
D | ixheaacd_lpp_tran.h | 67 WORD16 *degree_alias, WORD first_slot_offset, WORD last_slot_offset, 68 WORD num_if_bands, WORD max_qmf_subband_aac, WORD32 *sbr_invf_mode, 74 WORD time_step, WORD first_slot_offset, 75 WORD last_slot_offset, WORD num_if_bands, 76 WORD max_qmf_subband_aac, WORD32 *sbr_invf_mode, 78 WORD audio_object_type);
|
D | ixheaacd_headerdecode.h | 36 ia_aac_dec_sbr_bitstream_struct *ptr_sbr_bitstream, WORD channels, 42 WORD ixheaacd_decode_pce(struct ia_bit_buf_struct *it_bit_buff, 57 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec, WORD ch_idx1, 58 WORD *ch_idx, WORD *channel, WORD *element_index_order, WORD total_elements, 59 WORD8 *element_used, WORD total_channels, ia_drc_dec_struct *pstr_drc_dec,
|
D | ixheaacd_env_dec.h | 36 WORD scale_change, WORD16 *ptr_sine_level_buf, 38 WORD16 *noise_lvl_me, WORD num_subband, 39 FLAG noise_absc_flag, WORD freq_inv_flag, 40 WORD noise_e, WORD sub_band_start); 45 WORD factor, WORD16 *ptr_gain_buf, 53 WORD factor, WORD16 *ptr_gain_buf, 56 WORD freq_inv_flag, WORD32 harm_index);
|
D | ixheaacd_tns.h | 25 ia_aac_dec_tables_struct *ptr_aac_tables, WORD object_type, WORD32 ar_flag, 43 WORD16 *scale, WORD order); 49 WORD16 *scale, WORD order); 53 WORD scale_spec, WORD32 *ptr_filter_state); 61 WORD scale_spec, WORD32 *ptr_filter_state); 71 WORD32 shift_value, WORD scale_spec); 75 WORD32 shift_value, WORD scale_spec); 81 WORD scale_spec); 85 WORD32 shift_value, WORD scale_spec);
|
D | ixheaacd_longblock.c | 66 WORD sfb; in ixheaacd_read_section_data() 67 WORD sect_cb; in ixheaacd_read_section_data() 68 WORD sect_len; in ixheaacd_read_section_data() 69 WORD sect_len_incr; in ixheaacd_read_section_data() 70 WORD sect_esc_val; in ixheaacd_read_section_data() 72 WORD max_sfb = ptr_ics_info->max_sfb; in ixheaacd_read_section_data() 73 WORD num_win_group; in ixheaacd_read_section_data() 158 WORD sfb; in ixheaacd_read_scale_factor_data() 160 WORD num_win_group; in ixheaacd_read_scale_factor_data() 171 WORD start_bit_pos = it_bit_buff->bit_pos; in ixheaacd_read_scale_factor_data() [all …]
|
D | ixheaacd_create.h | 39 VOID *sbr_persistent_mem_v, WORD32 *ptr_overlap_buf, WORD channel, 40 WORD ps_enable, WORD sbr_ratio_idx, WORD output_frame_size, WORD *use_hbe, 42 WORD audio_object_type);
|
D | ixheaacd_block.h | 25 VOID ixheaacd_inverse_quantize(WORD32 *x_invquant, WORD no_band, 30 WORD no_band, WORD8 *width, 37 WORD no_band, WORD8 *width, 44 WORD no_band, WORD8 *width, 50 void ixheaacd_right_shift_block(WORD32 *p_spectrum, WORD length, 51 WORD shift_val); 53 WORD ixheaacd_decode_huffman(ia_bit_buf_struct *it_bit_buff, WORD32 cb_no, 54 WORD32 *spec_coef, WORD16 *sfb_offset, WORD start, 55 WORD sfb, WORD group_len, 58 WORD ixheaacd_huffman_dec_word2(ia_bit_buf_struct *it_bit_buff, WORD32 cb_no, [all …]
|
D | ixheaacd_basic_ops32.h | 39 static PLATFORM_INLINE WORD32 ixheaacd_shl32(WORD32 a, WORD b) { in ixheaacd_shl32() 51 static PLATFORM_INLINE WORD32 ixheaacd_shr32(WORD32 a, WORD b) { in ixheaacd_shr32() 67 static PLATFORM_INLINE WORD32 ixheaacd_shl32_sat(WORD32 a, WORD b) { in ixheaacd_shl32_sat() 84 static PLATFORM_INLINE WORD32 ixheaacd_shl32_dir(WORD32 a, WORD b) { in ixheaacd_shl32_dir() 96 static PLATFORM_INLINE WORD32 ixheaacd_shl32_dir_sat(WORD32 a, WORD b) { in ixheaacd_shl32_dir_sat() 108 static PLATFORM_INLINE WORD32 ixheaacd_shr32_dir(WORD32 a, WORD b) { in ixheaacd_shr32_dir() 120 static PLATFORM_INLINE WORD32 shr32_dir_sat(WORD32 a, WORD b) { in shr32_dir_sat() 230 static PLATFORM_INLINE WORD ixheaacd_norm32(WORD32 a) { in ixheaacd_norm32() 231 WORD norm_val; in ixheaacd_norm32() 251 static PLATFORM_INLINE WORD ixheaacd_pnorm32(WORD32 a) { in ixheaacd_pnorm32() [all …]
|
D | ixheaacd_bitbuffer.c | 37 WORD alignment; in ixheaacd_byte_align() 38 alignment = (WORD)((*align_bits_cnt - it_bit_buff->cnt_bits) & 0x07); in ixheaacd_byte_align() 47 WORD32 ixheaacd_show_bits_buf(ia_bit_buf_struct *it_bit_buff, WORD no_of_bits) { in ixheaacd_show_bits_buf() 50 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_show_bits_buf() 73 WORD32 ixheaacd_read_bits_buf(ia_bit_buf_struct *it_bit_buff, WORD no_of_bits) { in ixheaacd_read_bits_buf() 76 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_read_bits_buf() 187 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_aac_read_bit() 189 WORD no_of_bits = 1; in ixheaacd_aac_read_bit() 210 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_aac_read_bit_rev() 212 WORD no_of_bits = 1; in ixheaacd_aac_read_bit_rev()
|
D | ixheaacd_function_selector.h | 104 extern VOID (*ixheaacd_harm_idx_zerotwolp)(WORD32 *, WORD16 *, WORD, WORD16 *, 105 const WORD32 *, WORD16 *, WORD, FLAG, 109 WORD32, WORD32, WORD); 112 WORD32, WORD32, WORD, WORD32 *); 115 WORD); 120 ia_aac_dec_imdct_tables_struct *, WORD); 124 WORD, WORD32 *, WORD16, 139 WORD, WORD32); 195 WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
D | ixheaacd_aac_imdct.h | 42 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints, 48 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints, 54 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints, 60 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints4, 65 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints4, 70 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints4, 92 const WORD32 *cos_sin_ptr, WORD m); 95 const WORD32 *cos_sin_ptr, WORD m);
|
D | ixheaacd_block.c | 145 VOID ixheaacd_inverse_quantize(WORD32 *x_invquant, WORD no_band, in ixheaacd_inverse_quantize() 159 static PLATFORM_INLINE WORD ixheaacd_huffman_dec_word1( in ixheaacd_huffman_dec_word1() 161 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_word1() 166 WORD idx, grp_idx; in ixheaacd_huffman_dec_word1() 169 WORD len_idx = 0; in ixheaacd_huffman_dec_word1() 328 static PLATFORM_INLINE WORD ixheaacd_huffman_dec_word2_11( in ixheaacd_huffman_dec_word2_11() 335 WORD idx; in ixheaacd_huffman_dec_word2_11() 481 static PLATFORM_INLINE WORD ixheaacd_huffman_dec_quad( in ixheaacd_huffman_dec_quad() 483 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_quad() 485 WORD idx, grp_idx; in ixheaacd_huffman_dec_quad() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | SentenceBreakTest.txt | 503 …WORD JOINER (Format_FE) × [998.0] LEFT PARENTHESIS (Close) × [5.0] WORD JOINER (Format_FE) × [998.… 504 …WORD JOINER (Format_FE) × [998.0] LEFT PARENTHESIS (Close) × [5.0] WORD JOINER (Format_FE) × [998.… 505 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER U (Upper) × [5.0] WORD JOINER (Format_FE) ×… 506 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER U (Upper) × [5.0] WORD JOINER (Format_FE) ×… 507 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER U (Upper) × [5.0] WORD JOINER (Format_FE) ×… 508 …WORD JOINER (Format_FE) × [998.0] DIGIT THREE (Numeric) × [5.0] WORD JOINER (Format_FE) × [998.0] … 509 …WORD JOINER (Format_FE) × [998.0] LATIN SMALL LETTER C (Lower) × [5.0] WORD JOINER (Format_FE) × [… 510 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER C (Upper) × [5.0] WORD JOINER (Format_FE) ×… 511 …WORD JOINER (Format_FE) × [998.0] LATIN SMALL LETTER C (Lower) × [5.0] WORD JOINER (Format_FE) × [… 512 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER C (Upper) × [5.0] WORD JOINER (Format_FE) ×… [all …]
|
D | WordBreakTest.txt | 69 …TART OF HEADING> (Other) ÷ [999.0] LATIN SMALL LETTER A (ALetter) × [4.0] WORD JOINER (Format_FE) … 70 …NG DIAERESIS (Extend_FE) ÷ [999.0] LATIN SMALL LETTER A (ALetter) × [4.0] WORD JOINER (Format_FE) … 75 …ATIN SMALL LETTER A (ALetter) ÷ [999.0] APOSTROPHE (Single_Quote) × [4.0] WORD JOINER (Format_FE) … 76 …ATIN SMALL LETTER A (ALetter) ÷ [999.0] APOSTROPHE (Single_Quote) × [4.0] WORD JOINER (Format_FE) … 85 …er) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0] FULL STOP (MidNumLet) × [4.0] WORD JOINER (Format_FE) … 86 …FE) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0] FULL STOP (MidNumLet) × [4.0] WORD JOINER (Format_FE) … 131 …CARRIAGE RETURN (CR)> (CR) ÷ [3.1] LATIN SMALL LETTER A (ALetter) × [4.0] WORD JOINER (Format_FE) … 132 …NG DIAERESIS (Extend_FE) ÷ [999.0] LATIN SMALL LETTER A (ALetter) × [4.0] WORD JOINER (Format_FE) … 137 …ATIN SMALL LETTER A (ALetter) ÷ [999.0] APOSTROPHE (Single_Quote) × [4.0] WORD JOINER (Format_FE) … 138 …ATIN SMALL LETTER A (ALetter) ÷ [999.0] APOSTROPHE (Single_Quote) × [4.0] WORD JOINER (Format_FE) … [all …]
|
/external/icu/icu4c/source/i18n/ |
D | wintzimpl.cpp | 68 standardDate.wMonth = static_cast<WORD>(std->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 69 standardDate.wDay = static_cast<WORD>(std->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 73 standardDate.wDayOfWeek = static_cast<WORD>(std->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation() 83 standardDate.wHour = static_cast<WORD>(hour); in getSystemTimeInformation() 84 standardDate.wMinute = static_cast<WORD>(min); in getSystemTimeInformation() 85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation() 86 standardDate.wMilliseconds = static_cast<WORD>(mil); in getSystemTimeInformation() 89 daylightDate.wMonth = static_cast<WORD>(dst->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 90 daylightDate.wDay = static_cast<WORD>(dst->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 94 daylightDate.wDayOfWeek = static_cast<WORD>(dst->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation() [all …]
|
/external/lzma/CPP/Windows/Control/ |
D | CommandBar.h | 35 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); } in DrawMenuBar() 36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); } in GetMenu() 38 …HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { re… in InsertComboBox() 39 …bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_In… in InsertMenubar() 40 …bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandB… in InsertMenubarEx()
|
/external/syslinux/com32/gpllib/dmi/ |
D | dmi.c | 369 uint16_t dx = WORD(p); in dmi_processor_id() 380 uint16_t dx = WORD(p); in dmi_processor_id() 456 h->handle = WORD(data + 2); in to_dmi_header() 619 dmi->bios.address = WORD(data + 0x06); in dmi_decode() 620 dmi_bios_runtime_size((0x10000 - WORD(data + 0x06)) << 4, dmi); in dmi_decode() 746 dmi->processor.external_clock = WORD(data + 0x12); in dmi_decode() 747 dmi->processor.max_speed = WORD(data + 0x14); in dmi_decode() 748 dmi->processor.current_speed = WORD(data + 0x16); in dmi_decode() 760 dmi_processor_cache(WORD(data + 0x1A), "L1", ver, in dmi_decode() 762 dmi_processor_cache(WORD(data + 0x1C), "L2", ver, in dmi_decode() [all …]
|