Searched refs:UNINITIALIZED (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dclock.h70 UNINITIALIZED = 0, enumerator in enum:clk_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y317 if ($1->type != UNINITIALIZED) {
539 if ($2->type != UNINITIALIZED) {
721 case UNINITIALIZED:
740 if ($2->type != UNINITIALIZED) {
756 if ($2->type != UNINITIALIZED) {
770 if ($2->type != UNINITIALIZED) {
847 if (cur_symbol->type != UNINITIALIZED) {
1042 if ($2->type != UNINITIALIZED) {
1435 if (sym->type == UNINITIALIZED) {
1476 case UNINITIALIZED
[all...]
H A Daicasm_symbol.h52 UNINITIALIZED, enumerator in enum:__anon14210
H A Daicasm_symbol.c79 new_symbol->type = UNINITIALIZED;
123 case UNINITIALIZED:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp932 const unsigned UNINITIALIZED = 0xcd; local
954 memset( outputBuffer.data(), UNINITIALIZED, outputBufferChars*sizeof(wchar_t) );
974 CPPUNIT_ASSERT( ((unsigned char*)outputBuffer.data())[i] == UNINITIALIZED );
992 const unsigned UNINITIALIZED = 0xcd; local
1013 memset( outputBuffer.data(), UNINITIALIZED, outputBufferSize );
1039 CPPUNIT_ASSERT( ((unsigned char*)outputBuffer.data())[i] == UNINITIALIZED );

Completed in 94 milliseconds