Home
last modified time | relevance | path

Searched refs:LENGTH (Results 1 – 25 of 257) sorted by relevance

1234567891011

/external/tensorflow/tensorflow/lite/micro/examples/person_detection/arc_emsdp/
Demsdp.lcf24 PSRAM : ORIGIN = 0x10000400, LENGTH = (0x01000000 >> 1) - 0x400
25 SRAM : ORIGIN = 0x20000000, LENGTH = 0x00040000
26 IVT : ORIGIN = 0x60000000, LENGTH = 0x400
27 ICCM0 : ORIGIN = 0x60000400, LENGTH = (0x00020000 - 0x400)
28 # CCMWRAP0: ORIGIN = 0x60020000, LENGTH = 0x0ffe0000
29 DCCM : ORIGIN = 0x80000000, LENGTH = 0x00020000
30 # CCMWRAP1: ORIGIN = 0x80020000, LENGTH = 0x0ffe0000
31 XCCM : ORIGIN = 0x90000000, LENGTH = 0x00004000
32 # CCMWRAP2: ORIGIN = 0x90004000, LENGTH = 0x0fffc000
33 YCCM : ORIGIN = 0xa0000000, LENGTH = 0x00004000
[all …]
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/arc/emsdp/
Demsdp_v2.lcf25 PSRAM : ORIGIN = 0x10000400, LENGTH = (0x01000000 >> 1) - 0x400
26 SRAM : ORIGIN = 0x20000000, LENGTH = 0x00040000
27 IVT : ORIGIN = 0x60000000, LENGTH = 0x400
28 ICCM0 : ORIGIN = 0x60000400, LENGTH = (0x00020000 - 0x400)
29 # CCMWRAP0: ORIGIN = 0x60020000, LENGTH = 0x0ffe0000
30 DCCM : ORIGIN = 0x80000000, LENGTH = 0x00020000
31 # CCMWRAP1: ORIGIN = 0x80020000, LENGTH = 0x0ffe0000
32 XCCM : ORIGIN = 0x90000000, LENGTH = 0x00004000
33 # CCMWRAP2: ORIGIN = 0x90004000, LENGTH = 0x0fffc000
34 YCCM : ORIGIN = 0xa0000000, LENGTH = 0x00004000
[all …]
Demsdp.lcf32 PSRAM : ORIGIN = 0x10000400, LENGTH = (0x01000000 >> 1) - 0x400
33 SRAM : ORIGIN = 0x20000000, LENGTH = 0x00040000
34 IVT : ORIGIN = 0x60000000, LENGTH = 0x400
35 ICCM0 : ORIGIN = 0x60000400, LENGTH = (0x00020000 - 0x400)
36 # CCMWRAP0: ORIGIN = 0x60020000, LENGTH = 0x0ffe0000
37 DCCM : ORIGIN = 0x80000000, LENGTH = 0x00020000
38 # CCMWRAP1: ORIGIN = 0x80020000, LENGTH = 0x0ffe0000
39 XCCM : ORIGIN = 0x90000000, LENGTH = 0x00004000
40 # CCMWRAP2: ORIGIN = 0x90004000, LENGTH = 0x0fffc000
41 YCCM : ORIGIN = 0xa0000000, LENGTH = 0x00004000
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/arc_emsdp/
Demsdp.lcf26 PSRAM : ORIGIN = 0x10000400, LENGTH = (0x01000000 >> 1) - 0x400
27 SRAM : ORIGIN = 0x20000000, LENGTH = 0x00040000
28 IVT : ORIGIN = 0x60000000, LENGTH = 0x400
29 ICCM0 : ORIGIN = 0x60000400, LENGTH = (0x00020000 - 0x400)
30 # CCMWRAP0: ORIGIN = 0x60020000, LENGTH = 0x0ffe0000
31 DCCM : ORIGIN = 0x80000000, LENGTH = 0x00020000
32 # CCMWRAP1: ORIGIN = 0x80020000, LENGTH = 0x0ffe0000
33 XCCM : ORIGIN = 0x90000000, LENGTH = 0x00004000
34 # CCMWRAP2: ORIGIN = 0x90004000, LENGTH = 0x0fffc000
35 YCCM : ORIGIN = 0xa0000000, LENGTH = 0x00004000
[all …]
/external/python/cryptography/vectors/cryptography_vectors/KDF/
Drfc-6070-PBKDF2-SHA1.txt7 LENGTH = 20
15 LENGTH = 20
23 LENGTH = 20
31 LENGTH = 20
39 LENGTH = 25
47 LENGTH = 16
Dscrypt.txt7 LENGTH = 64
17 LENGTH = 64
27 LENGTH = 64
37 LENGTH = 64
/external/rust/crates/uuid/src/adapter/
Dmod.rs185 pub const LENGTH: usize = 36; constant
300 pub const LENGTH: usize = 36; constant
422 pub const LENGTH: usize = 32; constant
535 pub const LENGTH: usize = 32; constant
648 pub const LENGTH: usize = 45; constant
770 pub const LENGTH: usize = 45; constant
900 f.write_str(self.encode_lower(&mut [0; $T::LENGTH]))
907 f.write_str(self.encode_upper(&mut [0; $T::LENGTH]))
951 assert_eq!(len, super::Hyphenated::LENGTH); in hyphenated_trailing()
959 assert_eq!(len, super::HyphenatedRef::LENGTH); in hyphenated_ref_trailing()
[all …]
/external/linux-kselftest/tools/testing/selftests/vm/
Dhugepage-mmap.c27 #define LENGTH (256UL*1024*1024) macro
48 for (i = 0; i < LENGTH; i++) in write_bytes()
57 for (i = 0; i < LENGTH; i++) in read_bytes()
76 addr = mmap(ADDR, LENGTH, PROTECTION, FLAGS, fd, 0); in main()
88 munmap(addr, LENGTH); in main()
Dmap_hugetlb.c19 #define LENGTH (256UL*1024*1024) macro
52 for (i = 0; i < LENGTH; i++) in write_bytes()
61 for (i = 0; i < LENGTH; i++) in read_bytes()
73 size_t length = LENGTH; in main()
103 if (munmap(addr, LENGTH)) { in main()
Dhugepage-shm.c42 #define LENGTH (256UL*1024*1024) macro
61 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
77 for (i = 0; i < LENGTH; i++) { in main()
85 for (i = 0; i < LENGTH; i++) in main()
/external/rust/crates/uuid/src/parser/
Dmod.rs61 if len == adapter::Urn::LENGTH && input.starts_with("urn:uuid:") { in parse_str()
65 &[adapter::Hyphenated::LENGTH, adapter::Simple::LENGTH], in parse_str()
69 adapter::Hyphenated::LENGTH, in parse_str()
70 adapter::Simple::LENGTH, in parse_str()
83 if digit as usize >= adapter::Simple::LENGTH && group != 4 { in parse_str()
87 adapter::Hyphenated::LENGTH, in parse_str()
88 adapter::Simple::LENGTH, in parse_str()
211 adapter::Hyphenated::LENGTH, in test_parse_uuid_v4()
212 adapter::Simple::LENGTH, in test_parse_uuid_v4()
/external/clang/include/clang/AST/
DExprOpenMP.h46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator
72 SubExprs[LENGTH] = Length; in OMPArraySectionExpr()
99 Expr *getLength() { return cast_or_null<Expr>(SubExprs[LENGTH]); } in getLength()
100 const Expr *getLength() const { return cast_or_null<Expr>(SubExprs[LENGTH]); } in getLength()
102 void setLength(Expr *E) { SubExprs[LENGTH] = E; } in setLength()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/RISCV/
Dattributes-invalid.test37 # RUN: FileCheck -DFILE=%t2 %s --implicit-check-not=warning: --check-prefix=ERR-LENGTH
40 # RUN: FileCheck -DFILE=%t2 %s --implicit-check-not=warning: --check-prefix=ERR-LENGTH
42 # ERR-LENGTH: BuildAttributes {
43 # ERR-LENGTH-NEXT: FormatVersion: 0x41
44 # ERR-LENGTH-NEXT: Section 1 {
45 # ERR-LENGTH-NEXT: warning: '[[FILE]].{{32|64}}.o': unable to dump attributes from the SHT_RISCV_AT…
46 # ERR-LENGTH-NEXT: }
47 # ERR-LENGTH-NOT: {{.}}
/external/llvm-project/lld/test/ELF/linkerscript/
Dat3.test7 FOO (ax) : ORIGIN = 0x1000, LENGTH = 0x100
8 BAR (ax) : ORIGIN = 0x2000, LENGTH = 0x100
9 ZED (ax) : ORIGIN = 0x3000, LENGTH = 0x100
10 FLASH (ax) : ORIGIN = 0x6000, LENGTH = 0x200
Dmemory-include.test8 # RUN: echo "RAM2 (rwx): ORIGIN = 0x3000, LENGTH = 0x100" > %t.dir/inc.script
15 ROM (rwx): ORIGIN = 0x1000, LENGTH = 0x100
16 RAM (rwx): ORIGIN = 0x2000, LENGTH = 0x100
Dat2.test8 AX (ax) : ORIGIN = 0x2000, LENGTH = 0x100
9 AW (aw) : ORIGIN = 0x3000, LENGTH = 0x100
10 FLASH (ax) : ORIGIN = 0x6000, LENGTH = 0x100
11 RAM (aw) : ORIGIN = 0x7000, LENGTH = 0x100
/external/cldr/tools/java/org/unicode/cldr/util/
DPluralRanges.java26 private byte[] data = new byte[Count.LENGTH * Count.LENGTH];
40 …data[start.ordinal() * Count.LENGTH + end.ordinal()] = result == null ? (byte) -1 : (byte) result.… in set()
50 byte old = data[start.ordinal() * Count.LENGTH + end.ordinal()]; in setIfNew()
55 …data[start.ordinal() * Count.LENGTH + end.ordinal()] = result == null ? (byte) -1 : (byte) result.… in setIfNew()
65 byte result = data[start.ordinal() * Count.LENGTH + end.ordinal()]; in get()
159 private boolean[] explicit = new boolean[Count.LENGTH];
/external/libjpeg-turbo/md5/
Dmd5hl.c55 #define LENGTH 16 macro
62 unsigned char digest[LENGTH]; in MD5End()
66 buf = malloc(2 * LENGTH + 1); in MD5End()
70 for (i = 0; i < LENGTH; i++) { in MD5End()
/external/clang/test/CodeGen/
Dms-inline-asm.cpp39 __asm mov eax, LENGTH Foo::ptr in t3()
40 __asm mov eax, LENGTH Foo::Bar::ptr in t3()
41 __asm mov eax, LENGTH Foo::arr in t3()
42 __asm mov eax, LENGTH Foo::Bar::arr in t3()
/external/llvm-project/clang/test/CodeGen/
Dms-inline-asm.cpp48 __asm mov eax, LENGTH Foo::ptr in t3()
49 __asm mov eax, LENGTH Foo::Bar::ptr in t3()
50 __asm mov eax, LENGTH Foo::arr in t3()
51 __asm mov eax, LENGTH Foo::Bar::arr in t3()
/external/rust/crates/criterion-plot/src/
Dmap.rs6 const LENGTH: usize = 4; constant
32 pub struct Map<T>([Option<T>; LENGTH]);
92 const LENGTH: usize = 2; constant
118 pub struct Map<T>([Option<T>; LENGTH]);
/external/elfutils/tests/
Drun-readelf-vmcoreinfo.sh71 LENGTH(mem_section)=4096
96 LENGTH(zone.free_area)=11
101 LENGTH(free_area.free_list)=5
109 LENGTH(node_data)=512
/external/harfbuzz_ng/src/
DHBIndicVowelConstraints.txt49 0B0F 0B57 ; # ORIYA LETTER E, ORIYA AU LENGTH MARK
50 0B13 0B57 ; # ORIYA LETTER O, ORIYA AU LENGTH MARK
51 0C12 0C55 ; # TELUGU LETTER O, TELUGU LENGTH MARK
53 0C3F 0C55 ; # TELUGU VOWEL SIGN I, TELUGU LENGTH MARK
54 0C46 0C55 ; # TELUGU VOWEL SIGN E, TELUGU LENGTH MARK
55 0C4A 0C55 ; # TELUGU VOWEL SIGN O, TELUGU LENGTH MARK
59 0D07 0D57 ; # MALAYALAM LETTER I, MALAYALAM AU LENGTH MARK
60 0D09 0D57 ; # MALAYALAM LETTER U, MALAYALAM AU LENGTH MARK
63 0D12 0D57 ; # MALAYALAM LETTER O, MALAYALAM AU LENGTH MARK
/external/arm-trusted-firmware/bl2/
Dbl2_el3.ld.S16 ROM (rx): ORIGIN = BL2_RO_BASE, LENGTH = BL2_RO_LIMIT - BL2_RO_BASE
17 RAM (rwx): ORIGIN = BL2_RW_BASE, LENGTH = BL2_RW_LIMIT - BL2_RW_BASE
19 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE
/external/arm-trusted-firmware/plat/renesas/common/include/
Dplat.ld.S13 SRAM (rwx): ORIGIN = BL31_SRAM_BASE, LENGTH = DEVICE_SRAM_SIZE
14 PRAM (r): ORIGIN = BL31_LIMIT - DEVICE_SRAM_SIZE, LENGTH = DEVICE_SRAM_SIZE

1234567891011