HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 301 - 325 of 2100) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/ext2ed/
disk.c 46 char temp [80]; local
53 sprintf (temp,"Seek offset %ld is out of range",offset);
54 internal_error (temp,"disk","low_read");
85 char temp [80]; local
105 sprintf (temp,"Seek offset %ld is out of range",offset);
106 internal_error (temp,"disk","low_write");
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp 36 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
38 temp[i] = src[start++];
40 pttrn = temp; /* store word in pttrn */
55 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen)); local
57 temp[i] = src[start++];
59 pttrn = temp; /* store word in pttrn */
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
NewtonianParticleInfluencer.java 41 temp.set(particle.velocity.z * surfaceTangentFactor, particle.velocity.y * surfaceTangentFactor, -particle.velocity.x * surfaceTangentFactor);
45 temp = m.multLocal(temp);
50 particle.velocity.addLocal(temp);
110 temp.set(FastMath.nextRandomFloat() * velocityVariation, FastMath.nextRandomFloat() * velocityVariation, FastMath.nextRandomFloat() * velocityVariation);
111 particle.velocity.addLocal(temp);
  /external/mockito/src/org/mockito/internal/progress/
MockingProgressImpl.java 35 IOngoingStubbing temp = iOngoingStubbing; local
37 return temp;
58 VerificationMode temp = verificationMode.getObject(); local
60 return temp;
73 Location temp = stubbingInProgress; local
75 reporter.unfinishedStubbing(temp);
  /external/qemu/android/utils/
ini.c 327 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
328 p = bufprint(temp, end, "%s = %s\n", pair->key, pair->value);
329 if (fwrite(temp, p - temp, 1, fp) != 1) {
490 char temp[16]; local
491 snprintf(temp, sizeof temp, "%d", value);
492 iniFile_setValue(f, key, temp);
498 char temp[32]; local
506 char temp[32]; local
520 char temp[32]; local
    [all...]
  /external/skia/tools/
path_utils.cpp 68 SkString temp; local
71 temp.appendScalar(pts[i].fX);
72 temp.append("f, ");
73 temp.appendScalar(pts[i].fY);
74 temp.append("f },\n");
75 pathStream->writeText(temp.c_str());
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp 337 Word16 temp; local
354 temp = *(p_excf++);
355 *(p_s_excf++) = temp >> 2;
356 s += (Word32) temp * temp;
357 temp = *(p_excf++);
358 *(p_s_excf++) = temp >> 2;
359 s += (Word32) temp * temp;
415 temp = exc[k]
730 Word16 temp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 103 temp RN 1 label
193 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
210 LDR temp,=0xFFF
213 TEQ index,temp
223 SUB temp,fcodeForward,#1
224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
240 LDR temp,=0xFFF
243 TEQ index,temp
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 103 temp RN 1 label
193 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
210 LDR temp,=0xFFF
213 TEQ index,temp
223 SUB temp,fcodeForward,#1
224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
240 LDR temp,=0xFFF
243 TEQ index,temp
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
ext_lang_enc.cc 396 char temp[4]; local
397 memcpy(temp, src, 4);
398 temp[2] = '\0';
399 LanguageFromCode(temp, &retlang);
402 char temp[4]; local
403 memcpy(temp, src, 4);
404 temp[3] = '\0';
405 LanguageFromCode(temp, &retlang);
511 char temp[5]; local
515 memcpy(temp, src2, 4)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 92 * temp. This will make our handling of the breakdown to
260 ir_expression *temp; local
261 temp = new(mem_ctx) ir_expression(ir_binop_logic_or,
267 temp = new(mem_ctx) ir_expression(ir_binop_logic_or,
270 temp);
272 assign(ir, 0, temp);
281 ir_expression *temp; local
283 temp = new(mem_ctx) ir_expression(ir_binop_mul,
290 temp,
293 last = temp;
313 ir_expression *temp; local
    [all...]
  /external/libgsm/src/
long_term.c 68 register word temp, wt_k; local
74 temp = d[k];
75 temp = GSM_ABS( temp );
76 if (temp > dmax) {
77 dmax = temp;
81 temp = 0;
85 temp = gsm_norm( (longword)dmax << 16 );
87 if (temp > 6) scal = 0;
88 else scal = 6 - temp;
169 register word temp; local
310 register word temp; local
486 register word temp; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 92 * temp. This will make our handling of the breakdown to
260 ir_expression *temp; local
261 temp = new(mem_ctx) ir_expression(ir_binop_logic_or,
267 temp = new(mem_ctx) ir_expression(ir_binop_logic_or,
270 temp);
272 assign(ir, 0, temp);
281 ir_expression *temp; local
283 temp = new(mem_ctx) ir_expression(ir_binop_mul,
290 temp,
293 last = temp;
313 ir_expression *temp; local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_mixer.c 145 EAS_I32 temp; local
146 temp = MaximizerProcess(pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effectData, pEASData->pMixBuffer, pEASData->pMixBuffer, numSamples);
147 temp = (temp * pEASData->masterGain) >> 15;
148 if (temp > 32767)
151 gain = (EAS_U16) temp;
340 EAS_I32 temp; local
393 temp = (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
394 temp += ((pInputBuffer[src+1] * gainRight) >> NUM_MIXER_GUARD_BITS);
395 pMixBuffer[dest] += temp;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_mixer.c 145 EAS_I32 temp; local
146 temp = MaximizerProcess(pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effectData, pEASData->pMixBuffer, pEASData->pMixBuffer, numSamples);
147 temp = (temp * pEASData->masterGain) >> 15;
148 if (temp > 32767)
151 gain = (EAS_U16) temp;
340 EAS_I32 temp; local
393 temp = (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
394 temp += ((pInputBuffer[src+1] * gainRight) >> NUM_MIXER_GUARD_BITS);
395 pMixBuffer[dest] += temp;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mixer.c 145 EAS_I32 temp; local
146 temp = MaximizerProcess(pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effectData, pEASData->pMixBuffer, pEASData->pMixBuffer, numSamples);
147 temp = (temp * pEASData->masterGain) >> 15;
148 if (temp > 32767)
151 gain = (EAS_U16) temp;
340 EAS_I32 temp; local
393 temp = (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
394 temp += ((pInputBuffer[src+1] * gainRight) >> NUM_MIXER_GUARD_BITS);
395 pMixBuffer[dest] += temp;
    [all...]
  /external/chromium_org/third_party/libxml/src/
uri.c 1002 xmlChar *temp; local
1024 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1025 if (temp == NULL) {
1031 ret = temp;
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1038 if (temp == NULL) {
1044 ret = temp;
1053 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1054 if (temp == NULL) {
1060 ret = temp;
1744 xmlChar *temp; local
2595 xmlURI temp; local
    [all...]
  /external/libxml2/
uri.c 1002 xmlChar *temp; local
1024 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1025 if (temp == NULL) {
1031 ret = temp;
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1038 if (temp == NULL) {
1044 ret = temp;
1053 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1054 if (temp == NULL) {
1060 ret = temp;
1744 xmlChar *temp; local
2595 xmlURI temp; local
    [all...]
  /art/test/102-concurrent-gc/src/
Main.java 57 byte[] temp = l[a].bytes;
59 l[b].bytes = temp;
  /external/chromium_org/base/mac/
scoped_cffiledescriptorref.h 61 CFFileDescriptorRef temp = fdref_; variable
63 return temp;
scoped_launch_data.h 61 launch_data_t temp = object_; variable
63 return temp;
  /external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc 32 base::ScopedTempDir temp; local
33 ASSERT_TRUE(temp.CreateUniqueTempDir());
38 base::FilePath src = temp.path().AppendASCII(extension_id);
42 base::FilePath all_extensions = temp.path().AppendASCII("extensions");
138 base::ScopedTempDir temp; local
139 ASSERT_TRUE(temp.CreateUniqueTempDir());
141 base::FilePath src_path = temp.path().AppendASCII("some_dir");
148 EXPECT_TRUE(extension_file_util::CheckForIllegalFilenames(temp.path(),
153 base::ScopedTempDir temp; local
154 ASSERT_TRUE(temp.CreateUniqueTempDir())
170 base::ScopedTempDir temp; local
267 base::ScopedTempDir temp; local
293 base::ScopedTempDir temp; local
356 base::ScopedTempDir temp; local
382 base::ScopedTempDir temp; local
    [all...]
  /external/chromium_org/net/disk_cache/
mapped_file_posix.cc 34 scoped_ptr<char[]> temp(new char[temp_len]);
35 if (!Read(temp.get(), temp_len, 0))
mapped_file_win.cc 32 scoped_ptr<char[]> temp(new char[temp_len]);
33 if (!Read(temp.get(), temp_len, 0))
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stl_util.h 55 ForwardIterator temp = begin; local
57 delete *temp;

Completed in 598 milliseconds

<<11121314151617181920>>