Searched refs:temp (Results 276 - 300 of 896) sorted by relevance

<<11121314151617181920>>

/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_main.c224 int temp; local
241 temp = argv[i][2];
242 if ((temp >= '0') || (temp <= '9'))
243 EAS_SetDebugLevel(temp);
245 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Invalid debug level %d\n", temp); */ }
/external/sonivox/arm-wt-22k/host_src/
H A Deas_main.c227 int temp; local
244 temp = argv[i][2];
245 if ((temp >= '0') || (temp <= '9'))
246 EAS_SetDebugLevel(temp);
248 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Invalid debug level %d\n", temp); */ }
/external/freetype/src/cff/
H A Dcffobjs.c651 FT_Fixed temp = FT_ABS( matrix->yy ); local
654 if ( temp != 0x10000L )
656 *upm = FT_DivFix( *upm, temp );
658 matrix->xx = FT_DivFix( matrix->xx, temp );
659 matrix->yx = FT_DivFix( matrix->yx, temp );
660 matrix->xy = FT_DivFix( matrix->xy, temp );
661 matrix->yy = FT_DivFix( matrix->yy, temp );
662 offset->x = FT_DivFix( offset->x, temp );
663 offset->y = FT_DivFix( offset->y, temp );
678 FT_Fixed temp; local
[all...]
/external/apache-harmony/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java121 File temp = new File(resources.toString() + "/local.tmp");
122 copyLocalFileTo(temp, in);
123 return temp;
/external/bison/src/
H A Dfiles.c146 char *temp;
149 for (temp = out; *in; in++, out++)
155 return (temp);
144 char *temp; local
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_sdp.c196 UINT8 temp[8]; local
218 p = temp;
221 (UINT32)2, (UINT8*)temp);
/external/chromium/chrome/common/extensions/
H A Dextension_messages.cc44 Value* temp = NULL; local
45 if (extension->manifest_value()->Get(kRendererExtensionKeys[i], &temp))
46 manifest->Set(kRendererExtensionKeys[i], temp->DeepCopy());
/external/e2fsprogs/ext2ed/
H A Dgroup_com.c110 long group_num,temp; local
112 temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_blocks_per_group*file_system_info.block_size);
113 group_num=temp/sizeof (struct ext2_group_desc);
/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h98 ColVectorType temp(rows);
113 temp.data());
125 temp.data());
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java220 ExitHookManager temp = null;
223 temp = ExitHookManager.getSingleton ();
230 EXIT_HOOK_MANAGER = temp;
/external/guava/guava-tests/test/com/google/common/primitives/
H A DByteArrayAsListTest.java45 byte[] temp = new byte[values.length];
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Bytes.asList(temp);
H A DCharArrayAsListTest.java45 char[] temp = new char[values.length];
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Chars.asList(temp);
H A DDoubleArrayAsListTest.java45 double[] temp = new double[values.length];
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Doubles.asList(temp);
H A DFloatArrayAsListTest.java45 float[] temp = new float[values.length];
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Floats.asList(temp);
H A DIntArrayAsListTest.java46 int[] temp = new int[values.length];
48 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
50 return Ints.asList(temp);
H A DLongArrayAsListTest.java45 long[] temp = new long[values.length];
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Longs.asList(temp);
H A DShortArrayAsListTest.java45 short[] temp = new short[values.length];
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Shorts.asList(temp);
/external/icu4c/tools/toolutil/
H A Dfilestrm.c82 FILE* temp = fopen(filename, "r"); local
83 if (temp) {
84 fclose(temp);
/external/quake/quake/src/QW/client/
H A Dgl_test.c68 vec3_t temp; local
83 VectorSubtract (origin, incoming, temp);
84 plane = HitPlane (r_refdef.vieworg, temp);
H A Dr_alias.c418 int temp; local
436 temp = r_ambientlight;
440 temp += (int)(r_shadelight * lightcos);
444 if (temp < 0)
445 temp = 0;
448 fv->v[4] = temp;
461 int i, temp; local
490 temp = r_ambientlight;
494 temp += (int)(r_shadelight * lightcos);
498 if (temp <
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_test.cpp68 vec3_t temp; local
83 VectorSubtract (origin, incoming, temp);
84 plane = HitPlane (r_refdef.vieworg, temp);
H A Dr_alias.cpp418 int temp; local
436 temp = r_ambientlight;
440 temp += (int)(r_shadelight * lightcos);
444 if (temp < 0)
445 temp = 0;
448 fv->v[4] = temp;
461 int i, temp; local
490 temp = r_ambientlight;
494 temp += (int)(r_shadelight * lightcos);
498 if (temp <
[all...]
/external/srec/shared/src/
H A DIntArrayListImpl.c81 int* temp = REALLOC(impl->contents, (impl->actualSize * 2 + 1) * sizeof(int)); local
82 if (temp == NULL)
84 impl->contents = temp;
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp116 wxFile* temp = new wxFile(); local
117 temp->Open(sFilename.c_str(), wxFile::read_write);
118 handle = temp;
/external/qemu/telephony/
H A Dremote_call.c82 const char* temp = number; local
89 temp += 7;
90 num = strtol( temp, &end, 10 );
278 char temp[32]; local
279 int n = sys_channel_read( call->channel, temp, sizeof(temp) );

Completed in 457 milliseconds

<<11121314151617181920>>