Searched refs:zero (Results 1 - 22 of 22) sorted by relevance

/frameworks/native/opengl/libagl/arch-mips/
H A Dfixed_asm.S49 subu $t2,$zero,$v0
51 or $t1,$a0,$zero /* a0=0? */
52 movz $v0,$zero,$t1
53 movz $v0,$zero,$t3 /* t3=0 then res=0 */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dspreproc.h118 Word16 *zero, /* i : pointer to zero vector */
H A Dspreproc.cpp111 zero -- Pointer to Word16 -- pointer to zero vector
181 Word16 *zero, /* i : pointer to zero vector */
211 Syn_filt(Aq, ai_zero, h1, L_SUBFR, zero, 0);
212 Syn_filt(Ap2, h1, h1, L_SUBFR, zero, 0);
171 subframePreProc( enum Mode mode, const Word16 gamma1[], const Word16 gamma1_12k2[], const Word16 gamma2[], Word16 *A, Word16 *Aq, Word16 *speech, Word16 *mem_err, Word16 *mem_w0, Word16 *zero, Word16 ai_zero[], Word16 exc[], Word16 h1[], Word16 xn[], Word16 res2[], Word16 error[] ) argument
H A Dcod_amr.h147 Word16 *zero; member in struct:__anon613
189 * - set static vectors to zero
H A Dcod_amr.cpp390 st->zero = st->ai_zero + MP1;
394 // Static vectors to zero
403 Set_zero(st->zero, L_SUBFR);
404 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
488 st->zero = st->ai_zero + MP1;
496 /* Static vectors to zero */
504 memset(st->zero, 0, sizeof(Word16)*L_SUBFR);
505 memset(st->hvec, 0, sizeof(Word16)*L_SUBFR); /* set to zero "h1[-L_SUBFR..-1]" */
926 Set_zero(st->zero, L_SUBFR);
927 Set_zero(st->hvec, L_SUBFR); // set to zero "h
[all...]
/frameworks/wilhelm/src/objects/
H A DCEngine.c107 pthread_t zero; local
108 memset(&zero, 0, sizeof(pthread_t));
109 if (0 != memcmp(&zero, &thiz->mSyncThread, sizeof(pthread_t))) {
/frameworks/native/opengl/libagl/
H A DAndroid.mk40 # The graphics code can generate division by zero
41 LOCAL_CFLAGS += -mno-check-zero-division
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s59 zero RN 14 label
77 MOV zero, #0
86 STR zero, [CandMV]
153 ;// Using the transperancy info, zero
H A DomxVCM4P2_DecodePadMV_PVOP_s.s86 zero RN 4 label
162 MOV zero,#0
166 STREQ zero,[pDstMVCurMB]
168 STREQ zero,[pDstMVCurMB,#4]
170 STREQ zero,[pDstMVCurMB,#4]
173 STREQ zero,[pDstMVCurMB,#4]
H A DomxVCM4P2_MCReconBlock_s.s581 zero RN 12 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s59 zero RN 14 label
77 MOV zero, #0
86 STR zero, [CandMV]
153 ;// Using the transperancy info, zero
H A DomxVCM4P2_DecodePadMV_PVOP_s.s86 zero RN 4 label
162 MOV zero,#0
166 STREQ zero,[pDstMVCurMB]
168 STREQ zero,[pDstMVCurMB,#4]
170 STREQ zero,[pDstMVCurMB,#4]
173 STREQ zero,[pDstMVCurMB,#4]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock4x4_s.s47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
50 MOV Value, #0 ;// Initialize the zero value
51 MOV Value2, #0 ;// Initialize the zero value
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock4x4_s.s47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
50 MOV Value, #0 ;// Initialize the zero value
51 MOV Value2, #0 ;// Initialize the zero value
/frameworks/wilhelm/src/
H A Dlocks.c86 pthread_t zero; local
87 memset(&zero, 0, sizeof(pthread_t));
88 if (0 != memcmp(&zero, &thiz->mOwner, sizeof(pthread_t))) {
/frameworks/base/core/jni/
H A Dandroid_backup_BackupHelperDispatcher.cpp202 int zero = 0; local
203 err = write(fd, &zero, namePadding);
/frameworks/base/tools/obbtool/
H A Dmkobb.sh221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java200 return mBinder.zero() == KEY_NOT_FOUND;
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java231 public int zero() throws RemoteException { method in class:IKeystoreService.Stub.Proxy
573 public int zero() throws RemoteException; method in interface:IKeystoreService
/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp117 // zero out sync stats
491 const int zero = 0; local
493 &zero, sizeof(zero));
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp75 void (*zero[4])(void); member in struct:android::HWComposer::cb_context::callbacks
144 memset(mCBContext->procs.zero, 0, sizeof(mCBContext->procs.zero));
340 // use zero as default value for unspecified attributes
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs258 // TODO: Remove this dependency once allocations can have a zero dimension.
344 static const float2 zero = {0.0f, 0.0f};
345 card->detailTextureOffset = zero;
346 card->detailLineOffset = zero;

Completed in 635 milliseconds