HomeSort by relevance Sort by last modified time
    Searched defs:fn (Results 176 - 200 of 693) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/python/cpython2/Modules/_ctypes/libffi/src/frv/
ffi.c 130 void (*fn)(void));
133 void (*fn)(void),
158 cif->flags, ecif.rvalue, fn);
256 unsigned long fn = (long) ffi_closure_eabi; local
263 fn = (unsigned long) ffi_closure_eabi;
268 tramp[2] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 */
270 tramp[4] = 0x8cf80000 + (fn >> 16); /* sethi hi(fn), gr6 */
275 tramp[0] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 *
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/m88k/
ffi.c 53 void (*fn) ());
232 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue)
253 ffi_call_OBSD (cif->bytes, &ecif, cif->flags, ecif.rvalue, fn);
373 void *fn; local
378 fn = &ffi_closure_struct_OBSD;
380 fn = &ffi_closure_OBSD;
382 /* or.u %r10, %r0, %hi16(fn) */
383 tramp[0] = 0x5d400000 | (((unsigned int)fn) >> 16);
386 /* or %r10, %r10, %lo16(fn) */
387 tramp[2] = 0x594a0000 | (((unsigned int)fn) & 0xffff)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
ffi.c 123 void (*fn)(void));
126 void (*fn)(void),
150 cif->flags, ecif.rvalue, fn);
252 unsigned long fn = (long) ffi_closure_eabi; local
258 fn = (unsigned long) ffi_closure_eabi;
264 tramp[4] = fn >> 16;
265 tramp[5] = fn & 0xffff;
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
ffi.c 373 unsigned, unsigned *, void (*fn)(void));
376 unsigned, unsigned *, void (*fn)(void));
383 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue)
427 unsigned long f = (unsigned long)fn;
430 call_struct[2] = 0x03000000 | f >> 10; /* sethi %hi(fn), %g1 */
431 call_struct[3] = 0x9fc06000 | (f & 0x3ff); /* jmp %g1+%lo(fn), %o7 */
454 cif->flags, rvalue, fn);
460 cif->flags, rvalue, fn);
467 cif->flags, rval, fn);
496 unsigned long fn; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/vax/
ffi.c 163 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue)
183 ffi_call_elfbsd (&ecif, cif->bytes, cif->flags, ecif.rvalue, fn);
247 void *fn; local
261 fn = &ffi_closure_struct_elfbsd;
263 fn = &ffi_closure_elfbsd;
265 /* jmpl #fn */
268 *(unsigned int *)(tramp + 11) = (unsigned int)fn + 2 -
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
win64.asm 73 fn$ = 72
115 call QWORD PTR fn$[rbp]
  /external/python/cpython3/Modules/_ctypes/libffi/src/frv/
ffi.c 130 void (*fn)(void));
133 void (*fn)(void),
158 cif->flags, ecif.rvalue, fn);
256 unsigned long fn = (long) ffi_closure_eabi; local
263 fn = (unsigned long) ffi_closure_eabi;
268 tramp[2] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 */
270 tramp[4] = 0x8cf80000 + (fn >> 16); /* sethi hi(fn), gr6 */
275 tramp[0] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 *
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/m88k/
ffi.c 53 void (*fn) ());
232 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue)
253 ffi_call_OBSD (cif->bytes, &ecif, cif->flags, ecif.rvalue, fn);
373 void *fn; local
378 fn = &ffi_closure_struct_OBSD;
380 fn = &ffi_closure_OBSD;
382 /* or.u %r10, %r0, %hi16(fn) */
383 tramp[0] = 0x5d400000 | (((unsigned int)fn) >> 16);
386 /* or %r10, %r10, %lo16(fn) */
387 tramp[2] = 0x594a0000 | (((unsigned int)fn) & 0xffff)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/moxie/
ffi.c 123 void (*fn)(void));
126 void (*fn)(void),
150 cif->flags, ecif.rvalue, fn);
252 unsigned long fn = (long) ffi_closure_eabi; local
258 fn = (unsigned long) ffi_closure_eabi;
264 tramp[4] = fn >> 16;
265 tramp[5] = fn & 0xffff;
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
ffi.c 373 unsigned, unsigned *, void (*fn)(void));
376 unsigned, unsigned *, void (*fn)(void));
383 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue)
427 unsigned long f = (unsigned long)fn;
430 call_struct[2] = 0x03000000 | f >> 10; /* sethi %hi(fn), %g1 */
431 call_struct[3] = 0x9fc06000 | (f & 0x3ff); /* jmp %g1+%lo(fn), %o7 */
454 cif->flags, rvalue, fn);
460 cif->flags, rvalue, fn);
467 cif->flags, rval, fn);
496 unsigned long fn; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/vax/
ffi.c 163 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue)
183 ffi_call_elfbsd (&ecif, cif->bytes, cif->flags, ecif.rvalue, fn);
247 void *fn; local
261 fn = &ffi_closure_struct_elfbsd;
263 fn = &ffi_closure_elfbsd;
265 /* jmpl #fn */
268 *(unsigned int *)(tramp + 11) = (unsigned int)fn + 2 -
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
win64.asm 73 fn$ = 72
115 call QWORD PTR fn$[rbp]
  /external/skia/src/core/
SkColorSpaceXform_A2B.cpp 148 auto fn = fAlloc.make<SkColorSpaceTransferFn>(); local
149 SkAssertResult(named_to_parametric(fn, e.gammaNamed()));
151 if (is_just_gamma(*fn)) {
152 fElementsPipeline.append(SkRasterPipeline::gamma, &fn->fG);
154 fElementsPipeline.append(SkRasterPipeline::parametric_r, fn);
155 fElementsPipeline.append(SkRasterPipeline::parametric_g, fn);
156 fElementsPipeline.append(SkRasterPipeline::parametric_b, fn);
178 SkColorSpaceTransferFn fn; local
179 SkAssertResult(gamma_to_parametric(&fn, gammas, channel));
180 this->addTransferFn(fn, channel)
257 SkColorSpaceTransferFn fn; local
    [all...]
SkExecutor.cpp 52 std::function<void(void)> fn = std::move(list->front()); local
54 return fn;
57 std::function<void(void)> fn = std::move(list->back()); local
59 return fn;
  /external/skqp/src/core/
SkColorSpaceXform_A2B.cpp 148 auto fn = fAlloc.make<SkColorSpaceTransferFn>(); local
149 SkAssertResult(named_to_parametric(fn, e.gammaNamed()));
151 if (is_just_gamma(*fn)) {
152 fElementsPipeline.append(SkRasterPipeline::gamma, &fn->fG);
154 fElementsPipeline.append(SkRasterPipeline::parametric_r, fn);
155 fElementsPipeline.append(SkRasterPipeline::parametric_g, fn);
156 fElementsPipeline.append(SkRasterPipeline::parametric_b, fn);
178 SkColorSpaceTransferFn fn; local
179 SkAssertResult(gamma_to_parametric(&fn, gammas, channel));
180 this->addTransferFn(fn, channel)
257 SkColorSpaceTransferFn fn; local
    [all...]
SkExecutor.cpp 52 std::function<void(void)> fn = std::move(list->front()); local
54 return fn;
57 std::function<void(void)> fn = std::move(list->back()); local
59 return fn;
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
rev_block_lib_test.py 248 def fn(x): function in function:RecomputeTest.testRecompute
256 return fn(x)
265 out2 = math_ops.reduce_sum(fn(x))
285 def fn(a, b, c): function in function:FnWithCustomGradTest.testCorrectness
302 custom_fn = rev_block_lib._fn_with_custom_grad(grad_fn)(fn)
308 out = fn(a, b, c)
331 def fn(a, b, c): function in function:FnWithCustomGradTest.testCustomGrad
349 out = rev_block_lib._fn_with_custom_grad(grad_fn)(fn)(a, b, c)
  /external/tensorflow/tensorflow/python/grappler/
datasets_test.py 135 def _testTransformation(self, fn):
150 dataset = fn(dataset, test_case['tensor'], test_case['shape'])
163 def fn(dataset, tensor, shape): function in function:GrapplerTest.testConcatenate
167 self._testTransformation(fn)
171 def fn(dataset, tensor, shape): function in function:GrapplerTest.testPrefetch
175 self._testTransformation(fn)
179 def fn(dataset, tensor, shape): function in function:GrapplerTest.testRepeat
183 self._testTransformation(fn)
187 def fn(dataset, tensor, shape): function in function:GrapplerTest.testShuffle
191 self._testTransformation(fn)
195 def fn(dataset, tensor, shape): function in function:GrapplerTest.testCache
203 def fn(dataset, tensor, shape): function in function:GrapplerTest.testTake
211 def fn(dataset, tensor, shape): function in function:GrapplerTest.testSkip
219 def fn(dataset, tensor, shape): function in function:GrapplerTest.testShard
227 def fn(dataset, tensor, shape): function in function:GrapplerTest.testFilter
    [all...]
  /external/valgrind/coregrind/
vg_preloaded.c 99 OrigFn fn; local
104 VALGRIND_GET_ORIG_FN(fn);
105 CALL_FN_W_v(result, fn);
123 fn.nraddr, fnentry, 0, 0, 0);
  /external/valgrind/memcheck/tests/
wrap8.c 61 OrigFn fn; local
62 VALGRIND_GET_ORIG_FN(fn);
65 CALL_FN_W_W(r, fn, n);
75 OrigFn fn; local
76 VALGRIND_GET_ORIG_FN(fn);
79 CALL_FN_W_W(r, fn, n);
  /frameworks/base/tools/bit/
make.cpp 180 string fn = module.installed[i]; local
181 if (!starts_with(fn, buildOut + "/target/")) {
  /hardware/nxp/secure_element/ls_client/src/
LsClient.cpp 42 static const char fn[] = "LSC_Start"; local
47 ALOGE("%s: LS script file is missing", fn);
49 ALOGD_IF(ese_debug_enabled, "%s: Exit; status=0x0%X", fn, status);
64 static const char fn[] = "LSC_doDownload"; local
72 ALOGE("%s: Thread creation failed", fn);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shelve.py 11 fn = "shelftemp" + os.extsep + "db" variable in class:TestCase
30 s = shelve.open(self.fn, protocol=0)
35 for f in glob.glob(self.fn+"*"):
40 s = shelve.open(self.fn, protocol=1)
45 for f in glob.glob(self.fn+"*"):
50 s = shelve.open(self.fn, protocol=2)
55 for f in glob.glob(self.fn+"*"):
108 fn = "shelftemp.db" variable in class:TestShelveBase
121 x= shelve.open(self.fn+str(self.counter), **self._args)
129 for f in glob.glob(self.fn+"*")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shelve.py 11 fn = "shelftemp" + os.extsep + "db" variable in class:TestCase
30 s = shelve.open(self.fn, protocol=0)
35 for f in glob.glob(self.fn+"*"):
40 s = shelve.open(self.fn, protocol=1)
45 for f in glob.glob(self.fn+"*"):
50 s = shelve.open(self.fn, protocol=2)
55 for f in glob.glob(self.fn+"*"):
108 fn = "shelftemp.db" variable in class:TestShelveBase
121 x= shelve.open(self.fn+str(self.counter), **self._args)
129 for f in glob.glob(self.fn+"*")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shelve.py 11 fn = "shelftemp" + os.extsep + "db" variable in class:TestCase
30 s = shelve.open(self.fn, protocol=0)
35 for f in glob.glob(self.fn+"*"):
40 s = shelve.open(self.fn, protocol=1)
45 for f in glob.glob(self.fn+"*"):
50 s = shelve.open(self.fn, protocol=2)
55 for f in glob.glob(self.fn+"*"):
108 fn = "shelftemp.db" variable in class:TestShelveBase
121 x= shelve.open(self.fn+str(self.counter), **self._args)
129 for f in glob.glob(self.fn+"*")
    [all...]

Completed in 259 milliseconds

1 2 3 4 5 6 78 91011>>