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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/syscall/
ztypes_netbsd_arm.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
31 Usec int32
38 Maxrss int32
39 Ixrss int32
40 Idrss int32
41 Isrss int32
42 Minflt int32
43 Majflt int32
    [all...]
ztypes_openbsd_386.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
30 Usec int32
36 Maxrss int32
37 Ixrss int32
38 Idrss int32
39 Isrss int32
40 Minflt int32
41 Majflt int32
    [all...]
ztypes_openbsd_arm.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
30 Usec int32
36 Maxrss int32
37 Ixrss int32
38 Idrss int32
39 Isrss int32
40 Minflt int32
41 Majflt int32
    [all...]
ztypes_solaris_amd64.go 19 _C_int int32
35 Sec int32
36 Usec int32
94 Blksize int32
106 Sysid int32
107 Pid int32
163 Onoff int32
164 Linger int32
187 Iovlen int32
190 Accrightslen int32
    [all...]
  /prebuilts/go/darwin-x86/test/
alias1.go 8 // and rune=int or rune=int32.
36 case int32:
40 panic("rune != int and rune != int32")
44 x = int32(4)
52 panic("int (or int32) != rune")
  /prebuilts/go/linux-x86/src/syscall/
ztypes_freebsd_arm.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
31 Usec int32
38 Maxrss int32
39 Ixrss int32
40 Idrss int32
41 Isrss int32
42 Minflt int32
43 Majflt int32
    [all...]
ztypes_netbsd_arm.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
31 Usec int32
38 Maxrss int32
39 Ixrss int32
40 Idrss int32
41 Isrss int32
42 Minflt int32
43 Majflt int32
    [all...]
ztypes_openbsd_386.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
30 Usec int32
36 Maxrss int32
37 Ixrss int32
38 Idrss int32
39 Isrss int32
40 Minflt int32
41 Majflt int32
    [all...]
ztypes_openbsd_arm.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
30 Usec int32
36 Maxrss int32
37 Ixrss int32
38 Idrss int32
39 Isrss int32
40 Minflt int32
41 Majflt int32
    [all...]
  /prebuilts/go/linux-x86/test/
alias1.go 8 // and rune=int or rune=int32.
36 case int32:
40 panic("rune != int and rune != int32")
44 x = int32(4)
52 panic("int (or int32) != rune")
  /packages/apps/Launcher3/protos/
launcher_log.proto 37 optional int32 page_index = 2;
38 optional int32 rank = 3;
39 optional int32 grid_x = 4;
40 optional int32 grid_y = 5;
44 optional int32 cardinality = 7;
51 optional int32 package_name_hash = 10;
52 optional int32 component_hash = 11; // Used for ItemType.WIDGET
53 optional int32 intent_hash = 12; // Used for ItemType.SHORTCUT
54 optional int32 span_x = 13 [default = 1];// Used for ItemType.WIDGET
55 optional int32 span_y = 14 [default = 1];// Used for ItemType.WIDGE
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.h 57 int32 xE;
60 int32 yE;
190 int32* xPtrA, int32* yPtrA, uint32* scalePtrA );
194 int32* xPtrA, int32* yPtrA, uint32* scalePtrA );
266 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA );
273 int32 xA, int32 yA, uint32 scaleA )
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Cluster3D.h 58 int32 bbpE;
100 /** returns int32 x-coordinate with given bbp at indexed position */
101 int32 bts_Cluster3D_int32X( struct bbs_Context* cpA,
104 int32 bbpA );
106 /** returns int32 y-coordinate with given bbp at indexed position */
107 int32 bts_Cluster3D_int32Y( struct bbs_Context* cpA,
110 int32 bbpA );
112 /** returns int32 z-coordinate with given bbp at indexed position */
113 int32 bts_Cluster3D_int32Z( struct bbs_Context* cpA,
116 int32 bbpA )
    [all...]
Flt16Vec3D.h 98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
119 struct bts_Flt16Vec3D bts_Flt16Vec3D_mul( struct bts_Flt16Vec3D vecA, int16 factorA, int32 bbpFactorA );
Cluster3D.c 133 int32 xL = 0;
134 int32 yL = 0;
135 int32 zL = 0;
147 xL = ( ( ( xL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
148 yL = ( ( ( yL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
149 zL = ( ( ( zL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
161 int32 xMinL = 65536; /*( 1 << 16 )*/
162 int32 yMinL = 65536; /*( 1 << 16 )*/
163 int32 xMaxL = 0;
164 int32 yMaxL = 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 38 int32 in[], Pointer to spec values of current channel
39 int32 overlap[], Pointer to overlap values of current channel
43 int32 *Scratch_mem
46 int32 in[],
136 const int32 normal_win[36] =
153 const int32 start_win[36] =
174 const int32 stop_win[36] =
194 const int32 short_win[12] =
216 void pvmp3_imdct_synth(int32 in[SUBBANDS_NUMBER*FILTERBANK_BANDS],
217 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS]
    [all...]
pvmp3_mpeg2_get_scale_factors.cpp 41 int32 gr, granule
42 int32 ch, channel
120 int32 gr,
121 int32 ch,
127 int32 sfb;
128 int32 k = 0;
129 int32 window;
  /external/dng_sdk/source/
dng_spline.cpp 71 int32 count = (int32) X.size ();
75 int32 start = 0;
76 int32 end = count;
85 int32 j;
159 int32 count = (int32) X.size ();
177 int32 count = (int32) X.size ();
189 int32 lower = 1
    [all...]
  /external/mesa3d/src/gallium/state_trackers/hgl/
bitmap_wrapper.cpp 44 create_bitmap(int32 width, int32 height, color_space colorSpace)
54 get_bitmap_size(const Bitmap* bitmap, int32* width, int32* height)
77 copy_bitmap_bits(const Bitmap* bitmap, void* data, int32 length)
88 import_bitmap_bits(const Bitmap* bitmap, void* data, int32 length,
107 int32
117 int32
135 filename << (int32)frameNo << ".png";
  /prebuilts/go/darwin-x86/src/runtime/
defs_freebsd_386.go 107 child_tid unsafe.Pointer // *int32
108 parent_tid *int32
109 flags int32
121 ss_flags int32
125 si_signo int32
126 si_errno int32
127 si_code int32
128 si_pid int32
130 si_status int32
174 uc_flags int32
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
defs_freebsd_386.go 107 child_tid unsafe.Pointer // *int32
108 parent_tid *int32
109 flags int32
121 ss_flags int32
125 si_signo int32
126 si_errno int32
127 si_code int32
128 si_pid int32
130 si_status int32
174 uc_flags int32
    [all...]
  /external/mesa3d/src/hgl/
GLRenderer.cpp 102 status_t BGLRenderer::_Reserved_Renderer_0(int32 n, void* p) { return B_ERROR; }
103 status_t BGLRenderer::_Reserved_Renderer_1(int32 n, void* p) { return B_ERROR; }
104 status_t BGLRenderer::_Reserved_Renderer_2(int32 n, void* p) { return B_ERROR; }
105 status_t BGLRenderer::_Reserved_Renderer_3(int32 n, void* p) { return B_ERROR; }
106 status_t BGLRenderer::_Reserved_Renderer_4(int32 n, void* p) { return B_ERROR; }
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pcln.go 51 dv := int32(v>>1) ^ (int32(v<<31) >> 31)
73 n := int32(0)
94 func addpctab(ctxt *Link, ftab *Symbol, off int32, d *Pcdata) int32 {
95 var start int32
97 start = int32(len(ftab.P))
100 return int32(setuint32(ctxt, ftab, int64(off), uint32(start)))
103 func ftabaddstring(ctxt *Link, ftab *Symbol, s string) int32 {
104 n := int32(len(s)) +
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pcln.go 51 dv := int32(v>>1) ^ (int32(v<<31) >> 31)
73 n := int32(0)
94 func addpctab(ctxt *Link, ftab *Symbol, off int32, d *Pcdata) int32 {
95 var start int32
97 start = int32(len(ftab.P))
100 return int32(setuint32(ctxt, ftab, int64(off), uint32(start)))
103 func ftabaddstring(ctxt *Link, ftab *Symbol, s string) int32 {
104 n := int32(len(s)) +
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue12006.go 65 var isink *int32
72 case int32:
73 println("is int32")
74 case *int32:
75 println("is *int32")
84 a := int32(1) // ERROR "moved to heap: a"
90 func FooJ(args ...interface{}) *int32 { // ERROR "leaking param: args to result ~r1 level=1"
95 case int32:
96 println("is int32")
97 case *int32
    [all...]

Completed in 985 milliseconds

1 2 3 4 5 6 7 891011>>