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

1 2

  /prebuilts/go/darwin-x86/src/runtime/
iface.go 15 hash [hashSize]*itab
25 func getitab(inter *interfacetype, typ *_type, canfail bool) *itab {
27 throw("internal error - misuse of itab")
47 var m *itab
53 for m = (*itab)(atomicloadp(unsafe.Pointer(&hash[h]))); m != nil; m = m.link {
76 m = (*itab)(persistentalloc(unsafe.Sizeof(itab{})+uintptr(len(inter.mhdr)-1)*ptrSize, 0, &memstats.other_sys))
114 throw("invalid itab locking")
125 func typ2Itab(t *_type, inter *interfacetype, cache **itab) *itab {
    [all...]
heapdump.go 500 func itab_callback(tab *itab) {
502 // Dump a map from itab* to the type of its data field.
runtime2.go 81 tab *itab
519 // layout of Itab known to compilers
521 type itab struct { type
524 link *itab
  /prebuilts/go/linux-x86/src/runtime/
iface.go 15 hash [hashSize]*itab
25 func getitab(inter *interfacetype, typ *_type, canfail bool) *itab {
27 throw("internal error - misuse of itab")
47 var m *itab
53 for m = (*itab)(atomicloadp(unsafe.Pointer(&hash[h]))); m != nil; m = m.link {
76 m = (*itab)(persistentalloc(unsafe.Sizeof(itab{})+uintptr(len(inter.mhdr)-1)*ptrSize, 0, &memstats.other_sys))
114 throw("invalid itab locking")
125 func typ2Itab(t *_type, inter *interfacetype, cache **itab) *itab {
    [all...]
heapdump.go 500 func itab_callback(tab *itab) {
502 // Dump a map from itab* to the type of its data field.
runtime2.go 81 tab *itab
519 // layout of Itab known to compilers
521 type itab struct { type
524 link *itab
  /external/opencv/cxcore/src/
cxdxt.cpp 221 icvDFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab )
225 int* itab0 = itab;
232 itab[0] = 0;
233 itab[n0-1] = n0-1;
238 itab[i] = i;
242 itab[1] = 2;
243 itab[2] = 1;
269 itab = (int*)_wave;
278 itab[0] = 0;
279 itab[1] = na2
    [all...]
  /external/opencv3/modules/core/src/
dxt.cpp 176 DFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab )
180 int* itab0 = itab;
187 itab[0] = 0;
188 itab[n0-1] = n0-1;
193 itab[i] = i;
197 itab[1] = 2;
198 itab[2] = 1;
224 itab = (int*)_wave;
233 itab[0] = 0;
234 itab[1] = na2
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
warp_perspective.cl 220 int itab[16];
224 itab[i] = rint(tab1y[(i>>2)] * tab1x[(i&3)] * INTER_REMAP_COEF_SCALE);
228 sum += v[i] * itab[i];
warp_affine.cl 317 int itab[16];
321 itab[i] = rint(tab1y[(i>>2)] * tab1x[(i&3)] * INTER_REMAP_COEF_SCALE);
325 sum = mad24(v[i], itab[i], sum);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
racewalk.go 457 // go.itab is accessed only by the compiler and runtime (assume safe)
458 if n.Sym.Pkg != nil && n.Sym.Pkg.Name != "" && n.Sym.Pkg.Name == "go.itab" {
gen.go 431 // Holding itab, want concrete type in second word.
522 // Holding itab, want concrete type in second word.
lex.go 163 itabpkg = mkpkg("go.itab")
165 itabpkg.Name = "go.itab"
166 itabpkg.Prefix = "go.itab" // not go%2eitab
    [all...]
go.go 512 var itabpkg *Pkg // fake pkg for itab cache
gsubr.go 458 break // itab(nil)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
racewalk.go 454 // go.itab is accessed only by the compiler and runtime (assume safe)
455 if n.Sym.Pkg != nil && n.Sym.Pkg.Name != "" && n.Sym.Pkg.Name == "go.itab" {
gen.go 428 // Holding itab, want concrete type in second word.
519 // Holding itab, want concrete type in second word.
lex.go 160 itabpkg = mkpkg("go.itab")
162 itabpkg.Name = "go.itab"
163 itabpkg.Prefix = "go.itab" // not go%2eitab
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
racewalk.go 457 // go.itab is accessed only by the compiler and runtime (assume safe)
458 if n.Sym.Pkg != nil && n.Sym.Pkg.Name != "" && n.Sym.Pkg.Name == "go.itab" {
gen.go 431 // Holding itab, want concrete type in second word.
522 // Holding itab, want concrete type in second word.
lex.go 163 itabpkg = mkpkg("go.itab")
165 itabpkg.Name = "go.itab"
166 itabpkg.Prefix = "go.itab" // not go%2eitab
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
racewalk.go 454 // go.itab is accessed only by the compiler and runtime (assume safe)
455 if n.Sym.Pkg != nil && n.Sym.Pkg.Name != "" && n.Sym.Pkg.Name == "go.itab" {
gen.go 428 // Holding itab, want concrete type in second word.
519 // Holding itab, want concrete type in second word.
lex.go 160 itabpkg = mkpkg("go.itab")
162 itabpkg.Name = "go.itab"
163 itabpkg.Prefix = "go.itab" // not go%2eitab
    [all...]
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp 219 short* itab = 0; local
222 tab = BilinearTab_f[0][0], itab = BilinearTab_i[0][0], ksize=2;
224 tab = BicubicTab_f[0][0], itab = BicubicTab_i[0][0], ksize=4;
226 tab = Lanczos4Tab_f[0][0], itab = Lanczos4Tab_i[0][0], ksize=8;
236 for( j = 0; j < INTER_TAB_SIZE; j++, tab += ksize*ksize, itab += ksize*ksize )
249 isum += itab[k1*ksize + k2] = saturate_cast<short>(v*INTER_REMAP_COEF_SCALE);
260 if( itab[k1*ksize+k2] < itab[mk1*ksize+mk2] )
262 else if( itab[k1*ksize+k2] > itab[Mk1*ksize+Mk2]
    [all...]

Completed in 1211 milliseconds

1 2