/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moduhashlib.c | 68 if (self->final) { in uhashlib_ensure_not_final() 88 o->final = false; in uhashlib_sha256_make_new() 109 self->final = true; in uhashlib_sha256_digest() 124 o->final = false; in uhashlib_sha256_make_new() 144 self->final = true; in uhashlib_sha256_digest() 178 o->final = false; in uhashlib_sha1_make_new() 198 self->final = true; in uhashlib_sha1_digest() 218 o->final = false; in uhashlib_sha1_make_new() 239 self->final = true; in uhashlib_sha1_digest() 273 o->final = false; in uhashlib_md5_make_new() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | micro_op_resolver.h | 54 int version) const final { in FindOp() 60 const TfLiteRegistration* FindOp(const char* op, int version) const final { in FindOp()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | ctx_impl.h | 38 struct ThreadSpecificResource final { struct 56 class CtxImpl final : public Ctx { argument
|
A D | mat.h | 105 struct MatLayout final { struct 125 struct Mat final { argument 166 struct KernelLayout final { struct 178 struct PMatLayout final { argument 207 struct Type final { argument 236 struct EMat final { argument 245 struct PEMat final { argument 256 struct PMat final { argument
|
A D | mul_params.h | 98 class MulParams final { 220 struct MulParamsStorage final { struct 244 struct MulParamsStorage<std::int32_t, DstScalar> final { argument 278 struct MulParamsStorage<std::int32_t, std::int32_t> final {
|
A D | matrix.h | 32 class Layout final { 77 class ConstCheckingPtr final { 133 class Matrix final {
|
A D | cpu_cache_params.h | 72 struct CpuCacheParams final { struct
|
A D | cpuinfo.h | 24 class CpuInfo final {
|
A D | context.h | 37 class Context final {
|
A D | side_pair.h | 40 class SidePair final {
|
A D | allocator.h | 59 class Allocator final {
|
A D | prepacked_cache.h | 41 class PrepackedCache final {
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/secure_boot/mincrypt/ |
A D | hash-internal.h | 41 const uint8_t* (* const final)(struct HASH_CTX*); member 58 #define HASH_final(ctx) (ctx)->f->final(ctx)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | cpu_backend_context.h | 33 class CpuBackendContext final : public TfLiteInternalBackendContext { 66 class CpuInfo final {
|
A D | cpu_backend_gemm_ruy.h | 64 struct MakeRuyMulParamsImpl final { struct 79 final { argument 105 final {
|
A D | register.h | 40 OpResolver::TfLiteDelegatePtrVector GetDelegates(int num_threads) const final;
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bmessagebox.cc | 215 int final = 0; in CheckLongLines() local 228 if (c > final) in CheckLongLines() 230 final = c; in CheckLongLines() 234 return (final > G_MAX_STRING_LENGTH_BYTES); in CheckLongLines()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gun.c | 215 unsigned final; /* last character written for previous code */ in lunpipe() local 251 final = prev = (unsigned)last; /* low 8 bits of code */ in lunpipe() 261 outbuf[0] = (unsigned char)final; /* write first decompressed byte */ in lunpipe() 325 match[stack++] = (unsigned char)final; in lunpipe() 337 final = code; in lunpipe() 343 suffix[end] = (unsigned char)final; in lunpipe()
|
/AliOS-Things-master/components/uvoice/application/comb/ |
A D | comb.c | 57 int final; member 308 static int add_file_source(uvoice_list_t *head, const char *source, int index, int final, in add_file_source() argument 335 node->final = final; in add_file_source() 336 if (node->final) { in add_file_source() 512 if (node->final) { in __comb_task() 632 if (node->final) { in __comb_task() 912 int comb_add_file_source_unlock(const char *source, int index, int final, void (*cb)(void *args, in… in comb_add_file_source_unlock() argument 933 ret = add_file_source(&handler->list, source, index, final, cb, userdata); in comb_add_file_source_unlock() 935 if (final) in comb_add_file_source_unlock()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | README | 26 final int version = libwebp.WebPGetDecoderVersion(); 30 final Method[] libwebpMethods = libwebp.class.getDeclaredMethods();
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_surface.c | 338 SDL_Surface *face = NULL, *cvt1, *cvt2, *final; in surface_testCompleteSurfaceConversion() local 371 final = SDL_ConvertSurface( cvt2, face->format, 0 ); in surface_testCompleteSurfaceConversion() 372 SDL_assert(final != NULL); in surface_testCompleteSurfaceConversion() 375 ret = SDLTest_CompareSurfaces( face, final, 0 ); in surface_testCompleteSurfaceConversion() 377 SDL_FreeSurface(final); in surface_testCompleteSurfaceConversion()
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_hd_huffman.c | 204 size_t srclen, int final) in nghttp2_hd_huff_decode() argument 232 if (final && !ctx->accept) { in nghttp2_hd_huff_decode()
|
/AliOS-Things-master/components/uvoice/connect/ |
A D | uvoice_ws.c | 119 bool final; in nopoll_message_handle() local 123 final = nopoll_msg_is_final(msg); in nopoll_message_handle() 139 if (final) { in nopoll_message_handle() 155 } else if (size > 0 && type == NOPOLL_TEXT_FRAME && !final) { in nopoll_message_handle() 179 if (final) { in nopoll_message_handle() 191 if (final) in nopoll_message_handle()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/ |
A D | lookup3.h | 158 #define final(a,b,c) \ macro 379 final(a,b,c); in hashlittle()
|
/AliOS-Things-master/components/py_engine/engine/drivers/sdcard/ |
A D | sdcard.py | 137 def cmd(self, cmd, arg, crc, final=0, release=True, skip1=False): argument 159 for j in range(final):
|