Home
last modified time | relevance | path

Searched refs:word (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvPCIMEM.h91 static __inline__ MS_U32 ms_find_1st_zero(MS_U32 word) in ms_find_1st_zero() argument
95 word = ~word; in ms_find_1st_zero()
97 if (word & 0x0000ffff) { k -= 16; word <<= 16; } in ms_find_1st_zero()
98 if (word & 0x00ff0000) { k -= 8; word <<= 8; } in ms_find_1st_zero()
99 if (word & 0x0f000000) { k -= 4; word <<= 4; } in ms_find_1st_zero()
100 if (word & 0x30000000) { k -= 2; word <<= 2; } in ms_find_1st_zero()
101 if (word & 0x40000000) { k -= 1; } in ms_find_1st_zero()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvPCIMEM.h97 static __inline__ U32 ffz(U32 word) in ffz() argument
101 word = ~word; in ffz()
103 if (word & 0x0000ffff) { k -= 16; word <<= 16; } in ffz()
104 if (word & 0x00ff0000) { k -= 8; word <<= 8; } in ffz()
105 if (word & 0x0f000000) { k -= 4; word <<= 4; } in ffz()
106 if (word & 0x30000000) { k -= 2; word <<= 2; } in ffz()
107 if (word & 0x40000000) { k -= 1; } in ffz()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c333 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap() local
354 word = tempstr; in print_autowrap()
355 while (word && *word) { in print_autowrap()
356 sp = strchr(word, ' '); in print_autowrap()
364 wlen = strlen(word); in print_autowrap()
374 waddstr(win, word); in print_autowrap()
383 word = sp; in print_autowrap()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dget_maintainer.pl172 foreach my $word (@words) {
173 last if ($word =~ m/^#/);
174 push (@conf_args, $word);
2088 my $word = "(?:$atom|$quoted_string)";
2089 my $localpart = "$word(?:\\.$rfc822_lwsp*$word)*";
2096 my $phrase = "$word*";
H A Dmkmakefile30 lastword = \$(word \$(words \$(1)),\$(1))
H A DMakefile.headersinst51 file$(if $(word 2, $(all-files)),s))
H A DKbuild.include71 $(word 1, $(foreach c,$(1), \
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt39 // ANSI (i.e ISO) header files. Replace the word "FlexeLint"
180 +rw( __volatile__ ) // unusual reserved word ignored.
183 -rw(__except) // This MS reserved word is used as an identifier
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddata.c248 struct data data_append_cell(struct data d, cell_t word) in data_append_cell() argument
250 cell_t beword = cpu_to_fdt32(word); in data_append_cell()
H A Ddtc.h111 struct data data_append_cell(struct data d, cell_t word);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dasm.h42 # define PTR .word
221 .word 1f; \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Di2c.h131 __u16 word; member
/utopia/UTPA2-700.0.x/modules/dlc/drv/dlc/
H A DdrvDLC.c1136 char word[] = {"_XC_Mutex"}; in MDrv_DLC_Init() local
1137 _DLC_Mutex = MsOS_CreateMutex(E_MSOS_FIFO, word, MSOS_PROCESS_SHARED); in MDrv_DLC_Init()
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace.c451 char word[] = {"_ACE_Mutex"}; in MApi_XC_ACE_Init_U2() local
465 _s32XC_ACEMutex = MsOS_CreateMutex(E_MSOS_FIFO, word, MSOS_PROCESS_SHARED); in MApi_XC_ACE_Init_U2()
474 _s32XC_ACEMutex = MsOS_CreateMutex(E_MSOS_FIFO, word, MSOS_PROCESS_SHARED); in MApi_XC_ACE_Init_U2()
/utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/
H A DapiHDMITx.c189 char word[] = {"_HDMITX_Mutex"}; in MApi_HDMITx_Init_U2() local
193 _s32HDMITX_Mutex = MsOS_CreateMutex(E_MSOS_FIFO, word, MSOS_PROCESS_SHARED); in MApi_HDMITx_Init_U2()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_menuload.c772 char word[] = {"_MLOAD_MUTEX"}; in MApi_XC_MLoad_Init_U2() local
837 _MLOAD_MUTEX = MsOS_CreateMutex(E_MSOS_FIFO, word, MSOS_PROCESS_SHARED); in MApi_XC_MLoad_Init_U2()
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile26 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
646 # output. The symbol name can be a fully qualified name, a word, or if the
H A Dbsp.dxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
645 # output. The symbol name can be a fully qualified name, a word, or if the