Searched defs:num (Results 1 – 2 of 2) sorted by relevance
13 #define LIST(num) 0x9F /* Use short count 31 (indefinite-length). Note that the 'num' argument is i… argument14 #define LIST2(num) 0x9F /* Use short count 31 (indefinite-length). Note that the 'num' argument is … argument15 #define LIST3(num) 0x9F /* Use short count 31 (indefinite-length). Note that the 'num' argument is … argument16 #define MAP(num) 0xBF /* Use short count 31 (indefinite-length). Note that the 'num' argument is i… argument24 #define LIST(num) CONCAT_BYTE(0x8, num) argument25 #define LIST2(num) CONCAT_BYTE(0x9, num) argument26 #define LIST3(num) 0x98, num argument27 #define MAP(num) CONCAT_BYTE(0xA, num) argument
68 def sizeof(num): argument