Searched refs:swc (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Dcns11643_4.h42 unsigned short swc; local
45 swc = cns11643_4a_2uni_page21[i],
46 wc = cns11643_4a_2uni_upages[swc>>8] | (swc & 0xff);
48 swc = cns11643_4b_2uni_page40[i-2914],
49 wc = cns11643_4b_2uni_upages[swc>>8] | (swc & 0xff);
H A Dcns11643_3.h953 unsigned short swc; local
956 swc = cns11643_3_2uni_page21[i],
957 wc = cns11643_3_2uni_upages[swc>>8] | (swc & 0xff);
960 swc = cns11643_3_2uni_page64[i-6298],
961 wc = cns11643_3_2uni_upages[swc>>8] | (swc & 0xff);
H A Dhkscs.h859 unsigned short swc; local
862 swc = hkscs_2uni_page88[i-1256],
863 wc = hkscs_2uni_upages[swc>>6] | (swc & 0x3f);
866 swc = hkscs_2uni_page8d[i-2041],
867 wc = hkscs_2uni_upages[swc>>6] | (swc & 0x3f);
870 swc = hkscs_2uni_pagec6[i-10990],
871 wc = hkscs_2uni_upages[swc>>6] | (swc
[all...]
H A Dcns11643_15.h1066 unsigned short swc; local
1069 swc = cns11643_15_2uni_page21[i],
1070 wc = cns11643_15_2uni_upages[swc>>8] | (swc & 0xff);
H A Dcns11643_6.h951 unsigned short swc; local
954 swc = cns11643_6_2uni_page21[i],
955 wc = cns11643_6_2uni_upages[swc>>8] | (swc & 0xff);
H A Dcns11643_7.h971 unsigned short swc; local
974 swc = cns11643_7_2uni_page21[i],
975 wc = cns11643_7_2uni_upages[swc>>8] | (swc & 0xff);
H A Dcns11643_5.h1261 unsigned short swc; local
1264 swc = cns11643_5_2uni_page21[i],
1265 wc = cns11643_5_2uni_upages[swc>>8] | (swc & 0xff);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_command.c106 for (idx = 0; idx < cmd->swc; idx++) {
120 for (idx = 0; idx < cmd->swc; idx++) {
131 if ((swidx < 0) || (swidx >= cmd->swc)) return NULL;
141 for (idx = 0; idx < cmd->swc; idx++) {
165 for (idx = 0; idx < cmd->swc; idx++) {
170 cmd->swc = 0;
183 if (cmd->swc == 0) return -1;
187 for (idx = 0; idx < cmd->swc; idx++) {
294 if (cmd->swc < MAX_SWITCHES) {
295 cmd->swv[cmd->swc]
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dui_command.h64 int swc; member in struct:ui_cmdline_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/math-emu/
H A Dop-common.h634 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \
636 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/math-emu/
H A Dop-common.h793 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \
795 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/math-emu/
H A Dop-common.h793 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \
795 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \

Completed in 199 milliseconds