Home
last modified time | relevance | path

Searched full:part (Results 1 – 25 of 25336) sorted by relevance

12345678910>>...1014

/external/trusty/arm-trusted-firmware/drivers/nxp/clk/s32cc/
Dmc_me.c23 #define MC_ME_PRTN_N(MC_ME, PART) ((MC_ME) + 0x100UL + ((PART) * 0x200UL)) argument
24 #define MC_ME_PRTN_N_PCONF(MC_ME, PART) (MC_ME_PRTN_N(MC_ME, PART)) argument
27 #define MC_ME_PRTN_N_PUPD(MC_ME, PART) (MC_ME_PRTN_N(MC_ME, PART) + 0x4UL) argument
30 #define MC_ME_PRTN_N_STAT(MC_ME, PART) (MC_ME_PRTN_N(MC_ME, PART) + 0x8UL) argument
32 #define MC_ME_PRTN_N_COFB0_STAT(MC_ME, PART) \ argument
33 (MC_ME_PRTN_N(MC_ME, PART) + 0x10UL)
34 #define MC_ME_PRTN_N_COFB0_CLKEN(MC_ME, PART) \ argument
35 (MC_ME_PRTN_N(MC_ME, PART) + 0x30UL)
36 #define MC_ME_PRTN_N_REQ(PART) BIT_32(PART) argument
38 #define RDC_RD_CTRL(RDC, PART) ((RDC) + ((PART) * 0x4UL)) argument
[all …]
/external/curl/lib/
Dmime.c11 * you should have received as part of this distribution. The terms
69 curl_mimepart *part);
70 static curl_off_t encoder_nop_size(curl_mimepart *part);
72 curl_mimepart *part);
74 curl_mimepart *part);
75 static curl_off_t encoder_base64_size(curl_mimepart *part);
77 curl_mimepart *part);
78 static curl_off_t encoder_qp_size(curl_mimepart *part);
79 static curl_off_t mime_size(curl_mimepart *part);
385 struct curl_mimepart *part) in encoder_nop_read() argument
[all …]
/external/gson/gson/src/test/java/com/google/gson/functional/
DJsonAdapterAnnotationOnFieldsTest.java52 String json = gson.toJson(new Gizmo(new Part("Part"))); in testClassAnnotationAdapterFactoryTakesPrecedenceOverDefault()
53 assertEquals("{\"part\":\"GizmoPartTypeAdapterFactory\"}", json); in testClassAnnotationAdapterFactoryTakesPrecedenceOverDefault()
54 Gizmo computer = gson.fromJson("{'part':'Part'}", Gizmo.class); in testClassAnnotationAdapterFactoryTakesPrecedenceOverDefault()
55 assertEquals("GizmoPartTypeAdapterFactory", computer.part.name); in testClassAnnotationAdapterFactoryTakesPrecedenceOverDefault()
72 .registerTypeAdapter(Part.class, new TypeAdapter<Part>() { in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter()
73 @Override public void write(JsonWriter out, Part part) throws IOException { in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter()
76 @Override public Part read(JsonReader in) throws IOException { in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter()
80 String json = gson.toJson(new Gadget(new Part("screen"))); in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter()
81 assertEquals("{\"part\":\"PartJsonFieldAnnotationAdapter\"}", json); in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter()
82 Gadget gadget = gson.fromJson("{'part':'screen'}", Gadget.class); in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter()
[all …]
/external/e2fsprogs/tests/f_badorphan/
Dexpect.18 Inodes that were part of a corrupted orphan linked list found. Fix? yes
10 Inode 13 was part of the orphaned inode list. FIXED.
11 Inode 17 was part of the orphaned inode list. FIXED.
14 Inode 19 was part of the orphaned inode list. FIXED.
15 Inode 22 was part of the orphaned inode list. FIXED.
16 Inode 23 was part of the orphaned inode list. FIXED.
17 Inode 24 was part of the orphaned inode list. FIXED.
18 Inode 25 was part of the orphaned inode list. FIXED.
19 Inode 26 was part of the orphaned inode list. FIXED.
20 Inode 27 was part of the orphaned inode list. FIXED.
[all …]
/external/libhevc/common/arm/
Dihevc_itrans_recon_8x8.s193 vmull.s16 q10,d2,d0[0] @// y0 * cos4(part of c0 and c1)
195 vmull.s16 q9,d3,d1[2] @// y2 * sin2 (q3 is freed by this time)(part of d1)
198 vmull.s16 q12,d6,d0[1] @// y1 * cos1(part of b0)
200 vmull.s16 q13,d6,d0[3] @// y1 * cos3(part of b1)
202 vmull.s16 q14,d6,d1[1] @// y1 * sin3(part of b2)
204 vmull.s16 q15,d6,d1[3] @// y1 * sin1(part of b3)
206 vmlal.s16 q12,d7,d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
208 vmlsl.s16 q13,d7,d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
210 vmlsl.s16 q14,d7,d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
212 vmlsl.s16 q15,d7,d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
[all …]
/external/openscreen/cast/streaming/
Dframe_collector_unittest.cc50 RtpPacketParser::ParseResult part; in TEST() local
51 part.rtp_timestamp = kSomeRtpTimestamp + (RtpTimeDelta::FromTicks(200) * i); in TEST()
52 part.frame_id = frame_id; in TEST()
53 part.packet_id = 0; in TEST()
54 part.max_packet_id = 0; in TEST()
56 part.is_key_frame = true; in TEST()
57 // Do not set |part.new_playout_delay|. in TEST()
59 part.is_key_frame = false; in TEST()
60 part.new_playout_delay = std::chrono::milliseconds(800); in TEST()
62 part.referenced_frame_id = kSomeFrameId; in TEST()
[all …]
/external/e2fsprogs/lib/ext2fs/
Ddosio.c91 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part) in lba2chs() argument
96 abss = (lba_addr >> 9) + part->start; in lba2chs()
97 chs->cyl = abss / (part->sects * part->heads); in lba2chs()
98 chs->head = (abss / part->sects) % part->heads; in lba2chs()
99 chs->sector = (abss % part->sects) + 1; in lba2chs()
150 static io_channel alloc_io_channel(PARTITION *part) in alloc_io_channel() argument
160 ioch->name = (char *)malloc(strlen(part->dev)+1); in alloc_io_channel()
165 strcpy(ioch->name, part->dev); in alloc_io_channel()
166 ioch->private_data = part; in alloc_io_channel()
184 PARTITION *part; in dos_open() local
[all …]
/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto_hash.data329 PSA hash multi part: SHA-1 Test Vector NIST CAVS #1
333 PSA hash multi part: SHA-1 Test Vector NIST CAVS #2
337 PSA hash multi part: SHA-1 Test Vector NIST CAVS #3
341 PSA hash multi part: SHA-1 Test Vector NIST CAVS #4
345 PSA hash multi part: SHA-1 Test Vector NIST CAVS #5
349 PSA hash multi part: SHA-1 Test Vector NIST CAVS #6
353 PSA hash multi part: SHA-1 Test Vector NIST CAVS #7
357 PSA hash multi part: SHA-1 Test Vector NIST CAVS #8
361 PSA hash multi part: SHA-1 Test Vector NIST CAVS #9
365 PSA hash multi part: SHA-1 Test Vector NIST CAVS #10
[all …]
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_hash.data329 PSA hash multi part: SHA-1 Test Vector NIST CAVS #1
333 PSA hash multi part: SHA-1 Test Vector NIST CAVS #2
337 PSA hash multi part: SHA-1 Test Vector NIST CAVS #3
341 PSA hash multi part: SHA-1 Test Vector NIST CAVS #4
345 PSA hash multi part: SHA-1 Test Vector NIST CAVS #5
349 PSA hash multi part: SHA-1 Test Vector NIST CAVS #6
353 PSA hash multi part: SHA-1 Test Vector NIST CAVS #7
357 PSA hash multi part: SHA-1 Test Vector NIST CAVS #8
361 PSA hash multi part: SHA-1 Test Vector NIST CAVS #9
365 PSA hash multi part: SHA-1 Test Vector NIST CAVS #10
[all …]
/external/libmpeg2/common/arm/
Dimpeg2_idct.s448 vmull.s16 q10, d2, d0[0] @// y0 * cos4(part of c0 and c1)
450 vmull.s16 q9, d3, d1[2] @// y2 * sin2 (Q3 is freed by this time)(part of d1)
453 vmull.s16 q12, d6, d0[1] @// y1 * cos1(part of b0)
455 vmull.s16 q13, d6, d0[3] @// y1 * cos3(part of b1)
457 vmull.s16 q14, d6, d1[1] @// y1 * sin3(part of b2)
459 vmull.s16 q15, d6, d1[3] @// y1 * sin1(part of b3)
461 vmlal.s16 q12, d7, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
463 vmlsl.s16 q13, d7, d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
465 vmlsl.s16 q14, d7, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
467 vmlsl.s16 q15, d7, d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
[all …]
/external/curl/docs/libcurl/
Dcurl_mime_subparts.md19 curl_mime_subparts - set sub-parts of a multipart mime part
26 CURLcode curl_mime_subparts(curl_mimepart *part, curl_mime *subparts);
31 curl_mime_subparts(3) sets a multipart mime part's content from a mime
34 *part* is a handle to the multipart part.
38 multipart part and must not be freed explicitly. It may however be updated by
41 Setting a part's contents multiple times is valid: only the value set by the
42 last call is retained. It is possible to unassign previous part's contents by
60 /* The inline part is an alternative proposing the html and the text
63 curl_mimepart *part;
66 part = curl_mime_addpart(alt);
[all …]
/external/mesa3d/src/util/
Dmesa_cache_db_multipart.c35 unsigned int part) in mesa_cache_db_multipart_init_part_locked() argument
44 if (db->parts[part]) in mesa_cache_db_multipart_init_part_locked()
47 if (asprintf(&part_path, "%s/part%u", db->cache_path, part) == -1) in mesa_cache_db_multipart_init_part_locked()
69 /* remove old pre multi-part cache */ in mesa_cache_db_multipart_init_part_locked()
74 db->parts[part] = db_part; in mesa_cache_db_multipart_init_part_locked()
85 unsigned int part) in mesa_cache_db_multipart_init_part() argument
89 if (db->parts[part]) in mesa_cache_db_multipart_init_part()
93 ret = mesa_cache_db_multipart_init_part_locked(db, part); in mesa_cache_db_multipart_init_part()
117 for (unsigned int part = 0; part < db->num_parts; part++) { in mesa_cache_db_multipart_set_size_limit() local
118 if (db->parts[part]) in mesa_cache_db_multipart_set_size_limit()
[all …]
/external/curl/tests/libtest/
Dlib643.c11 * you should have received as part of this distribution. The terms
65 curl_mimepart *part = NULL; in test_once() local
91 part = curl_mime_addpart(mime); in test_once()
92 if(!part) { in test_once()
100 /* Fill in the file upload part */ in test_once()
102 res = curl_mime_name(part, "sendfile"); in test_once()
104 res = curl_mime_data_cb(part, datasize, read_callback, in test_once()
107 res = curl_mime_filename(part, "postit2.c"); in test_once()
111 res = curl_mime_name(part, "sendfile alternative"); in test_once()
113 res = curl_mime_data_cb(part, datasize, read_callback, in test_once()
[all …]
/external/libhevc/common/arm64/
Dihevc_itrans_recon_8x8.s187 smull v20.4s, v2.4h, v0.h[0] //// y0 * cos4(part of c0 and c1)
189 smull v18.4s, v3.4h, v1.h[2] //// y2 * sin2 (q3 is freed by this time)(part of d1)
192 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0)
194 smull v26.4s, v6.4h, v0.h[3] //// y1 * cos3(part of b1)
196 smull v28.4s, v6.4h, v1.h[1] //// y1 * sin3(part of b2)
198 smull v30.4s, v6.4h, v1.h[3] //// y1 * sin1(part of b3)
200 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
202 smlsl v26.4s, v7.4h, v1.h[3] //// y1 * cos3 - y3 * sin1(part of b1)
204 smlsl v28.4s, v7.4h, v0.h[1] //// y1 * sin3 - y3 * cos1(part of b2)
206 smlsl v30.4s, v7.4h, v1.h[1] //// y1 * sin1 - y3 * sin3(part of b3)
[all …]
/external/curl/tests/data/
Dtest57153 rtp: part 2 channel 1 size 10
54 rtp: part 2 channel 0 size 500
55 rtp: part 2 channel 0 size 196
56 rtp: part 2 channel 0 size 124
57 rtp: part 2 channel 0 size 824
58 rtp: part 2 channel 0 size 18 size_err -6
59 rtp: part 3 channel 1 size 10
60 rtp: part 3 channel 0 size 50
61 rtp: part 4 channel 0 size 798
62 rtp: part 4 channel 0 size 42
[all …]
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DMessagePattern.java22 //Note: Minimize ICU dependencies, only use a very small part of the ICU core.
45 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns
46 * the index of the corresponding _LIMIT "part".
66 * between parts of a message, from one part's getLimit() to the next part's getIndex().
67 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
70 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
71 * The optional numeric Part between each (ARG_SELECTOR, message) pair
74 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
406 Part part; in autoQuoteApostropheDeep() local
407 if((part=getPart(--i)).getType()==Part.Type.INSERT_CHAR) { in autoQuoteApostropheDeep()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessagePattern.java23 //Note: Minimize ICU dependencies, only use a very small part of the ICU core.
46 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns
47 * the index of the corresponding _LIMIT "part".
67 * between parts of a message, from one part's getLimit() to the next part's getIndex().
68 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
71 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
72 * The optional numeric Part between each (ARG_SELECTOR, message) pair
75 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
383 Part part; in autoQuoteApostropheDeep() local
384 if((part=getPart(--i)).getType()==Part.Type.INSERT_CHAR) { in autoQuoteApostropheDeep()
[all …]
/external/perfetto/test/trace_processor/diff_tests/stdlib/span_join/
Dtests_outer_join.py37 part BIGINT,
38 PRIMARY KEY (part, ts)
44 part BIGINT,
45 PRIMARY KEY (part, ts)
48 INSERT INTO t1(ts, dur, part)
52 CREATE VIRTUAL TABLE sp USING span_outer_join(t1 PARTITIONED part,
53 t2 PARTITIONED part);
58 "ts","dur","part"
166 part BIGINT,
167 PRIMARY KEY (part, ts)
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DDXContainer.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45 // number of parts and part data itself is not required to be padded. in readInteger()
62 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader() argument
64 return parseFailed("More than one DXIL part is present in the file"); in parseDXILHeader()
65 const char *Current = Part.begin(); in parseDXILHeader()
67 if (Error Err = readStruct(Part, Current, Header)) in parseDXILHeader()
74 Error DXContainer::parseShaderFlags(StringRef Part) { in parseShaderFlags() argument
76 return parseFailed("More than one SFI0 part is present in the file"); in parseShaderFlags()
78 if (Error Err = readInteger(Part, Part.begin(), FlagValue)) in parseShaderFlags()
84 Error DXContainer::parseHash(StringRef Part) { in parseHash() argument
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanRecipes.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
193 unsigned Part) { in generateInstruction() argument
198 Value *A = State.get(getOperand(0), Part); in generateInstruction()
199 Value *B = State.get(getOperand(1), Part); in generateInstruction()
202 State.set(this, V, Part); in generateInstruction()
208 Value *A = State.get(getOperand(0), Part); in generateInstruction()
210 State.set(this, V, Part); in generateInstruction()
214 Value *IV = State.get(getOperand(0), Part); in generateInstruction()
215 Value *TC = State.get(getOperand(1), Part); in generateInstruction()
217 State.set(this, V, Part); in generateInstruction()
[all …]
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h99 * MessagePattern::Part type constants.
109 * There is always a later MSG_LIMIT part.
125 * would be indicated with such a part.
139 * When formatting, replace this part's substring with the
150 * This part is followed by either an ARG_NUMBER or ARG_NAME,
152 * and finally an ARG_LIMIT part.
195 * The part value is the integer value.
202 * The part value is an index into an internal array of numeric values;
215 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
228 * The argument has a "simple" type which is provided by the ARG_TYPE part.
[all …]
/external/cronet/stable/third_party/icu/source/common/unicode/
Dmessagepattern.h99 * MessagePattern::Part type constants.
109 * There is always a later MSG_LIMIT part.
125 * would be indicated with such a part.
139 * When formatting, replace this part's substring with the
150 * This part is followed by either an ARG_NUMBER or ARG_NAME,
152 * and finally an ARG_LIMIT part.
195 * The part value is the integer value.
202 * The part value is an index into an internal array of numeric values;
215 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
228 * The argument has a "simple" type which is provided by the ARG_TYPE part.
[all …]
/external/cronet/tot/third_party/icu/source/common/unicode/
Dmessagepattern.h99 * MessagePattern::Part type constants.
109 * There is always a later MSG_LIMIT part.
125 * would be indicated with such a part.
139 * When formatting, replace this part's substring with the
150 * This part is followed by either an ARG_NUMBER or ARG_NAME,
152 * and finally an ARG_LIMIT part.
195 * The part value is the integer value.
202 * The part value is an index into an internal array of numeric values;
215 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
228 * The argument has a "simple" type which is provided by the ARG_TYPE part.
[all …]
/external/icu/libicu/cts_headers/unicode/
Dmessagepattern.h99 * MessagePattern::Part type constants.
109 * There is always a later MSG_LIMIT part.
125 * would be indicated with such a part.
139 * When formatting, replace this part's substring with the
150 * This part is followed by either an ARG_NUMBER or ARG_NAME,
152 * and finally an ARG_LIMIT part.
195 * The part value is the integer value.
202 * The part value is an index into an internal array of numeric values;
215 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
228 * The argument has a "simple" type which is provided by the ARG_TYPE part.
[all …]
/external/libmpeg2/common/armv8/
Dimpeg2_idct.s387 smull v20.4s, v2.4h, v0.h[0] //// y0 * cos4(part of c0 and c1)
389 smull v18.4s, v3.4h, v1.h[2] //// y2 * sin2 (q3 is freed by this time)(part of d1)
392 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0)
394 smull v26.4s, v6.4h, v0.h[3] //// y1 * cos3(part of b1)
396 smull v28.4s, v6.4h, v1.h[1] //// y1 * sin3(part of b2)
398 smull v30.4s, v6.4h, v1.h[3] //// y1 * sin1(part of b3)
400 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
402 smlsl v26.4s, v7.4h, v1.h[3] //// y1 * cos3 - y3 * sin1(part of b1)
404 smlsl v28.4s, v7.4h, v0.h[1] //// y1 * sin3 - y3 * cos1(part of b2)
406 smlsl v30.4s, v7.4h, v1.h[1] //// y1 * sin1 - y3 * sin3(part of b3)
[all …]

12345678910>>...1014