Home
last modified time | relevance | path

Searched refs:sliced (Results 1 - 14 of 14) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dclass-inheritance-builtin-array.js65 var sliced = c.slice (c); variable
66 isInstanceofArray (sliced);
68 for (var i = 0; i < sliced.length; i++) {
69 assert (sliced[i] == c[i]);
73 isInstanceofArray (sliced);
98 sliced = c.slice (c);
H A Darray-prototype-slice.js25 var sliced = a.slice (); variable
26 assert (sliced.length == 5);
27 assert (JSON.stringify (sliced) == '["foo","foo","foo","foo","foo"]')
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_FMT.c385 ".fmt.sliced = { .service_set = 0x%X, " in do_get_formats()
391 format.type, format.fmt.sliced.service_set, in do_get_formats()
392 //format.fmt.sliced.service_lines[][], in do_get_formats()
393 format.fmt.sliced.io_size, in do_get_formats()
394 format.fmt.sliced.reserved[0], in do_get_formats()
395 format.fmt.sliced.reserved[1] in do_get_formats()
397 if (sizeof(format.fmt.sliced) < in do_get_formats()
401 for (j = sizeof(format.fmt.sliced); in do_get_formats()
410 //CU_ASSERT_EQUAL(format.fmt.sliced.service_set, ???); in do_get_formats()
411 CU_ASSERT_EQUAL(format.fmt.sliced in do_get_formats()
[all...]
/third_party/node/deps/undici/src/lib/fileapi/
H A Dutil.js342 const sliced = bytes.slice(slice)
343 return new TextDecoder(encoding).decode(sliced)
/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c76 vbi_sliced sliced[MAX_SLICES]; member
598 uint8_t *p = ctx->sliced[lines].data; in slice_to_vbi_lines()
600 ctx->sliced[lines].id = VBI_SLICED_TELETEXT_B; in slice_to_vbi_lines()
601 ctx->sliced[lines].line = (line_offset > 0 ? (line_offset + (field_parity ? 0 : 313)) : 0); in slice_to_vbi_lines()
679 vbi_decode(ctx->vbi, ctx->sliced, lines, 0.0); in teletext_decode_frame()
H A Dsnow.h283 static av_always_inline void add_yblock(SnowContext *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obmc, int src_x, int src_y, int b_w, int b_h, int w, int h, int dst_stride, int src_stride, int obmc_stride, int b_x, int b_y, int add, int offset_dst, int plane_index){ in add_yblock() argument
317 if(!sliced && !offset_dst) in add_yblock()
327 if(!sliced && !offset_dst) in add_yblock()
337 if(!sliced && offset_dst) in add_yblock()
375 if(sliced){ in add_yblock()
/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc714 SlicedString sliced = SlicedString::cast(source); in TryStringToIndexOrLookupExisting() local
715 start = sliced.offset(); in TryStringToIndexOrLookupExisting()
716 source = sliced.parent(); in TryStringToIndexOrLookupExisting()
H A Dstring.cc757 // Extract cons- and sliced strings. in SlowGetFlatContent()
1641 SlicedString sliced = SlicedString::cast(string); in ComputeAndSetHash() local
1642 start = sliced.offset(); in ComputeAndSetHash()
1643 string = sliced.parent(cage_base); in ComputeAndSetHash()
/third_party/python/Objects/
H A Dmemoryobject.c2504 PyMemoryViewObject *sliced; in memory_subscript() local
2506 sliced = (PyMemoryViewObject *)mbuf_add_view(self->mbuf, view); in memory_subscript()
2507 if (sliced == NULL) in memory_subscript()
2510 if (init_slice(&sliced->view, key, 0) < 0) { in memory_subscript()
2511 Py_DECREF(sliced); in memory_subscript()
2514 init_len(&sliced->view); in memory_subscript()
2515 init_flags(sliced); in memory_subscript()
2517 return (PyObject *)sliced; in memory_subscript()
2584 Py_buffer dest; /* sliced view */ in memory_ass_sub()
2622 /* Call memory_subscript() to produce a sliced lvalu in memory_ass_sub()
[all...]
/third_party/python/Lib/test/
H A Dtest_buffer.py775 lst, sliced=False, cast=False):
813 if not (sliced and suboffsets):
958 if not (sliced and suboffsets):
974 def verify_getbuf(self, orig_ex, ex, req, sliced=False):
1020 lst=lst, sliced=sliced)
1093 sliced=True)
1095 sliced=True)
1739 sliced = multislice(lst, slices)
1752 self.assertEqual(ndsliced.tolist(), sliced)
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Dbsaes-armv7.S19 @ Bit-sliced AES for ARM NEON
1066 vstmia r12!,{q0,q1,q2,q3,q4,q5,q6,q7} @ write bit-sliced round key
1361 add r12, #96 @ size of bit-sliced key schedule
1604 @ add r12, #96 @ size of bit-sliced key schedule
2084 @ add r12, #96 @ size of bit-sliced key schedule
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H A Dbsaes-armv7.S19 @ Bit-sliced AES for ARM NEON
1066 vstmia r12!,{q0,q1,q2,q3,q4,q5,q6,q7} @ write bit-sliced round key
1361 add r12, #96 @ size of bit-sliced key schedule
1604 @ add r12, #96 @ size of bit-sliced key schedule
2084 @ add r12, #96 @ size of bit-sliced key schedule
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl20 # Bit-sliced AES for ARM NEON
838 .asciz "Bit-sliced AES for NEON, CRYPTOGAMS by <appro\@openssl.org>"
1002 vstmia $out!,{@XMM[0]-@XMM[7]} @ write bit-sliced round key
1415 add r12, #`128-32` @ size of bit-sliced key schedule
1672 @ add r12, #`128-32` @ size of bit-sliced key schedule
2076 @ add r12, #`128-32` @ size of bit-sliced key schedule
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl20 # Bit-sliced AES for ARM NEON
838 .asciz "Bit-sliced AES for NEON, CRYPTOGAMS by <appro\@openssl.org>"
1002 vstmia $out!,{@XMM[0]-@XMM[7]} @ write bit-sliced round key
1415 add r12, #`128-32` @ size of bit-sliced key schedule
1672 @ add r12, #`128-32` @ size of bit-sliced key schedule
2076 @ add r12, #`128-32` @ size of bit-sliced key schedule

Completed in 22 milliseconds