Home
last modified time | relevance | path

Searched refs:LEN (Results 1 – 25 of 171) sorted by relevance

1234567

/external/strace/tests-mx32/
Dpwritev.c38 # define LEN 8 macro
39 # define LIM (LEN - 1)
88 char *buf = tail_alloc(LEN); in main()
90 for (i = 0; i < LEN; ++i) in main()
93 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN); in main()
94 for (i = 0; i < LEN; ++i) { in main()
97 iov[i].iov_len = LEN - i; in main()
103 for (i = 0; i < LEN; ++i) { in main()
108 print_iovec(iov, i + 1, LEN); in main()
113 for (i = 0; i <= LEN; ++i) { in main()
[all …]
/external/strace/tests-m32/
Dpwritev.c38 # define LEN 8 macro
39 # define LIM (LEN - 1)
88 char *buf = tail_alloc(LEN); in main()
90 for (i = 0; i < LEN; ++i) in main()
93 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN); in main()
94 for (i = 0; i < LEN; ++i) { in main()
97 iov[i].iov_len = LEN - i; in main()
103 for (i = 0; i < LEN; ++i) { in main()
108 print_iovec(iov, i + 1, LEN); in main()
113 for (i = 0; i <= LEN; ++i) { in main()
[all …]
/external/strace/tests/
Dpwritev.c38 # define LEN 8 macro
39 # define LIM (LEN - 1)
88 char *buf = tail_alloc(LEN); in main()
90 for (i = 0; i < LEN; ++i) in main()
93 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN); in main()
94 for (i = 0; i < LEN; ++i) { in main()
97 iov[i].iov_len = LEN - i; in main()
103 for (i = 0; i < LEN; ++i) { in main()
108 print_iovec(iov, i + 1, LEN); in main()
113 for (i = 0; i <= LEN; ++i) { in main()
[all …]
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp71 rx_frame_.header.LEN = 2; in TEST_F()
139 rx_frame_.header.LEN = INF_LEN; in SetUp()
148 teq1_trace_transmit(tx_frame_.header.PCB, tx_frame_.header.LEN); in RunRules()
149 teq1_trace_receive(rx_frame_.header.PCB, rx_frame_.header.LEN); in RunRules()
168 rx_frame_.header.LEN = 0; in TEST_F()
171 EXPECT_EQ(0U, rx_frame_.header.LEN); in TEST_F()
187 EXPECT_EQ(INF_LEN, rx_frame_.header.LEN); in TEST_F()
201 rx_frame_.header.LEN = 1; in TEST_F()
206 teq1_trace_transmit(tx_frame_.header.PCB, tx_frame_.header.LEN); in TEST_F()
207 teq1_trace_receive(rx_frame_.header.PCB, rx_frame_.header.LEN); in TEST_F()
[all …]
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_texture.c50 LEN(8); /* header */ in rbug_send_texture_list()
86 LEN(8); /* header */ in rbug_send_texture_info()
87 LEN(8); /* texture */ in rbug_send_texture_info()
134 LEN(8); /* header */ in rbug_send_texture_write()
135 LEN(8); /* texture */ in rbug_send_texture_write()
136 LEN(4); /* face */ in rbug_send_texture_write()
137 LEN(4); /* level */ in rbug_send_texture_write()
138 LEN(4); /* zslice */ in rbug_send_texture_write()
139 LEN(4); /* x */ in rbug_send_texture_write()
140 LEN(4); /* y */ in rbug_send_texture_write()
[all …]
Drbug_context.c48 LEN(8); /* header */ in rbug_send_context_list()
84 LEN(8); /* header */ in rbug_send_context_info()
85 LEN(8); /* context */ in rbug_send_context_info()
123 LEN(8); /* header */ in rbug_send_context_draw_block()
124 LEN(8); /* context */ in rbug_send_context_draw_block()
125 LEN(4); /* block */ in rbug_send_context_draw_block()
164 LEN(8); /* header */ in rbug_send_context_draw_step()
165 LEN(8); /* context */ in rbug_send_context_draw_step()
166 LEN(4); /* step */ in rbug_send_context_draw_step()
205 LEN(8); /* header */ in rbug_send_context_draw_unblock()
[all …]
Drbug_shader.c49 LEN(8); /* header */ in rbug_send_shader_list()
50 LEN(8); /* context */ in rbug_send_shader_list()
88 LEN(8); /* header */ in rbug_send_shader_info()
89 LEN(8); /* context */ in rbug_send_shader_info()
90 LEN(8); /* shader */ in rbug_send_shader_info()
130 LEN(8); /* header */ in rbug_send_shader_disable()
131 LEN(8); /* context */ in rbug_send_shader_disable()
132 LEN(8); /* shader */ in rbug_send_shader_disable()
133 LEN(1); /* disable */ in rbug_send_shader_disable()
175 LEN(8); /* header */ in rbug_send_shader_replace()
[all …]
Drbug_core.c48 LEN(8); /* header */ in rbug_send_noop()
83 LEN(8); /* header */ in rbug_send_ping()
119 LEN(8); /* header */ in rbug_send_error()
120 LEN(4); /* error */ in rbug_send_error()
157 LEN(8); /* header */ in rbug_send_ping_reply()
158 LEN(4); /* serial */ in rbug_send_ping_reply()
196 LEN(8); /* header */ in rbug_send_error_reply()
197 LEN(4); /* serial */ in rbug_send_error_reply()
198 LEN(4); /* error */ in rbug_send_error_reply()
/external/rust/crates/protobuf/src/
Dfixed.rs4 const LEN: u32; constant
8 const LEN: u32 = 4; constant
12 const LEN: u32 = 4; constant
16 const LEN: u32 = 8; constant
20 const LEN: u32 = 8; constant
24 const LEN: u32 = 4; constant
28 const LEN: u32 = 8; constant
34 const LEN: u32 = 1; constant
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DArrayDeserializationTest.java165 final int LEN = 90000; in testIntegerArray() local
171 for (int i = 0; i < LEN; ++i) { in testIntegerArray()
182 assertEquals(LEN, result.length); in testIntegerArray()
183 for (int i = 0; i < LEN; ++i) { in testIntegerArray()
305 final int LEN = 37000; in testByteArrayAsNumbers() local
308 for (int i = 0; i < LEN; ++i) { in testByteArrayAsNumbers()
316 assertEquals(LEN+1, result.length); in testByteArrayAsNumbers()
317 for (int i = 0; i < LEN; ++i) { in testByteArrayAsNumbers()
325 assertEquals(0, result[LEN]); in testByteArrayAsNumbers()
337 int LEN = 9000;
[all …]
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap19.c24 #define LEN 64 macro
40 mm1 = SAFE_MMAP(0, LEN, PROT_READ, MAP_PRIVATE, f1, 0); in run()
41 mm2 = SAFE_MMAP(0, LEN, PROT_READ, MAP_PRIVATE, f2, 0); in run()
52 SAFE_MUNMAP(mm1, LEN); in run()
53 SAFE_MUNMAP(mm2, LEN); in run()
55 mm1 = SAFE_MMAP(save_mm2, LEN, PROT_READ, MAP_PRIVATE, f1, 0); in run()
56 mm2 = SAFE_MMAP(save_mm1, LEN, PROT_READ, MAP_PRIVATE, f2, 0); in run()
82 SAFE_MUNMAP(mm1, LEN); in cleanup()
85 SAFE_MUNMAP(mm2, LEN); in cleanup()
/external/libxml2/os400/
Dxmlcatalog.cmd13 PARM KWD(INSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
20 PARM KWD(KIND) TYPE(*CHAR) LEN(7) VARY(*YES *INT2) +
27 PARM KWD(OUTSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) +
42 PARM KWD(SUPERUPD) TYPE(*CHAR) LEN(17) VARY(*YES *INT2) +
49 PARM KWD(VERBOSE) TYPE(*CHAR) LEN(4) VARY(*YES *INT2) +
58 PARM KWD(DELETE) TYPE(*PNAME) LEN(256) VARY(*YES *INT2) +
67 XMLELEM: ELEM TYPE(*CHAR) LEN(16) VARY(*YES *INT2) DFT(*PUBLIC) +
80 ELEM TYPE(*PNAME) LEN(256) VARY(*YES *INT2) EXPR(*YES) +
82 ELEM TYPE(*PNAME) LEN(256) VARY(*YES *INT2) EXPR(*YES) +
[all …]
Dxmllint.cmd13 PARM KWD(STMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
20 PARM KWD(DTD) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
25 PARM KWD(DTDLOCATOR) TYPE(*CHAR) LEN(8) DFT(*DTDURL) +
31 PARM KWD(SCHEMA) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
36 PARM KWD(SCHEMAKIND) TYPE(*CHAR) LEN(12) VARY(*YES *INT2) +
47 PARM KWD(OUTSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
54 PARM KWD(XPATH) TYPE(*CHAR) LEN(5000) VARY(*YES *INT2) +
59 PARM KWD(PATTERN) TYPE(*CHAR) LEN(5000) VARY(*YES *INT2) +
66 PARM KWD(PATH) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
71 PARM KWD(PRETTY) TYPE(*CHAR) LEN(11) VARY(*YES *INT2) +
[all …]
/external/blktrace/
Dstrverscmp.c81 #define LEN 3 macro
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
115 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
116 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
117 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
146 case LEN: in strverscmp()
/external/ltp/testcases/kernel/syscalls/memcpy/
Dmemcpy01.c24 #define LEN 100 macro
58 {&buf[100], &buf[800], LEN},
59 {&buf[800], &buf[100], LEN},
72 memcpy(q, p, LEN); in verify_memcpy()
79 if (p[-1] || p[LEN]) { in verify_memcpy()
84 if (q[-1] || q[LEN]) { in verify_memcpy()
/external/toybox/scripts/
Druntest.sh176 local NAME CASE VERBOSITY LEN PID A B X O
198 VERBOSITY="$VERBOSITY"$'\n'"$1" LEN=$((${#1}-1)) CASE="$1" A= B=
206 R) LEN=0; B=1; ;&
209 [ $LEN == 0 ] && LARG="" || LARG="-rN $LEN"
216 if [ $LEN -eq 0 ]
239 if [ -z "$LEN" ]
/external/libese/libese-teq1/
Dteq1.c106 frame->INF[frame->header.LEN] = teq1_compute_LRC(frame); in teq1_transmit()
120 teq1_trace_transmit(frame->header.PCB, frame->header.LEN); in teq1_transmit()
121 teq1_dump_transmit(frame->val, sizeof(frame->header) + frame->header.LEN + 1); in teq1_transmit()
123 sizeof(frame->header) + frame->header.LEN + 1, 1); in teq1_transmit()
152 if (frame->header.LEN == 255) { in teq1_receive()
163 frame->header.LEN + 1, 1); in teq1_receive()
164 teq1_dump_receive((uint8_t *)(&(frame->INF[0])), frame->header.LEN + 1); in teq1_receive()
165 teq1_trace_receive(frame->header.PCB, frame->header.LEN); in teq1_receive()
177 return frame->header.LEN; /* Return data bytes read. */ in teq1_receive()
197 frame->header.LEN); in teq1_fill_info_block()
[all …]
/external/arm-optimized-routines/string/test/
Dmemrchr.c40 #define LEN 512 macro
61 if (len > LEN || seekpos > LEN || align > ALIGN) in test()
89 sbuf = mte_mmap (LEN + 3 * ALIGN); in main()
95 for (int n = 0; n < LEN; n++) in main()
97 for (int sp = 0; sp < LEN; sp++) in main()
Dmemchr.c42 #define LEN 512 macro
63 if (len > LEN || seekpos > LEN || align > ALIGN) in test()
92 sbuf = mte_mmap (LEN + 3 * ALIGN); in main()
98 for (int n = 0; n < LEN; n++) in main()
100 for (int sp = 0; sp < LEN; sp++) in main()
Dmemcpy.c43 #define LEN 250000 macro
46 static unsigned char wbuf[LEN + 2 * A];
68 if (len > LEN || dalign >= A || salign >= A) in test()
102 dbuf = mte_mmap (LEN + 2 * A); in main()
103 sbuf = mte_mmap (LEN + 2 * A); in main()
114 for (; n < LEN; n *= 2) in main()
Dstpcpy.c42 #define LEN 512 macro
45 static char wbuf[LEN + 3 * ALIGN];
67 if (len > LEN || dalign >= ALIGN || salign >= ALIGN) in test()
107 sbuf = mte_mmap (LEN + 3 * ALIGN); in main()
108 dbuf = mte_mmap (LEN + 3 * ALIGN); in main()
115 for (int n = 0; n < LEN; n++) in main()
Dstrcpy.c40 #define LEN 512 macro
43 static char wbuf[LEN + 3 * ALIGN];
65 if (len > LEN || dalign >= ALIGN || salign >= ALIGN) in test()
105 sbuf = mte_mmap (LEN + 3 * ALIGN); in main()
106 dbuf = mte_mmap (LEN + 3 * ALIGN); in main()
113 for (int n = 0; n < LEN; n++) in main()
/external/boringssl/src/crypto/cipher_extra/asm/
Daes128gcmsiv-x86_64.pl413 my $LEN = "%eax";
752 my $LEN = "%r8";
790 test $LEN, $LEN
800 shrq \$4, $LEN # LEN = num of blocks
801 movq $LEN, %r10
815 shrq \$2, $LEN
857 subq \$1, $LEN
939 my $LEN = "%r8";
987 test $LEN, $LEN
1005 shrq \$4, $LEN # LEN = num of blocks
[all …]
/external/cronet/third_party/boringssl/src/crypto/cipher_extra/asm/
Daes128gcmsiv-x86_64.pl413 my $LEN = "%eax";
752 my $LEN = "%r8";
790 test $LEN, $LEN
800 shrq \$4, $LEN # LEN = num of blocks
801 movq $LEN, %r10
815 shrq \$2, $LEN
857 subq \$1, $LEN
939 my $LEN = "%r8";
987 test $LEN, $LEN
1005 shrq \$4, $LEN # LEN = num of blocks
[all …]
/external/libwebsockets/scripts/
Desp32.mk41 LEN=$$($$GNUSTAT -c %s $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin) ;\
42 printf " Original length: 0x%06x (%8d)\n" $$LEN $$LEN ; \
48 LEN=$$($$GNUSTAT -c %s $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin) ;\
72 LEN=$$($$GNUSTAT -c %s $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin) ;\
74 printf " After ROMFS + Build info: 0x%06x (%8d)\n" $$LEN $$LEN

1234567