Searched defs:frag (Results 1 - 25 of 70) sorted by relevance

123

/external/deqp/modules/gles2/functional/
H A Des2fShaderAlgorithmTests.cpp76 std::ostringstream frag; local
77 std::ostringstream& op = isVertexCase ? vtx : frag;
85 frag << "varying mediump vec3 v_color;\n";
90 frag << "varying mediump vec4 v_coords;\n";
100 frag << "\n";
101 frag << "void main()\n";
102 frag << "{\n";
116 frag << " gl_FragColor = vec4(v_color, 1.0);\n";
121 frag << " gl_FragColor = vec4(res, 1.0);\n";
125 frag << "}\
[all...]
H A Des2fShaderIndexingTests.cpp300 std::ostringstream frag; local
301 frag << "precision mediump int;\n";
303 frag << "uniform mediump int ui_zero, ui_one, ui_two, ui_three;\n";
305 frag << "uniform int ui_four;\n";
306 frag << "varying ${PRECISION} ${VAR_TYPE} var[${ARRAY_LEN}];\n";
307 frag << "\n";
308 frag << "void main()\n";
309 frag << "{\n";
310 frag << " ${PRECISION} ${VAR_TYPE} res = ${VAR_TYPE}(0.0);\n";
313 frag << " re
377 std::ostringstream frag; local
487 std::ostringstream frag; local
651 std::ostringstream frag; local
837 std::ostringstream frag; local
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c93 vchar_t *frag; local
128 if ((frag = vmalloc(fraglen)) == NULL) {
134 set_isakmp_header1(frag, iph1, ISAKMP_NPTYPE_FRAG);
135 hdr = (struct isakmp *)frag->v;
151 if (isakmp_send(iph1, frag) < 0) {
156 vfree(frag);
182 struct isakmp_frag *frag; local
190 if (msg->l < sizeof(*isakmp) + sizeof(*frag)) {
196 frag = (struct isakmp_frag *)(isakmp + 1);
199 * frag
[all...]
H A Dnattraversal.h74 u_int16_t frag; member in struct:ph2natt
/external/deqp/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp92 std::ostringstream frag; local
93 std::ostringstream& op = isVertex ? vtx : frag;
98 frag << "#version 300 es\n"
104 frag << "in mediump vec4 v_color;\n";
109 frag << "in highp vec4 v_coords;\n";
119 frag << "\n"
139 frag << " o_color = v_color;\n";
144 frag << " o_color = vec4(res, 1.0);\n";
148 frag << "}\n";
150 return new ShaderSwitchCase(context, name, desc, isVertex, vtx.str().c_str(), frag
[all...]
H A Des3fShaderIndexingTests.cpp271 std::ostringstream frag; local
272 frag << "#version 300 es\n";
273 frag << "precision mediump int;\n";
274 frag << "layout(location = 0) out mediump vec4 o_color;\n";
276 frag << "uniform mediump int ui_zero, ui_one, ui_two, ui_three;\n";
278 frag << "uniform int ui_four;\n";
279 frag << "in ${PRECISION} ${VAR_TYPE} var[${ARRAY_LEN}];\n";
280 frag << "\n";
281 frag << "void main()\n";
282 frag << "{\
339 std::ostringstream frag; local
445 std::ostringstream frag; local
605 std::ostringstream frag; local
805 std::ostringstream frag; local
[all...]
H A Des3fShaderPrecisionTests.cpp72 ostringstream frag; local
73 ostringstream& op = isVertexCase ? vtx : frag;
79 frag << "#version 300 es\n"
85 frag << "flat in " << precName << " " << typeName << " v_out;\n";
91 frag << "flat in " << precName << " " << typeName << " v_in0;\n"
97 frag << "\nvoid main (void)\n{\n";
109 frag << " o_out = floatBitsToUint(v_out);\n";
115 frag << " o_out = floatBitsToUint(res);\n";
119 frag << "}\n";
121 return new glu::ShaderProgram(context, glu::makeVtxFragSources(vtx.str(), frag
129 ostringstream frag; local
[all...]
/external/e2fsprogs/e2fsck/
H A Dmtrace.h132 } frag; member in union:__anon19643::__anon19644::__anon19645
H A Dpass2.c1269 unsigned char *frag, *fsize; local
1332 frag = &inode.osd2.hurd2.h_i_frag;
1336 frag = fsize = 0;
1338 if (frag && *frag) {
1339 pctx.num = *frag;
1341 *frag = 0;
/external/iptables/extensions/
H A Dlibip6t_frag.c19 "frag match options:\n"
110 const struct ip6t_frag *frag = (struct ip6t_frag *)match->data; local
112 printf(" frag ");
113 print_ids("id", frag->ids[0], frag->ids[1],
114 frag->invflags & IP6T_FRAG_INV_IDS);
116 if (frag->flags & IP6T_FRAG_LEN) {
118 frag->invflags & IP6T_FRAG_INV_LEN ? "!" : "",
119 frag->hdrlen);
122 if (frag
[all...]
/external/tcpdump/
H A Dprint-sctp.c312 const struct sctpSelectiveFrag *frag; local
325 for (frag = ( (const struct sctpSelectiveFrag *)
328 (const void *)frag < nextChunk && fragNo < EXTRACT_16BITS(&sack->numberOfdesc);
329 frag++, fragNo++)
332 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart),
333 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentEnd));
337 for (dupTSN = (const u_char *)frag, tsnNo=0;
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_sbc.c339 ** frag: 1, if fragmented. 0, otherwise.
345 ** num: If frag is 1, this is the number of remaining fragments
347 ** If frag is 0, this is the number of frames in this packet.
354 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) argument
359 if(frag)
379 ** frag: 1, if fragmented. 0, otherwise.
385 ** num: If frag is 1, this is the number of remaining fragments
387 ** If frag is 0, this is the number of frames in this packet.
433 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, argument
437 UNUSED(frag);
[all...]
/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator_unittest.cc225 void AddCencSampleGroup(TrackFragment* frag, argument
228 frag->sample_group_description.grouping_type = FOURCC_SEIG;
229 frag->sample_group_description.entries.resize(2);
230 frag->sample_group_description.entries[0].is_encrypted = false;
231 frag->sample_group_description.entries[0].iv_size = 0;
232 frag->sample_group_description.entries[1].is_encrypted = true;
233 frag->sample_group_description.entries[1].iv_size = 8;
234 frag->sample_group_description.entries[1].key_id.assign(
238 frag->sample_to_group.grouping_type = FOURCC_SEIG;
239 frag
245 AddAuxInfoHeaders(int offset, TrackFragment* frag) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_lib.c136 hm_fragment *frag = NULL; local
163 frag = (hm_fragment *)item->data;
164 OPENSSL_free(frag->fragment);
165 OPENSSL_free(frag);
171 frag = (hm_fragment *)item->data;
172 OPENSSL_free(frag->fragment);
173 OPENSSL_free(frag);
H A Dd1_both.c175 hm_fragment *frag = NULL; local
179 frag = (hm_fragment *)OPENSSL_malloc(sizeof(hm_fragment));
180 if ( frag == NULL)
188 OPENSSL_free(frag);
193 /* zero length fragment gets zero frag->fragment */
194 frag->fragment = buf;
203 OPENSSL_free(frag);
209 frag->reassembly = bitmask;
211 return frag;
215 dtls1_hm_fragment_free(hm_fragment *frag) argument
537 hm_fragment *frag; local
587 hm_fragment *frag = NULL; local
700 hm_fragment *frag = NULL; local
1144 hm_fragment *frag; local
1168 hm_fragment *frag; local
1234 hm_fragment *frag ; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dicmp.h81 } frag; member in union:icmphdr::__anon22222
/external/openssl/ssl/
H A Dd1_lib.c136 hm_fragment *frag = NULL; local
163 frag = (hm_fragment *)item->data;
164 OPENSSL_free(frag->fragment);
165 OPENSSL_free(frag);
171 frag = (hm_fragment *)item->data;
172 OPENSSL_free(frag->fragment);
173 OPENSSL_free(frag);
H A Dd1_both.c175 hm_fragment *frag = NULL; local
179 frag = (hm_fragment *)OPENSSL_malloc(sizeof(hm_fragment));
180 if ( frag == NULL)
188 OPENSSL_free(frag);
193 /* zero length fragment gets zero frag->fragment */
194 frag->fragment = buf;
203 OPENSSL_free(frag);
209 frag->reassembly = bitmask;
211 return frag;
215 dtls1_hm_fragment_free(hm_fragment *frag) argument
544 hm_fragment *frag; local
594 hm_fragment *frag = NULL; local
707 hm_fragment *frag = NULL; local
1151 hm_fragment *frag; local
1175 hm_fragment *frag; local
1241 hm_fragment *frag ; local
[all...]
/external/tinycompress/
H A Dcplay.c92 unsigned long buffer_size, unsigned int frag);
157 unsigned int card = 0, device = 0, frag = 0; local
173 frag = strtol(optarg, NULL, 10);
193 play_samples(file, card, device, buffer_size, frag);
200 unsigned long buffer_size, unsigned int frag)
241 if ((buffer_size != 0) && (frag != 0)) {
242 config.fragment_size = buffer_size/frag;
243 config.fragments = frag;
267 /* we will write frag fragment_size and then start */
199 play_samples(char *name, unsigned int card, unsigned int device, unsigned long buffer_size, unsigned int frag) argument
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp126 std::ostringstream vert, frag; local
131 frag << "#version 300 es\n";
139 frag << "flat in highp int v_iterCount;\n";
143 (isVertCase ? vert : frag) << "uniform highp int u_iterCount;\n";
148 frag << "in mediump vec4 v_color;\n";
151 frag << "out mediump vec4 o_color;\n";
160 frag << "\nvoid main (void)\n{\n";
167 std::ostringstream& op = isVertCase ? vert : frag;
198 frag << " o_color = v_color;\n";
201 frag << " o_colo
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c238 UBool testTag(const char* frag, argument
322 frag,
361 strcat(tag,frag);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestest.cpp301 ResourceBundleTest::testTag(const char* frag, argument
383 uprv_strcat(tag, frag);
412 uprv_strcat(tag, frag);
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c236 UBool testTag(const char* frag, argument
320 frag,
359 strcat(tag,frag);
/external/icu/icu4c/source/test/intltest/
H A Drestest.cpp300 ResourceBundleTest::testTag(const char* frag, argument
382 uprv_strcat(tag, frag);
411 uprv_strcat(tag, frag);
/external/android-clat/
H A Dclatd_test.cpp187 struct ip6_frag *frag = (struct ip6_frag *) (ip6 + 1); local
188 return len >= sizeof(*ip6) + sizeof(*frag) &&
189 (frag->ip6f_offlg & (IP6F_OFF_MASK | IP6F_MORE_FRAG));
196 int ipv6_fragment_offset(struct ip6_frag *frag) { argument
197 return ntohs((frag->ip6f_offlg & IP6F_OFF_MASK) >> 3);
229 struct ip6_frag *frag = (struct ip6_frag *) (ip6 + 1); local
230 ASSERT_GE(len, sizeof(*ip6) + sizeof(*frag))
232 protocol = frag->ip6f_nxt;
233 payload = frag + 1;
236 payload_length = len - sizeof(*ip6) - sizeof(*frag);
319 struct ip6_frag *frag = (struct ip6_frag *) (ip6_orig + 1); local
[all...]

Completed in 998 milliseconds

123