HomeSort by relevance Sort by last modified time
    Searched refs:ef (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /art/compiler/
elf_writer_test.cc 32 #define EXPECT_ELF_FILE_ADDRESS(ef, value, name, build_map) \
33 EXPECT_EQ(value, reinterpret_cast<void*>(ef->FindSymbolAddress(::llvm::ELF::SHT_DYNSYM, name, build_map))); \
34 EXPECT_EQ(value, ef->FindDynamicSymbolAddress(name)); \
68 UniquePtr<ElfFile> ef(ElfFile::Open(file.get(), false, false));
69 CHECK(ef.get() != NULL);
70 EXPECT_ELF_FILE_ADDRESS(ef, dl_oatdata, "oatdata", false);
71 EXPECT_ELF_FILE_ADDRESS(ef, dl_oatexec, "oatexec", false);
72 EXPECT_ELF_FILE_ADDRESS(ef, dl_oatlastword, "oatlastword", false);
75 UniquePtr<ElfFile> ef(ElfFile::Open(file.get(), false, false));
76 CHECK(ef.get() != NULL)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileNotFound.java 32 IccFileNotFound(int ef) {
33 super("ICC EF Not Found 0x" + Integer.toHexString(ef));
AdnRecordLoader.java 72 loadFromEF(int ef, int extensionEF, int recordNumber,
74 mEf = ef;
80 ef, recordNumber,
91 loadAllFromEF(int ef, int extensionEF,
93 mEf = ef;
98 ef,
104 * Write adn to a EF SIM record
105 * It will get the record size of EF record and compose hex adn array
106 * then write the hex array to EF record
109 * @param ef EF filei
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_unfilled.h 40 GLubyte *ef = VB->EdgeFlag; local
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
77 if (ef[e1]) LINE( v[1], v[2] )
104 GLubyte *ef = VB->EdgeFlag; local
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 40 GLubyte *ef = VB->EdgeFlag; local
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
77 if (ef[e1]) LINE( v[1], v[2] )
104 GLubyte *ef = VB->EdgeFlag; local
    [all...]
  /external/clang/test/Sema/
warn-bad-function-cast.c 11 enum e { E1 } ef(void);
31 (enum f { F1 })ef();
42 (int)ef(); /* expected-warning {{cast from function call of type 'enum e' to non-matching type 'int'}} */
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 51 const GLubyte *ef,
64 const GLubyte *ef,
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
90 const GLubyte *ef,
98 if (ef[e0]) _swrast_Point( ctx, v0 )
117 GLubyte *ef = VB->EdgeFlag; local
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 51 const GLubyte *ef,
64 const GLubyte *ef,
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
90 const GLubyte *ef,
98 if (ef[e0]) _swrast_Point( ctx, v0 )
117 GLubyte *ef = VB->EdgeFlag; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_new.c 93 const ASN1_EXTERN_FUNCS *ef; local
114 ef = it->funcs;
115 if (ef && ef->asn1_ex_new)
117 if (!ef->asn1_ex_new(pval, it))
232 const ASN1_EXTERN_FUNCS *ef; local
238 ef = it->funcs;
239 if (ef && ef->asn1_ex_clear)
240 ef->asn1_ex_clear(pval, it)
    [all...]
tasn_fre.c 82 const ASN1_EXTERN_FUNCS *ef; local
141 ef = it->funcs;
142 if (ef && ef->asn1_ex_free)
143 ef->asn1_ex_free(pval, it);
  /external/openssl/crypto/asn1/
tasn_new.c 93 const ASN1_EXTERN_FUNCS *ef; local
114 ef = it->funcs;
115 if (ef && ef->asn1_ex_new)
117 if (!ef->asn1_ex_new(pval, it))
232 const ASN1_EXTERN_FUNCS *ef; local
238 ef = it->funcs;
239 if (ef && ef->asn1_ex_clear)
240 ef->asn1_ex_clear(pval, it)
    [all...]
tasn_fre.c 82 const ASN1_EXTERN_FUNCS *ef; local
141 ef = it->funcs;
142 if (ef && ef->asn1_ex_free)
143 ef->asn1_ex_free(pval, it);
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 184 const RSExportForEach *EF = *I;
185 const RSExportType *IET = EF->getInType();
186 const RSExportType *OET = EF->getOutType();
223 const RSExportForEach *ef = *I; local
224 if (ef->isDummyRoot()) {
231 ss << "void forEach_" << ef->getName() << "(";
233 if (ef->hasIn()) {
238 if (ef->hasOut() || ef->hasReturn()) {
243 const RSExportRecordType *ERT = ef->getParamPacketType()
262 const RSExportFunc *ef = *I; local
357 const RSExportForEach *ef = *I; local
438 const RSExportFunc *ef = *I; local
    [all...]
slang_rs_reflection_cpp.h 66 const RSExportFunc *ef);
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 75 static void ScaleErrorSignalSSE2(aec_t *aec, float ef[2][PART_LEN1])
85 const __m128 ef_re_base = _mm_loadu_ps(&ef[0][i]);
86 const __m128 ef_im_base = _mm_loadu_ps(&ef[1][i]);
109 _mm_storeu_ps(&ef[0][i], ef_re);
110 _mm_storeu_ps(&ef[1][i], ef_im);
115 ef[0][i] /= (aec->xPow[i] + 1e-10f);
116 ef[1][i] /= (aec->xPow[i] + 1e-10f);
117 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i])
    [all...]
aec_core.h 158 typedef void (*WebRtcAec_ScaleErrorSignal_t)(aec_t *aec, float ef[2][PART_LEN1]);
161 (aec_t *aec, float *fft, float ef[2][PART_LEN1]);
aec_core.c 264 static void ScaleErrorSignal(aec_t *aec, float ef[2][PART_LEN1])
269 ef[0][i] /= (aec->xPow[i] + 1e-10f);
270 ef[1][i] /= (aec->xPow[i] + 1e-10f);
271 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]);
275 ef[0][i] *= absEf;
276 ef[1][i] *= absEf;
280 ef[0][i] *= aec->mu
640 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_size.py 353 ef = glx_enum_function( func.name, api.enums_by_name )
354 if len(ef.enums) == 0:
357 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get):
358 sig = ef.signature()
363 ef.Print( func.name )
391 ef = glx_enum_function( func.name, api.enums_by_name )
392 if len(ef.enums) == 0:
395 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get)
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 353 ef = glx_enum_function( func.name, api.enums_by_name )
354 if len(ef.enums) == 0:
357 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get):
358 sig = ef.signature()
363 ef.Print( func.name )
391 ef = glx_enum_function( func.name, api.enums_by_name )
392 if len(ef.enums) == 0:
395 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 32 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 205 GLboolean ef2, ef1, ef; local
218 ef = EDGEFLAG_GET( ej );
228 EDGEFLAG_SET( ej, ef );
261 GLboolean ef = EDGEFLAG_GET( ej ); local
274 EDGEFLAG_SET( ej, ef );
321 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
324 EDGEFLAG_SET( ELT(j), ef ); local
409 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
425 EDGEFLAG_SET( ELT(j), ef ); local
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 205 GLboolean ef2, ef1, ef; local
218 ef = EDGEFLAG_GET( ej );
228 EDGEFLAG_SET( ej, ef );
261 GLboolean ef = EDGEFLAG_GET( ej ); local
274 EDGEFLAG_SET( ej, ef );
321 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
324 EDGEFLAG_SET( ELT(j), ef ); local
409 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
425 EDGEFLAG_SET( ELT(j), ef ); local
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 40 const unsigned ef = pvs->draw->vs.edgeflag_output; local
144 if ((flags & DO_EDGEFLAG) && ef) {
145 const float *edgeflag = out->data[ef];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 40 const unsigned ef = pvs->draw->vs.edgeflag_output; local
144 if ((flags & DO_EDGEFLAG) && ef) {
145 const float *edgeflag = out->data[ef];
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
86 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
89 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
92 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
    [all...]

Completed in 8112 milliseconds

1 2 3 4