/external/opencv3/modules/cudaarithm/src/cuda/ |
add_scalar.cu | 99 static const func_t funcs[7][7][4] = 172 const func_t func = funcs[sdepth][ddepth][cn - 1];
|
cmp_scalar.cu | 150 static const func_t funcs[7][6][4] = 222 funcs[depth][cmpop][cn - 1](src, val, dst, stream);
|
mul_scalar.cu | 96 static const func_t funcs[7][7][4] = 174 const func_t func = funcs[sdepth][ddepth][cn - 1];
|
sub_scalar.cu | 122 static const func_t funcs[7][7][4] = 195 const func_t func = funcs[sdepth][ddepth][cn - 1];
|
/hardware/bsp/intel/peripheral/libmraa/src/i2c/ |
i2c.c | 107 if (ioctl(dev->fh, I2C_FUNCS, &dev->funcs) < 0) { 109 dev->funcs = 0;
|
/art/test/971-iface-super/util-src/ |
generate_smali.py | 610 funcs = self.DEFAULT_FUNC_TEMPLATE.format(super_calls = super_calls) 612 funcs = self.ABSTRACT_FUNC_TEMPLATE.format() 614 funcs = "" 619 func = funcs,
|
/device/google/contexthub/ |
CodingStandard.txt | 44 22. Whenever possible, hide struct definitions from global scope. Eg: gpio funcs return
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
pwr.h | 177 /* funcs */
|
/external/avahi/avahi-daemon/ |
glob.h | 97 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */
|
/external/boringssl/src/crypto/asn1/ |
tasn_enc.c | 136 const ASN1_AUX *aux = it->funcs; 178 ef = it->funcs; 183 cf = it->funcs; 580 pf = it->funcs;
|
/external/boringssl/src/include/openssl/ |
asn1t.h | 519 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st 545 * The 'funcs' field is used for application 548 * For COMPAT types the funcs field gives a 732 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
merge_values.py | 24 # Grouping keys is a dict but key funcs need to be hashable, so we transform
|
/external/icu/icu4c/source/test/cintltst/ |
hpmufn.c | 154 /* After reinitializing ICU, we can not set the memory funcs again. */
|
/external/libdrm/freedreno/ |
freedreno_device.c | 145 dev->funcs->destroy(dev);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
cidparse.c | 230 parser->root.funcs.done( &parser->root );
|
/external/libmicrohttpd/src/microspdy/ |
io.h | 102 * @return SPDY_NO if some funcs inside fail. SPDY_YES otherwise
|
/external/llvm/tools/bugpoint-passes/ |
TestPasses.cpp | 99 Z("bugpoint-crash-decl-funcs",
|
/external/llvm/tools/lli/ |
OrcLazyJIT.cpp | 31 "funcs-to-stdout",
|
/external/opencv3/modules/cudaarithm/src/ |
element_operations.cpp | 388 static const func_t funcs[5][4] = 404 funcs[src.depth()][src.channels() - 1](src, val, dst, StreamAccessor::getStream(stream)); 412 static const func_t funcs[5][4] = 428 funcs[src.depth()][src.channels() - 1](src, val, dst, StreamAccessor::getStream(stream));
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
NCVPyramid.cu | 230 static const func_t funcs[6][4] = 240 const func_t func = funcs[depth][cn - 1]; 313 static const func_t funcs[6][4] = 323 const func_t func = funcs[depth][cn - 1];
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
pyrlk.cu | 493 static const func_t funcs[5][5] = 505 funcs[patch.y - 1][patch.x - 1](I.rows, I.cols, prevPts, nextPts, status, err, ptcount, 515 static const func_t funcs[5][5] = 527 funcs[patch.y - 1][patch.x - 1](I.rows, I.cols, prevPts, nextPts, status, err, ptcount,
|
/external/opencv3/modules/superres/src/ |
btv_l1_cuda.cpp | 150 static const func_t funcs[] = 160 const func_t func = funcs[src.channels()]; 193 static const func_t funcs[] = 207 funcs[src.channels()](src, dst, ksize);
|
/external/pdfium/third_party/freetype/src/cid/ |
cidparse.c | 230 parser->root.funcs.done( &parser->root );
|
/external/selinux/libsemanage/src/ |
handle.h | 79 struct semanage_policy_table *funcs; member in struct:semanage_handle
|
/external/srtp/crypto/include/ |
crypto_kernel.h | 154 * running tests on the ciphers, auth funcs, and rng, and prints out a
|