HomeSort by relevance Sort by last modified time
    Searched refs:int32 (Results 276 - 300 of 2085) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/runtime/
defs1_netbsd_386.go 91 _signo int32
92 _code int32
93 _errno int32
100 ss_flags int32
105 tv_nsec int32
108 func (ts *timespec) set_sec(x int32) {
112 func (ts *timespec) set_nsec(x int32) {
118 tv_usec int32
121 func (tv *timeval) set_usec(x int32) {
133 _mc_tlsbase int32
    [all...]
defs_openbsd_arm.go 89 tf_tid *int32
94 __sc_unused int32
95 sc_mask int32
118 si_signo int32
119 si_code int32
120 si_errno int32
127 ss_flags int32
132 tv_nsec int32
139 func (ts *timespec) set_nsec(x int32) {
145 tv_usec int32
    [all...]
netpoll_kqueue.go 13 func kqueue() int32
16 func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32
17 func closeonexec(fd int32)
20 kq int32 = -1
32 func netpollopen(fd uintptr, pd *pollDesc) int32 {
52 func netpollclose(fd uintptr) int32 {
75 n := kevent(kq, nil, 0, &events[0], int32(len(events)), tp
    [all...]
runtime1.go 36 func gotraceback() (level int32, all, crash bool) {
40 level = int32(_g_.m.traceback)
46 level = int32(t >> tracebackShift)
51 argc int32
57 func argv_index(argv **byte, i int32) *byte {
61 func args(c int32, v **byte) {
72 for i := int32(0); i < argc; i++ {
81 n := int32(0)
87 for i := int32(0); i < n; i++ {
147 e int32
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_equalizer.cpp 39 int32 *inData, pointer to the spectrum frequency-line
41 int32 *pt_work_buff
44 int32 *pt_work_buff pointer to the equalized frequency-line
101 #define Qmf31( x) (int32)((x)*(float)0x7FFFFFFF)
114 const int32 equalizerTbl[8][SUBBANDS_NUMBER] =
325 void pvmp3_equalizer(int32 *circ_buffer,
327 int32 *work_buff)
332 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
335 int32 *pt_work_buff = &work_buff[band];
336 int32 *inData = &circ_buffer[544 - (band<<5)]
    [all...]
pvmp3_crc.h 85 int32 neededBits,
pvmp3_framedecoder.h 104 void fillMainDataBuf(void *pMem, int32 temp);
pvmp3_mdct_18.cpp 38 int32 vec[], input vector of length 18
39 int32 *history input for overlap and add, vector updated with
41 const int32 *window sine window used in the mdct, three types are allowed
96 const int32 cosTerms_dct18[9] =
104 const int32 cosTerms_1_ov_cos_phi[18] =
133 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window)
135 int32 i;
136 int32 tmp
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 27 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin)
29 __inline int32 sad_mb_offset2(UChar *ref, UChar *blk, Int lx, Int dmin)
31 __inline int32 sad_mb_offset1(UChar *ref, UChar *blk, Int lx, Int dmin)
34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
130 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8)
132 __inline int32 sad_mb_offset2(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8)
134 __inline int32 sad_mb_offset1(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 36 func gotraceback() (level int32, all, crash bool) {
40 level = int32(_g_.m.traceback)
46 level = int32(t >> tracebackShift)
51 argc int32
57 func argv_index(argv **byte, i int32) *byte {
61 func args(c int32, v **byte) {
72 for i := int32(0); i < argc; i++ {
81 n := int32(0)
87 for i := int32(0); i < n; i++ {
147 e int32
    [all...]
  /external/dng_sdk/source/
dng_errors.h 31 typedef int32 dng_error_code;
dng_ref_counted_block.h 205 /// Return pointer to allocated memory as a const int32 *.
206 /// \retval const int32 * valid for as many bytes as were allocated.
208 int32 * Buffer_int32 ()
210 return (int32 *) Buffer ();
213 /// Return pointer to allocated memory as a const int32 *.
214 /// \retval const int32 * valid for as many bytes as were allocated.
216 const int32 * Buffer_int32 () const
218 return (const int32 *) Buffer ();
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 80 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
85 typedef int32_t int32;
90 typedef __int32 int32;
121 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 80 typedef int32_t int32;
85 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
90 typedef __int32 int32; typedef in namespace:GFLAGS_NAMESPACE
121 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_escape.h 85 int32 x, y;
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.h 145 int32 resultWidthA,
146 int32 resultHeightA );
160 int32 resultWidthA,
161 int32 resultHeightA );
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt2D.c 164 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA,
165 int32 scaleBbpA,
177 int32 scaleA,
178 int32 scaleBbpA,
243 struct bts_Flt16Alt2D bts_Flt16Alt2D_create32( int32 xxA,
244 int32 xyA,
245 int32 yxA,
246 int32 yyA,
247 int32 matBbpA,
248 int32 xA,
    [all...]
  /external/regex-re2/re2/
unicode_casefold.h 56 int32 delta;
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 70 typedef int32_t int32; typedef
75 typedef int32_t Int32;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 83 int32 si_signo; /* Signal number */
84 int32 si_code; /* Extra code */
85 int32 si_errno; /* Errno */
99 int32 pr_fpvalid; /* True if math copro being used. */
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef

Completed in 737 milliseconds

<<11121314151617181920>>