HomeSort by relevance Sort by last modified time
    Searched defs:t32 (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/none/tests/s390x/
lpr.c 46 void t32(int value) function
80 t32(0); t32(1); t32(-1);
81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX);
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 80 uint32_t* t32 = (uint32_t*)malloc(512*512*4); local
86 t32[x+y*512] = 0x10FFFFFF;
88 t32[x+y*512] = 0x20FF0000;
107 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 512, 512, 0, GL_RGBA, GL_UNSIGNED_BYTE, t32);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 71 WebRtc_Word32 r32, q32, t32, nom32, den32; local
86 t32=WebRtcSpl_DivResultInQ31(WEBRTC_SPL_MUL_32_16(nom32, sign1),WEBRTC_SPL_MUL_32_16(den32, sign2)); /* t in Q31, without signs */
88 t16=(WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(t32, 23); /* Q8 */
  /external/clang/test/SemaCXX/
type-traits.cpp 514 int t32[F(__is_function(void(*)()))]; local
584 int t32[F(__is_fundamental(Derives))]; local
666 int t32[F(__is_compound(long))]; local
703 int t32[F(__is_pointer(StructWithMembers))]; local
736 int t32[F(__is_member_object_pointer(Enum))]; local
772 int t32[F(__is_member_function_pointer(Enum))]; local
809 int t32[F(__is_member_pointer(IntArNB))]; local
844 int t32[F(__is_const(long))]; local
893 int t32[F(__is_volatile(long))]; local
999 int t32[F(__is_trivial(SuperNonTrivialStruct))]; local
1034 int t32[F(__is_trivially_copyable(NonTCStruct))]; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 4998 IRTemp t32 = newTemp(Ity_I32); local
24849 IRTemp t32 = newTemp(Ity_I32); local
24866 IRTemp t32 = newTemp(Ity_I32); local
    [all...]

Completed in 609 milliseconds