Searched refs:inblock (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/tests/ |
D | test_wellknown.c | 190 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/ |
D | d3des.c | 178 des (DESContext * ctx, unsigned char *inblock, unsigned char *outblock) in des() argument 182 scrunch (inblock, work); in des()
|
/third_party/glslang/Test/ |
D | 330.frag | 55 layout(location = 1) in inblock { // ERROR
|
D | 420.vert | 70 layout(binding = 1) in inblock { int aoeua; }; // ERROR
|
/third_party/ffmpeg/libavformat/ |
D | sbgdec.c | 518 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/ |
D | lint-md.mjs | 11661 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);
|