Home
last modified time | relevance | path

Searched refs:inblock (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/tests/
Dtest_wellknown.c190 coap_block_t inblock = { .num = 1, .m = 0, .szx = 1 }; in t_wellknown5() local
196 ((inblock.num << 4) | in t_wellknown5()
197 (inblock.m << 3) | in t_wellknown5()
198 inblock.szx)), buf)) { in t_wellknown5()
209 CU_ASSERT(block.num == inblock.num); in t_wellknown5()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dd3des.c178 des (DESContext * ctx, unsigned char *inblock, unsigned char *outblock) in des() argument
182 scrunch (inblock, work); in des()
/third_party/glslang/Test/
D330.frag55 layout(location = 1) in inblock { // ERROR
D420.vert70 layout(binding = 1) in inblock { int aoeua; }; // ERROR
/third_party/ffmpeg/libavformat/
Dsbgdec.c518 static int parse_time_sequence(struct sbg_parser *p, int inblock) in parse_time_sequence() argument
533 if (inblock) in parse_time_sequence()
537 } else if(!inblock && !p->current_time.type) { in parse_time_sequence()
560 tseq = inblock ? in parse_time_sequence()
/third_party/node/tools/
Dlint-md.mjs11661 function isPlainSafe(c, prev, inblock) { argument
11666 inblock ? // c = flow-in
11755 testAmbiguousType, quotingType, forceQuotes, inblock) { argument
11775 plain = plain && isPlainSafe(char, prevChar, inblock);
11795 plain = plain && isPlainSafe(char, prevChar, inblock);
11832 function writeScalar(state, string, level, iskey, inblock) { argument
11863 testAmbiguity, state.quotingType, state.forceQuotes && !iskey, inblock)) {
12243 var inblock = block;
12299 writeScalar(state, state.dump, level, iskey, inblock);